@charset "utf-8";
/* ====================================================================
All
==================================================================== */
html{
	font-size: 62.5%;
}
body{
	margin:0px auto;
	padding:0px;
	font-size: 2.8em;
	line-height:175%;
	color:#000000;
	font-family:'Helvetica Neue','Helvetica','Hiragino Kaku Gothic Pro',Arial,"ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic';
	background-color: #fff;}
.meiryo{
	font-family:'メイリオ', 'Meiryo';
}
/*共通*/
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: bold;
	display:block;
	margin:0px;
	padding:0px;
	line-height:145%;
	box-sizing: border-box;
}
div,p{
	box-sizing:border-box;
	}
p{
	padding: 0px;
	margin: 0px 0px;
	word-break: break-word;
	box-sizing: border-box;
}
img{
	vertical-align: bottom;
	max-width: 750px;
	width: 100%;
	height: auto;
}
ul,li{
	margin:0px;
	padding:0px;
	list-style:none;
}
a,link{
	text-decoration: underline;
	color: #0a69c9;
}
a:hover,a:active{
	text-decoration: none;
}
.p_sm{
	font-size: 0.8em;
	line-height: 140%;
}
/* ====================================================================
wrap header
==================================================================== */

#wrap {
	width:100%;
	height:auto;
	margin:0 auto;
}
header {
	width: 100%;
	max-width: 670px;
	padding: 0;
	margin: 0vh auto 7vh auto;
}
/* ====================================================================
main-contents
==================================================================== */
main{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
}
h2{
	font-size:1.35em;
	line-height: 135%;
	padding-bottom: 10px;
	letter-spacing: -0.02em;
}
.fv_copy{
	margin-bottom: 30px;
}
.tx_left{
	text-align: left;
	display: inline-block;
}
span.line{
	background: linear-gradient(transparent 55%, #FFFF78 0%);
	padding: 0 2px 0px;
	font-weight: bold;
}
span.tx_cl_posi01{
	color: #FF0000;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
span.line_btm{
	text-decoration: underline;
}
.tx_em21{
	font-size: 0.7em;
	text-align: right;
}
.tx_em36{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 165%;
}
.tx_em40 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 130%;
}
.tx_em50 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 120%;
}
.tx_em55 {
	font-size: 1.85em;
	font-weight: bold;
	line-height: 165%;
}
.tx_hg span{
	line-height: 120%;
}
.tm40{
	margin-top: 40px;
}
.clm_tx{
	max-width: 670px;
	margin: auto;
	text-align: left;
}
.clm_tx_bg {
	max-width: 670px;
	margin: auto;
}
h3.pi{
	background: #FFFDE7;
	padding: 20px 0;
	text-align: center;
	border-left: 15px solid #F24284;
	margin: 60px 0;
	line-height: 150%;
}
/*ここまで*/
.conbox{
	max-width: 670px;
	margin: auto;
	text-align: center;
}
/* ====================================================================
footer
==================================================================== */
footer {
	width:100%;
	padding: 3vh 0;
	line-height: 120%;
	margin:0 auto 0px;
}
footer ul{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin:0;
	align-items: end;
}
footer ul a{
	font-size: 16px;
}
footer ul a:hover{
	text-decoration: none;
}
footer ul .mark{
	display: flex;
	align-items: center;
}
footer ul .mark:after{
	content: "";
    width: 1px;
    height: 15px;
    display: flex;
    margin: 0 0 0 10px;
    background-color: #0A69C9;
	align-items: center;
}
.vo_wp_p,
.vo_wp_y{
	max-width: 670px;
	margin: 60px 0;
}
.vo_wp_p .vo_con{
	border: 15px solid #DFD180;
	padding: 30px 20px;
}
.vo_con img{
	margin: 20px auto;
	max-width: 600px;
}
.vo_con .clm_tx{
	max-width: 600px;
	font-size: 0.9em;
	line-height: 165%;
}
#btn{
	margin: 80px auto;
	max-width: 632px;
	transition: 0.2s;
}
#btn:hover {
	opacity: 0.8;
}
@-moz-keyframes animate1 {
	0% { -moz-transform: skewX(9deg); }
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes animate1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes animate1 {
	0% { -webkit-transform: skewX(9deg); }
	10% { -webkit-transform: skewX(-8deg); }
	20% { -webkit-transform: skewX(7deg); }
	30% { -webkit-transform: skewX(-6deg); }
	40% { -webkit-transform: skewX(5deg); }
	50% { -webkit-transform: skewX(-4deg); }
	60% { -webkit-transform: skewX(3deg); }
	70% { -webkit-transform: skewX(-2deg); }
	80% { -webkit-transform: skewX(1deg); }
	90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes animate2 {
	0% { -moz-transform: translateX(0px); }
	45% { -moz-transform: translateX(20px); }
	50% { -moz-transform: translateX(25px); }
	55% { -moz-transform: translateX(20px); }
	95% { -moz-transform: translateX(0px); }
	100% { -moz-transform: translateX(0px); }
}

@-o-keyframes animate2 {
	0% { -o-transform: translateX(0px); }
	45% { -o-transform: translateX(20px); }
	50% { -o-transform: translateX(25px); }
	55% { -o-transform: translateX(20px); }
	95% { -o-transform: translateX(0px); }
	100% { -o-transform: translateX(0px); }
}

@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0px); }
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}
.animate {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation-name: animate1;
	-moz-animation-name: animate1;
	-o-animation-name: animate1;
	animation-name: animate1;
}
.vo_wp_y{
	margin: 0 auto 40px;
}
.vo_wp_y .vo_con{
	border-top: 10px solid #F24284;
	padding: 50px 20px;
	background: #FFFDED;
}
.vo_wp_y .vo_con h3{
	background: #FF5757;
	color: #fff;
	padding: 20px;
	text-align: left;
	line-height: 130%;
}
ul.check{
	display: inline-block;
	margin: 0 auto 60px;
}
ul.check li{
	display: flex;
	font-weight: bold;
	align-items: center;
}
ul.check li:before{
	content: "";
	background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwuhashopjp/uploads/lp/awabantya/awabancha-autophagy_kiji001/img/lp_checkic.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 38px;
	height: 38px;
	margin: 0 10px 0 0;
}
.tx_em .bg_r{
	background: #FF0000;
	color: #FFFF78;
	padding: 0 8px;
	margin: 0 10px 0 0;
}
.border{
	display: flex;
	align-items: center;
}
.border:after{
    content: "";
    width: 2px;
    height: 25px;
    display: inline-block;
    margin: 0 15px;
    background-color: #000;
}
.prof{
	display: flex;
}
.caption{
	display: block;
	margin: 20px 0 0;
	line-height: 150%;
}
video{
	max-width: 670px;
	width: 100%;
}
.cv_btnwp{
    background: url(https://d2w53g1q050m78.cloudfront.net/wwwuhashopjp/uploads/lp/awabantya/awabancha-autophagy_kiji001/img/lp_img24con02.jpg) no-repeat;
	background-size: 100%;
    width: 100%;
    margin: 0 auto;
}
.cv_btnwp img:hover{
	opacity: 0.8;
}
.con01.conbox a{
	font-weight: bold;
}
.price{
	margin-top: 20px;
}
.smtx-caution {
	font-size: 22px;
	vertical-align: top;
	line-height: 150%;
	color: #000;
	font-weight: normal;
}
@media screen and (min-width: 751px) {
.clm_img{
	margin: 80px 0;
}
}
@media screen and (max-width: 750px) {
.conbox{
	width: 90%;
}
.clm_img{
	margin: 6vh auto;
}
.vo_con .caution {
	font-size: 14px;
}
footer ul{
	gap: 0;
	align-items: center;
}
footer ul a {
	font-size: 13px;
}
footer ul .mark:after{
	margin: 5px;
}
.caption{
	margin: 10px 0 0;
}
.border:after{
    content: "";
    width: 1px;
    height: 15px;
    margin: 0 8px;
}
.vo_wp_p .vo_con{
	border: 8px solid #DFD180;
}
.vo_wp_p .vo_con,
.vo_wp_y .vo_con{
	padding: 20px;
}
ul.check li:before{
	width: 25px;
	height: 25px;
}
.tx_em55.tx_cl_posi01,
.tx_em55.sale{
	font-size: 3em;
}
.tx_em40.tx_cl_posi01{
	font-size: 2.2em;
}
.tx_em36.tx_cl_posi01{
	font-size: 1.8em;
}
#btn{
	margin: 50px auto;
}
header {
	margin: 0vh auto 5vh auto;
}
.tx_em35{
	font-size: 1.35em;
}
.smtx-caution {
	font-size: 0.9em;
	line-height: 130%;
}
.vo_wp_y {
	margin: 0 auto 20px;
}
}
@media screen and (max-width: 540px) {
body{
	font-size: 1.8em;
}
}
@media screen and (max-width: 450px) {
body{
	font-size: 1.8em;
}
footer{
	padding: 2vh 0;
}
}
@media screen and (max-width: 449px) {
body{
	font-size: 1.8em;
}
}
@media screen and (max-width: 375px) {
body{
	font-size: 1.75em;
}
}