.main {
	position: relative;
	max-width: 100vw;
	overflow: clip;
}
.main * {
	letter-spacing: 0;
}

:root {
	--padding-wrap: min(2.6vw, 50px);
	--padding-wrap-sp: 4vw;
}

html,
body {
	margin: 0;
	padding: 0;
}

#site_body {
	overflow-x: clip;
}

@media screen and (min-width: 1001px) {
	#site_body {
		overflow-x: visible;
	}
}
.main,
.main-modal {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #1A1A1A;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main img,
.main-modal img {
	height: auto;
	max-width: 100%;
}

.main-look-wrap {
	position: relative;
}

@media screen and (min-width: 1001px) {
	.store_header_wrap .store_header {
		position: fixed;
	}
	.store_header_wrap .store_header_logo img {
		height: 12px;
	}
	.store_header_wrap {
		height: 48px;
	}
}
.main-num {
	display: grid;
	justify-content: center;
	font-size: 1.12rem;
	font-size: clamp(1.12rem, 0.85rem + 1.1650485437vw, 2.25rem); /* 18px @375px - 36px @1920px */
}
.main-num img {
	display: block;
	width: 0.97em;
}
.main-num__current {
	padding-bottom: 0.36em;
}
.main-num__total {
	padding-top: 0.27em;
	border-top: 1px solid #1A1A1A;
}

@keyframes anim-item-border {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
.main-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1.36em;
	font-size: 1.12rem;
	font-size: clamp(1.12rem, 0.85rem + 0.4347826087vw, 1.37rem); /* 18px @1000px - 22px @1920px */
	max-width: 100%;
	z-index: 10;
}
@media screen and (max-width: 1000px) {
	.main-item {
		margin-top: 5.86vw;
		column-gap: 1.5em;
		font-size: 0.87rem;
		font-size: clamp(0.87rem, 0.57rem + 1.28vw, 1.37rem); /* 14px @375px - 22px @1000px */
	}
}
@media screen and (max-width: 374px) {
	.main-item {
		column-gap: 5.6vw;
		font-size: 3.73vw;
	}
}
.main-item__photo {
	width: 8.09em;
	font-size: inherit;
}
@media screen and (max-width: 1000px) {
	.main-item__photo {
		margin-left: 3.14em;
		width: 9.78em;
	}
}
@media screen and (max-width: 374px) {
	.main-item__photo {
		margin-left: 11.73vw;
		width: 36.53vw;
	}
}
.main-item__txts {
	font-size: inherit;
}
@media screen and (max-width: 1000px) {
	.main-item__txts {
		width: 12.35em;
	}
}
@media screen and (max-width: 374px) {
	.main-item__txts {
		width: 46.13vw;
	}
}
.main-item__name {
	font-size: inherit;
	white-space: nowrap;
	margin-bottom: 0.59em;
	line-height: 1.318;
}
@media screen and (max-width: 1000px) {
	.main-item__name {
		margin-bottom: 0.5em;
	}
}
.main-item__price {
	font-size: 0.81em;
	white-space: nowrap;
	font-weight: 300;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
@media screen and (max-width: 1000px) {
	.main-item__price {
		font-size: 0.85em;
	}
}
@media screen and (max-width: 374px) {
	.main-item__price {
		font-size: 3.2vw;
	}
}
.main-item__link a,
.main-item__link span {
	font-size: 0.9em;
	color: #fff;
	line-height: 1;
	margin: 1.05em auto 0 2%;
	display: grid;
	place-content: center;
	width: 9em;
	height: 2.5em;
	border-radius: 9999px;
	background-color: #1A1A1A;
	border: 1px solid #1A1A1A;
	transition: background-color 0.3s ease;
	text-decoration: none;
}
@media screen and (max-width: 1000px) {
	.main-item__link a,
	.main-item__link span {
		margin-top: 0.84em;
		margin-left: 0;
		width: 9.61em;
		height: 3.07em;
		font-size: 0.92em;
	}
}
@media screen and (max-width: 374px) {
	.main-item__link a,
	.main-item__link span {
		font-size: 3.46vw;
	}
}
.main-item__link a:hover {
	background: #434343;
}
@media screen and (max-width: 1000px) {
	.main-item__share {
		width: 9.61em;
	}
}
@media screen and (max-width: 374px) {
	.main-item__share {
		width: 33.33vw;
	}
}
.main-item__share a {
	position: relative;
	margin: 0.87em auto 0 15%;
	padding-bottom: 0.18em;
	gap: 0 0.31em;
	width: max-content;
	max-width: 100%;
	display: flex;
	align-items: center;
	font-size: 0.72em;
	text-decoration: none;
}
@media screen and (max-width: 1000px) {
	.main-item__share a {
		margin-top: 1.58em;
		font-size: 0.85em;
	}
}
@media screen and (max-width: 374px) {
	.main-item__share a {
		font-size: 3.2vw;
	}
}
.main-item__share a::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #1A1A1A;
}
.main-item__share a::after {
	content: "";
	background: center center/contain no-repeat url("../img/icon_arrow.svg");
	display: block;
	width: 0.87em;
	height: 0.87em;
}
@media screen and (max-width: 1000px) {
	.main-item__share a::after {
		width: 0.91em;
		height: 0.91em;
	}
}
.main-item__share a:hover::before {
	animation: 0.3s cubic-bezier(0.65, 0, 0.35, 1) forwards anim-item-border;
}
@media screen and (max-width: 1000px) {
	.main-item__share--only-pc {
		display: none;
	}
}
.main-item__share--only-sp {
	display: none;
}
@media screen and (max-width: 1000px) {
	.main-item__share--only-sp {
		display: block;
	}
}
.main-item__share--alone a {
	font-size: 0.81em;
}
@media screen and (max-width: 1000px) {
	.main-item__share--alone a {
		font-size: 0.85em;
	}
}
@media screen and (max-width: 374px) {
	.main-item__share--alone a {
		font-size: 3.2vw;
	}
}
.main-item-wrap {
	margin-bottom: min(1.92vw, 37px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 40px;
}
@media screen and (max-width: 1000px) {
	.main-item-wrap {
		flex-direction: column;
	}
}
.main-item-wrap .main-item {
	column-gap: 1.36em;
}
@media screen and (max-width: 1000px) {
	.main-item-wrap .main-item {
		column-gap: 1.5em;
	}
}
@media screen and (max-width: 374px) {
	.main-item-wrap .main-item {
		column-gap: 5.6vw;
	}
}

.main-photo img {
	display: block;
	width: 100%;
}

.main-layout {
	margin-top: -1px;
	background-color: #fff;
}
.main-layout__inner {
	width: 1920px;
	max-width: 100%;
	padding-left: var(--padding-wrap);
	padding-right: var(--padding-wrap);
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1000px) {
	.main-layout__inner {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}
.main-layout--a .main-block--01 {
	width: 50%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 0 20px;
}
@media screen and (max-width: 1000px) {
	.main-layout--a .main-block--01 {
		width: auto;
		justify-content: end;
		column-gap: 13px;
	}
}
.main-layout--a .main-block--01 .main-photo {
	width: 87.91%;
}
@media screen and (max-width: 1000px) {
	.main-layout--a .main-block--01 .main-photo {
		width: 84vw;
	}
}
.main-layout--a .main-block--01 .main-num {
	margin-top: 3px;
	z-index: 100;
}
.main-layout--a .main-block--02 {
	margin-top: -10.22%;
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.main-layout--a .main-block--02 {
		margin-top: -26.67vw;
	}
}
.main-layout--a .main-block--02 .main-photo {
	margin-left: 6.48%;
	width: 27.47%;
}
@media screen and (max-width: 1000px) {
	.main-layout--a .main-block--02 .main-photo {
		margin-left: 3.46vw;
		width: 48.8vw;
	}
}
.main-layout--a .main-block--03 {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: -13.58% 0 0;
}
@media screen and (max-width: 1000px) {
	.main-layout--a .main-block--03 {
		margin-top: -22.14vw;
		flex-direction: column;
	}
}
.main-layout--a .main-block--03 .main-photo {
	width: 27.47%;
	margin-left: 31.42%;
	margin-right: 5.1%;
}
@media screen and (max-width: 1000px) {
	.main-layout--a .main-block--03 .main-photo {
		margin-left: auto;
		margin-right: 3.46vw;
		width: 48.8vw;
	}
}
.main-layout--b .main-block--01 {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.main-layout--b .main-block--01 {
		width: 100vw;
	}
}
.main-layout--b .main-block--01 .main-num {
	position: absolute;
	top: 0;
	margin-top: 4.26%;
	left: 6.66%;
}
.main-layout--b .main-block--02 {
	margin-top: min(3.02vw, 58px);
}
@media screen and (max-width: 1000px) {
	.main-layout--b .main-block .main-item:has(.main-item__share--alone) {
		margin-top: 0;
	}
}
.main-layout--c .main-block--01 {
	margin: 0 auto;
	width: 1350px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1000px) {
	.main-layout--c .main-block--01 {
		min-width: 0;
		width: auto;
		flex-direction: column;
	}
}
.main-layout--c .main-block--01 .main-block__img-col {
	position: relative;
	width: 51.85%;
	flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
	.main-layout--c .main-block--01 .main-block__img-col {
		width: 93.33vw;
	}
}
.main-layout--c .main-block--01 .main-num {
	position: absolute;
	top: 0;
	margin-top: 4.85%;
	left: 7.14%;
}
.main-layout--c .main-block--01 .main-item + .main-item {
	margin-top: 50px;
}
@media screen and (max-width: 1000px) {
	.main-layout--c .main-block--01 .main-item + .main-item {
		margin-top: 30px;
	}
}
.main-layout--c .main-block--01 .main-item + .main-item:has(.main-item__share--alone) {
	margin-top: 38px;
}
@media screen and (max-width: 1000px) {
	.main-layout--c .main-block--01 .main-item + .main-item:has(.main-item__share--alone) {
		margin-top: 1em;
	}
}
@media screen and (max-width: 1000px) {
	.main-layout--c--reverse .main-block--01 {
		flex-direction: column-reverse;
	}
}
.main-layout--d .main-block--01 {
	width: 77.47%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 0 20px;
}
@media screen and (max-width: 1000px) {
	.main-layout--d .main-block--01 {
		width: auto;
		column-gap: 13px;
	}
}
.main-layout--d .main-block--01 .main-photo {
	width: 70.92%;
}
@media screen and (max-width: 1000px) {
	.main-layout--d .main-block--01 .main-photo {
		width: 84vw;
	}
}
.main-layout--d .main-block--01 .main-num {
	margin-top: 3px;
}
.main-layout--d .main-block--02 {
	margin-top: -10%;
}
@media screen and (max-width: 1000px) {
	.main-layout--d .main-block--02 {
		margin-top: -5.34vw;
	}
}
.main-layout--d .main-block--02 .main-photo {
	margin-left: auto;
	margin-right: 9.5%;
	width: 27.47%;
}
@media screen and (max-width: 1000px) {
	.main-layout--d .main-block--02 .main-photo {
		margin-right: 4vw;
		width: 46.66vw;
	}
}
.main-layout--d .main-block--03 {
	width: 74.17%;
	display: flex;
	justify-content: start;
	align-items: center;
	margin: -20.77% auto 0;
}
@media screen and (max-width: 1000px) {
	.main-layout--d .main-block--03 {
		margin-top: -24.54vw;
		flex-direction: column-reverse;
		width: auto;
		align-items: start;
	}
}
.main-layout--d .main-block--03 .main-photo {
	width: 37.03%;
	margin-left: 5.11%;
}
@media screen and (max-width: 1000px) {
	.main-layout--d .main-block--03 .main-photo {
		margin-left: 6.93vw;
		margin-right: 0;
		width: 46.66vw;
	}
}
@media screen and (max-width: 1000px) {
	.main-layout--d .main-block--03 .main-item {
		margin-left: auto;
		margin-right: auto;
	}
}
.main-layout--e .main-block--01 {
	width: 79.67%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: start;
	justify-content: end;
	gap: 0 20px;
}
@media screen and (max-width: 1000px) {
	.main-layout--e .main-block--01 {
		width: auto;
		justify-content: end;
		column-gap: 13px;
		margin-right: 4vw;
	}
}
.main-layout--e .main-block--01 .main-photo {
	width: 55.17%;
}
@media screen and (max-width: 1000px) {
	.main-layout--e .main-block--01 .main-photo {
		column-gap: 2.13vw;
		width: 84vw;
	}
}
.main-layout--e .main-block--01 .main-num {
	margin-top: 3px;
}
.main-layout--e .main-block--02 {
	margin-top: -14.62%;
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.main-layout--e .main-block--02 {
		margin-top: 4vw;
	}
}
.main-layout--e .main-block--02 .main-photo {
	margin-left: 10.16%;
	width: 27.47%;
}
@media screen and (max-width: 1000px) {
	.main-layout--e .main-block--02 .main-photo {
		margin-left: 4vw;
		width: 47.46vw;
	}
}
.main-layout--e .main-block--03 {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: -17.86% 0 0;
	gap: 0 2.74%;
}
@media screen and (max-width: 1000px) {
	.main-layout--e .main-block--03 {
		margin-top: -31.47vw;
		flex-direction: column;
		align-items: end;
	}
}
.main-layout--e .main-block--03 .main-photo {
	width: 23.73%;
	margin-left: 40.38%;
}
@media screen and (max-width: 1000px) {
	.main-layout--e .main-block--03 .main-photo {
		margin-left: auto;
		margin-right: 4vw;
		width: 40.79vw;
	}
}
@media screen and (max-width: 1000px) {
	.main-layout--e .main-block--03 .main-item {
		margin-left: auto;
		margin-right: auto;
	}
}
.main-layout--f .main-block--01 {
	width: 1350px;
	min-width: 900px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1000px) {
	.main-layout--f .main-block--01 {
		min-width: 0;
		width: auto;
		flex-direction: column;
	}
}
.main-layout--f .main-block--01 .main-block__lcol {
	width: 61.77%;
}
@media screen and (max-width: 1000px) {
	.main-layout--f .main-block--01 .main-block__lcol {
		width: 100vw;
	}
}
.main-layout--f .main-block--01 .main-photo--01 {
	position: relative;
	margin-left: auto;
	width: 53.95%;
}
@media screen and (max-width: 1000px) {
	.main-layout--f .main-block--01 .main-photo--01 {
		width: 48.26vw;
		margin-right: 4vw;
		margin-left: auto;
	}
}
.main-layout--f .main-block--01 .main-photo--01 .main-num {
	position: absolute;
	top: 0;
	right: calc(100% + 20px);
	width: 0.97em;
}
@media screen and (max-width: 1000px) {
	.main-layout--f .main-block--01 .main-photo--01 .main-num {
		right: calc(100% + 13px);
	}
}
.main-layout--f .main-block--01 .main-photo--01 .main-num img {
	width: 0.97em;
}
.main-layout--f .main-block--01 .main-photo--02 {
	margin: -54.56% auto 0 0;
	width: 53.95%;
}
@media screen and (max-width: 1000px) {
	.main-layout--f .main-block--01 .main-photo--02 {
		margin-top: -38.67vw;
		width: 48.26vw;
		margin-left: 4vw;
	}
}
.main-layout--g .main-block--01 {
	width: 910px;
	padding-left: 0.54%;
	box-sizing: content-box;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 0 20px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.main-layout--g .main-block--01 {
		width: auto;
		justify-content: end;
		column-gap: 13px;
	}
}
.main-layout--g .main-block--01 .main-photo {
	width: 87.91%;
}
@media screen and (max-width: 1000px) {
	.main-layout--g .main-block--01 .main-photo {
		width: 84vw;
	}
}
.main-layout--g .main-block--01 .main-num {
	margin-top: 10px;
	z-index: 100;
}
@media screen and (max-width: 1000px) {
	.main-layout--g .main-block--01 .main-num {
		margin-top: 1.06vw;
	}
}
.main-layout--g .main-block--02 {
	display: flex;
	flex-direction: row-reverse;
	width: 1350px;
	max-width: 100%;
	margin: -3.96% auto 0;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.main-layout--g .main-block--02 {
		flex-direction: column;
		margin-top: -5.07vw;
	}
}
.main-layout--g .main-block--02 .main-photo {
	width: 37.03%;
	margin-left: 11.7%;
}
@media screen and (max-width: 1000px) {
	.main-layout--g .main-block--02 .main-photo {
		width: 48.66vw;
		margin-left: var(--padding-wrap-sp);
	}
}
.main-layout--g .main-block--02 .main-item {
	margin-top: 8.88%;
}
@media screen and (max-width: 1000px) {
	.main-layout--g .main-block--02 .main-item {
		margin-top: 5.33vw;
	}
}
.main-layout--h .main-layout__inner {
	width: calc(1350px + var(--padding-wrap) * 2);
}
.main-layout--h .main-block--01 {
	width: 50%;
	margin-left: auto;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.main-layout--h .main-block--01 {
		width: 66.66vw;
	}
}
.main-layout--h .main-block--01 .main-num {
	position: absolute;
	top: 0;
	margin-top: 5.62%;
	left: 7.4%;
}
.main-layout--h .main-block--02 {
	margin-top: -24.45%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: end;
}
@media screen and (max-width: 1000px) {
	.main-layout--h .main-block--02 {
		margin-top: 0;
		display: block;
	}
}
@media screen and (max-width: 1000px) {
	.main-layout--h .main-block--02 .main-photo {
		width: 66.66vw;
		margin-right: auto;
	}
}
.main-layout--h .main-block--02 .main-item {
	margin: 0 auto 26%;
}
@media screen and (max-width: 1000px) {
	.main-layout--h .main-block--02 .main-item {
		margin-top: 6.93vw;
		margin-bottom: 0;
	}
}
.main-layout--i .main-block--01 {
	position: relative;
	width: 1238px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: start;
	justify-content: end;
}
@media screen and (max-width: 1000px) {
	.main-layout--i .main-block--01 {
		width: auto;
		justify-content: start;
		column-gap: 2.66vw;
	}
}
.main-layout--i .main-block--01 .main-photo {
	width: 64.62%;
}
@media screen and (max-width: 1000px) {
	.main-layout--i .main-block--01 .main-photo {
		column-gap: 2.13vw;
		width: 84vw;
	}
}
.main-layout--i .main-block--01 .main-num {
	position: absolute;
	right: 4.03%;
	top: 0;
	margin-top: 2.82%;
}
@media screen and (max-width: 1000px) {
	.main-layout--i .main-block--01 .main-num {
		position: relative;
		right: auto;
		margin-top: 0.8vw;
	}
}
.main-layout--i .main-block--02 {
	width: 1522px;
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 0 auto;
}
.main-layout--i .main-block--02 .main-photo {
	margin-top: -21.29%;
	margin-right: auto;
	width: 32.85%;
}
@media screen and (max-width: 1000px) {
	.main-layout--i .main-block--02 .main-photo {
		margin-top: 6.4vw;
		margin-left: 12vw;
		width: 46.66vw;
	}
}
.main-layout--i .main-block--03 {
	width: 1522px;
	max-width: 100%;
	display: flex;
	justify-content: end;
	align-items: center;
	margin: -13.52% auto 0;
	gap: 0 6.37%;
}
@media screen and (max-width: 1000px) {
	.main-layout--i .main-block--03 {
		margin-top: -22.4vw;
		flex-direction: column;
		align-items: end;
	}
}
.main-layout--i .main-block--03 .main-photo {
	width: 32.85%;
}
@media screen and (max-width: 1000px) {
	.main-layout--i .main-block--03 .main-photo {
		margin-left: auto;
		width: 46.66vw;
	}
}
.main-layout--i .main-block--03 .main-item {
	margin-right: 6.57%;
}
@media screen and (max-width: 1000px) {
	.main-layout--i .main-block--03 .main-item {
		margin-left: auto;
		margin-right: auto;
	}
}
.main-layout--j .main-layout__inner {
	position: relative;
}
.main-layout--j .main-block--01 {
	width: 1350px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: start;
	justify-content: start;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--01 {
		width: auto;
	}
}
.main-layout--j .main-block--01 .main-block__img-col {
	position: relative;
	width: 51.85%;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--01 .main-block__img-col {
		width: 84vw;
		margin-left: var(--padding-wrap-sp);
	}
}
.main-layout--j .main-block--01 .main-num {
	position: absolute;
	top: 0;
	margin-top: 5.71%;
	left: 7.14%;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--01 .main-num {
		left: 6.66vw;
	}
}
.main-layout--j .main-block--02 {
	width: 1350px;
	max-width: 100%;
	margin: 0 auto;
}
.main-layout--j .main-block--02 .main-photo {
	margin-top: -30.38%;
	margin-left: auto;
	width: 37.03%;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--02 .main-photo {
		margin-top: 4vw;
		width: 46.66vw;
	}
}
.main-layout--j .main-block--03 {
	width: 1350px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding-right: 20px;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--03 {
		padding-right: 0;
	}
}
.main-layout--j .main-block--03 .main-photo {
	width: 37.59%;
	margin: -28.89% auto 0;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--03 .main-photo {
		margin-top: -40vw;
		margin-left: 15.73vw;
		width: 46.66vw;
	}
}
.main-layout--j .main-block--04 {
	width: 1350px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: end;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--04 {
		position: relative;
		left: unset;
		transform: unset;
		justify-content: center;
	}
}
.main-layout--j .main-block--04 .main-item {
	margin-top: 8.29%;
	width: 48.14%;
}
@media screen and (max-width: 1000px) {
	.main-layout--j .main-block--04 .main-item {
		width: auto;
	}
}
.main-layout--k .main-block--01 {
	position: relative;
	width: 812px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 0 2.46%;
}
@media screen and (max-width: 1000px) {
	.main-layout--k .main-block--01 {
		position: relative;
	}
}
.main-layout--k .main-block--01 .main-num {
	margin-top: 0.98%;
}
@media screen and (max-width: 1000px) {
	.main-layout--k .main-block--01 .main-num {
		position: absolute;
		left: 6.66vw;
		top: 4.8vw;
		margin-top: 0;
		z-index: 2;
	}
}
.main-layout--k .main-block--01 .main-photo {
	width: 86.2%;
}
@media screen and (max-width: 1000px) {
	.main-layout--k .main-block--01 .main-photo {
		width: 100vw;
	}
}
.main-layout--k .main-block--02 {
	margin-top: min(3.02vw, 58px);
}
@media screen and (max-width: 1000px) {
	.main-layout--k .main-block--02 .main-item__photo {
		margin-left: 0;
	}
}
@media screen and (max-width: 1000px) {
	.main-layout--k .main-block .main-item:has(.main-item__share--alone) {
		margin-top: 0;
	}
}
.main-layout--k .main-item-wrap {
	column-gap: 0;
}
.main-layout--k .main-item-wrap .main-item:last-child {
	column-gap: 0;
}
@media screen and (max-width: 1000px) {
	.main-layout--k .main-item-wrap .main-item:last-child {
		column-gap: 1.5em;
	}
}
.main-layout--l .main-layout__inner {
	position: relative;
}
.main-layout--l .main-block--01 {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: end;
	align-items: start;
	gap: 0 1.85%;
}
@media screen and (max-width: 1000px) {
	.main-layout--l .main-block--01 {
		width: 55.2vw;
		margin-right: var(--padding-wrap-sp);
		justify-content: space-between;
	}
}
.main-layout--l .main-block--01 .main-num {
	margin-top: 0.55%;
}
.main-layout--l .main-block--01 .main-photo {
	width: 46.29%;
}
@media screen and (max-width: 1000px) {
	.main-layout--l .main-block--01 .main-photo {
		width: 48.8vw;
	}
}
.main-layout--l .main-block--02 {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
}
.main-layout--l .main-block--02 .main-photo {
	width: 46.29%;
	margin-right: 38.42%;
	margin-left: auto;
	margin-top: -30.28%;
}
@media screen and (max-width: 1000px) {
	.main-layout--l .main-block--02 .main-photo {
		width: 48.8vw;
		margin: -38.94vw auto 0 var(--padding-wrap-sp);
	}
}
.main-layout--l .main-block--03 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1350px;
	max-width: 100%;
}
@media screen and (max-width: 1000px) {
	.main-layout--l .main-block--03 {
		position: relative;
		left: 0;
		transform: none;
	}
}
.main-layout--l .main-block--03 .main-item {
	margin-left: 10%;
	margin-top: 8.88%;
	justify-content: start;
}
@media screen and (max-width: 1000px) {
	.main-layout--l .main-block--03 .main-item {
		margin-left: 0;
		justify-content: center;
	}
}
@media screen and (max-width: 1000px) {
	.main-layout--l .main-block--03 .main-item__photo {
		margin-left: -0.8em;
	}
}
@media screen and (max-width: 1000px) {
	.main-layout--l .main-block--03 .main-item__txts {
		width: max-content;
	}
}

.slick-dots {
	bottom: 40px;
	right: 40px;
	display: flex;
	gap: 0 20px;
	width: auto;
}
@media screen and (max-width: 1000px) {
	.slick-dots {
		bottom: 20px;
		right: 20px;
		column-gap: 10px;
	}
}
.slick-dots::before, .slick-dots::after {
	content: none;
}
.slick-dots li {
	margin: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #fff;
	background-color: transparent;
	transition: background-color 0.2s;
	border-radius: 50%;
}
@media screen and (max-width: 1000px) {
	.slick-dots li {
		width: 6.5px;
		height: 6.5px;
	}
}
.slick-dots li.slick-active {
	background-color: #fff;
}
.slick-dots li button::before {
	content: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.remodal-overlay {
	background: rgba(26, 26, 26, 0.5);
}

.main-modal {
	padding: 56px 0 58.8px;
	width: 385px;
}
@media screen and (max-width: 1000px) {
	.main-modal {
		padding: 40px 0 42px;
		width: 275px;
	}
}
.main-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 28px;
	height: 28px;
}
@media screen and (max-width: 1000px) {
	.main-modal__close {
		top: 10px;
		right: 10px;
		width: 20px;
		height: 20px;
	}
}
.main-modal__close::before, .main-modal__close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 28px;
	background: #1A1A1A;
	pointer-events: none;
}
@media screen and (max-width: 1000px) {
	.main-modal__close::before, .main-modal__close::after {
		height: 20px;
	}
}
.main-modal__close::before {
	transform: rotate(45deg);
}
.main-modal__close::after {
	transform: rotate(-45deg);
}
.main-modal__photo {
	margin: 0 auto;
	width: 322px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.main-modal__photo {
		width: 230px;
	}
}
.main-modal__photo .main-num {
	position: absolute;
	left: 29.4px;
	top: 16.8px;
	font-size: 18.2px;
}
@media screen and (max-width: 1000px) {
	.main-modal__photo .main-num {
		left: 21px;
		top: 12px;
		font-size: 13px;
	}
}
.main-modal__photo > img {
	width: 100%;
	display: block;
}
.main-modal__share-hl {
	margin-top: 29.4px;
	font-size: 21px;
	font-weight: 300;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 1000px) {
	.main-modal__share-hl {
		margin-top: 21px;
		font-size: 15px;
	}
}
.main-modal__share-list {
	margin-top: 30.8px;
	padding-left: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 35px;
}
@media screen and (max-width: 1000px) {
	.main-modal__share-list {
		margin-top: 22px;
		gap: 0 25px;
	}
}
.main-modal__share-list > li img {
	width: 33.6px;
	display: block;
}
@media screen and (max-width: 1000px) {
	.main-modal__share-list > li img {
		width: 24px;
	}
}
.main-modal__share-list a {
	transition: opacity 0.2s;
}
.main-modal__share-list a:hover {
	opacity: 0.7;
}
.main-modal__url-text {
	font-size: 0.87rem;
	font-size: clamp(0.87rem, 0.81rem + 0.2588996764vw, 1.12rem); /* 14px @375px - 18px @1920px */
	overflow-wrap: anywhere;
	word-break: break-all;
	line-break: strict;
	text-align: left;
	padding: 18px 20px;
	margin: 0 30px;
	border: 1px solid #ccc;
	line-height: 1.1;
}
.main-modal__url-copy-btn {
	margin-top: 30px;
	text-align: center;
}
.main-modal__url-copy-btn a {
	width: max-content;
	margin: 0 auto;
	font-size: 0.93rem;
	font-size: clamp(0.93rem, 0.87rem + 0.2588996764vw, 1.18rem); /* 15px @375px - 19px @1920px */
	display: flex;
	align-items: center;
	gap: 0 10px;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.main-bar {
	position: sticky;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	height: 61px;
	color: #fff;
	font-size: 20px;
	background: #191919;
}
@media screen and (max-width: 1000px) {
	.main-bar {
		font-size: 13px;
		height: 45px;
	}
}
.main-bar > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-bar a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #191919;
	transition: background-color 0.2s;
}
.main-bar a:hover {
	background-color: #2a2a2a;
}
.main-bar__look, .main-bar__all {
	border-right: 1px solid #fff;
}
.main-bar__look {
	flex: 1;
}
.main-bar__all {
	width: 45.83%;
}
@media screen and (max-width: 1000px) {
	.main-bar__all {
		width: 40.53vw;
	}
}
.main-bar__totop {
	width: 130px;
}
@media screen and (max-width: 1000px) {
	.main-bar__totop {
		width: 13.33vw;
	}
}
.main-bar__totop img {
	display: block;
	width: 32px;
}
@media screen and (max-width: 1000px) {
	.main-bar__totop img {
		width: 17px;
	}
}
.main-bar__num {
	margin: 0 0.25em;
}

.main-switch {
	position: fixed;
	top: 68px;
	right: 2.22em;
	display: flex;
	font-size: 0.56rem;
	font-size: clamp(0.56rem, 0.42rem + 0.5825242718vw, 1.12rem); /* 9px @375px - 18px @1920px */
	width: 16.5em;
	height: 2.66em;
	border: 1px solid #191919;
	overflow: hidden;
	border-radius: 9999px;
	color: #fff;
	transition: color 0.4s ease-out;
	z-index: 1000;
}
@media screen and (max-width: 1000px) {
	.main-switch {
		width: 16.11em;
		height: 2.66em;
		right: 1.66em;
	}
}
.main-switch::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-color: #191919;
	border-radius: 9999px;
	transition: left 0.4s ease-out;
}
.main-switch > div {
	width: 50%;
	position: relative;
}
.main-switch span,
.main-switch a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.main-switch a {
	text-decoration: none !important;
	color: #191919;
	padding-top: 1px;
}
.main-switch.active {
	color: #191919;
}
.main-switch.active::before {
	left: 0;
}
.main-switch.active a {
	color: #fff;
}

@keyframes mvRemoveSlide {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1.05);
		opacity: 0;
	}
}
.sec-mv {
	position: relative;
	background-color: #fff;
}
.sec-mv__slide {
	position: relative;
	overflow: hidden;
	width: 100%;
	animation-name: none !important;
}
.sec-mv__slide::before {
	content: "";
	display: block;
	padding-bottom: 65.11%;
}
@media screen and (max-width: 1000px) {
	.sec-mv__slide::before {
		padding-bottom: 130.7%;
	}
}
.sec-mv__slide div {
	position: absolute;
	overflow: hidden;
	inset: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 1.5s ease;
	transform: scale(1.05);
}
.sec-mv__slide.main-anim div {
	transform: scale(1);
}
.sec-mv__slide.main-anim-remove {
	animation: 1s ease forwards mvRemoveSlide;
}
.sec-mv .sec-mv__slide--01 div {
	background-image: url("../img/mv_pc_01.jpg");
}
@media screen and (max-width: 1000px) {
	.sec-mv .sec-mv__slide--01 div {
		background-image: url("../img/mv_sp_01.jpg");
	}
}
.sec-mv .sec-mv__slide--02 div {
	background-image: url("../img/mv_pc_02.jpg");
}
@media screen and (max-width: 1000px) {
	.sec-mv .sec-mv__slide--02 div {
		background-image: url("../img/mv_sp_02.jpg");
	}
}
.sec-mv .sec-mv__slide--03 div {
	background-image: url("../img/mv_pc_03.jpg");
}
@media screen and (max-width: 1000px) {
	.sec-mv .sec-mv__slide--03 div {
		background-image: url("../img/mv_sp_03.jpg");
	}
}
.sec-mv .sec-mv__slide--04 div {
	background-image: url("../img/mv_pc_04.jpg");
}
@media screen and (max-width: 1000px) {
	.sec-mv .sec-mv__slide--04 div {
		background-image: url("../img/mv_sp_04.jpg");
	}
}
.sec-mv .sec-mv__slide--05 div {
	background-image: url("../img/mv_pc_05.jpg");
}
@media screen and (max-width: 1000px) {
	.sec-mv .sec-mv__slide--05 div {
		background-image: url("../img/mv_sp_05.jpg");
	}
}
.sec-mv .sec-mv__slide--06 div {
	background-image: url("../img/mv_pc_06.jpg");
}
@media screen and (max-width: 1000px) {
	.sec-mv .sec-mv__slide--06 div {
		background-image: url("../img/mv_sp_06.jpg");
	}
}
.sec-mv__txt-area {
	padding-top: 14.3vw;
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	color: #fff;
	font-family: "Baskervville", serif;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-area {
		padding-top: 0;
		align-content: end;
		padding-bottom: 18.66vw;
	}
}
.sec-mv__txt-logo {
	position: absolute;
	top: 0;
	margin-top: 3.12vw;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 1s linear;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-logo {
		margin-top: 0;
		top: auto;
		bottom: 0;
		margin-bottom: 8vw;
	}
}
.sec-mv__txt-logo img {
	display: block;
	width: 13.64vw;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-logo img {
		width: 29.86vw;
	}
}
.sec-mv__txt-look span, .sec-mv__txt-year img {
	filter: blur(6px);
	opacity: 0;
	transform: scale(0.9);
	transition: filter 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s linear, transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-look span, .sec-mv__txt-year img {
		transform: scale(1);
		transition: filter 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s linear;
	}
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-year {
		font-size: 6.66vw;
	}
}
.sec-mv__txt-year img {
	display: block;
	margin: 0 auto;
	transform: scale(1);
	width: 5.98vw;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-year img {
		width: 13.06vw;
	}
}
.sec-mv__txt-look {
	margin-top: 1.1vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-look {
		margin-top: 2.13vw;
	}
}
.sec-mv__txt-look span {
	font-weight: 300;
	transition-delay: 0.5s;
}
.sec-mv__txt-look span:nth-child(4n-2) {
	transition-delay: 0.9s;
}
.sec-mv__txt-look span:nth-child(4n-1) {
	transition-delay: 0.8s;
}
.sec-mv__txt-look span:nth-child(4n) {
	transition-delay: 0.65s;
}
.sec-mv__txt-look span img {
	display: block;
	height: 4.89vw;
	width: auto;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-look span img {
		height: 8vw;
	}
}
.sec-mv__txt-store {
	margin-top: 0.6vw;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-store {
		margin-top: 2.4vw;
	}
}
.sec-mv__txt-store img {
	margin: 0 auto;
	display: block;
	width: 20.31vw;
	opacity: 0;
	transition: opacity 1s linear 1.5s;
}
@media screen and (max-width: 1000px) {
	.sec-mv__txt-store img {
		width: 38.13vw;
	}
}
.sec-mv__txt-lead {
	text-align: center;
	font-size: 0.4rem;
	font-size: clamp(0.4rem, 0.26rem + 0.6148867314vw, 1rem); /* 6.5px @375px - 16px @1920px */
	line-height: 1.313;
	opacity: 0;
	transition: opacity 1s linear;
	transition-delay: 1.3s;
}
.sec-mv__txt-area.animate .sec-mv__txt-store img {
	opacity: 1;
}
.sec-mv__txt-area.animate .sec-mv__txt-look span,
.sec-mv__txt-area.animate .sec-mv__txt-year img {
	filter: none;
	opacity: 1;
	transform: scale(1);
}
.sec-mv__txt-area.animate .sec-mv__txt-logo,
.sec-mv__txt-area.animate .sec-mv__txt-lead {
	opacity: 1;
}

.sec-slider {
	background-color: #fff;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-top: min(10.41vw, 200px);
	padding-bottom: min(9.68vw, 186px);
}
@media screen and (max-width: 1000px) {
	.sec-slider {
		padding-top: 13.33vw;
		padding-bottom: 16.53vw;
	}
}
.sec-slider__slide {
	padding-left: 20px;
}
@media screen and (max-width: 1000px) {
	.sec-slider__slide {
		padding-left: min(2.66vw, 20px);
	}
}
.sec-slider__slide img {
	width: 300px;
}
@media screen and (max-width: 1000px) {
	.sec-slider__slide img {
		width: min(33.33vw, 300px);
	}
}

.sec-look {
	background: #fff;
}
.sec-look--01 {
	padding-bottom: min(7.7vw, 148px);
}
@media screen and (max-width: 1000px) {
	.sec-look--01 {
		padding-bottom: 74px;
	}
}
.sec-look--02 {
	padding-bottom: min(7.81vw, 150px);
}
.sec-look--02 .main-block--01 .main-num {
	left: auto;
	margin-top: 5.33%;
	right: 6.66%;
}
@media screen and (max-width: 1000px) {
	.sec-look--02 .main-block--01 .main-photo {
		margin-left: var(--padding-wrap-sp);
		margin-right: 2.8vw;
	}
}
.sec-look--02 .main-block--02 {
	margin-top: min(2.7vw, 52px);
}
.sec-look--02 .main-block--02 .main-item__photo {
	width: 7.45em;
}
@media screen and (max-width: 1000px) {
	.sec-look--02 {
		padding-bottom: 78px;
	}
}
.sec-look--03 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--03 {
		padding-bottom: 76px;
	}
}
.sec-look--04 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--04 {
		padding-bottom: 78px;
	}
}
.sec-look--04 .main-block--01 .main-block__img-col {
	margin-right: 5%;
}
@media screen and (max-width: 1100px) {
	.sec-look--04 .main-block--01 .main-block__img-col {
		margin-right: 0;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--04 .main-block--01 .main-item__photo {
		margin-left: 0;
	}
}
.sec-look--05 {
	padding-top: min(7.81vw, 150px);
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--05 {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
.sec-look--05-wrap {
	padding-top: 76.75vw;
}
@media screen and (max-width: 1000px) {
	.sec-look--05-wrap {
		padding-top: 100vh;
	}
}
.sec-look--06 {
	padding-bottom: min(7.81vw, 150px);
}
.sec-look--06 .main-layout {
	padding-bottom: min(7.81vw, 150px);
}
.sec-look--06 .main-block--01 {
	width: 61.2%;
	max-width: 100%;
	display: flex;
	justify-content: end;
	align-items: start;
	gap: 0 1.88%;
}
@media screen and (max-width: 1000px) {
	.sec-look--06 .main-block--01 {
		width: auto;
		justify-content: center;
	}
}
.sec-look--06 .main-block--01 .main-photo {
	width: 89.76%;
}
@media screen and (max-width: 1000px) {
	.sec-look--06 .main-block--01 .main-photo {
		width: 93.33vw;
	}
}
.sec-look--06 .main-block--01 .main-num {
	position: relative;
	margin-top: 0.89%;
	left: auto;
}
@media screen and (max-width: 1000px) {
	.sec-look--06 .main-block--01 .main-num {
		position: absolute;
		right: 7.2vw;
		top: 0;
		margin-top: 5vw;
	}
}
.sec-look--06 .main-block--02 .main-item__photo {
	margin-left: 0;
}
@media screen and (max-width: 1000px) {
	.sec-look--06 .main-block--02 .main-item__photo {
		margin-left: -5.34vw;
	}
}
.sec-look--07 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--07 {
		padding-top: 45px;
		padding-bottom: 77px;
	}
}
.sec-look--08 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--08 {
		padding-bottom: 75px;
	}
}
.sec-look--09 {
	padding-top: min(7.81vw, 150px);
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--09 {
		padding-top: 75px;
		padding-bottom: 78px;
	}
}
.sec-look--09-wrap {
	padding-top: 76.75vw;
}
@media screen and (max-width: 1000px) {
	.sec-look--09-wrap {
		padding-top: 100vh;
	}
}
.sec-look--10 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--10 {
		padding-bottom: 78px;
	}
}
.sec-look--10 .main-block--01 {
	width: 862px;
	max-width: 100%;
	display: flex;
	justify-content: end;
	align-items: start;
	gap: 0 2.32%;
}
@media screen and (max-width: 1000px) {
	.sec-look--10 .main-block--01 {
		position: relative;
	}
}
.sec-look--10 .main-block--01 .main-photo {
	width: 87%;
}
@media screen and (max-width: 1000px) {
	.sec-look--10 .main-block--01 .main-photo {
		width: 100vw;
	}
}
.sec-look--10 .main-block--01 .main-num {
	position: relative;
	margin-top: 1.16%;
	left: auto;
}
@media screen and (max-width: 1000px) {
	.sec-look--10 .main-block--01 .main-num {
		position: absolute;
		left: 6.66vw;
		top: 0;
		margin-top: 4.8vw;
	}
}
.sec-look--11 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--11 {
		padding-bottom: 76px;
	}
}
.sec-look--11 .main-block--01 .main-block__img-col {
	width: 55.55%;
}
@media screen and (max-width: 1000px) {
	.sec-look--11 .main-block--01 .main-block__img-col {
		width: 100vw;
		display: flex;
		justify-content: start;
		align-items: start;
		gap: 0 2.66vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--11 .main-block--01 .main-photo {
		width: 84vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--11 .main-block--01 .main-num {
		position: relative;
		left: 0;
		margin-top: 0.53vw;
	}
}
.sec-look--11 .main-block--01 .main-item__photo {
	margin-left: 0;
}
@media screen and (max-width: 1000px) {
	.sec-look--11.main-layout--c .main-block--01 {
		flex-direction: column-reverse;
	}
}
.sec-look--11 .main-item:has(.main-item__txts) {
	justify-content: start;
}
.sec-look--12 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--12 {
		padding-bottom: 71px;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--12 .main-block--01 .main-block__img-col {
		width: 100vw;
		display: flex;
		flex-direction: row-reverse;
		gap: 0 2.66vw;
		justify-content: end;
		align-items: start;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--12 .main-block--01 .main-photo {
		width: 84vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--12 .main-block--01 .main-num {
		position: relative;
		margin-top: 1.06vw;
		left: 0;
	}
}
.sec-look--12 .main-block--01 .main-block__item-col {
	margin-right: 2.88%;
}
@media screen and (max-width: 1000px) {
	.sec-look--12 .main-block--01 .main-block__item-col {
		margin-right: 0;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--12 .main-block--01 .main-item__photo {
		margin-left: -0.7em;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--12 .main-block--01 .main-item__txts {
		width: auto;
		flex: 1;
	}
}
.sec-look--13 {
	padding-bottom: min(7.81vw, 150px);
}
@media screen and (max-width: 1000px) {
	.sec-look--13 {
		padding-bottom: 78px;
	}
}
.sec-look--13 .main-block--01 {
	width: 1080px;
	max-width: 100%;
	display: flex;
	justify-content: end;
	align-items: start;
	gap: 0 1.85%;
}
@media screen and (max-width: 1000px) {
	.sec-look--13 .main-block--01 {
		position: relative;
		display: block;
	}
}
.sec-look--13 .main-block--01 .main-photo {
	width: 74.07%;
}
@media screen and (max-width: 1000px) {
	.sec-look--13 .main-block--01 .main-photo {
		width: 100vw;
	}
}
.sec-look--13 .main-block--01 .main-num {
	position: relative;
	margin-top: 0.92%;
	right: auto;
}
@media screen and (max-width: 1000px) {
	.sec-look--13 .main-block--01 .main-num {
		position: absolute;
		right: 6.66vw;
		top: 4vw;
	}
}
.sec-look--13 .main-block--02 .main-photo {
	margin-top: -12%;
}
@media screen and (max-width: 1000px) {
	.sec-look--13 .main-block--02 .main-photo {
		margin-top: 6.93vw;
		margin-left: 5.86vw;
		width: 48.53vw;
	}
}
.sec-look--13 .main-block--03 {
	column-gap: 4.33%;
}
@media screen and (max-width: 1000px) {
	.sec-look--13 .main-block--03 {
		margin-top: -18.67vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--13 .main-block--03 .main-photo {
		margin-right: 5.86vw;
		width: 48.53vw;
	}
}
.sec-look--13 .main-block--03 .main-item {
	margin-right: 7.88%;
}
@media screen and (max-width: 1000px) {
	.sec-look--13 .main-block--03 .main-item {
		margin-right: auto;
	}
}
.sec-look--14 {
	padding-bottom: min(11.14vw, 214px);
}
@media screen and (max-width: 1000px) {
	.sec-look--14 {
		padding-bottom: 22.66vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--14 .main-block--01 {
		flex-direction: column-reverse;
	}
}
.sec-look--14 .main-block--01 .main-block__img-col {
	width: 55.11%;
}
@media screen and (max-width: 1000px) {
	.sec-look--14 .main-block--01 .main-block__img-col {
		width: 100vw;
		display: flex;
		justify-content: start;
		align-items: start;
		gap: 0 2.66vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--14 .main-block--01 .main-photo {
		width: 84vw;
	}
}
@media screen and (max-width: 1000px) {
	.sec-look--14 .main-block--01 .main-num {
		position: relative;
		left: 0;
		margin-top: 0.8vw;
	}
}
.sec-look--15 {
	padding-bottom: min(11.14vw, 214px);
}
@media screen and (max-width: 1000px) {
	.sec-look--15 {
		padding-bottom: 22.66vw;
	}
}
.sec-look--15 .main-block--01 {
	width: 1000px;
	max-width: 100%;
}

.sec-full-img {
	position: relative;
	width: 100vw;
	background: center center/cover no-repeat url("../img/full-img_01.jpg");
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	display: none;
}
.sec-full-img--02 {
	background-image: url("../img/full-img_02.jpg");
}
@media screen and (orientation: portrait) and (max-width: 1000px) {
	.sec-full-img--02 {
		background-image: url("../img/full-img_02_sp.jpg");
		background-size: 100% auto;
	}
}

.sec-btm-link {
	background: #fff;
}
.sec-btm-link__img-area {
	position: relative;
}
.sec-btm-link__img-area img {
	width: 100%;
	display: block;
}
.sec-btm-link__over-txt {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sec-btm-link__over-txt img {
	display: block;
}
.sec-btm-link__over-txt img img {
	display: block;
	width: 100%;
}
.sec-btm-link__year {
	margin-top: -3.34vw;
	width: 5.93vw;
}
@media screen and (max-width: 1000px) {
	.sec-btm-link__year {
		margin-top: -4.54vw;
		width: 8.53vw;
	}
}
.sec-btm-link__ttl {
	margin-top: 1.56vw;
	width: 44.89vw;
}
@media screen and (max-width: 1000px) {
	.sec-btm-link__ttl {
		margin-top: 2.66vw;
		width: 55.46vw;
	}
}
.sec-btm-link__store-name {
	margin-top: 2.34vw;
	width: 13.85vw;
}
@media screen and (max-width: 1000px) {
	.sec-btm-link__store-name {
		margin-top: 1.06vw;
		width: 23.73vw;
	}
}
.sec-btm-link__btns {
	width: 758px;
	padding-left: 50px;
	padding-right: 50px;
	margin: min(5.2vw, 100px) auto 0;
}
@media screen and (max-width: 1000px) {
	.sec-btm-link__btns {
		margin-top: 30px;
		width: 92vw;
		padding-left: 0;
		padding-right: 0;
	}
}
.sec-btm-link a {
	font-size: 0.81rem;
	font-size: clamp(0.81rem, 0.67rem + 0.5825242718vw, 1.37rem); /* 13px @375px - 22px @1920px */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.18em;
	border: 1px solid #191919;
	color: #191919;
	border-radius: 9999px;
	text-decoration: none !important;
	transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 1000px) {
	.sec-btm-link a {
		height: 3.84em;
	}
}
.sec-btm-link a:hover {
	color: #fff;
	background-color: #191919;
}
.sec-btm-link__all-items {
	margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
	.sec-btm-link__all-items {
		margin-bottom: 8px;
	}
}
.sec-btm-link__all-items a {
	background-color: #191919;
	color: #fff;
}
.sec-btm-link__all-items a:hover {
	background: #434343;
	color: #fff;
}
.sec-btm-link__category {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 2.2em;
}
@media screen and (max-width: 1000px) {
	.sec-btm-link__category {
		column-gap: 0.53em;
	}
}
.sec-btm-link__category a {
	height: 3.07em;
}

.sec-btm-share {
	background: #fff;
	padding-top: 38px;
}
@media screen and (max-width: 1000px) {
	.sec-btm-share {
		padding-top: 33px;
	}
}
.sec-btm-share .main-modal__share-hl {
	font-size: 1.18rem;
	font-size: clamp(1.18rem, 1.17rem + 0.0647249191vw, 1.25rem); /* 19px @375px - 20px @1920px */
}
.sec-btm-share .main-modal__share-list {
	column-gap: 30px;
}
@media screen and (max-width: 1000px) {
	.sec-btm-share .main-modal__share-list {
		margin-top: 18px;
	}
}
.sec-btm-share .main-modal__share-list > li img {
	width: 32px;
}

.sec-btm-credit {
	background: #fff;
	padding-top: 74px;
	font-size: 0.75rem;
	font-size: clamp(0.75rem, 0.71rem + 0.1294498382vw, 0.87rem); /* 12px @375px - 14px @1920px */
	font-weight: 300;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	line-height: 1.857;
	text-align: center;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
	.sec-btm-credit {
		padding-top: 35px;
		line-height: 1.667;
	}
}

.sec-btm-winter {
	background: #fff;
	position: relative;
	padding-top: min(4.94vw, 95px);
}
@media screen and (max-width: 1000px) {
	.sec-btm-winter {
		padding-top: 57px;
	}
}
.sec-btm-winter__wrap {
	margin: 0 auto;
	width: 1080px;
	max-width: 92vw;
}
.sec-btm-winter__wrap a {
	transition: opacity 0.3s;
}
.sec-btm-winter__wrap a:hover {
	opacity: 0.9;
}
.sec-btm-winter__wrap img {
	display: block;
	width: 100%;
}

.sec-btm-logo {
	background: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: min(14.21vw, 273px);
}
@media screen and (max-width: 1000px) {
	.sec-btm-logo {
		padding-top: 52px;
	}
}
.sec-btm-logo__logo img {
	width: 393px;
}
@media screen and (max-width: 1000px) {
	.sec-btm-logo__logo img {
		width: 197px;
	}
}
.sec-btm-logo__copyright {
	margin-top: 20px;
	text-align: center;
	font-weight: 300;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-size: 0.43rem;
	font-size: clamp(0.43rem, 0.33rem + 0.4530744337vw, 0.87rem); /* 7px @375px - 14px @1920px */
}
@media screen and (max-width: 1000px) {
	.sec-btm-logo__copyright {
		margin-top: 10px;
	}
}