@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_icon';
	src:
		url('../font/sns_icon.ttf?5mfine') format('truetype'),
		url('../font/sns_icon.woff?5mfine') format('woff'),
		url('../font/sns_icon.svg?5mfine#icf') format('svg');
	font-weight: normal;
	font-style: normal;
}
i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon_facebook:before { content: "\e900"; }
.icon_instagram:before { content: "\e901";}
.icon_line:before { content: "\e902";}
.icon_twitter:before { content: "\e903";}
.icon_youtube:before { content: "\e904";}


body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	color: #000;
}

section {
	padding: min(8vw, 80px) 0;
}
.contentWrap {
	max-width: 1120px;
	padding: 0 min(6vw, 64px);
	margin: auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.anim {
	opacity: 0;
	transition: all .4s ease-out;
}
.anim.on {
	opacity: 1;
}
@keyframes op {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@media screen and (min-width: 813px) {
	.sp { display: none;}

	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}

	main {
		padding: 100px 60px 100px;
	}
	main h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}

}
@media screen and (max-width: 812px) {
	.pc { display: none;}

	#container section .wrap {
		flex-direction: column;
	}
}


.mainVisual {
	position: relative;
}
.mainVisual .mvGrid {
	position: relative;
	height: 50vw;
	display: grid;
	grid-template-columns: 42% 58%;
	grid-template-rows: 1fr 1fr;

	opacity: 0;
	animation: op 1s ease-out 0.3s forwards;
}
.mainVisual .mvGrid::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.mainVisual .mvGrid .mvRight {
	grid-row: 1 / 3;
	grid-column: 2;
}
.mainVisual .mvGrid > div {
	position: relative;
}
.mainVisual .mvGrid > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainVisual .mvTextWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	z-index: 1;

	opacity: 0;
	animation: op 1s ease-out 1.3s forwards;
}
.mainVisual .mvTextWrap .logoImg {
	width: 30vw;
	margin: 0 auto 1vw;
}
.mainVisual .mvTextWrap p {
	color: #fff;
	font-size: 2.1vw;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

@media screen and (max-width: 812px) {

	.mainVisual .mvGrid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 65vw 37vw;
		height: auto;
	}
	.mainVisual .mvGrid .mvRight {
		grid-row: 1;
		grid-column: 1 / 3;
	}

	.mainVisual .mvTextWrap .logoImg {
		width: 60vw;
		margin-bottom: 3vw;
	}
	.mainVisual .mvTextWrap p {
		font-size: 4.5vw;
	}
}


#loungeWear {
	padding: min(10vw, 64px) 0  min(14vw, 140px);
	background: #f7f7f7;
}
#loungeWear .topLead {
	text-align: center;
	font-size: min(5.4vw, 26px);
	font-weight: 500;
	line-height: 1.6;

	opacity: 0;
	animation: op 1s ease-out 2s forwards;
}
#loungeWear .flexWrap {
	display: flex;
	justify-content: space-between;
	margin-top: min(12vw, 80px);
}
#loungeWear .flexWrap:nth-child(odd) {
	flex-direction: row-reverse;
}
#loungeWear .flexWrap .textArea {
	width: 35%;
}
#loungeWear .flexWrap .textArea h4 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: min(5vw, 24px);
	font-weight: 500;
	margin-bottom: 0.4em;
}
#loungeWear .flexWrap .textArea h4 span {
	font-size: 0.78em;
}
#loungeWear .flexWrap .textArea h4 + p {
	font-size: min(3.6vw, 16px);
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 1.4em;
}
#loungeWear .flexWrap .textArea p {
	font-size: min(3.4vw, 14px);
}
#loungeWear .flexWrap .imgArea {
	width: 56%;
}
#loungeWear .flexWrap .imgArea .itemName {
	font-size: min(3.8vw, 18px);
	margin-top: min(4vw, 32px);
}
#loungeWear .flexWrap .imgArea .price {
	font-size: min(3.4vw, 16px);
	font-weight: 500;
}
#loungeWear .flexWrap .imgArea .price .emphasis {
	font-size: 1.33em;
	font-weight: 700;
	margin-right: 0.1em;
}
#loungeWear .flexWrap .imgArea .price .line {
	position: relative;
}
#loungeWear .flexWrap .imgArea .price .line::before {
	display: block;
	content: "";
	position: absolute;
	left: -0.1em;
	top: 50%;
	width: calc(100% + 0.2em);
	height: 0.15em;
	background-color: #f60c00;
}
#loungeWear .flexWrap .imgArea .note {
	display: inline-block;
	background-color: #f8d1d2;
	text-indent: -1em;
	color: #555;
	font-size: min(2.8vw, 11px);
	padding: 0.5em 1em 0.5em 2em;
	margin-top: 1.2em;
}
#loungeWear .flexWrap .material {
	background: #fff;
	padding: min(3vw, 32px) min(4vw, 40px);
	margin-top: min(4vw, 24px);
}
#loungeWear .flexWrap .material p {
	font-size: min(3vw, 11px);
	margin-top: 1em;
}

@media screen and (max-width: 812px) {

	#loungeWear .flexWrap {
		display: block;
	}
	#loungeWear .flexWrap .textArea {
		width: 100%;
	}
	#loungeWear .flexWrap .imgArea {
		width: 100%;
		margin-top: min(6vw, 40px);
	}

	#loungeWear .flexWrap:nth-of-type(1) {
		opacity: 0;
		animation: op 1s ease-out 2.5s forwards;
	}
	#loungeWear .flexWrap .imgArea .note {
		display: block;
		letter-spacing: 0.04em;
	}
	#loungeWear .flexWrap .material.sp {
		display: flex;
		justify-content: space-between;
		margin-top: min(6vw, 64px);
	}
	#loungeWear .flexWrap .material.sp .materialImg {
		width: 30%;
	}
	#loungeWear .flexWrap .material.sp p {
		width: 65%;
	}
}

footer {
	padding: min(14vw, 100px) 0;
	text-align: center;
	letter-spacing: 0.08em;
}
footer p:has(+ .btnContact) {
	font-size: min(3.8vw, 16px);
	font-weight: bold;
	margin-bottom: 1em;
}
footer .btnContact a {
	width: 70%;
	max-width: 320px;
	min-width: fit-content;
	display: block;
	padding: min(3vw, 18px);
	font-size: min(3.4vw, 16px);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	margin: auto;
}
footer p.copyright {
	font-size: min(2vw, 10px);
	margin-top: min(12vw, 80px);
}