@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	padding-top: 24.2rem;
	position: relative;
	z-index: 1;
	min-height: 36rem;
	background: url(../img/index/main_img.jpg) no-repeat center top / cover;
}
.mainVisual::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 69.99%);
	content: "";
	z-index: 1;
	pointer-events: none;
}
.mainVisual h2 {
	text-align: center;
	font-size: 4.4rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
}
.mainVisual h2 span {
	display: block;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 980px) {
	.mainVisual {
		padding-top: 61.333vw;
		min-height: 96vw;
		background-image: url(../img/index/main_img_sp.jpg);
	}
	.mainVisual::after {
		display: none;
	}
	.mainVisual h2 {
		font-size: 8.267vw;
		line-height: 1.29;
	}
	.mainVisual h2 span {
		margin-top: 2.133vw;
	}
}
#main .bg {
	background: url(../img/index/tool_bg.png) no-repeat center top / cover;
}
#main .tool {
	position: relative;
	padding: 6rem 0 5.7rem;
}
#main .tool::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 25rem;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0.2;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(211, 168, 117, 1) 0%, rgba(0, 0, 0, 0.02) 100%);
}
#main .tool::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 25rem;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0.2;
	pointer-events: none;
	background: linear-gradient(270deg, rgba(211, 168, 117, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
#main .tool .innerBox {
	position: relative;
	z-index: 1;
	padding: 5.5rem 3rem 5.9rem;
	margin: 0 auto;
	max-width: 90rem;
	background: url(../img/index/tool_img_bg01.png) no-repeat top  center / 100% auto,url(../img/index/tool_img_bg03.png) no-repeat bottom center / 100% auto;
}
#main .tool .innerBox::after {
	position: absolute;
	top: 4.7rem;
	left: 0;
	width: 100%;
	bottom: 4.7rem;
	z-index: -1;
	content: "";
	pointer-events: none;
	background: url(../img/index/tool_img_bg02.png) repeat-y center top / auto 2.8rem;
}
#main .tool .innerBox h3 {
	margin-bottom: 1.5rem;
	position: relative;
	padding-bottom: 4.5rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.03em;
}
#main .tool .innerBox h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.1rem;
	background: url(../img/index/tool_line01.png) no-repeat center bottom / 14.8rem auto;
	content: "";
	z-index: 1;
}
#main .tool .innerBox .text {
	margin-bottom: 3rem;
	text-align: center;
	line-height: 2.14;
}
#main .tool .innerBox .text:last-of-type {
	margin-bottom: 4.3rem;
}
#main .tool .textUl {
	gap: 2rem 3.5rem;
}
#main .tool .textUl li {
	padding-top: 3.3rem;
	text-align: center;
	width: 15rem;
	height: 15rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.625;
	border-radius: 50%;
	background: rgba(160, 103, 201, 0.8) url(../img/index/tool_img02.png) no-repeat center bottom 1rem / 3rem;
}
#main .tool .textUl span {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}
#main .tool .textUl .li01 {
	background-color: rgba(234, 106, 89, 0.8);
	background-image: url(../img/index/tool_img03.png);
}
#main .tool .textUl .li02 {
	background-color: rgba(221, 102, 173, 1);
	background-image: url(../img/index/tool_img04.png);
}
@media all and (max-width: 980px) {
	#main .bg {
		position: relative;
		z-index: 1;
		background-image: url(../img/index/tool_bg_sp.png);
	}
	#main .bg::after {
		position: absolute;
		top: 0;
		z-index: -1;
		pointer-events: none;
		content: "";
		width: 100%;
		left: 0;
		height: 100%;
		background: url(../img/index/tool_bg01_sp.png) no-repeat center top calc(50% - 87.2vw) / 100% auto;
	}
	#main .tool {
		padding: 2.5rem 0 7rem;
	}
	#main .tool::after {
		display: none;
	}
	#main .tool::before {
		display: none;
	}
	#main .tool .innerBox {
		margin: 0 auto;
		padding: 2.8rem 2.7rem 4.7rem;
		max-width: 100%;
		background-image: url(../img/index/tool_img_bg01_sp.png),url(../img/index/tool_img_bg03_sp.png);
	}
	#main .tool .innerBox::after {
		top: 13.333vw;
		bottom: 13.333vw;
		background-size: 100% 2.5rem;
		background-image: url(../img/index/tool_img_bg02_sp.png);
	}
	#main .tool .innerBox h3 {
		margin-bottom: 2.7rem;
		padding-bottom: 3rem;
		font-size: 1.9rem;
		line-height: 1.75;
	}
	#main .tool .innerBox h3::after {
		background-image: url(../img/index/tool_line01_sp.png);
	}
	#main .tool .innerBox .text {
		text-align: left;
	}
	#main .tool .out {
		margin: -0.7rem -1rem 0;
	}
	#main .tool .textUl {
		margin: 0 auto;
		gap: 0;
		max-width: 31.1rem;
	}
	#main .tool .textUl li {
		margin: -1.8rem -0.2rem;
	}
	#main .tool .textUl .li03 {
		position: relative;
		z-index: 2;
	}
	#main .tool .textUl .li01 {
		position: relative;
		z-index: 3;
	}
	#main .tool .textUl .li02 {
		position: relative;
		z-index: 1;
	}
}
/* piece */
#main .piece {
	padding: 6rem 0 6.5rem;
	position: relative;
}
#main .piece::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.6);
	pointer-events: none;
}
#main .piece .imgBox {
	margin-bottom: 6.5rem;
	align-items: flex-start;
	gap: 2rem;
}
#main .piece .imgBox .photoBox {
	width: 44rem;
}
#main .piece .imgBox .textBox {
	flex: 1;
}
#main .piece .imgBox .textBox .innerBox {
	position: relative;
	margin-bottom: 3.3rem;
	padding: 2rem 5rem;
	background-color: #fff;
	border: 1px solid #D3A875;
}
#main .piece .imgBox .textBox .innerBox:not(:last-of-type)::after {
	position: absolute;
	bottom: -2.3rem;
	left: 0;
	width: 100%;
	height: 1.1rem;
	content: "";
	z-index: 1;
	background: url(../img/common/icon01.png) no-repeat center left calc(50% - 2rem) / 1.1rem;
}
#main .piece .imgBox .textBox .innerBox:last-of-type {
	margin-bottom: 0.7rem;
}
#main .piece .imgBox .textBox .innerBox p {
	padding-right: 4rem;
	text-align: center;
}
#main .piece .imgBox .textBox ul {
	column-count: 2;
}
#main .piece .imgBox .textBox li {
	margin-left: 1.5rem;
	padding-left: 1.7em;
	text-indent: -1.7em;
	line-height: 2.14;
}
#main .piece .imgBox .textBox .innerBox01 {
	padding: 1.7rem 5rem 1.1rem;
}
#main .piece .comTitle01 {
	margin-bottom: 0.9rem;
}
@media all and (max-width: 980px) {
	#main .piece {
		padding: 2.6rem 0 8rem;
	}
	#main .piece .imgBox {
		margin-bottom: 4.5rem;
		display: block;
	}
	#main .piece .imgBox .photoBox {
		margin-bottom: 1.7rem;
		width: auto;
	}
	#main .piece .imgBox .photoBox img {
		width: 100%;
	}
	#main .piece .imgBox .textBox .innerBox {
		margin-bottom: 5rem;
		padding: 1.5rem 2rem 2rem;
	}
	#main .piece .imgBox .textBox .innerBox:not(:last-of-type)::after {
		bottom: -3.2rem;
		background-position: center center;
	}
	#main .piece .imgBox .textBox .innerBox p {
		padding-right: 0;
		line-height: 2.14;
	}
	#main .piece .imgBox .textBox ul {
		margin: 0 auto;
		max-width: 20rem;
		column-count: 1;
	}
	#main .piece .imgBox .textBox li {
		margin-left: 0;
		padding-left: 1.7em;
		text-indent: -1.7em;
		line-height: 2.14;
	}
	#main .piece .imgBox .textBox .innerBox01 {
		padding: 2.2rem 2rem 2rem;
	}
	#main .piece .comTitle01 {
		margin-bottom: 1.1rem;
	}
}
/* intro */
#main .intro {
	padding: 4.7rem 0 8.5rem;
	background : linear-gradient(0deg, rgba(253, 237, 228, 1) 0.03%, rgba(255, 255, 255, 1) 65.84%, rgba(227, 227, 255, 1) 99.9%);
}
#main .intro .comTitle {
	margin-bottom: 3rem;
}
#main .intro .introBox {
	gap: 1rem;
}
#main .intro .innerBox {
	padding: 2.4rem 2.7rem 2rem;
	width: 49.5rem;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(211, 168, 117, 0.4);
}
#main .intro .innerBox .textBox {
	margin-bottom: 1.7rem;
}
#main .intro .innerBox .textBox h4 {
	margin-bottom: 0.5rem;
	position: relative;
	padding-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-weight: 700;
	font-size: 1.6rem;
	color: #1D3F80;
	border-bottom: 1px solid rgba(211, 168, 117, 0.4);
}
#main .intro .innerBox .textBox h4::after,
#main .intro .innerBox .textBox h4::before {
	position: absolute;
	bottom: -0.3rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	content: "";
	z-index: 1;
	background-color: #E8D7C8;
}
#main .intro .innerBox .textBox h4::after {
	left: 0;
}
#main .intro .innerBox .textBox h4::before {
	right: 0;
}
#main .intro .innerBox .textBox h4 .num {
	margin: 1px 1rem 0 0;
	width: 2.35rem;
	height: 2.35rem;
	background-color: #D3A875;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.35;
}
#main .intro .innerBox .textBox h4 .txt {
	flex: 1;
}
#main .intro .innerBox .textBox .text {
	line-height: 2.14;
}
#main .intro .innerBox img {
	width: 100%;
}
#main .intro .innerBox01 {
	width: 100%;
}
#main .intro .innerBox .imgBox {
	margin-bottom: 2.8rem;
	align-items: flex-start;
	gap: 3.2rem;
}
#main .intro .innerBox .imgBox .textBox {
	flex: 1;
}
#main .intro .innerBox .imgBox .photo {
	margin-top: 0.3rem;
	width: 44rem;
}
#main .intro .innerBox .subBox {
	margin: 0 3.2rem;
}
#main .intro .innerBox .subBox .photoBox {
	margin-bottom: 3rem;
}
#main .intro .innerBox .subBox ul {
	margin-bottom: 3rem;
	padding-bottom: 2.6rem;
	gap: 2rem 7.55%;
	border-bottom: 1px solid #CCCCCC;
}
#main .intro .innerBox .subBox li {
	width: 28.3%;
}
#main .intro .innerBox .subBox .infoBox {
	margin-bottom: 0.9rem;
}
#main .intro .innerBox .subBox .infoBox h5 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1rem;
	color: #1D3F80;
	font-weight: 500;
	font-size: 1.5rem;
	font-feature-settings: normal;
}
#main .intro .innerBox .subBox .infoBox h5 span {
	font-size: 1.2rem;
}
#main .intro .innerBox .subBox .infoBox p {
	line-height: 2.14;
	font-feature-settings: normal;
	letter-spacing: -0.07em;
}
#main .intro .innerBox .subBox ul .photoBox {
	margin-bottom: 0;
}
#main .intro .innerBox .subBox ul.else {
	margin-bottom: 2.5rem;
	padding-bottom: 0;
	gap: 2rem calc(8.8% / 3);
	border-bottom: 0;
}
#main .intro .innerBox .subBox ul.else li {
	width: 22.8%;
}
#main .intro .innerBox .movieBox {
	padding: 0.8rem 2rem;
	background-color: rgba(211, 168, 117, 0.1);
	border-radius: 2.5rem;
}
#main .intro .innerBox .movieBox h5 {
	padding: 0.6rem 1rem 0.7rem;
	position: relative;
	margin: 0 auto 0.6rem;
	max-width: 43.5rem;
	color: #fff;
	text-align: center;
	background-color: #D3A875;
	font-size: 1.5rem;
	font-weight: 700;
	font-feature-settings: normal;
}
#main .intro .innerBox .movieBox h5::after {
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	width: 1.6rem;
	height: 1rem;
	background: url(../img/index/intro_ico.png) no-repeat center top / 100% auto;
	content: "";
	z-index: 1;
}
#main .intro .innerBox .movieBox .sub {
	margin: 0 auto;
	max-width: 43.5rem;
	aspect-ratio: 86.9/48.5;
}
#main .intro .innerBox .movieBox .sub a {
	position: relative;
	display: block;
}
#main .intro .innerBox .movieBox .sub a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	z-index: 1;
	width: 5.8rem;
	height: 5.7rem;
	background: url(../img/index/movie_ico.png) no-repeat center center / 100%;
	transition: 0.3s;
}
#main .intro .innerBox .movieBox .sub img {
	width: 100%;
}
#main .intro .innerBox.special {
	padding-bottom: 0.5rem;
}
#main .intro .innerBox.special .photo {
	margin-top: -3rem;
}
#main .intro .innerBox .comNotes {
	margin-top: 0.7rem;
}
.popBox {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.popBox.show {
	opacity: 1;
	visibility: visible;
}
.popBox .popInner {
	padding: 2rem 8rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow-y: auto;
    z-index: 100;
    height: 100%;
}
.popBox .popInner .popinfo {
	position: relative;
    aspect-ratio: 16 / 9;
    width: 70%;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.popBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.popCover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(229, 229, 229, .9);
}
.popClose {
	position: fixed;
	right: 3rem;
    top: 2rem;
	width: 4.4rem;
    z-index: 3;
	z-index: 101;
}
.popClose a {
	display: block;
}
.popClose a:hover {
	opacity: 0.7;
}
@media all and (min-width: 981px) {
	#main .intro .innerBox .movieBox .sub a:hover::after {
		transform: translate(-50%,-50%) scale(1.1);
	}
}
@media all and (max-width: 980px) {
	#main .intro {
		padding: 3.9rem 0 4.5rem;
	}
	#main .intro .comTitle {
		margin-bottom: 3.3rem;
	}
	#main .intro .introBox {
		display: block;
	}
	#main .intro .innerBox {
		margin-bottom: 1.7rem;
		padding: 2.2rem 2.5rem 2.7rem;
		width: auto;
	}
	#main .intro .innerBox .textBox {
		margin-bottom: 1.7rem;
	}
	#main .intro .innerBox .textBox h4 {
		margin-bottom: 1.4rem;
		padding-bottom: 1.4rem;
	}
	#main .intro .innerBox .imgBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main .intro .innerBox .imgBox .photo {
		margin-top: 0;
		width: auto;
	}
	#main .intro .innerBox .imgBox .textBox {
		margin-bottom: 1.5rem;
	}
	#main .intro .innerBox .subBox {
		margin: 0;
	}
	#main .intro .innerBox .subBox .photoBox {
		margin-bottom: 3rem;
	}
	#main .intro .innerBox .subBox ul {
		margin-bottom: 3rem;
		padding-bottom: 0 !important;
		display: block;
		border-bottom: 0;
	}
	#main .intro .innerBox .subBox li {
		margin-bottom: 2.2rem;
		width: auto !important;
	}
	#main .intro .innerBox .subBox li:last-child {
		margin-bottom: 0;
	}
	#main .intro .innerBox .subBox .infoBox {
		margin-bottom: 0;
	}
	#main .intro .innerBox .subBox .infoBox h5 {
		margin-bottom: 1.5rem;
	}
	#main .intro .innerBox .subBox ul .photoBox {
		margin-bottom: 1.8rem;
	}
	#main .intro .innerBox .subBox ul .photoBox img {
		width: 100%;
	}
	#main .intro .innerBox .subBox ul.else {
		margin-bottom: 4.5rem;
	}
	#main .intro .innerBox .movieBox {
		padding: 0;
		background-color: transparent;
		border-radius: 0;
	}
	#main .intro .innerBox .movieBox h5 {
		padding-bottom: 0.7rem;
		margin-bottom: 1.3rem;
		max-width: 100%;
		line-height: 1.35;
	}
	#main .intro .innerBox .movieBox h5::after {
		width: 2.3rem;
		height: 1.2rem;
	}
	#main .intro .innerBox .movieBox .sub {
		max-width: 100%;
	}
	#main .intro .innerBox .movieBox .sub a {
		display: block;
	}
	#main .intro .innerBox .movieBox .sub img {
		width: 100%;
	}
	#main .intro .innerBox .movieBox .sub a::after {
		width: 6.5rem;
		height: 6.7rem;
	}
	#main .intro .innerBox.special .photo {
		margin-top: -1.7rem;
	}
	.popBox {
		padding: 0;
	}
	.popBox .popInner {
		padding: 7rem 4rem;
	}
	.popBox .popInner .popinfo {
		width: 100%;
	}
}
/* makeup */
#main .makeup {
	padding: 4.2rem 0 6.7rem;
}
#main .makeup .headLine01 {
	margin-bottom: 2.2rem;
}
#main .makeup .comTitle {
	margin-bottom: 0.7rem;
}
#main .makeup .comShopUl {
	margin-top: 4rem;
}
@media all and (max-width: 980px) {
	#main .makeup {
		padding-bottom: 5.9rem;
	}
	#main .makeup .headLine01 {
		margin-bottom: 2.7rem;
	}
	#main .makeup .comTitle {
		margin-bottom: 1rem;
	}
	#main .makeup .comShopUl {
		margin-top: 4.3rem;
	}
}