@charset "utf-8";

body {
	margin: 0;
}

/*--------------------------------------------------------------
/template/
--------------------------------------------------------------*/
div#template{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding:0;
	text-align: center;
	color: #000000;
	background: #f4efc5;
}

div#template section {
	box-sizing: border-box;
}

div#template img {
	width: 100%;
	height: auto;
}
div#template h1, div#template h2, div#template p {
	/* margin: 0; */
	vertical-align: top;
}
div#template p.text-small{
	font-size: 14px!important;
}

div#template h1 img, div#template h2 img, div#template p img {
	vertical-align: top;
	width: 100%;
}

div#template .btn_link{
	padding: 30px 0;
}

div#template .btn_link img{
	width: 85%!important;
}

/* #head-fv*/
div#template #head-fv{	padding: 20px 10px;}
div#template #head-fv p{
	text-align: left;
	margin-bottom: 10px;
}
div#template #head-fv p span{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #2185c2;
	border-bottom: 1px solid #2185c2;t
}

div#template #head-fv ul {
	display: flex;
	justify-content: center;

}

div#template #head-fv ul li:nth-of-type(1){}
div#template #head-fv ul li:nth-of-type(2),
div#template #head-fv ul li:nth-of-type(3){margin-right: 10px;}

div#template #head-fv ul li img.logo{
	max-width: 80px;
	margin-left: 10px;
    margin-right: 30px;
}
div#template #head-fv ul li img.btn{
	max-width: 145px;
}

/* 再購入誘導LP
--------------------------------------------------------------*/
div#template {
	background: #e7f4fa;
}

div#template #fv {
	background: #e7f4fa;
}

div#template #fv h1 {
	margin: 0;
}

/* btn overlay (sec02, sec06) */
div#template .btn-overlay {
	position: relative;
}

div#template .btn-overlay .overlay-btn {
	display: block;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translateX(-50%);
}

div#template .btn-overlay .overlay-btn img {
	width: 100%;
}

/* sec03, sec04 */
div#template #sec03,
div#template #sec04 {
	background: #e7f4fa;
}

/* sec05 */
div#template #sec05 {
	background: #ffffff;
	padding-bottom: 10px;
}

div#template #sec05 .sec05-ttl {
	margin: 0;
}

div#template #sec05 .product-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 40px 0;
	text-align: left;
	gap: 10px;
}

div#template #sec05 .product-info {
	flex: 1;
}

div#template #sec05 .product-img {
	width: 38%;
	flex-shrink: 0;
}

div#template #sec05 .product-img img {
	width: 100%;
}

div#template #sec05 .product-lead {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px;
	line-height: 1.6;
}

div#template #sec05 .product-name {
	margin: 0 0 15px;
}

div#template #sec05 .product-name a {
	font-size: 24px;
	font-weight: bold;
	color: #1e4d9e;
	text-decoration: underline;
	text-decoration-color: #aabcda;
	line-height: 1.4;
}

div#template #sec05 .product-price {
	color: #000;
	margin: 0 0 12px;
	line-height: 1.2;
}

div#template #sec05 .product-price .unit {
	font-size: 15px;
}

div#template #sec05 .product-price .price {
	white-space: nowrap;
}

div#template #sec05 .product-price strong {
	font-size: 26px;
	font-weight: bold;
}

div#template #sec05 .product-price .yen {
	font-size: 17px;
	font-weight: bold;
	margin-left: 1px;
}

div#template #sec05 .product-price .tax {
	font-size: 15px;
	margin-left: 2px;
}

div#template #sec05 .cart-btn {
	display: block;
	width: 100%;
}

div#template #sec05 .cart-btn img {
	width: 90%;
}

/* dotted divider (旧 .シェイプ_1) */
div#template #sec05 .dotted-divider {
	border-top: 3px dotted rgb(0, 48, 134);
	width: calc(100% - 100px);
	height: 0;
	margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
	div#template #sec05 .product-box {
		padding: 20px 20px 0;
	}
	div#template #sec05 .product-lead {
		font-size: 13px;
	}
	div#template #sec05 .product-name a {
		font-size: 18px;
	}
	div#template #sec05 .product-price .unit {
		font-size: 13px;
	}
	div#template #sec05 .product-price strong {
		font-size: 20px;
		font-weight: bold;
	}
	div#template #sec05 .product-price .tax {
		font-size: 13px;
		margin-left: 2px;
	}
	div#template #sec05 .dotted-divider {
		width: calc(100% - 40px);
	}
}

/* #fv */
div#template #fv{
	position: relative;
	background: #f4efc5;
}
div#template #fv .btn_area{
    display: flex;
    justify-content: space-between;
    background: #fff;
	padding: 20px;
}

div#template #fv .btn_area li{
	width: 48%;
}

/* トップバナー */
div#template #fv .top_bnr{
    margin-top: 20px;
    background: #fff;
    padding: 15px 20px 20px;
}

div#template #fv .top_bnr p {
    margin-bottom: 3px;
    font-size: 29px;
    font-weight: bold;
	color: #fff;
}

/* 終了告知 */
div#template #fv::before {
	/* content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(171, 171, 171, 0.9); */
  }

  div#template #fv .ended-text {
    width: 96%;
    position: absolute;
    background-color: rgba(171, 171, 171, 0.9);
    border: 3px solid #da0026;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 16px;
    color: #da0026;
    text-align: center;
    padding: 15px 10px;
  }
  
  div#template #fv .ended-text span{
	display: block;
	font-size: 20px;
  }


/* アコーディオン */
.accordion {
    width: 100%;
    max-width: 600px;
    /* margin: 20px auto 0; */
}

.accordion-item {
    /* margin-bottom: 10px; */
}

.accordion-header {
	width: 70%;
	position: relative;
    cursor: pointer;
    outline: none;
    border: 1px solid #b5babf;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #fff 0, #e4e6e7 100%);
    background-image: linear-gradient(180deg, #fff 0, #e4e6e7 100%);
    color: #333;
    box-shadow: none;
	padding: 15px;
	margin: 20px 0;
}

.accordion-header::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    transition: transform 0.3s ease;
}

.accordion-header.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0!important;
}

.accordion-content p {
    margin: 15px 0;
}


/* #under-fv*/
div#template #under-fv{
	background: #f4efc5;
	padding: 20px 20px 0 20px;
}


/* #period*/
div#template #period{
	background: #3fbad7;
	margin: 0 20px 20px 20px;
	padding: 20px;
	border-radius: 10px;
}

div#template #period p{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

div#template #period p.under_line{
	font-size: 20px;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin-bottom: 10px;
}

div#template #period span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

div#template .detail{
	font-weight: bold;
	background: #fff;
	border: 3px solid #ec8101;
    border-radius: 10px;
    padding: 20px;
	margin: 30px 20px 0 20px;
}

div#template .detail p.heading{
	display: inline-block;
	font-size: 20px;
	border-bottom: 2px solid #000;
    margin-bottom: 15px;
}

div#template .detail p span{
	font-size: 20px;
}

div#template .detail ul{
	margin-top: 15px;
}

div#template .detail ul li{
	text-align: left;
    display: inline-block;
}

/* #process*/
div#template #process01{
	position: relative;
	margin: 40px 0;
}

div#template #process01 .btn_link01{
    width: 90%;
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

div#template #process02{
	position: relative;
	margin: 40px 0;
}

div#template .btn_link02{
    width: 90%;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}


/* #cp_content*/
div#template #cp_content{
	position: relative;
	margin: 40px 0 0 0;
}

div#template .text_link01{
	width: 100%;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 65%;
    left: 30%;
    transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px){
	div#template .text_link01{
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 65%;
        left: 37%;
        transform: translateY(-50%) translateX(-50%);
	}
	div#template #fv .top_bnr{
		padding: 10px;
	}
	div#template #fv .top_bnr p {
		margin-bottom: 3px;
		font-size: 27px;
		font-weight: bold;
		color: #fff;
	}

}

div#template .text_link01 a{
	text-decoration: underline;
}



div#template .cp_content_inner{
	position: relative;
    background: #ffffff;
    border: 3px solid #ec8101;
    border-radius: 10px;
	padding: 50px 20px 20px 20px;
}

div#template #cp_content .cp_content_inner .ribbon_wrap{
	position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

div#template #cp_content .cp_content_inner .ribbon {
    position: relative;
    display: inline-block;
	white-space: nowrap;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
    background-color: #ec8101;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

div#template #cp_content .cp_content_inner .ribbon::before,
div#template #cp_content .cp_content_inner .ribbon::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #ec8101 transparent;
    border-style: solid;
    content: '';
}

div#template #cp_content .cp_content_inner .ribbon::before {
    left: -14px;
    border-width: 25px 0px 25px 15px;
}

div#template #cp_content .cp_content_inner .ribbon::after {
    right: -14px;
    border-width: 25px 15px 25px 0px;
}

div#template #cp_content .cp_content_inner dl{text-align: left;}
div#template #cp_content .cp_content_inner dl dt{font-weight: bold;}

div#template #cp_content .cp_content_inner dl dt:nth-of-type(2),
div#template #cp_content .cp_content_inner dl dt:nth-of-type(3),
div#template #cp_content .cp_content_inner dl dt:nth-of-type(4){
	margin-top: 20px;

}
div#template .cp_content_inner dl dd{
	font-weight: 500;
	margin-bottom: 5px;
}

div#template .cp_content_inner dl dd a{
	text-decoration: underline;
}

/* #notice*/
div#template #notice{
	background: #fff!important;
	/*margin: 40px 0 0 0;*/
	margin: 0 0 0 0;
}

div#template #notice img{
	background: #fff!important;
	margin-bottom:  20px;
}

/* div#template .notice p{
	font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

div#template .notice p span{
	color: #de6781;
}


div#template .notice_inner{
	background: #ffffff;
    border: 3px solid #fdf9de;
    border-radius: 10px;
}

div#template .notice_inner img{
	width: 90%;
} */


/* #bottom-fv*/
div#template #bottom-fv{
	background: #f4efc5;
	padding: 50px 0 20px 0;
	margin-top: -3px;
}


/* #fav-entry*/
div#template #fav-entry{
	position: relative;
	margin: 0 20px 30px 20px;
}

div#template #fav-entry h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#template #fav-entry h2 span{
	color: #dd5d79;
}

div#template #fav-entry img{
	margin-bottom: 20px;
}

div#template #fav-entry img.icon-heart{
	width: 65px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: 0;
}

div#template #fav-entry p{
	font-size: 14px;
	font-weight: bold;
}

/* #app-entry*/
div#template #app-entry{
	margin: 20px;
}
div#template #app-entry h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#template #app-entry h2 span{
	color: #dd5d79;
}
div#template #app-entry img.icon-bell{
	width: 65px;
	margin-bottom: 10px;
}

div#template #app-entry ul{
	/* display: flex; */
	margin: 20px 0;
}
div#template #app-entry ul li{
	width: 100%;
	margin-bottom: 20px;
}

div#template #app-entry p{
	font-size: 20px;
	font-weight: bold;
	color: #3ebad7;
}



/* #app-entry-method*/

div#template #app-entry-method{
	/* margin: 20px; */
}

div#template #app-entry-method h2{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	background: linear-gradient(transparent 70%, yellow 30%);
}

div#template #app-entry-method h2 span{
	color: #dd5d79;
}

div#template #app-entry-method p{
	font-weight: bold;
}

div#template #app-entry-method .appli,
div#template #app-entry-method .line{
	margin-bottom: 15px;
}


div#template #app-entry-method .btn_link img{margin-bottom: 5px;}
div#template #app-entry-method p.text-blue{color: #3ebad7;}
div#template #app-entry-method p.btn-text{	margin-bottom: 10px;}

/* div#template button, div#template input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	outline: none;
	padding: 0;
	margin: 0;

	cursor: pointer;
} */

/* common */
div#template .has-bg {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
div#template .has-bg input.link-cv {
	width: 100%;
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
div#template .has-bg a.link-detail {
	color: #474747;
	font-size: min(22px, calc(22 / 640 * 100vw));
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	display: inline-block;
	text-decoration: underline;
	margin-top: calc(32 / 750 * 100%);
}

/* 通常CVのボタン部分 */
div#template .has-bg.common {
	padding: 0 calc(75 / 750 * 100%);
	background-image: url(../img/sp/cv_bg.jpg);
	background-size: 100% 3px;
	background-repeat: no-repeat repeat;
	padding-bottom: calc(40 / 750 * 100%);
}
div#template .has-bg.common input.link-cv {
	width: 100%;
	height: min(110px, calc(110 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn.png);
}

/* チェックボックスの部分 */
div#template section.point {
	background-image: url(../img/sp/point_bg.jpg);
	background-size: cover;
	background-position: center top;
}
div#template .has-bg.check {
	padding: 0 calc(118 / 750 * 100%);
	background-image: url(../img/sp/check_bg.png);
	background-size: 100% 3px;
	background-repeat: no-repeat repeat;
	padding-top: calc(16 / 750 * 100%);
}
div#template .has-bg.check .check_btn {
	width: 100%;
}
div#template .has-bg.check .check_btn img {
	width: 100%;
}
div#template .has-bg.checkbox {
	padding: 0;
	background-image: url(../img/sp/check_bg.png);
	background-size: 100% 3px;
	background-repeat: no-repeat repeat;
}
div#template .has-bg.checkbox input {
	display: none;
}

/* checkboxがcheckされたときの隣の要素 */
div#template .has-bg.checkbox input + label::before {
	content: "";
	position: absolute;
	width: min(35px, calc(35 / 640 * 100vw));
	height: min(25px, calc(25 / 640 * 100vw));
	background-image: url(../img/sp/checkbox_check.png);
	background-size: 100% 100%;
	top: 45%;
	transform: translateY(-50%);
	left: calc(72 / 624 * 100%);
	opacity: 0;
	visibility: hidden;
}
div#template .has-bg.checkbox input:checked + label::before {
	opacity: 1;
	visibility: visible;
}
div#template .has-bg.checkbox label {
	width: calc(624 / 750 * 100%);
	margin: 0 auto;
	display: block;
	padding-top: 0px;
	position: relative;
}
div#template .has-bg.checkbox label img {
	width: 100%;
	vertical-align: top;
}

/* cv-blueのボタン部分 */
div#template .has-bg.cv-blue {
	padding: 0 calc(61 / 750 * 100%);
	background: linear-gradient(to right, #93ddfa 0%, #93ddfa calc(30 / 750 * 100%), #ffffff calc(30 / 750 * 100%), #ffffff calc(720 / 750 * 100%), #93ddfa calc(720 / 750 * 100%), #93ddfa 100%);
	padding-bottom: calc(33 / 750 * 100%);
}
div#template .has-bg.cv-blue input.link-cv {
	width: 100%;
	height: min(110px, calc(110 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--blue.png);
}
div#template .has-bg.cv-blue a.link-detail {
	margin-top: calc(0 / 750 * 100%);
}

/* cv-blackのボタン部分 */
div#template .has-bg.cv-black {
	padding: 0 calc(61 / 750 * 100%);
	background: linear-gradient(to right, #2e343f 0%, #2e343f calc(30 / 750 * 100%), #ffffff calc(30 / 750 * 100%), #ffffff calc(720 / 750 * 100%), #2e343f calc(720 / 750 * 100%), #2e343f 100%);
	padding-bottom: calc(33 / 750 * 100%);
}
div#template .has-bg.cv-black input.link-cv {
	width: 100%;
	height: min(110px, calc(110 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--blue.png);
}
div#template .has-bg.cv-black a.link-detail {
	margin-top: calc(0 / 750 * 100%);
}

/* とことん毛穴ケアをしたいなら！の上の詳しく見るボタン */
div#template .has-bg a.link-detail.on-black {
	color: #ffffff;
	position: absolute;
	bottom: calc(72 / 750 * 100%);
	left: calc(211 / 750 * 100%);
}
div#template .has-bg.has-margin-bottom {
	margin-bottom: calc(-26 / 750 * 100%);
}

/* こだわりの部分のスライダー */
.kodawari {
	margin-bottom: 46px;
}
.kodawari_slider .slick-dots {
	bottom: -32px;
}
.kodawari_slider .slick-dots li {
	margin: 0;
}
.kodawari_slider .slick-dots li button:before {
	font-size: min(45px, calc(45 / 640 * 100vw));
	color: #e3ecf2;
	opacity: 1;
}
.kodawari_slider .slick-dots li.slick-active button:before {
	color: #93a0ab;
	opacity: 1;
}
.kodawari_slider .slick-prev, .kodawari_slider .slick-next {
	width: min(66px, calc(66 / 640 * 100vw));
	height: min(8px, calc(8 / 640 * 100vw));
	top: auto;
	bottom: max(-33px, calc(-33 / 640 * 100vw));
	left: min(8px, calc(8 / 640 * 100vw));
	color: black;
	z-index: 1;
}
.kodawari_slider .slick-next {
	left: auto;
	right: min(8px, calc(8 / 640 * 100vw));
	transform: scale(-1, 1);
	bottom: max(-28px, calc(-28 / 640 * 100vw));
}
.kodawari_slider .slick-disabled {
	opacity: 0;
	visibility: hidden;
}
.kodawari_slider .slick-prev::before, .kodawari_slider .slick-next::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/sp/kodawari_slider_arrow.png);
	background-size: 100% 100%;
}

/* cv-detail-blueのボタン部分 */
div#template .has-bg.cv-detail-blue {
	padding: 0 calc(73 / 750 * 100%);
	background: linear-gradient(to right, #70aec8 0%, #70aec8 calc(40 / 750 * 100%), #ffffff calc(40 / 750 * 100%), #ffffff calc(710 / 750 * 100%), #70aec8 calc(710 / 750 * 100%), #70aec8 100%);
	padding-bottom: calc(18 / 750 * 100%);
	border-bottom: 21px solid #70aec8;
}
div#template .has-bg.cv-detail-blue input.link-cv {
	width: 100%;
	height: min(110px, calc(110 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--blue.png);
}
div#template .has-bg.cv-detail-blue input.link-cv.linkSubmitMember {
	width: calc(536 / 604 * 100%);
	height: min(110px, calc(110 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--non-member.png);
}
div#template .has-bg.cv-detail-blue a.link-detail {
	margin-top: calc(0 / 750 * 100%);
}
div#template .has-bg.cv-detail-blue a.link-non-member {
	display: block;
	width: calc(536 / 604 * 100%);
	margin: calc(27 / 604 * 100%) auto;
}
div#template .has-bg.cv-detail-blue a.link-non-member img {
	width: 100%;
}
div#template .has-bg.cv-detail-blue a.guide-link {
	color: #484848;
	font-family: YuGothic, Yu Gothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.025em;
	display: inline-block;
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-underline-offset: 30%;
	margin-bottom: calc(40 / 750 * 100%);
}

/* cv-detail-blackのボタン部分 */
div#template .has-bg.cv-detail-black {
	padding: 0 calc(73 / 750 * 100%);
	background: linear-gradient(to right, #31343e 0%, #31343e calc(40 / 750 * 100%), #ffffff calc(40 / 750 * 100%), #ffffff calc(710 / 750 * 100%), #31343e calc(710 / 750 * 100%), #31343e 100%);
	padding-bottom: calc(18 / 750 * 100%);
	border-bottom: 36px solid #31343e;
	margin-bottom: 7px;
}
div#template .has-bg.cv-detail-black input.link-cv {
	width: 100%;
	height: min(110px, calc(110 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--blue.png);
}
div#template .has-bg.cv-detail-black input.link-cv.linkSubmitMember {
	width: calc(536 / 604 * 100%);
	height: min(110px, calc(110 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--non-member.png);
}
div#template .has-bg.cv-detail-black a.link-detail {
	margin-top: calc(0 / 750 * 100%);
}
div#template .has-bg.cv-detail-black a.link-non-member {
	display: block;
	width: calc(536 / 604 * 100%);
	margin: calc(27 / 604 * 100%) auto;
}
div#template .has-bg.cv-detail-black a.link-non-member img {
	width: 100%;
}
div#template .has-bg.cv-detail-black a.guide-link {
	color: #484848;
	font-family: YuGothic, Yu Gothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.025em;
	display: inline-block;
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-underline-offset: 30%;
	margin-bottom: calc(40 / 750 * 100%);
}

/* cv-lastのボタン部分 */
div#template .has-bg.cv-last {
	padding: 0;
	background-image: url(../img/sp/cv_bg--last.jpg);
	background-size: 100% 3px;
	background-repeat: no-repeat repeat;
	padding-bottom: calc(28 / 750 * 100%);
	margin-bottom: 0;
	display: flex;
	justify-content: space-around;
}
div#template .has-bg .cv-last-inner {
	width: calc(130 / 320 * 100%);
}
div#template .has-bg.cv-last input.link-cv {
	width: 100%;
	height: min(90px, calc(90 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--small.png);
}
div#template .has-bg.cv-last input.link-cv.linkSubmitMember {
	width: 100%;
	height: min(70px, calc(70 / 640 * 100vw));
	background-image: url(../img/sp/cv_btn--small--non-member.png);
}
div#template .has-bg.cv-last a.link-detail {
	margin-top: calc(0 / 750 * 100%);
}
div#template .has-bg.cv-last a.link-non-member {
	display: block;
	width: 100%;
	margin: calc(0 / 604 * 100%) auto;
}
div#template .has-bg.cv-last a.link-non-member img {
	width: 100%;
}

/* 動画部分 */
div#template .has-bg.movie {
	background-color: #4f5563;
}
div#template .has-bg.movie p {
	position: relative;
	z-index: 1;
}
div#template .has-bg.movie video {
	width: calc(562 / 750 * 100%);
	position: absolute;
	top: calc(347 / 750 * 100%);
	left: calc(148 / 750 * 100%);
}

/* faqのアコーディオン */
.faq {
	margin-bottom: 39px;
}
.faq .faq-accordion {
	padding: 0 calc(41 / 750 * 100%);
}
.faq .faq-accordion:first-of-type {
	margin-top: calc(50 / 750 * 100%);
}
.faq .faq-accordion dt, .faq .faq-accordion dd {
	width: 100%;
}
.faq .faq-accordion dt img, .faq .faq-accordion dd img {
	vertical-align: top;
	width: 100%;
}
.faq .faq-accordion dt {
	/* アコーディオンのプラスを擬似要素で再現 */
	position: relative;
}
.faq .faq-accordion dt::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(27 / 670 * 100%);
	height: 1px;
	background-color: #c3c3c3;
}
.faq .faq-accordion dt::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(27 / 670 * 100%);
	height: 1px;
	background-color: #c3c3c3;
	transform: rotate(90deg);
	transition-duration: .3s;
}
.faq .faq-accordion dt.open::after {
	transform: rotate(0deg);
}
.faq .faq-accordion:not(:first-of-type) dd {
	display: none;
}

/* 環境の部分のスライダー */
.env {
	border-bottom: #abb7c1 solid 27px;
	margin-bottom: 0;
}
.env_slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.env_slider .slick-dots {
	bottom: -12px;
}
.env_slider .slick-dots li {
	margin: 0;
}
.env_slider .slick-dots li button:before {
	font-size: 45px;
	color: #e3ecf2;
	opacity: 1;
}
.env_slider .slick-dots li.slick-active button:before {
	color: #93a0ab;
	opacity: 1;
}
.env_slider .slick-prev, .env_slider .slick-next {
	width: min(66px, calc(66 / 640 * 100vw));
	height: min(8px, calc(8 / 640 * 100vw));
	top: auto;
	bottom: max(-10px, calc(-10 / 640 * 100vw));
	left: min(16px, calc(16 / 640 * 100vw));
	color: black;
	z-index: 1;
	transform: scale(-1, 1);
}
.env_slider .slick-next {
	left: auto;
	right: min(16px, calc(16 / 640 * 100vw));
	transform: scale(1, 1);
	bottom: max(-10px, calc(-10 / 640 * 100vw));
}
.env_slider .slick-disabled {
	opacity: 0;
	visibility: hidden;
}
.env_slider .slick-prev::before, .env_slider .slick-next::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/sp/env_slider_arrow.png);
	background-size: 100% 100%;
}

/* 「注文時のご注意・ご利用ガイドはこちら」部分 */
div#template .has-bg a.guide-link {
	color: #fff;
	font-family: YuGothic, Yu Gothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.025em;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: calc(55 / 320 * 100%);
	left: 50%;
	transform: translateX(-50%);
	text-underline-offset: 30%;
}

/* フッターリンク部分 */
#template .help {
  width: calc(315 / 640 * 100%);
  margin: -80px auto 20px;
  padding-top:110px;
}
#template .help img {
  width: 100%;
}
#template .footer_link {
  font-size: 13px;
	list-style: none;
}
#template .footer_link li {
  margin-bottom: 20px;
}
#template .footer_link li a,
#template #gototop a {
  color: #508dbd;
}
#gototop {
  text-align: right;
  margin-bottom: 13px;
  padding-right: 13px;
}

/* 特定商取引法 位置は適宜調節
-------------------------------------------------------------- */

#tokushou {
	margin: 0 0 10px 0;
	text-align: center;
    font-size: 13px;
}


.js-inCartBtn img {
	width: calc(536 / 604 * 100%);
}

.cv-last .js-inCartBtn img {
	width: 100%;
}


#target-cv-blue,
#target-cv-black{
	margin-top:-100px;
	padding-top:130px;
}

