@charset "utf-8";

/* topLead */
.topLead {
	margin-top: 4.5rem;
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3.8rem;
	text-align: center;
}
@media (max-width: 768px) {
	.topLead {
		margin-top: 6rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}
}

/* anchor */
.anchor {
	margin: 10rem auto 0;
	display: flex;
	justify-content: center;
	gap: 0 5rem;
}
.anchor li {
	width: 46.2rem;
}
.anchor li a {
	display: block;
	padding: 2rem 4rem 2.5rem 2rem;
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
	position: relative;
	border-radius: 3rem;
}
.anchor li a::after {
	display: block;
	content: '';
	width: 2rem;
	height: 2rem;
	border-right: solid 0.3rem;
	border-bottom: solid 0.3rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 1.5rem);
	right: 2rem;
}
.anchor li:nth-child(1) a {
	color: #fff;
	background-color: #557668;
	border-color: #557668;
}
.anchor li:nth-child(2) a {
	color: #007166;
	background-color: #e5f1d9;
	border-color: #e5f1d9;
}
@media (max-width: 768px) {
	.anchor {
		margin: 6rem auto 0;
		gap: 0 3rem;
	}
	.anchor li {
		width: 44%;
	}
	.anchor li a {
		padding: 0.5rem 4rem 1rem 2rem;
	}
}

/* ttl */
.ttl {
	margin: 7rem auto 0;
	padding: 2rem;
	width: 56rem;
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #fff;
	text-align: center;
	background-color: #557668;
	border-radius: 3rem 3rem 0 0;
}
.ttl#living {
	color: #007166;
	background-color: #e5f1d9;
}
@media (max-width: 768px) {
	.ttl {
		margin: 11rem auto 0;
		padding: 1.5rem;
		width: 39rem;
	}
}

/* spring */
.spring {
	padding: 4.5rem 5rem 4rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/living/bg_spring.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	position: relative;
}
.spring::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/living/bg_spring02.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.spring .inner {
	padding-bottom: 9rem;
	background-color: #fff;
	border-radius: 5rem 5rem 0 0;
}
@media (max-width: 768px) {
	.spring {
		overflow: hidden;
		padding: 5rem 3rem 11rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/living/bg_spring_sp.png);
		background-size: cover;
	}
	.spring::before {
		display: none;
	}
	.spring .inner {
		padding-bottom: 7rem;
		border-radius: 3.5rem 3.5rem 0 0;
	}
}

/* living */
.living {
	padding: 4.5rem 5rem 12rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/living/bg_living.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	position: relative;
}
.living .inner {
	padding-bottom: 9rem;
	background-color: #fff;
	border-radius: 5rem 5rem 0 0;
}
@media (max-width: 768px) {
	.living {
		overflow: hidden;
		padding: 5rem 3rem 8rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/living/bg_living_sp.png);
		background-size: cover;
	}
	.living .inner {
		padding-bottom: 7rem;
		border-radius: 3.5rem 3.5rem 0 0;
	}
}


/* swiper */
.swiper .swiper-prev,
.swiper .swiper-next {
	width: 2rem;
	height: 2.3rem;
	position: absolute;
	top: calc(50% - 1.1rem);
	z-index: 20;
	cursor: pointer;
}
.swiper .swiper-prev {
	left: 1.5rem
}
.swiper .swiper-next {
	right: 1.5rem;
}
.swiper .swiper-pagination {
	width: auto;
	right: 1.5rem;
	left: auto;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.3rem;
	background-color: #fff;
	opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	border: none;
	background-color: #375248;
}
@media (max-width: 768px) {
}

/* .lead */
.spring .lead {
	padding-top: 7rem;
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 4rem;
	text-align: center;
}
@media (max-width: 768px) {
	.spring .lead {
		padding-top: 5rem;
		font-size: 2.6rem;
		line-height: 3.8rem;
	}
}
.living .lead {
	margin-top: 1.5rem;
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 4rem;
	text-align: center;
}
@media (max-width: 768px) {
	.living .lead {
		margin-top: 0;
		font-size: 2.6rem;
		line-height: 3.8rem;
	}
}

/* itemSwiper01 */
.itemSwiper01 {
	margin: 5rem auto 0;
	width: 87rem;
	border-radius: 5rem;
}
.itemSwiper01 .swiper-pagination {
	right: 5rem;
}
@media (max-width: 768px) {
	.itemSwiper01 {
		margin: 5.5rem auto 0;
		width: 63rem;
		border-radius: 3.5rem;
	}
}

/* itemBox */
.itemBox.wrap,
.itemBox .wrap {
	display: flex;
	flex-wrap: wrap;
}
.itemBox .item .brand {
	padding-bottom: 1.5rem;
	font-size: 3rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #557668;
	line-height: 3.9rem;
	position: relative;
}
.itemBox .item .brand::before {
	content: "";
	width: 5rem;
	height: 0.2rem;
	background-color: #557668;
	position: absolute;
	bottom: 0;
	left: 0;
}
.itemBox .item .itemTtl {
	margin-top: 1rem;
	font-size: 2.5rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #557668;
	line-height: 4rem;
}
.itemBox .item .detail {
	margin-top: 1.5rem;
}
.itemBox .item .detail p + p {
	margin-top: 0.5rem;
}
.itemBox .item .detail .fsSmall {
	font-size: 1.1rem;
	line-height: 1.4;
}
.itemBox .item .detail .btnOnline {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.itemBox .item .brand {
		padding-bottom: 2rem;
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
	.itemBox .item .itemTtl {
		margin-top: 2rem;
		font-size: 3rem;
		line-height: 4.3rem;
	}
	.itemBox .item .detail {
		line-height: 1.4;
	}
	.itemBox .item .detail p + p {
		margin-top: 1.5rem;
	}
	.itemBox .item .detail .shop {
		display: block;
		font-size: 1.9rem;
		line-height: 1.3;
	}
	.itemBox .item .detail .fsSmall {
		font-size: 1.9rem;
		line-height: 1.3;
	}
}

/* itemBox01 */
.itemBox01 {
	margin-left: 6.5rem;
	gap: 0 6rem;
}
.itemBox01 .videoArea {
	margin-top: -6rem;
	width: 35.6rem;
	position: relative;
	z-index: 10;
}
.itemBox01 .videoArea video {
	border-radius: 0 5rem 5rem 0;
}
.itemBox01 .item {
	margin-top: 3rem;
	width: 36rem;
}
@media (max-width: 768px) {
	.itemBox01 {
		margin-left: 3.5rem;
		flex-direction: column;
		position: relative;
	}
	.itemBox01 .videoArea {
		margin-top: -5rem;
	}
	.itemBox01 .videoArea video {
		border-radius: 0 3.5rem 3.5rem 0;
	}
	.itemBox01 .item {
		margin-top: 0;
		width: 100%;
	}
	.itemBox01 .item .brand::before {
		left: auto;
		right: 0;
	}
	.itemBox01 .item .txt {
		position: absolute;
		top: 25rem;
		right: 4rem;
		width: 24rem;
		text-align: right;
	}
}

/* itemBox02 */
.itemBox02 {
	margin-top: 7.5rem;
	margin-right: -5rem;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0 6rem;
}
.itemBox02 .item {
	width: 30rem;
}
.itemBox02 .itemSwiper02 {
	margin: 0;
	width: 58rem;
}
.itemBox02 .itemSwiper02 .swiper-slide {
	height: 63rem;
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.itemBox02 {
		margin-top: 3rem;
		margin-right: 0;
		flex-direction: column-reverse;
		gap: 0;
		position: relative;
	}
	.itemBox02 .item {
		margin-top: -16rem;
		width: 95%;
	}
	.itemBox02 .item .txt {
		width: 21.5rem;
		position: absolute;
		top: 12rem;
		left: 5rem;
	}
	.itemBox02 .itemSwiper02 {
		width: 41.4rem;
	}

}

/* itemBox03 */
.itemBox03 {
	margin-top: 8rem;
	align-items: flex-end;
	gap: 0 3rem;
}
.itemBox03 .itemSwiper03 {
	margin: 0;
	width: 50rem;
}
.itemBox03 .itemSwiper03 .swiper-slide {
	height: 63rem;
	display: flex;
	justify-content: center;
}
.itemBox03 .item {
	margin-bottom: 5rem;
	width: 27rem;
}
@media (max-width: 768px) {
	.itemBox03 {
		margin-top: 4rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		position: relative;
	}
	.itemBox03 .itemSwiper03 {
		margin: 0;
		width: 41rem;
	}
	.itemBox03 .item {
		margin-bottom: 0;
		width: 100%;
	}
	.itemBox03 .item .txt {
		width: 14rem;
		position: absolute;
		top: 38rem;
		right: 6rem;
		text-align: right;
	}
	.itemBox03 .item .brand::before {
		left: auto;
		right: 0;
	}
	.itemBox03 .item .detail {
		margin-left: 5rem;
	}
}

/* itemBox04 */
.itemBox04 {
	margin-top: 8rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 4rem;
}
.itemBox04 .pic {
	width: 100%;
	position: relative;
}
.itemBox04 .item {
	margin: 4rem 4rem 0 auto;
	width: 80rem;
}
.itemBox04 .item .wrap {
	display: flex;
	justify-content: center;
	gap: 0 8rem;
}
.itemBox04 .item .wrap .txt {
	width: 25rem;
}
.itemBox04 .item .wrap .detail {
	width: 43rem;
}
@media (max-width: 768px) {
	.itemBox04 {
		margin-top: 6rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem 0;
	}
	.itemBox04 .item {
		margin: 0 0 0 6rem;
		width: calc(100% - 6rem);
	}
	.itemBox04 .item .wrap {
		flex-direction: column;
		gap: 0;
	}
	.itemBox04 .item .wrap .txt {
		width: 100%;
	}
	.itemBox04 .item .wrap .detail {
		width: 100%;
	}
}

/* itemBox05 */
.itemBox05 {
	margin-top: 9.5rem;
	justify-content: center;
	align-items: flex-end;
	gap: 0 6.5rem;
}
.itemBox05 .pic {
	width: 52rem;
}
.itemBox05 .item {
	margin-bottom: 5rem;
	width: 28rem;
}
@media (max-width: 768px) {
	.itemBox05 {
		margin-top: 6.5rem;
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 4rem 0;
	}
	.itemBox05 .pic {
		margin: 0 auto;
		width: 44.6rem;
	}
	.itemBox05 .item {
		margin-left: 6rem;
		margin-bottom: 0;
		width: calc(100% - 6rem);
	}
}

/* itemBox06 */
.itemBox06 {
	margin: 9.5rem auto 0;
	width: 74rem;
}
.itemBox06 .itemSwiper04 {
	padding-bottom: 3rem;
}
.itemBox06 .itemSwiper04 .swiper-slide {
	padding: 6rem 6rem 7rem;
	background-color: #e0eaea;
	height: auto;
}
.itemBox06 .itemSwiper04 .swiper-slide .pic {
	width: 100%;
}
.itemBox06 .itemSwiper04 .swiper-prev,
.itemBox06 .itemSwiper04 .swiper-next {
	top: auto;
	bottom: 5rem;
	width: 8rem;
	height: 4rem;
}
.itemBox06 .itemSwiper04 .swiper-pagination {
	left: 0;
	right: 0;
	bottom: -0.5rem;
}
.itemBox06 .itemSwiper04 .swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.4rem;
	width: 1.6rem;
	height: 1.6rem;
	border: solid 0.4rem #4b8585;
	background-color: transparent;
}
.itemBox06 .itemSwiper04 .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4b8585;
}
.itemBox06 .itemSwiper04 .item {
	margin-top: 2rem;
}
.itemBox06 .itemSwiper04 .brand {
	text-align: center;
}
.itemBox06 .itemSwiper04 .brand::before {
	width: 100%;
}
.itemBox06 .itemSwiper04 .itemTtl {
	text-align: center;
}
.itemBox06 .itemSwiper04 .detail {
	margin-left: 9rem;
}
@media (max-width: 768px) {
	.itemBox06 {
		margin: 6rem auto 0;
		width: 63rem;
	}
	.itemBox06 .itemSwiper04 .swiper-slide {
		padding: 3rem 3rem 8rem;
	}
	.itemBox06 .itemSwiper04 .detail {
		margin-left: 0;
	}
}

/* itemBox07 */
.itemBox07 {
	margin-top: 5.5rem;
	margin-left: -5rem;
	align-items: flex-end;
	gap: 0 5rem;
}
.itemBox07 .pic {
	width: 63rem;
	border: solid 1rem #fff;
	border-radius: 0 5rem 5rem 0;
	border-left: none;
}
.itemBox07 .item {
	width: 32rem;
}
@media (max-width: 768px) {
	.itemBox07 {
		margin-top: 3.5rem;
		margin-left: -3rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 4rem 0;
	}
	.itemBox07 .pic {
		border-width: 0.5rem;
	}
	.itemBox07 .item {
		margin-left: 7rem;
		margin-bottom: 0;
		width: calc(100% - 7rem);
	}
}

/* itemBox08 */
.itemBox08 {
	margin-top: 3.5rem;
	margin-right: -5rem;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 0 8rem;
}
.itemBox08 .pic {
	width: 68rem;
	border: solid 1rem #fff;
	border-radius: 5rem 0 0 5rem;
	border-right: none;
}
.itemBox08 .item {
	margin-bottom: 3rem;
	width: 25rem;
}
@media (max-width: 768px) {
	.itemBox08 {
		margin-right: -3rem;
		flex-direction: column-reverse;
		align-items: flex-end;
		gap: 4rem 0;
	}
	.itemBox08 .pic {
		border-width: 0.5rem;
	}
	.itemBox08 .item {
		margin-left: 4rem;
		margin-bottom: 0;
		width: calc(100% - 4rem);
	}
}

/* itemBox09 */
.itemBox09 {
	margin: 15rem auto 0;
	width: 74rem;
}
.itemBox09 .itemSwiper05 {
	padding-bottom: 3rem;
}
.itemBox09 .itemSwiper05 .swiper-slide {
	background-color: #fff;
	height: auto;
}
.itemBox09 .itemSwiper05 .swiper-slide .pic {
	padding: 6rem 6rem 0;
	width: 100%;
	background-color: rgba(85, 118, 104, 0.6);
}
.itemBox09 .itemSwiper05 .swiper-prev,
.itemBox09 .itemSwiper05 .swiper-next {
	top: auto;
	bottom: 5rem;
	width: 8rem;
	height: 4rem;
}
.itemBox09 .itemSwiper05 .swiper-pagination {
	left: 0;
	right: 0;
	bottom: -0.5rem;
}
.itemBox09 .itemSwiper05 .swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.4rem;
	width: 1.6rem;
	height: 1.6rem;
	border: solid 0.4rem #4b8585;
	background-color: transparent;
}
.itemBox09 .itemSwiper05 .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4b8585;
}
.itemBox09 .itemSwiper05 .item {
	padding: 2rem 6rem 8rem;
	background: #fff;
}
.itemBox09 .itemSwiper05 .brand {
	text-align: center;
}
.itemBox09 .itemSwiper05 .brand::before {
	width: 100%;
}
.itemBox09 .itemSwiper05 .itemTtl {
	text-align: center;
}
.itemBox09 .itemSwiper05 .detail {
	margin-left: 9rem;
}
@media (max-width: 768px) {
	.itemBox09 {
		margin: 4.5rem auto 0;
		width: 63rem;
	}
	.itemBox09 .itemSwiper05 .swiper-slide .pic {
		padding: 2.5rem 2.5rem 0;
	}
	.itemBox09 .itemSwiper05 .item {
		padding: 2.5rem 3rem 11rem;
	}
	.itemBox09 .itemSwiper05 .detail {
		margin-left: 0;
	}
}
