.p-mainw {
	max-width: 1092px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	.p-mainw {
		padding-left: 2.6666666667vw;
		padding-right: 2.6666666667vw;
	}
}
.mv {
	text-align: center;
	height: 1040px;
	width: 100%;
	color: #fff;
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/about/bg-mv.jpg')
		no-repeat center/cover;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-self: center;
	position: relative;
}
.mv-inr {
	margin: 0 auto;
}
.mv h1 {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 67px;
}
.mv h1 span {
	font-size: var(--font-size-small);
	font-weight: var(--font-weight-regular);
	display: block;
	text-transform: uppercase;
}
.mv-text {
	margin-bottom: 27px;
	font-family: 'Noto Serif JP', serif;
}
.mv .more-btn a {
	border: 1px solid #fff;
	background: url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
		no-repeat center right 16px;
}
@media screen and (max-width: 1024px) {
	.mv {
		position: relative;
		height: 100svh;
		background: none;
	}
	.mv::after {
		content: '';
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/about/bg-mv.jpg')
			no-repeat center/cover;
	}
	.mv h1 {
		font-size: 5.3333333333vw;
		margin-bottom: 15.2vw;
	}
	.mv h1 span {
		font-size: 2.1333333333vw;
	}
	.mv-text {
		margin-bottom: 2.9333333333vw;
		font-size: 3.3333333333vw;
	}
	.mv .more-btn a {
		background: url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
			no-repeat center right 5.6vw;
	}
}
.scroll {
	position: absolute;
	bottom: 128px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}
.scroll::before {
	position: absolute;
	top: -28px;
	width: 1px;
	height: 60px;
	background-color: #fff;
	content: '';
	left: 50%;
	transform: translate(-50%, -100%);
}
.scroll::after {
	animation: scroll 2s infinite;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -14px;
	transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
	.scroll {
		bottom: 18.6666666667vw;
	}
	.scroll::before {
		height: 8vw;
	}
}
@keyframes scroll {
	0% {
		opacity: 0;
		transform: translateY(0) rotate(-45deg);
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		transform: translateY(20px) rotate(-45deg);
	}
	100% {
		opacity: 0;
	}
}
.about {
	background-color: #fff;
	z-index: 1;
}
.about-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 30px;
	padding-right: 30px;
}
.about-contents {
	padding: 7.8125vw 0 8.5416666667vw;
	width: 44.5482866044%;
	position: sticky;
	top: 0;
}
.about-contents-box {
	max-width: 485px;
	margin-left: auto;
	margin-right: 0;
}
.about h2 {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 60px;
}
.about p {
	font-size: 16px;
	line-height: 2.25;
}
.about-img {
	width: 46.9781931464%;
	height: 1500px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0;
}
.about-img img {
	display: inline;
}
.about .about-img01 {
	margin-right: 0;
	margin-left: auto;
}
.about .about-img02 {
	margin-right: auto;
	margin-left: auto;
}
.about .about-img03 {
	margin-right: auto;
	margin-left: 0;
}
@media screen and (max-width: 1024px) {
	.about {
		padding-bottom: 14.1333333333vw;
	}
	.about-wrap {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 2.6666666667vw;
		padding-right: 2.6666666667vw;
	}
	.about-contents {
		padding: 0 0 13.8666666667vw;
		width: 100%;
		position: relative;
		top: initial;
	}
	.about-contents-box {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.about h2 {
		font-size: 5.3333333333vw;
		line-height: 1.5;
		text-align: initial;
		margin-bottom: 9.3333333333vw;
	}
	.about p {
		font-size: 3.3333333333vw;
		line-height: 1.92;
	}
	.about-img {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5.8666666667vw 0;
	}
	.about .about-img01 {
		width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.about .about-img02 {
		width: 71.2vw;
		margin-right: 8vw;
		margin-left: auto;
	}
	.about .about-img03 {
		margin-right: auto;
		margin-left: 0;
		width: 34.5333333333vw;
	}
}
.base {
	padding-left: 30px;
	padding-right: 30px;
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/about/img06.png')
		no-repeat center/cover;
	background-attachment: fixed;
	color: #fff;
	position: relative;
	z-index: 10;
	box-sizing: content-box;
}
.base-inr {
	max-width: 1132px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 154px 20px 160px;
	box-sizing: border-box;
}
.base-contents {
	width: 44%;
	margin-left: auto;
	margin-right: 0;
}
.base h2 {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 60px;
}
.base p {
	font-size: 16px;
	line-height: 2.25;
}
@media screen and (max-width: 1024px) {
	.base {
		position: sticky;
		background: #fff;
		top: 0;
		padding-left: 2.6666666667vw;
		padding-right: 2.6666666667vw;
		background-attachment: initial;
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
		box-sizing: border-box;
	}
	.base-bg {
		position: sticky;
		top: 34vw;
		z-index: -1;
	}
	.base-inr {
		max-width: 1132px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		box-sizing: border-box;
	}
	.base-contents {
		position: sticky;
		top: 0;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 22.1333333333vw 2.6666666667vw 60.5333333333vw;
	}
	.base h2 {
		font-size: 5.3333333333vw;
		line-height: 1.5;
		margin-bottom: 9.3333333333vw;
	}
	.base p {
		font-size: 3.3333333333vw;
		line-height: 1.92;
	}
}
.longcellar {
	position: relative;
}
.longcellar-box {
	max-width: 495px;
	padding: 3.2291666667vw 3.8541666667vw 12.1875vw;
	position: absolute;
	top: 88px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 30px 35px 0 rgba(55, 55, 55, 0.2);
	background: hsla(0, 0%, 100%, 0.4);
}
.longcellar h2 {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 60px;
	text-align: center;
}
.longcellar p {
	font-size: 16px;
	line-height: 2.25;
}
.longcellar .scroll {
	position: absolute;
	bottom: 95px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
}
.longcellar .scroll::before {
	background-color: #4b4b4b;
}
.longcellar .scroll::after {
	animation: scroll 2s infinite;
	border-bottom: 1px solid #4b4b4b;
	border-left: 1px solid #4b4b4b;
	bottom: -14px;
}
@media screen and (max-width: 1024px) {
	.longcellar {
		padding-top: 15.3333333333vw;
		background-color: #fff;
	}
	.longcellar-box {
		position: relative;
		max-width: 80vw;
		width: 100%;
		padding: 9.4666666667vw 5.3333333333vw 34.9333333333vw;
	}
	.longcellar h2 {
		font-size: 5.3333333333vw;
		line-height: 1.5;
		margin-bottom: 9.3333333333vw;
	}
	.longcellar p {
		font-size: 3.3333333333vw;
		line-height: 1.92;
	}
	.longcellar .scroll {
		bottom: 13.3333333333vw;
		font-size: 2.1333333333vw;
	}
}
.main img {
	width: 100%;
}
.base.fixed-after::after {
	position: fixed;
}
.buichi {
	padding: 172px 0 126px;
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/about/bg-buichi.jpg')
		no-repeat center/cover;
	background-attachment: fixed;
	color: #fff;
}
.buichi-wrap {
	display: flex;
}
.buichi-ttl {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	font-size: 30px;
}
.buichi-ttl h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
}
.buichi-ttl span {
	font-size: 12px;
	display: block;
	font-weight: 300;
	font-family: 'Noto Serif JP', serif;
}
.buichi-ttl-img {
	margin-top: auto;
	margin-bottom: 0;
	max-width: 217px;
}
.buichi-contents {
	width: 50%;
	padding-left: 24px;
	padding-right: 24px;
}
.buichi-contents p {
	font-size: 16px;
	font-weight: 300;
	line-height: 2.25;
}
.buichi-btn {
	margin-top: 60px;
}
.buichi .more-btn a {
	margin-left: 0;
	width: 317px;
	border: 1px solid #fff;
	background: url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
		no-repeat center right 16px;
}
@media screen and (max-width: 1024px) {
	.buichi {
		padding: 20vw 2.6666666667vw 15.2vw;
		background: #fff;
		background-attachment: initial;
		position: relative;
	}
	.buichi::after {
		top: 0;
		left: 0;
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/about/bg-buichi.jpg')
			no-repeat center/cover;
		content: '';
	}
	.buichi .p-mainw {
		position: relative;
		z-index: 1;
	}
	.buichi-wrap {
		flex-direction: column;
	}
	.buichi-ttl {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		font-size: 5.3333333333vw;
	}
	.buichi-ttl h2 {
		font-size: 5.3333333333vw;
	}
	.buichi-ttl span {
		font-size: 2.1333333333vw;
		margin-top: 4vw;
	}
	.buichi-ttl-img {
		margin-top: 12.8vw;
		margin-bottom: 9.3333333333vw;
		max-width: 28.9333333333vw;
	}
	.buichi-contents {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.buichi-contents p {
		font-size: 3.3333333333vw;
		line-height: 1.92;
	}
	.buichi-btn {
		margin-top: 9.3333333333vw;
	}
	.buichi .more-btn a {
		width: 61.6vw;
		border: 1px solid #fff;
		background: url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
			no-repeat center right 5.6vw;
	}
}
.okada {
	padding: 96px 0 0;
}
.okada-wrap {
	display: flex;
	justify-content: flex-end;
	gap: 0 50px;
}
.okada-contents {
	width: 368px;
}
.okada-contents img {
	max-width: 295px;
	margin-left: auto;
	margin-right: auto;
}
.okada-contents p {
	margin-top: 66px;
	font-size: 16px;
	line-height: 2.25;
	font-weight: 300;
}
.okada-bg {
	max-width: 1524px;
	margin-left: auto;
	margin-right: 0;
	border-radius: 227px 0 0 227px;
	background-color: #f6f6f6;
	padding: 56px;
	margin-top: 68px;
	box-shadow: 30px 0 35px rgba(55, 55, 55, 0.2);
}
.okada-bg-wrap {
	display: flex;
	gap: 0 46px;
	align-items: center;
}
.okada-map {
	padding-left: 20px;
	width: 50%;
	max-width: 529px;
}
.okada-map iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 529/318;
}
.okada-text {
	line-height: 2.25;
	font-size: 16px;
}
.okada-text h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}
.okada-text dl {
	display: flex;
	align-items: baseline;
}
.okada-text dl + dl {
	margin-top: 8px;
}
.okada-text dt {
	font-weight: 700;
}
.okada-text dd {
	font-weight: 300;
	padding-left: 22px;
}
.okada-text p {
	margin-top: 24px;
}
@media screen and (max-width: 1024px) {
	.okada {
		z-index: 20;
		padding: 15.2vw 0 0;
		background-color: #fff;
	}
	.okada-wrap {
		flex-direction: column;
		gap: 8.2666666667vw 0;
	}
	.okada-contents {
		width: 100%;
		padding-left: 2.6666666667vw;
		padding-right: 2.6666666667vw;
	}
	.okada-contents img {
		max-width: 60.5333333333vw;
		margin-left: 0;
		margin-right: auto;
	}
	.okada-contents p {
		margin-top: 8.8vw;
		font-size: 3.3333333333vw;
		line-height: 1.92;
	}
	.okada-bg {
		max-width: 98.4vw;
		margin-left: auto;
		margin-right: 0;
		border-radius: 36.9333333333vw 0 0 36.9333333333vw;
		padding: 22.6666666667vw 2.6666666667vw 22.6666666667vw 5.0666666667vw;
		margin-top: 15.2vw;
	}
	.okada-bg-wrap {
		flex-direction: column-reverse;
		gap: 4.6666666667vw 0;
		align-items: baseline;
	}
	.okada-map {
		padding-left: 0;
		width: 100%;
		max-width: 529px;
	}
	.okada-text {
		line-height: 1.92;
		font-size: 3.3333333333vw;
	}
	.okada-text h3 {
		font-size: 5.3333333333vw;
		margin-bottom: 6.1333333333vw;
	}
	.okada-text dl + dl {
		margin-top: 1.0666666667vw;
	}
	.okada-text dd {
		padding-left: 2.9333333333vw;
	}
	.okada-text p {
		margin-top: 6.1333333333vw;
	}
}
.company {
	padding: 178px 0;
}
.company h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 48px;
}
.company dl:nth-of-type(1) {
	border-top: 1px solid #818181;
}
.company dl {
	display: flex;
	align-items: center;
	padding: 18px;
	border-bottom: 1px solid #818181;
}
.company dt {
	font-size: 16px;
	font-weight: 700;
	width: 310px;
}
.company dd {
	flex: 1;
}
@media screen and (max-width: 1024px) {
	.company {
		z-index: 30;
		background: #fff;
		padding: 22.1333333333vw 0;
	}
	.company h2 {
		font-size: 5.3333333333vw;
		margin-bottom: 9.3333333333vw;
	}
	.company dl {
		font-size: 3.3333333333vw;
		padding: 5.3333333333vw 2.4vw 2.9333333333vw;
	}
	.company dt {
		font-size: 3.3333333333vw;
		width: 41.3333333333vw;
	}
}
