@charset "utf-8";

/*---------------------------------------------
Precs Reset
----------------------------------------------- */
html{
	zoom:1 !important;
}
div#container{
	width: 100%;
	margin: 0;
	padding: 0;
}
div#one_maincolumn{
	width:100% !important;
	margin:0 !important;
}
button{
	padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
	appearance: none;
	cursor: pointer;
}
button:hover{
	text-decoration: none;
  opacity: .5;
  transition: all .2s ease-in;
}
#lparea .btn{
	width: inherit;
  margin: inherit;
  padding: inherit;
  float: none;
  font-size: inherit;
  background: 0;
}
#lparea a:hover{
	text-decoration: none;
  opacity: .5;
  transition: all .2s ease-in;
}
/*---------------------------------------------
Outline
----------------------------------------------- */
#lparea{
	width: 100%;
	max-width: 900px;
	margin:0 auto;
	padding:0;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
#lparea.senoppy, #lparea.chewable, #lparea.prokun{
	max-width: 640px;
}
#lparea img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#lparea img{
	min-height: auto !important;/*謎の「min-height: 100px;」が付く現象の防止*/
}
#smp-lpshoppingcolumn form{
	padding-bottom: 2em;
}
#lpshoppingcolumn{
	width: 100% !important;
	background: #fff;
	border: 0 !important;
	margin-top: 3em !important;
	margin-bottom: 0 !important;
}
#lpshoppingcolumn form{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.btn_flex {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 79%;
}
#lparea .relative_wrap{
	position: relative;
	z-index: 0;
}
#lparea .abs_center{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

/*--------------------------------------
BuyArea
----------------------------------------*/
.outerr{
	position: relative;
}
.buybt1{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#lparea .buyarea{
	width:100%;
	height:114vw;
	margin: 0 auto;
	background:#fef198 url("https://left-u-up.com/upload/sodatu_images/lp/senoppy/images/buy_01_11_200609.png") no-repeat center top/100%;
	position:relative;
}
#lparea .buyarea_restart1000off{
	width:100%;
	height:114vw;
	margin: 0 auto;
	background:#fef198 url("https://left-u-up.com/upload/sodatu_images/lp/senoppy/images/buy_10_8_2_m.jpg") no-repeat center top/100%;
	position:relative;
}
#lparea .buyarea980{
	width:100%;
	height:112vw;
	margin: 0 auto;
	background:#fef198 url("https://left-u-up.com/upload/sodatu_images/lp/senoppy/coupon/buy_coupon980_1.png") no-repeat center top/100%;
	position:relative;
}
#lparea .buybtn{
	width:100%;
	height:54vw;
	margin:0 auto;
	padding: 0;
	background-color:transparent;
	background-image:url("https://left-u-up.com/upload/sodatu_images/lp/senoppy/images/buybtn_bg.png");
	background-position:center 6vw;
	background-repeat:no-repeat;
	background-size:100%;
	position:relative;
}
#lparea .buyarea a,
#lparea .buybtn a{
/*	position:absolute;*/
	bottom:0;
	right:0;
	margin:0;
	width: 100vw;
	height: 23vw;
	display:block;
}
#lparea .buybtn a{
	bottom:5vw;
}
#lparea .buyarea img,
#lparea .buybtn img{
	width:100%;
	margin:0;
/*	position:absolute;*/
	bottom:0;
	left:0;
}
#lparea a img,#lparea button img{
	width: 100%;
	animation: scale 1.5s ease-in-out infinite;
}
#lparea a img:hover{
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
#lparea .benefit{
	width:100%;
	height:74vw;
	margin: 0;
	background:url("../buyarea_03.jpg") no-repeat center top/100%;
	position:relative;
}
#lparea .benefit a{
	position:absolute;
	top:23vw;
	left:25vw;
	margin:0;
	width: 50vw;
	height: 6vw;
	display:block;
}
@media screen and (min-width: 801px) {
	#lparea .buyarea{
		height: 1030px;
	}
	#lparea .buyarea a, #lparea .buybtn a{
		width:100%;
	}
	#lparea .buybtn{
		height:600px;
	}
}

/*--------------------------------------
BuyArea（チュアブル）
----------------------------------------*/
#lparea.chewable .buyarea{
	margin: 0 auto;
	height: auto;
	position: relative;
	background: 0;
}
#lparea.chewable .buyarea a{
	position: absolute;
	left: 0;
	right: 0;
	margin :auto;
	width: 100%;
	height: auto;
	cursor: pointer;
}
#lparea.chewable .buyarea01 a {
	bottom: 14.5%;
}
#lparea.chewable .buyarea02 a {
	bottom: 4.5%;
}
#lparea.chewable .buyarea03 a {
	bottom: 14%;
}
#lparea.chewable .buyarea04 a{
	bottom: 31%;
}
#lparea.chewable .buyarea04 .codecopy-area{
	position: absolute;
  top: 54.3%;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
}
#lparea.chewable .buyarea04 .codecopy-area img{
	animation: 0;
	position: static;
}


/*---------------------------------------------
チャットボット
----------------------------------------------- */
iframe[id*=widget-iframe] {
	zoom: 1!important;
}

/*---------------------------------------------
Button
----------------------------------------------- */
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

/*--------------------------------------
Movie
----------------------------------------*/
#lparea .movie{
	margin:8% auto;
	position: relative;
}
#lparea .movie video{
	width: 90%;
}
.videowrap{
	padding: 0 0 15%;
	background-image:url(https://left-u-up.com/upload/sodatu_images/lp/senoppy/images/movie_bg.jpg);
	background-position:left center;
	background-size:cover;
}
.videowrap_in{		
	background-color:#1ca8a7;
	width:95%;
	margin:auto;
	padding:2.5% 0;
}
.videowrap_in #video{
	width:95%;
	height:auto;
}

/*--------------------------------------
Movie（チュアブル）
----------------------------------------*/
#lparea.chewable .movie{
	padding: 26% 0 6%;
	margin: 0;
	background: url(https://left-u-up.com/upload/sodatu_images/lp/chewable/images/04_sone_2.jpg) no-repeat center top/100%;
}
#lparea.chewable .movie video{
	width: 95%;
}

/*--------------------------------------
Support（チュアブル）
----------------------------------------*/
#lparea.chewable .bg-red{
	background: linear-gradient(to bottom,  #ff5656 0%,#ff8575 30%,#ff8575 100%);
}
#lparea.chewable .bg-blue{
	background: linear-gradient(to bottom,  #3a6ec4 0%,#76a1e2 30%,#76a1e2 100%);
}
#lparea.chewable .bg-green{
	background: linear-gradient(to bottom,  #1cb166 0%,#75d186 30%,#75d186 100%);
}
#lparea.chewable .relative-wrap{
	position: relative;
}
#lparea.chewable .gif-anime{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 93%;
}
#lparea.chewable .gif-anime01{
	top: 37.5%;
}
#lparea.chewable .gif-anime02{
	bottom: 2.5%;
}
#lparea.chewable .gif-anime03{
	top: 12%;
}

/*---------------------------------------------
FAQ
----------------------------------------------- */
.faq *, .faq *:after, .faq *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 400 14px/1.4 '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
	color: #37322e;
}
.faq {
	overflow-x: hidden;
	background: url("https://left-u-up.com/upload/sodatu_images/lp/senoppy/images/faq.jpg") no-repeat center top/100%;
	padding: 37% 0 4%;
}
.faq_actab {
	width: 90%;
	text-align: left;
	padding-bottom: 2.5%;
	margin: 0 auto 2.5%;
	position: relative;
	border-bottom: min(4px,0.8vw) dotted #948c86;
}
.faq label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 40px;
	padding: 0 30px 0 40px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background: url("https://left-u-up.com/upload/sodatu_images/lp/senoppy/images/faq_q.png") no-repeat left center/30px;
}
.faq label:hover,
.faq label:active,
.faq label:focus {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.faq .faq_actab-ctt {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 auto;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	opacity: 0;
	background:#e2f3f3;
	border-radius: 10px;
	font-size:16px;
	line-height: 1.6;
}
.faq .faq_actab input[type=checkbox]:checked ~ .faq_actab-ctt {
	height: auto;
	opacity: 1;
	padding: 15px 20px;
	margin: 10px auto 0 auto;
}
.faq .faq_plus {
	width:20px;
	height:30px;
	background: url("https://left-u-up.com/upload/sodatu_images/lp/senoppy/images/faq_plus.png") no-repeat center top/100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.faq .faq_actab input[type=checkbox]:checked ~ .faq_plus {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq .faq_actab input[type=checkbox] {
	display: none;
}

/*---------------------------------------------
FAQ（チュアブル）
----------------------------------------------- */
.chewable .faq {
	background: #eaffff url("https://left-u-up.com/upload/sodatu_images/lp/chewable/images/14_faq_top.jpg") no-repeat center top/100%;
	padding: 54% 0 0;
	margin: 0;
}
.chewable .faq .faq_actab {
	border-bottom: 3px dotted #44c3ed;
}
.chewable .faq .faq_actab:last-child {
	border-bottom: none;
}
.chewable .faq label {
	background-size: 40px;
	background-image: url("https://left-u-up.com/upload/sodatu_images/lp/chewable/images/14_faq_q.png");
}
.chewable .faq .faq_actab-ctt {
	background:#fff;
}
.chewable .faq .faq_plus {
	background: url("https://left-u-up.com/upload/sodatu_images/lp/chewable/images/14_faq_plus.png") no-repeat center top/100%;
}

/*---------------------------------------------
FAQ(初期)
----------------------------------------------- */
/* アコーディオンB */
.cp_actab {
	font-family: Meiryo, メイリオ, sans-serif;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align:left;
	font-size: 0.7em;
}
.cp_actab input {
	position: absolute;
	z-index: 1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 1em 2.5em 1em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #1ca8a7;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
	color: #333333;
	background: #fff;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
	font-size: 0.9em;
	line-height: 1.5;
}
.cp_actab p{
	margin-bottom:0px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/*チェックのアイコン（↓）*/
.cp_actab label:after{
	color: #fff;
	font-family:"Font Awesome 5 Free";
	content:" \f078";
	position: absolute;
	top: 40%;
	right: 0;
	width: 2em;
	height: 3em;
}
/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
	color: #fff;
	font-family:"Font Awesome 5 Free";
	content:" \f077";
}
.qa2{
	font-family: Meiryo, メイリオ, sans-serif;
	text-align: center;
	color: #1ca8a7;
	font-weight: bold;
	padding: 5% 2%;
	font-size: 1.3em;
	line-height: 1.2;
}

/*--------------------------------------
Upsell
----------------------------------------*/
#lparea.upsell .upsell_buyarea{
	width:100%;
	height:77vw;
	margin: 0;
	background:url(../img_upsell/upsell_02.jpg) no-repeat center top/100%;
	position:relative;
}
#lparea.upsell .upsell_buyarea a,
#lparea.upsell .btn_2set a{
	position:absolute;
	bottom:4vw;
	right:0;
	margin:0;
	width: 100vw;
	height: 27vw;
	display:block;
}
#lparea.upsell .upsell_buyarea img,
#lparea.upsell .btn_2set img{
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
}
#lparea.upsell .btn_2set{
	width:100vw;
	height:37vw;
	margin: 0;
	background:url(../img_upsell/btn_bg.png) no-repeat center top/100%;
	position:relative;
}
#lparea.upsell .btn_2set a{
	bottom:0;
}
#lparea.upsell .btn_1set{
	width:82vw;
	height:20vw;
	margin: 4vw auto 8vw auto;
}
#lparea.upsell .btn_1set a img{
	animation:none;
}
#lparea.upsell .btn_1set a img:hover{
	-webkit-transform:none;
	transform:none;
}

/*---------------------------------------------
pc800
----------------------------------------------- */
@media screen and (min-width: 801px) {
	.wc-static-ctn{
		width: 100% !important;
		bottom: 0px !important;
		left: 50% !important;
		right:0 !important;
		transform: translate(-50%, 0);
		max-width: 800px;
		height:auto !important;
		}
	}
a img:hover ,.wc-static-img img:hover{
	opacity: 0.8;
}


/*---------------------------------------------
LPのクーポンコードコピー
----------------------------------------------- */
.codecopy-area {
	position: relative;
}
.codecopy-area input {
	position: absolute;
	opacity: 0;
	z-index: -999;
	display: inherit !important;
}
.codecopy-area .copybtn {
	text-align: center;
	border: none;
	background: none;
	font-size: min(40px, 6.3vw);
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.codecopy-area.seno .copybtn {
	font-size: min(56px, 6.3vw);
	font-weight: 500;
	top: 0;
}

/*---------------------------------------------
ボタンポジション
----------------------------------------------- */
.btn_position{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.btn_position img{
	width: 100%;
	animation: scale 1.5s ease-in-out infinite;
	cursor: pointer;
}

/*---------------------------------------------
味ポップアップ
----------------------------------------------- */
.popup-wrap02 input {
	display: none;
}
.popup-wrap02 input:checked ~ .popup-overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.popup-wrap02 .popup-overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.popup-wrap02 .popup-trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup-wrap02 .popup-content{
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	max-width: 420px;
	box-sizing: border-box;
	background: #fff;
	transition: 0.5s;
}
.popup-wrap02 .pp-btn{
	position: absolute;
	cursor: pointer;
}
.popup-wrap02 .btn01{
	top: 47%;
	left: 9%;
	width: 36%;
}
.popup-wrap02 .btn02{
	top: 47%;
	right: 9%;
	width: 36%;
}
.popup-wrap02 .btn03{
	top: 87.5%;
	left: 9%;
	width: 36%;
}
.popup-wrap02 .btn04{
	top: 87.5%;
	right: 9%;
	width: 36%;
}
.popup-wrap02 .btn-close {
	position: absolute;
	top: -20px;
	right: -10px;
	width: 13vw;
	max-width: 55px;
	cursor: pointer;
}
/*チュアブル*/
.chewable .popup-wrap02 .pp-btn{
	top: 68%;
	width: 45%;
}
.chewable .popup-wrap02 .btn01{
	left: 3%;
}
.chewable .popup-wrap02 .btn02{
	right: 3%;
}
.chewable .btn_position{
	top: 69.5%;
}
.chewable .footbtn .btn_position{
	top: inherit;
}

/*---------------------------------------------
成分
----------------------------------------------- */
.seibun {
	font-size: min(12px,3vw);
	line-height: 1.3;
	max-width: 900px;
	width: 90%;
	border-top: 1px solid #4392d4;
	border-right: 1px solid #4392d4;
	margin: 5% auto 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.seibun td{
	background: #fff;
}
.seibun th, .seibun td{
	padding: 10px 8px;
}
.seibun th, .seibun td:nth-child(odd) {
	background: #4392d4;
	color: #FFF;
	width: 27%;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #fff;
	vertical-align: top;
}
.seibun td:nth-child(even){
	border-bottom: 1px solid #4392d4;
	font-weight: 500;
}
@media print, screen and (max-width: 768px){
	.seibun{
		border-left: 1px solid #4392d4;
	}
	.seibun th, .seibun td, .seibun td:nth-child(odd){
		display: block;
		width: 100% !important;
		border: 0;
		text-align: left;
		box-sizing: border-box;
	}
}

/*---------------------------------------------
特定商取引とか
----------------------------------------------- */
.other-area{
	background-color: #4392d4;
	padding: 20px 15px;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	margin: 2% auto auto;
	width: 90%;
	max-width: 900px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.other-area p{
	margin-bottom: 15px;
}
.other-area p:last-of-type{
	margin-bottom: 0;
}
.other-area a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.other-area a:hover{
	opacity: .5;
	text-decoration: none;
}

/*---------------------------------------------
常駐ボタン
----------------------------------------------- */
.footbtn{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	margin: auto;
	max-width: 900px;
	background-color: rgba(255,255,255,0.2);
}
.footbtn a{
	display: block;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
}

/*---------------------------------------------
常駐ボタン（チュアブル）
----------------------------------------------- */
#lparea.chewable .footbtn{
	max-width: 640px;
}

/*---------------------------------------------
アコーディオン共通
----------------------------------------------- */
.accordion__container .title{
	cursor: pointer;
	position: relative;
}
.accordion__container .box{
	display: none;
}
.accordion__container .title::before,
.accordion__container .title::after {
	content: '';
	width: 0.25em;
	height: 1.8em;
	background: #1591c2;
	position: absolute;
	top: 0;
	right: 6%;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}
.accordion__container .title::after{
	transform: rotate(-90deg);
}
.accordion__container .title.close:before{
	transform: rotate(-45deg);
}
.accordion__container .title.close:after{
	transform: rotate(45deg);
}

/*---------------------------------------------
プロックン
----------------------------------------------- */
#lparea.prokun .relative-wrap{
	position: relative;
}
#lparea.prokun .btn-prokun{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 95%;
}
#lparea.prokun .btn-prokun01{
	top: 29%;
}
#lparea.prokun .btn-prokun02{
	top: 66.5%;
}
#lparea.prokun .btn-prokun03{
	width: 39.5%;
	top: 86.8%;
	left: auto;
	right: 7%;
}
#lparea.prokun .btn-prokun04{
	top: 46%;
}
#lparea.prokun .btn-prokun05{
	top: 87%;
}
#lparea.prokun .btn-prokun03 img{
	animation: none;
}
#lparea.prokun .btn-prokun03 img:hover{
	-webkit-transform: none;
	transform: none;
}

/*---------------------------------------------
グロウプラス
----------------------------------------------- */
/*common
----------------------------------------*/
.growplus {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
.growplus img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.growplus a {
	display: block;
}
.growplus .relative_wrap {
	position: relative;
}
.growplus .btn{
	position: absolute;
	left: 0;
	right: 0;
	width: 86%;
	margin: auto;
	cursor: pointer;
}
.growplus .btn:hover{
	opacity: .5;
  transition: all .2s ease-in;
  text-decoration: none;
}
.growplus .shiny_effect{
	overflow: hidden;
}
.growplus .shiny_effect:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
	animation: shine 2s infinite;
}
@-webkit-keyframes shine {
	100% {left: 100%;}
}
@keyframes shine {
	100% {left: 100%;}
}
/*スライダー画像ページ読込時拡大防止*/
.growplus .slider {
  display: none;
}
.growplus .slider.slick-initialized {
  display: block;
}

/*offer
----------------------------------------*/
.growplus .offer .cart_area{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.growplus .offer .offer_grow {
	top: 0;
}
.growplus .offer .offer_plus {
	top: 50%;
}
.growplus .offer .btn {
	bottom: 30%;
}
.growplus .offer .offer_set_new{
	top: 0;
}
.growplus .offer .offer_grow_new{
	top: 28.5%;
}
.growplus .offer .offer_plus_new{
	top: 63.8%;
}
.growplus .offer .offer_set_new .btn01{
	bottom: 34.5%;
}
.growplus .offer .offer_set_new .btn02{
	bottom: 7.3%;
}
.growplus .offer .offer_grow_new .btn01{
	bottom: 50.2%;
}
.growplus .offer .offer_grow_new .btn02{
	bottom: 27.5%;
}
.growplus .offer .offer_grow_new .btn03{
	bottom: 6%;
}
.growplus .offer .offer_plus_new .btn01{
	bottom: 49.4%;
}
.growplus .offer .offer_plus_new .btn02{
	bottom: 26.8%;
}
.growplus .offer .offer_plus_new .btn03{
	bottom: 5.1%;
}

/*intro
----------------------------------------*/
.growplus .intro_01 .slider {
	width: 100%;
	position: absolute;
	top: 65%;
	left: 0;
}
.growplus .intro_01 .slick-slide {
	margin: 0 0.2%;
}

/*user
----------------------------------------*/
.growplus .user {
	padding-bottom: 10%;
	background: #fae7c6;
}
.growplus .user .slider {
	width: 100%;
	height: auto;
	padding-bottom: 10%;
	margin: 0;
}
.growplus .user .slick-slide {
	margin: 0 0.5%;
}
.growplus .user .slick-dots {
	bottom: 0;
}
.growplus .user .slick-dots li,
.growplus .user .slick-dots li button,
.growplus .user .slick-dots li button:before{
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	line-height: 1;
	font-size: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.growplus .user .slick-dots li{
	width: min(4vw,30px);
	height: min(4vw,30px);
	border-radius: 50%;
	background: #fff;
	margin: 0 1.5%;
}
.growplus .user .slick-dots li.slick-active {
	background: #de5542;
}

/*sns
----------------------------------------*/
.growplus .sns {
	padding-bottom: 20%;
	background: #f2cdd0;
}
.growplus .sns .slick-slider{
	height: 100%;
	margin: 5% 0 0;
}
.growplus .sns .slick-slide {
	margin: 0 0.3%;
}

/*about_01
----------------------------------------*/
.growplus .about_01 .about_btn {
	width: 42%;
	position: absolute;
	bottom: 6%;
	cursor: pointer;
}
.growplus .about_01 .about_btn:hover{
	opacity: .5;
  transition: all .2s ease-in;
  text-decoration: none;
}
.growplus .about_01 .btn_grow {
	left: 3.5%;
}
.growplus .about_01 .btn_plus {
	right: 3.5%;
}

/*detail
----------------------------------------*/
.growplus .grow_con,
.growplus .plus_con {
	position: relative;
}
.growplus .grow_con .btn,
.growplus .plus_con .btn {
	bottom: 7.5%;
}

/*faq
----------------------------------------*/
.growplus .faq_area{
	background: linear-gradient(90deg, #e5ebf4 0%, #e5f5f9 100%);
	padding-bottom: 10%;
}
.growplus .faq_area .accordion__container{
	width: 90%;
  line-height: 1.6;
  color: #333;
  margin: 5% auto 0;
  text-align: left;
  font-size: min(25px,3.8vw);
  font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.growplus .faq_area dl{
	margin-bottom: 3%;
	border-radius: .5em;
	overflow: hidden;
}
.growplus .faq_area dl:last-of-type{
	margin-bottom: 0;
}
.growplus .faq_area .title div, .faq_area .box div{
	display: flex;
	justify-content: space-around;
	padding: 3% 4%;
} 
.growplus .faq_area .title img,.faq_area .box img{
	width: 7.5%;
}
.growplus .faq_area .title p,.faq_area .box p{
	width: 90%;
	margin-left: 3%;
}
.growplus .faq_area .title div{
	background: #fff;
	align-items: center;
	padding: 3% 4%;
}
.growplus .faq_area .title p{
	padding: .8% 11% .8% 5.5%;
	border-left: .15em solid #1591c2;
}
.growplus .faq_area .box{
	display: none;
}
.growplus .faq_area .box div{
	background: #1591c2;
	align-items: flex-start;
	padding: 4% 8% 6% 4%;
	color: #fff;
}
.growplus .seibun th{
	width: 33%;
}

/*bg_area
----------------------------------------*/
.growplus .bg_area{
	background: #e2eefc;
	padding: 1px 0 5%;
}

/*---------------------------------------------
セノッピー ペコさんver
----------------------------------------------- */
/*CMコンテンツ*/
#lparea.senoppy.peco .cm_area .abs_center{
	top: 51.4%;
	z-index: -1;
	width: 68%;
}
/*スポンサーのスライダー(他のLPでも使用)*/
#lparea .sponsor_area .slick_wrap{
	top: 38%;
	opacity: 0;/*画像表示字の拡大防止*/
	transition: opacity 0.3s ease;/*画像表示字の拡大防止*/
}
#lparea .sponsor_area .slick_wrap.slick-initialized{
	opacity: 1;/*画像表示字の拡大防止*/
}
#lparea .sponsor_area .slick_wrap img{
	margin-right: .15%;
	margin-left: .15%;
	width: 150%;
}
/*ポイントgif画像*/
#lparea.senoppy.peco .point_gif{
	width: 84%;
  top: 29.2%;
}
/*ドット背景*/
#lparea.senoppy.peco .bg_dot_area{
	background:#caedeb;
	background-image: radial-gradient(#e2f3f3 20%, transparent 20%), radial-gradient(#e2f3f3 20%, transparent 20%);
	background-position: 0 0,4.5%,0;
	background-size: 8% 0.5%;
	padding-bottom: 5%;
}
/*FAQ背景指定の打消し*/
#lparea.senoppy.peco .faq{
	background: 0;
	padding: 0;
}
/*常駐ボタン*/
#lparea.senoppy.peco .footbtn{
	max-width: 640px;
	margin: auto !important;
}