@charset "UTF-8";
/****************************************
common
*****************************************/
body{
	font-family: "Noto Sans JP", sans-serif!important;
	font-weight: 400;
}
img{
	display: block;
	height: auto;
	max-width: 100%;
}

.bg_base{
	background: #F9F9F9;
}
.bg_base2{
	background: #E8E3D9;
}
.bg_base3{
	background: #fafafa;
}
.border_box{
	padding: 40px 30px;
}
@media screen and (max-width:768px){
	.border_box{
		padding: 20px;
	}
}
.border4{
	border: 4px solid;
}
@media screen and (max-width:768px){
	.border4{
		border: 2px solid;
	}
}
.border8{
	border: 8px solid;
}
@media screen and (max-width:768px){
	.border8{
		border: 4px solid;
	}
}
.border10{
	border: 10px solid;
	border-top: none;
}
@media screen and (max-width:768px){
	.border10{
		border: 5px solid;
		border-top: none;
	}
}
.has_border10_top{
	border: 10px solid;
}
@media screen and (max-width:768px){
	.has_border10_top{
		border: 5px solid;
	}
}
.gradient_border{
	border-image: linear-gradient(90deg, #83473C, #986A51, #E2B8A6, #8B5C3F) 1;
}
.counselor_img{
	width: 26.707%;
}
.counselor_text{
	width: 70.853%;
}
.inner{
	margin: 0 auto;
	width: 91.111%;
}
.order_bg{
	background: #E6E1D7;
}
.order_bg .gradient_border{
	background: #fff;
	padding-bottom: 30px;
}
@media screen and (max-width:414px){
	.order_bg .gradient_border{
		padding-bottom: 10px;
	}
}
.order_bg a{
	text-decoration: underline;
}
.wrap{
	margin: 0 auto;
	max-width: 900px;
}
/*shiny-btn*/
@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
.shiny-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/*animation shine*/
@keyframes shine{
  0%{
    left:-100%;
  }
  80%{
    left:150%;
  }
  100%{
    left:150%;
  }
}
.shine {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.shine::after {
    position:absolute;
    top:-200%;
    left:-150%;
    content:"";
    height:500%;
    width:70px;
    background:linear-gradient(90deg, rgba(255,255,255,0),rgba(255,255,255,0.6) 40%,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));
    transform: rotate(60deg);
    animation:3s shine infinite linear;
}
/*text*/
.text{
	xletter-spacing: -2px;
}
.text_18{
	font-size: 18px;
}
@media screen and (max-width:768px){
	.text_18 {
        font-size: 2.889vw;
    }
}
.text_26{
	font-size: 26px;
}
@media screen and (max-width:768px){
		.text_26{
			font-size:2.889vw;
		}
}
.text_30{
	font-size: 30px;
}
@media screen and (max-width:768px){
		.text_30{
			font-size:3.333vw;
		}
}
.text_32{
	font-size: 32px;
}
@media screen and (max-width:768px){
		.text_32{
			font-size:3.556vw;
		}
}
.text_34{
	font-size: 34px;
}
@media screen and (max-width:768px){
		.text_34{
			font-size:3.778vw;
		}
}
.text_35{
	font-size: 35px;
}
@media screen and (max-width:768px){
		.text_35{
			font-size:3.889vw;
		}
}
.text_37{
	font-size: 37px;
}
@media screen and (max-width:768px){
		.text_37{
			font-size:4.111vw;
		}
}
.text_38{
	font-size: 38px;
}
@media screen and (max-width:768px){
		.text_38{
			font-size:4.222vw;
		}
}
.text_40{
	font-size: 40px;
}
@media screen and (max-width:768px){
		.text_40{
			font-size:4.444vw;
		}
}
.text .underline{
	color: #986A51;
	display: inline; 
	background:linear-gradient(transparent 85%, #FFD33A 0%);
}
.text strong{
	font-weight: 700;
}
/****************************************
fv
*****************************************/
.fv_btn_wrap{
	position: relative;
}
.fv_btn{
	display: block;
	position: absolute;
	right: 1%;
	top: 39%;
	width: 50%;
}
/****************************************
program
*****************************************/
.program_item_title{
	color: #986A51;
	font-size: 73px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
	padding-top: 40px;
	text-align: center;
}
@media screen and (max-width:768px){
	.program_item_title{
		font-family: "Noto Serif JP", serif;
		font-size:8.111vw;
		padding-top: 20px;
	}
}
.program_item_subtitle{
	font-size: 51px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width:768px){
	.program_item_subtitle{
		font-size:5.667vw;
	}
}
.program_item_bg{
	background: url(https://glamorous-body.net/cart/lp_20240412/images/program_bg.webp) no-repeat bottom left / contain;
}
.program_item_text{
	margin-left: auto;
	line-height: 1.4;
	padding: 0 40px 40px 0;
	width: 66.829%;
}
@media screen and (max-width:768px){
	.program_item_text{
		padding: 0 20px 20px 0;
	}
}
.program_item_text2{
	padding: 0 40px 40px;;
}
@media screen and (max-width:414px){
	.program_item_text2{
		padding: 0 10px 20px;
	}
}
/****************************************
3大お悩み
*****************************************/
.problems{
	background: #E70429;
	padding-bottom: 40px;
}
@media screen and (max-width:768px){
	.problems{
		padding-bottom: 20px;
	}
}
.problems .gradient_border{
	background: #fff;
	padding-bottom: 40px;
}
@media screen and (max-width:768px){
	.problems .gradient_border{
		padding-bottom: 20px;
	}
}
.problems_item{
	padding: 0 4%;
}
.problems_item_img{
	width: 38.354%;
}
.problems_item_text{
	width: 58.298%;
}
/****************************************
uragawa
*****************************************/
.uragawa_list_item{
	border-bottom: 2px solid #9C6A51;
	padding-bottom: 20px;
}
@media screen and (max-width:768px){
	.uragawa_list_item{
		padding-bottom: 10px;
	}
}
.uragawa_list_item:nth-child(n+2){
	margin-top: 20px;
}
@media screen and (max-width:768px){
	.uragawa_list_item:nth-child(n+2){
		margin-top: 10px;
	}
}
.uragawa_list_item_img{
	width: 14.631%;
}
.uragawa_list_item_text{
	width: 82.073%;
}
.uragawa_toggle_cnt{
	background: #F6F4F0;
	display: none;
}
.uragawa_toggle_cnt_img{
	width: 42%;
}
.uragawa_toggle_cnt_text{
	width: 53.658%;
}
.uragawa_toggle_cnt_text_label{
	font-size: 34px;
	margin-bottom: 10px;
	text-decoration: underline;
}
@media screen and (max-width:768px){
	.uragawa_toggle_cnt_text_label{
		font-size:3.778vw;
	}
}
.uragawa_toggle_cnt_text_label.green{
	color: #42AA50;
}
.uragawa_toggle_cnt_text_label.purple{
	color: #E00429;
}
.uragawa_toggle_cnt_text_label.nemoto{
	color: #257EB8;
}
.js_uragawa_close{
	display: inline-block;
	margin-bottom: 40px;
	text-decoration: underline;
}
@media screen and (max-width:768px){
	.js_uragawa_close{
		margin-bottom: 20px;
	}
}
/****************************************
医薬部外品
*****************************************/
.quasi_drugs{
	background: #EAE5DB;
	padding-bottom: 90px;
}
@media screen and (max-width:768px){
	.quasi_drugs{
		padding-bottom: 40px;
	}
}
.quasi_drugs_flexcnt_img{
	width: 34%;
}
.quasi_drugs_flexcnt_text{
	width: 63.902%;
}
.about_quasi_drugs{
	background: #fff;
	border: 4px solid #9C6A51;
}
.about_quasi_drugs_title{
	background: #9C6A51;
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
}
@media screen and (max-width:768px){
	.about_quasi_drugs_title{
		font-size: 4.889vw;
		padding: 5px 0;
	}
}
.about_quasi_drugs_text{
	padding: 30px 40px;
}
@media screen and (max-width:768px){
	.about_quasi_drugs_text{
		padding: 15px 10px;
	}
}
.placenta{
	background: #fff;
	border-top: 10px solid;
}
@media screen and (max-width:768px){
	.placenta{
		border-top: 5px solid;
	}
}
.placenta_title{
	font-size: 51px;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width:768px){
	.placenta_title{
		font-size:5.667vw;
	}
}
.placenta_text{
	padding: 40px;
}
@media screen and (max-width:768px){
	.placenta_text{
		padding: 20px;
	}
}
/****************************************
seibun
*****************************************/
.seibun{
	background: #F9F9F9;
}
.seibun_text{
	display: none;
}
.js_seibun_toggle{
	text-decoration: underline;
}
/****************************************
voice
*****************************************/
.voice_slider .slick-prev,
.voice_slider .slick-next{
	height: 60px;
	width: 60px;
	z-index: 5;
}
@media screen and (max-width:414px){
	.voice_slider .slick-prev,
	.voice_slider .slick-next{
		height: 30px;
		width: 30px;
	}
}
.voice_slider .slick-prev{
	background: url(https://glamorous-body.net/cart/lp_20240412/images/slider_arrow_prev.webp) no-repeat center center / cover;
	left: 5px;
}
.voice_slider .slick-next{
	background: url(https://glamorous-body.net/cart/lp_20240412/images/slider_arrow_next.webp) no-repeat center center / cover;
	right:5px;
}
.voice_slider .slick-prev:before,
.voice_slider .slick-next:before{
	content: '';
	opacity: 1;
}
/****************************************
pioneer
*****************************************/
.pioneer{
	background: #fff;
}
.pioneer_title{
	color: #9A6A51;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width:768px){
	.pioneer_title{
		font-size:6.6vw;
	}
}
.pioneer_title_note{
	font-size: 32px;
	margin-top: 5px;
	text-align: center;
}
@media screen and (max-width:768px){
	.pioneer_title_note{
		font-size:3.4vw;
	}
}
/****************************************
qa
*****************************************/
.qa_item{
	padding: 20px;
}
@media screen and (max-width:768px){
	.qa_item{
		padding: 10px;
	}
}
.qa_item:nth-child(n+2){
	margin-top: 20px;
}
.qa_item_q_icon{
	width: 10.362%;
}
.qa_item_q_icon span{
	background: #9A6A51;
	color: #fff;
	display: inline-block;
	font-size: 56px;
	font-weight: 900;
	line-height: 1.2;
	padding: 0 10px 10px;
}
@media screen and (max-width:768px){
	.qa_item_q_icon span{
		font-size:6.222vw;
	}
}
.qa_item_q_text{
	color: #9A6A51;
	font-size: 40px;
	font-weight: 700;
	width: 87.435%;
}
@media screen and (max-width:768px){
	.qa_item_q_text{
		font-size:4.444vw;
		width: 85%;
	}
}
.qa_item_a{
	font-size: 40px;
	height: 70px;
	margin-top: 10px;
	overflow: hidden;
}
@media screen and (max-width:768px){
	.qa_item_a{
		font-size:4.444vw;
		height: 50px;
	}
}
@media screen and (max-width:414px){
	.qa_item_a{
		font-size:4.444vw;
		height: 30px;
	}
}
.qa_item_a.on{
	height: auto;
}
.js_qa_toggle{
	cursor: pointer;
	margin-top: 10px;
}
.js_qa_toggle:after{
	background: url(https://glamorous-body.net/cart/lp_20231018/images/qa_icon_plus.webp) no-repeat center center /cover;
	content: '';
	display: inline-block;
	height: 50px;
	width: 50px;
}
@media screen and (max-width:768px){
	.js_qa_toggle:after{
		height: 25px;
		width: 25px;
	}
}
.js_qa_toggle.on:after{
	background: url(https://glamorous-body.net/cart/lp_20231018/images/qa_icon_minus.webp) no-repeat center center /cover;
}
/****************************************
gmp
*****************************************/
.gmp{
	border-image: linear-gradient(to left, #806b3f, #b6ac80) 1;
	padding: 20px 28px;
}
@media screen and (max-width:768px){
	.gmp{
		padding: 10px 14px;
	}
}
.gmp_img{
	width: 18.586%;
}
.gmp_text{
	width: 77.356%;
}

/*********************************************************
gnav
*********************************************************/
.site-header{
	background: url("/cart/lp_20231018/images/header_bg.webp") center center/cover;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}
.site-header_small{
	padding: 6px 0;
}
.site-header_small2{
	background: #fff;
}
.site-header__inner{
	margin: 0 auto;
	padding: 6px 64px 6px 0;
	position: relative;
	width: 900px;
}
@media screen and (max-width:768px){
	.site-header__inner{
		padding: 6px 50px 6px 0;
		width: 100%;
	}
}
.site-header__inner .flex{
	flex-wrap: nowrap;
}
.site-header .logo-link{
	width: 70%;
}
.logo-link img {
    width: auto!important;
}
@media screen and (max-width:768px){
	.logo-link img {
		height: 12px;
	}
}

.site-header .chumon{
	text-align: center;
	width: 28%;
}

.site-header__inner .flex a img{
	width: 100%;
}
.site-header_small .chumon{
	height: 27px;
}
.site-header_small .chumon a img{
	height: 27px;
}
.header_sp{
	height: 24px;
}
.header_btn_sp{
	height: 40px;
	width: auto!important;
}
@media screen and (max-width:768px){
	.header_btn_sp{
		display: block;
		xheight: 30px;
	}
}
/*sp*/
.sp-menu{
    background: #9A6A51;
    cursor: pointer;
    height: 40px;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 15px;
    transition: .5s;
    width: 44px;
    z-index: 9999;
}
@media screen and (max-width:768px){
	.sp-menu{
		 top: 5px;
	}
}
.sp-menu_header_small{
	background: none;
	top: 0;
}
@media screen and (max-width:768px){
	.sp-menu_header_small{
		 top: -7px;
	}
}
.sp-menu .bar {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 7px;
	transition: .25s ease-in-out;
}
.sp-menu_header_small .bar {
	background: #341D07;
}
#bar01 {
	top: 8px;
}
#bar02 {
	top: 18px;
}
#bar03 {
	top: 28px;
}
.active #bar01 {
	top: 20px;
	transform: rotate(45deg);
}
.active #bar02 {width: 0;}
.active #bar03 {
	top: 20px;
	transform: rotate(135deg);
}
/*固定ナビ*/
.gnav{
	background: #eef1ef;
	height: 100%;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	text-align: center;
	transition: .5s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}
.gnav.open{
	opacity: 1;
	visibility: visible;
}
.gnav__menu{
	padding: 50px 2em 2em;
	width: 100%;
}
.gnav__menu__item{
	font-size: 30px;
	margin-bottom: 20px;
}
@media screen and (max-width:768px){
	.gnav__menu__item{
		font-size: 24px;
	}
}
.gnav__menu__item a{
	color: #333;
}
/*********************************************************
footer
*********************************************************/
.footer {
	margin:0 auto;
	padding:20px;
	background:#9A6A51;
}
@media screen and (max-width:414px){
	.footer{
		font-size: 12px;
	}
}
.footer, .footer a {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer ul{
	height:100%;
	overflow:hidden;
	margin-bottom:40px;
	text-align: center;
}
@media screen and (max-width:414px){
	.footer ul{
		margin-bottom:20px;
	}
}
.footer ul li{
	display:inline;
	margin:0 20px 0 0;
	line-height:1.4;
}
.footer ul li a:hover{
	text-decoration:underline;
}
.footer .flex{
	display: flex;
	justify-content: space-between;
}

.footer .logo{
	margin-bottom: 20px;
	text-align: center;
}
.footer .logo img{
	display: inline-block;
	height: auto;
	width: 100px;
}
.footer__txt{
	text-align: center;
	margin-bottom: 20px;
}
.footer__copy{
	text-align: center;
}
/*campeign img animation*/
.btn_animate03 {
margin: 0 auto;
animation: beside 2s linear infinite;
transform-origin:center;
cursor: pointer;
	width: 95%;
}
@keyframes beside {
0% { transform: translate(2px, 0px);}
5% {transform: translate(-2px, 0px);}
10% {transform: translate(2px, 0px);}
15% {transform: translate(-2px, 0px);}
20% {transform: translate(2px, 0px);}
25% {transform: translate(-2px, 0px);}
30% {transform: translate(0px, 0px);}
}

/*scroll btn*/
.scroll_btn{
	bottom: 0;
	display: inline-block;
	padding: 20px;
	position: fixed;
	width: 100%;
	transition: 0.5s;
}
/*footerまでスクロールしたら消す*/
.scroll_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width:768px){
	.scroll_btn{
		padding: 10px;
	}
}
.scroll_btn img{
	margin-left: auto;
	width: 250px;
}
@media screen and (max-width:768px){
	.scroll_btn img{
		width: 600px;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}