@charset "utf-8";

/* CSS Document */

html.active{
	overflow-y: hidden;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #222;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
    word-break: normal;
}
header {
	position: relative;
    z-index: 1000;
	/* max-width: 750px; */
	margin: 0 auto;
	padding: 0;
	border: none;
    background: #000;
    height: 60px;
    overflow: hidden !important;
}
header p{
    padding: 0;
}
@media screen and (max-width: 750px){
	/* header {
		position: relative;
		z-index: 0;
	} */
}

a:hover {
    opacity: 0.7;
}
a {
    transition: opacity 0.3s ease-out;
	color: #222;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 59px;
	height: 58px;
	z-index: 100;
}
#page-top.fixed {
    position: fixed !important;
}
#page-top img{
	width: 100%;
}
@media screen and (max-width: 750px){
	#page-top {
		bottom: 3vw;
		right: 0;
		width: 15.733vw;
		height: 15.467vw;
	}
}

/* -----------------------------------------
contents
-----------------------------------------*/
#container {
	width: 100%;
    margin: auto;
}
#contents {
	display: block;
	width: 100%;
    margin: 0 auto;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 26px;
    line-height: 1.6;
    /* font-feature-settings: "palt";
	letter-spacing: 0.04em; */
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.mont {
    font-family: 'Montserrat', sans-serif;
}
.urbanist{
    font-family: 'Urbanist', sans-serif;
}
#contents img {
    width: 100%;
}


/* -----------------------------------------
original
-----------------------------------------*/

.pagewrapper{
	position: relative;
	margin: 0 auto;
}
.ac_inner{
	position: relative;
	z-index: 1;
	width: 375px;
    margin: 0 auto;
}

.content{
	position: relative;
	margin: 0 auto;
	padding-top: 60px;
}
.header-logo{
	display: flex;
    justify-content: center;
    align-items: center;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 375px;
    height: 60px;
}
.header-logo .logo-beauty{
	width: 126px;
	line-height: 0;
}

@media screen and (max-width: 750px){
	.ac_inner{
		width: 100%;
		margin: 0 auto;
	}
	.content{
		padding-top: 16vw;
	}
	.header-logo{
		width: 100vw;
		height: 16vw;
	}
	.header-logo .logo-beauty{
		width: 33.6vw;
	}
}


footer{
	position: relative;
	z-index: 1000;
	padding: 15px 10px 15px;
	font-size: 10px;
}
footer p:last-child{
	padding-top: 7px;
}
@media screen and (max-width: 750px){
	footer{
		padding: 4vw 2.667vw 4vw;
		font-size: 2.667vw;
	}
	footer p:last-child{
		padding-top: 1.867vw;
	}
}

.l-mv{
	padding-top: 20px;
	background-image: url(../img/mv-back.png);
	background-size: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.mv-subtitle{
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.mv-title-block{
	position: relative;
	margin-top: 15px;
	padding-top: 12px;
}
.mv-title-block::before{
	display: block;
	content: "";
	background-image: url(../img/mv-line.png);
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 275px;
	height: 2px;
}
.mv-title{
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1.4167;
	font-weight: 900;
}
.mv-title .text-color{
	color: #FFF5A8;
}
.mv-img-01{
	position: absolute;
	top: 3px;
	left: 16px;
	width: 23px;
	line-height: 0;
}
.l-lead{
	margin-top: 19px;
	padding: 24px 0 19px;
	background-color: #FFBCBC;
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
}
.lead-block-01{
	position: relative;
	width: 327px;
	margin: 0 auto;
}
.lead-inner{
	display: flex;
	align-items: center;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.6);
}
.lead-number{
	display: flex;
	align-items: center;
    justify-content: center;
	margin-left: 6px;
	width: 24px;
	height: 24px;
	background-color: #F85B4E;
	border-radius: 50%;
	font-size: 16px;
}
.lead-number span{
	padding: 1px 0 0 1px;
}
.lead-text{
	margin-left: 9px;
	font-size: 15px;
	color: #333333;
}
.lead-img-01{
	position: absolute;
    bottom: 5px;
    right: -6px;
    width: 101px;
}
.lead-outer{
	display: flex;
	justify-content: space-between;
	width: 327px;
	margin: 8px auto 0;
}
.lead-block-02,
.lead-block-03{
	width: 156px;
}
.lead-inner-02,
.lead-inner-03{
	display: flex;
	justify-content: space-between;
	height: 36px;
}
.lead-contents-text{
	margin-top: 3px;
	font-size: 12px;
	text-align: left;
	color: #333333;
	line-height: 1.4167;
	font-weight: 400;
}
.lead-contents-attention{
	margin-top: 2px;
	font-size: 11px;
	text-align: left;
	color: #333333;
	line-height: 1.4167;
	font-weight: 400;
}
.lead-point-attention{
	width: 327px;
	margin: 0 auto;
	padding-top: 12px;
	font-size: 11px;
}
.lead-point-attention li{
	padding-left: 1em;
	text-indent: -1em;
}
.point-contents{
	margin-top: 30px;
	padding-bottom: 50px;
	background-color: #FFF2F2;
}
.point-title-block{
	position: relative;
	padding: 50px 0 42px;
}
.point-title{
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #DE4529;
}
.point-title-img-01{
	position: absolute;
	top: 21px;
	left: 17px;
	width: 59px;
}
.point-title-img-02{
	position: absolute;
	bottom: 6px;
	right: 12px;
	width: 66px;
}
.point-title-block::after{
	display: block;
	content: "";
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translateX(-50%);
	width: 61px;
	height: 2px;
	background-color: #DE4529;
}
.point-text{
	width: 327px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.875;
}
.point-text .text-bold{
	font-weight: 700;
}
.point-text .text-color{
	color: #DE4529;
}

.l-contents-block{
	width: 327px;
	margin: 28px auto 0;
	padding: 35px 0 30px;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 0px 10px -10px;
}
.contents-title{
	position: relative;
	font-size: 18px;
	text-align: center;
	color: #DE4529;
}
.contents-title span{
	position: relative;
}
.contents-title span::before,
.contents-title span::after{
	display: block;
	content: "";
	background-image: url(../img/section-title-img.png);
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
}
.contents-title span::before{
	left: -24px;
}
.contents-title span::after{
	right: -24px;
}
.contents-inner{
	width: 279px;
	margin: 22px auto 0;
}
.contents-inner-top{
	margin: 20px auto 0;
}
.contents-list-title{
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 400;
}
.contents-list-title::after {
    display: block;
    content: "";
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
	border-radius: 50%;
    background-color: #F8BB31;
}
.contents-list-lead{
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.625;
}
.contents-list-lead .text-bold{
	font-weight: 700;
}
.contents-list-attention{
	margin-top: 8px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 1.3637;
}
.contents-list-attention li{
	padding: 2px 0 0 1em;
	text-indent: -1em;
}
.contents-list-attention li:first-child{
	padding-top: 0;
}
.contents-list-attention li .text-bold{
	font-weight: 700;
	color: #DE4529;
}

.l-contents02{
	margin-top: 16px;
}
.l-contents02 .contents-list-title::after{
	top: 7px;
    transform: translateY(0);
}
.contents-list-title .text-bold{
	font-weight: 700;
}
.contents-list-title a{
	text-decoration: underline;
}
.contents-list-title a span{
	position: relative;
	padding-right: 20px;
}
.contents-list-title a span::before{
	display: block;
    content: "";
    background-image: url(../img/section02-link.png);
    background-size: 100%;
    position: absolute;
    bottom: 5px;
    right: 19px;
    width: 11.5px;
    height: 11.5px;
}
.contents-list-text{
	padding: 6px 0 0 20px;
	font-size: 14px;
}

.l-postscript{
	width: 327px;
	margin: 14px auto 0;
}
.postscript-text{
	font-size: 13px;
	line-height: 1.4;
}
.postscript-text .text-bold{
	font-weight: 700;
}
.postscript-attention{
	margin-top: 10px;
	padding-left: 1em;
	font-size: 11px;
	line-height: 1.3636;
	text-indent: -1em;
}
.postscript-attention li{
	padding-top: 2px;
}
.postscript-attention li:first-child{
	padding-top: 0;
}
.l-contents04 {
    width: 327px;
    margin: 25px auto 0;
    padding: 28px 0;
    background-color: #FFFBE6;
    border-radius: 24px;
    box-shadow: 0px 0px 10px -10px;
}
.l-contents04 .contents-inner {
    margin: 0 auto;
}
.contents-term-title{
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	height: 45px;
	border: 1px solid #DE4529;
	font-size: 15px;
	font-weight: 700;
	color: #DE4529;
	background-color: #fff;
}
.contents-term-list{
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.6;
}
.contents-term-list li{
	position: relative;
    padding-left: 15px;
}
.contents-term-list li::after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DE4529;
}
.contents-term-list li:nth-child(n+1){
	margin-top: 18px;
}
.contents-term-img{
	margin-top: 26px;
}


.information{
	margin: 50px auto 80px;
}
.information-text{
	font-size: 14px;
	text-align: center;
	line-height: 1.7;
}
.information-btn{
	width: 281px;
	margin: 22px auto 0;
    border-radius: 50px;
}
.information-btn-01{
	background-color: #DE4529;
    border: solid 1px #DE4529;
}
.information-btn a{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 54px;
}
.information-btn-01 a{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.information-btn a::before {
    display: block;
    content: "";
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    width: 7.5px;
    height: 13px;
}
.information-btn-01 a::before {
    background-image: url(../img/btn01-arrow.png);
}
.information-btn-02{
	margin: 24px auto 0;
}
.information-btn-02{
	background-color: #fff;
    border: solid 1px #333333;
}
.information-btn-02 .btn02-logo{
	width: 159px;
	line-height: 0;
}
.information-btn-02 a::before {
    background-image: url(../img/btn02-arrow.png);
}

@media screen and (max-width: 750px){
	.l-mv{
		padding-top: 5.3334vw;
	}
	.mv-subtitle{
		font-size: 4.8vw;
	}
	.mv-title-block{
		margin-top: 4vw;
		padding-top: 3.2vw;
	}
	.mv-title-block::before{
		width: 73.3334vw;
		height: 0.5334vw;
	}
	.mv-title{
		font-size: 6.4vw;
	}
	.mv-img-01{
		top: 0.8vw;
		left: 4.267vw;
		width: 6.1334vw;
	}
	.l-lead{
		margin-top: 5.067vw;
		padding: 6.4vw 0 5.067vw;
		border-top-left-radius: 6.9334vw;
		border-top-right-radius: 6.9334vw;
	}
	.lead-block-01{
		width: 87.2vw;
	}
	.lead-inner{
		height: 9.6vw;
	}
	.lead-number{
		margin-left: 1.6vw;
		width: 6.4vw;
		height: 6.4vw;
		font-size: 4.267vw;
	}
	.lead-number span{
		padding: 0.267vw 0 0 0.267vw;
	}
	.lead-text{
		margin-left: 2.4vw;
		font-size: 4vw;
	}
	.lead-img-01{
		bottom: 1.3334vw;
		right: -1.6vw;
		width: 26.9334vw;
	}
	.lead-outer{
		width: 87.2vw;
		margin: 2.1334vw auto 0;
	}
	.lead-block-02,
	.lead-block-03{
		width: 41.6vw;
	}
	.lead-inner-02,
	.lead-inner-03{
		height: 9.6vw;
	}
	.lead-contents-text{
		margin-top: 0.8vw;
		font-size: 3.2vw;
	}
	.lead-contents-attention{
		margin-top: 0.5334vw;
		font-size: 2.9334vw;
	}
	.lead-point-attention{
		width: 87.2vw;
		padding-top: 3.2vw;
		font-size: 2.933vw;
	}
	.point-contents{
		margin-top: 8vw;
		padding-bottom: 13.3334vw;
	}
	.point-title-block{
		padding: 13.3334vw 0 11.2vw;
	}
	.point-title{
		font-size: 5.3334vw;
	}
	.point-title-img-01{
		top: 5.6vw;
		left: 4.533vw;
		width: 15.7334vw;
	}
	.point-title-img-02{
		bottom: 1.6vw;
		right: 3.2vw;
		width: 17.6vw;
	}
	.point-title-block::after{
		bottom: 5.867vw;
		width: 16.267vw;
		height: 0.533vw;
	}
	.point-text{
		width: 87.2vw;
		font-size: 4.267vw;
	}
	
	.l-contents-block{
		width: 87.2vw;
		margin: 7.4667vw auto 0;
		padding: 9.3334vw 0 8vw;
		border-radius: 6.4vw;
		box-shadow: 0px 0px 2.667vw -2.667vw;
	}
	.contents-title{
		font-size: 4.8vw;
	}
	.contents-title span::before,
	.contents-title span::after{
		width: 4.267vw;
		height: 4.267vw;
	}
	.contents-title span::before{
		left: -6.4vw;
	}
	.contents-title span::after{
		right: -6.4vw;
	}
	.contents-inner{
		width: 74.4vw;
		margin: 5.8667vw auto 0;
	}
	.contents-inner-top{
		margin: 5.3334vw auto 0;
	}
	.contents-list-title{
		padding-left: 5.3334vw;
		font-size: 4.267vw;
		font-weight: 400;
	}
	.contents-list-title::after {
		top: 52%;
		width: 3.2vw;
		height: 3.2vw;
	}
	.contents-list-lead{
		padding-left: 5.3334vw;
		font-size: 4.267vw;
	}
	.contents-list-attention{
		margin-top: 2.1334vw;
		padding-left: 5.3334vw;
		font-size: 2.933vw;
	}
	.contents-list-attention li{
		padding: 0.5334vw 0 0 1em;
	}
	.contents-list-attention li:first-child{
		padding-top: 0;
	}
	
	.l-contents02{
		margin-top: 4.267vw;
	}
	.l-contents02 .contents-list-title::after{
		top: 1.867vw;
	}
	.contents-list-title a span{
		padding-right: 5.3334vw;
	}
	.contents-list-title a span::before{
		bottom: 1.3334vw;
		right: 5.067vw;
		width: 3.067vw;
		height: 3.067vw;
	}
	.contents-list-text{
		padding: 1.6vw 0 0 5.3334vw;
		font-size: 3.733vw;
	}
	
	.l-postscript{
		width: 87.2vw;
		margin: 3.7334vw auto 0;
	}
	.postscript-text{
		font-size: 3.467vw;
		line-height: 1.4;
	}
	.postscript-attention{
		margin-top: 2.667vw;
		padding-left: 1em;
		font-size: 2.9334vw;
	}
	.postscript-attention li{
		padding-top: 0.5334vw;
	}
	.postscript-attention li:first-child{
		padding-top: 0;
	}
	.l-contents04 {
		width: 87.2vw;
		margin: 6.6667vw auto 0;
		padding: 7.467vw 0;
		border-radius: 6.4vw;
		box-shadow: 0px 0px 2.667vw -2.667vw;
	}
	.contents-term-title{
		height: 12vw;
		border: 1px solid #DE4529;
		font-size: 4vw;
	}
	.contents-term-list{
		margin-top: 5.3334vw;
		font-size: 4vw;
	}
	.contents-term-list li{
		padding-left: 4vw;
	}
	.contents-term-list li::after {
		top: 3.2vw;
		width: 1.6vw;
		height: 1.6vw;
	}
	.contents-term-list li:nth-child(n+1){
		margin-top: 4.8vw;
	}
	.contents-term-img{
		margin-top: 6.9334vw;
	}
	
	.information{
		margin: 13.3334vw auto 21.3334vw;
	}
	.information-text{
		font-size: 3.7334vw;
	}
	.information-btn{
		width: 74.9334vw;
		margin: 5.8667vw auto 0;
		border-radius: 13.3334vw;
	}
	.information-btn-01{
		border: solid 1px #DE4529;
	}
	.information-btn a{
		height: 14.4vw;
	}
	.information-btn-01 a{
		font-size: 4vw;
	}
	.information-btn a::before {
		right: 5.067vw;
		width: 2vw;
		height: 3.467vw;
	}
	.information-btn-02{
		margin: 6.4vw auto 0;
	}
	.information-btn-02{
		border: solid 1px #333333;
	}
	.information-btn-02 .btn02-logo{
		width: 42.4vw;
	}
}
