@charset "utf-8";

body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
	color: #282828;
	background-color: #fff;

	/* スクロール禁止 */
	/*overflow: hidden;
	height: 100vh;*/
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#basicWrap img{
	width: 100%;
	vertical-align: top;
	border-style:none;
}
li{list-style: none;}


/* ======================================================
	common
====================================================== */
#basicWrap{
	text-align: center;
	overflow-x: hidden;
}
.contents, #faq ul li{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.inner{ text-align: center;}

/* ======================================================
	load
====================================================== */
#load{
	width:100%;
	height:100%;
	background-color: #fff;
	position:fixed;
	top:0;
	left: 0;
	z-index:100;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ======================================================
	opening
====================================================== */
#opening{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100vh;
	background-color: #005432;
}
#opening img{
	width: auto;
	height: 100vh;
}
#op_text, #op_1, #op_2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#op_text{z-index: 23;}
#op_1{background-image: url(../image/FV/opening.jpg); z-index: 22;}
#op_2{background-image: url(../image/FV/opening2.jpg); z-index: 21;}

#op_text{
	/*position: relative;*/
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}

.opAnim{
	animation-name: fadeOut;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.blurAnim{
	animation-name: blur;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;	
}

/* ======================================================
	firstView
====================================================== */
#fvMain{position: relative;}
#fvMain div:not(#fv_base){position: absolute;}

/* ===== 文字 ===== */
/* 文字 外枠 */
#fv_text_1, #fv_text_2{
	position: absolute;
	overflow: hidden;
}
#fv_text_1{
	top: 4%;
	left: 23%;
	width: 11%;
	height: 30%;
}
#fv_text_2{
	top: 10%;
	left: 6%;
	width: 12.5%;
	height: 50%;
}

/* 文字 中枠 */
#fv_text_1p, #fv_text_2p{
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	transform: translate3d(-100%, 0, 0);
}
#fv_text_1p{ background-image: url(../image/FV/FVcopy1.png);}
#fv_text_2p{ background-image: url(../image/FV/FVcopy2.png);}

/* animation */
.fv_text_1Anim, .fv_text_2Anim{
	animation-name: cutInRight;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	/*animation-timing-function: linear;*/
}
.fv_text_1Anim{ animation-delay: 0.3s;}
.fv_text_2Anim{ animation-delay: 0s;}


/* ===== 日本製 ===== */
#fv_mark{
	position: absolute;
	bottom: 2%;
	right: 3%;
	width: 60%;
	opacity: 0;
}
.fv_markAnim{
	animation-name: popOut;
	animation-delay: 0.5s;
	animation-duration: 0.25s;
	animation-fill-mode: both;
}

/* ======================================================
	オファー
====================================================== */
.offerArea,
.offerMain{
	position: relative;
	/*overflow: hidden;*/
}
/*.offerBtn{position: absolute;}*/

/* オファー１ */
#offerBtn_1{
	bottom: 11%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
}
/* オファー２ */
#offer_2{
	margin-top: 30px;
}

.offerMain div{
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
}
.offerArea div{
	width: 80%;
    margin: 0 auto 30px;
}

/* ======================================================
	概要
====================================================== */
#summary_2 {
	position: relative;
}
#pop_summary{
	position: absolute;
	top: 0;
	right: 0;
	width: 32%;
	transform: translate(40px, 0px) rotate(20deg);
	opacity: 0;
}
.rollInAnim{
	animation-name: RollIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes RollIn{
	from{
		transform: translate(60px, 0px) rotate(20deg);
		opacity: 0;
	}
	to{
		transform: translate(0px, 0px) rotate(0deg);
		opacity: 1;
	}
}

/* ======================================================
	在庫数
====================================================== */
#zaiko{
	background-image: url(../image/zaiko/bgZaiko.png);
	background-size: 100vh;
}
#zaiko section{
	padding: 1.5vh 0 30px;
}
#zaiko section img{
	width: 95%;
}

/* ======================================================
	美容のプロ
====================================================== */
#proOpen{display: none;}

/* 文章 白グラデ隠し */
#proComment{
	position: relative;
}
/*.whiteHide:after{
	content: "";
	display: block;
	width: 90%;
	height: 3em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}*/

/* 開閉ボタン */
#proBtn{position: relative;}
#proBtn_open, #proBtn_close{
	position: absolute;
	top: 14%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 75%;
}
#proBtn_close{display: none;}

/* ======================================================
	累計本数
====================================================== */
#total section{position: relative;}
#pop_total{
	position: absolute;
	left: 4%;
	bottom: 11%;
	width: 59%;
	opacity: 0;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
/* 出現anim */
.scale3_anim{
	animation-name: scale3;
}

/* ======================================================
	満足度
====================================================== */
#chart section{position: relative;}

/* ========== 円グラフ ========== */
.circle2 {
	position: relative;
	width: 60vw;
	height: 60vw;
	background: #f3cb41;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
.circle2::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -30vw;
	width: 60vw;
	height: 60vw;
	background: #fff;
	transform-origin: right 30vw;
	z-index: 3;
	animation: rotate-circle-left2 1s 0.5s ease-out forwards;
}
.circle2::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 30vw;
	width: 60vw;
	height: 60vw;
	background: #fff;
	transform-origin: left 30vw;
	z-index: 4;
	animation: rotate-circle-right2 1s 0.5s linear forwards;
}
.circle2 .circle-inner2 {
	position: absolute;
	top: 7.5vw;
	left: 7.5vw;
	width: 45vw;
	height: 45vw;
	background: #fff;
	border-radius: 50%;
	z-index: 5;
}
#circle_outer2 {
	position: absolute;
    top: 23.2vw;
	left: 20vw;
	width: 60vw;
	height: 60vw;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}
.circle-font2 {
	position: absolute;
	/*top: 6.2vw;*/
	top: 7vw;
	/*left: 6.2vw;*/
	left: 6.8vw;
	width:100%;
	z-index: 7;
	font-size:6em;
	text-shadow:2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;;
}
.circle-font2 img {
	width:80%!important;
}


/* ========== 上に配置 ========== */
#chart p{
	position: absolute;
	z-index: 2;
}

#chart_1{
	top: 32.1vw;
	left: 0.5vw;
	right: 0;
	margin: 0 auto;
	width: 42.5vw;
}
#chart_2{
	top: 34%;
	left: 6%;
	width: 25%;
}
#chart_3{
	top: 23%;
	right: 5%;
	width: 32%;
}
#chart_4{
	bottom: 1%;
	left: 6%;
	width: 93%;
}

/* ======================================================
	ユーザーボイス
====================================================== */
#user section{position: relative;}
#user div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 92%;
}
#user div#pop_user_1{top: -3%;}
#user div#pop_user_3{top: 5%;}

#pop_user_1, #pop_user_3{
	transform: translate(90%, 0%);
	opacity: 0;
}
#pop_user_2{
	transform: translate(90%, 0%);
	opacity: 0;
	animation-delay: 1s;
}
#pop_user_3{
	animation-delay: 1.5s;
}

.slideInRightAnim{
	animation-name: slideInRight;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.slideInLeftAnim{
	animation-name: slideInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
}

/* 右からスライドイン */
@keyframes slideInRight{
	from{
		transform: translate(90%, 0%);
		opacity: 0;
	}
	to{
		transform: translate(0%, 0%);
		opacity: 1;
	}
}
/* 左からスライドイン */
@keyframes slideInLeft{
	from{
		transform: translate(-90%, 0%);
		opacity: 0;
	}
	to{
		transform: translate(0%, 0%);
		opacity: 1;
	}
}

/* ======================================================
	お届け回数
====================================================== */
#deliverTimes{
	margin-top: 30px;
}

/* ======================================================
	キャッチ（１）
====================================================== */
#catch_1 section{ position: relative;}

/* ===== 文字 ===== */
/* 文字 外枠 */
#catch1_text_1, #catch1_text_2{
	position: absolute;
	overflow: hidden;
}
#catch1_text_1{
	top: 6%;
	left: 53%;
	width: 11%;
	height: 37%;
}
#catch1_text_2{
	top: 6%;
	left: 40%;
	width: 12.5%;
	height: 64%;
}

/* 文字 中枠 */
#catch1_text_1p, #catch1_text_2p{
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	transform: translate3d(-100%, 0, 0);
}
#catch1_text_1p{ background-image: url(../image/FV/FVcopy1.png);}
#catch1_text_2p{ background-image: url(../image/FV/FVcopy2.png);}

/* ======================================================
	肌トラブル
====================================================== */
/* ===== 肌トラブル 自動スライド ===== */
#trouble section{position: relative;}
#trouble_1, #trouble_2{
	position: absolute;
	top: 0;
	left: 0;
}

/* 上の画像 */
#trouble_1{
	z-index: 2;
	width: 100%;
    height: 100%;
}
#trouble_1 p{
	overflow: hidden;
	width: 0;
	height: 100%;
	background-image: url(../image/parts/hadatrouble1.jpg);
	background-size: cover;

	animation-name: troubleSlide;
	animation-duration: 4.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/* 下の画像 */
#trouble_2{z-index: 1;}

@keyframes troubleSlide{
	0%{width: 100%;}
	5%{width: 100%;}
	45%{width: 0;}
	55%{width: 0;}
	95%{width: 100%;}
	100%{width: 100%;}
}

/* ======================================================
	バリア機能
====================================================== */
/* ===== バリア機能アニメーション ===== */
#skinAnime_1{
	position: relative;
	overflow: hidden;
}
#skinAnime_1 div{
	position: absolute;
	/*top: 0;*/
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
}
/* 肌 */
#skinAnime_1 div#skinAnime_skin{
	z-index: 2;
	top: 0;
}
/* 水分 */
#skinAnime_1 div#skinAnime_moisture_1,
#skinAnime_1 div#skinAnime_moisture_2{
	z-index: 3;
	top: 60%;
	right: 10%;
	/*animation-name: moisture_anim;*/
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#skinAnime_1 div#skinAnime_moisture_2{
	animation-delay: 2s;
}
/* 水分anim */
@keyframes moisture_anim{
	from{
		top: 60%;
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	to{
		top: 10%;
		opacity: 0;
	}
}

/* 外部刺激 */
#skinAnime_1 div#skinAnime_damage_1,
#skinAnime_1 div#skinAnime_damage_2{
	z-index: 4;
	top: 0;
	/*animation-name: damage_anim;*/
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#skinAnime_1 div#skinAnime_damage_2{
	animation-delay: 1.5s;
}

/* 外部刺激anim */
@keyframes damage_anim{
	from{
		top: -50%;
		opacity: 1;
	}
	80%{
		opacity: 1;
	}
	to{
		top: 30%;
		opacity: 0;
	}
}

/* ======================================================
	有効成分アピール
====================================================== */
#appeal section{position: relative;}
#pop_appeal{
	position: absolute;
	top: 37%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	opacity: 0;
	animation-duration: 0.4s;
	animation-fill-mode: both;
}
.scale2_anim{
	animation-name: scale2;
}

#apLine{position: relative;}
#apLine:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 3.5%;
	left: 5%;
	width: 0;
	height: 5px;
	background-color: #005432;
}
.apLineAnim:after{
	animation-name: extend;
	animation-duration: 0.8s;
	animation-fill-mode: both;	
}
/* 線が伸びる */
@keyframes extend{
	from{width: 0;}
	to{width: 90%;}
}

/* ======================================================
	キャッチ（２）
====================================================== */
#catch_2 section{position: relative;}
#pop_catch_2{
	position: absolute;
	bottom: -1%;
	right: -1%;
	width: 26%;
	transform: translate(40px, 0px) rotate(20deg);
	opacity: 0;
}

/* ======================================================
	４つのポイント
====================================================== */
/* ===== ポイント２ ===== */
/* 動画風 */
#skinAnime_2{
	position: relative;
	overflow: hidden;
}
#skinAnime_2 div{
	position: absolute;
	/*top: 0;*/
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
}
#effect_1{
	z-index: 2;
	top: 0;
}
/* 水分 */
#skinAnime_2 div#skinAnime2_moisture_1,
#skinAnime_2 div#skinAnime2_moisture_2{
	z-index: 3;
	bottom: 36%;
	/*top: 46%;*/
	left: 9%;
	opacity: 1;
	/*animation-name: moistDown;*/
	transform: translate3d(0, 0, 0);
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-fill-mode: both;
}
#skinAnime_2 div#skinAnime2_moisture_1{
	animation-delay: 1.5s;
}
.moistDownAnim{
	animation-name: moistDown;
}

/* 水分anim */
@keyframes moistDown{
	0%{
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	80%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translate3d(0, 150%, 0);
	}
}

/* 刺激 */
#skinAnime_2 div#skinAnime2_damage_1,
#skinAnime_2 div#skinAnime2_damage_2{
	z-index: 4;
	top: 0;
	width: 7%;
	margin: 0;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#skinAnime_2 div#skinAnime2_damage_1{
	animation-name: damage;
	left: 32%;
}
#skinAnime_2 div#skinAnime2_damage_2{
	animation-name: damage2;
	/*animation-delay: 0.75s;*/
	left: 60%;
}
/* 刺激 anim */
@keyframes damage{
	0%{
		transform: translate3d(0, 0, 0);
		opacity: 1;
		filter: grayscale(0);
	}
	49%{
		filter: grayscale(0);
	}
	50%{
		transform: translate3d(0, 185%, 0);
		opacity: 1;
		filter: grayscale(100%);
	}
	70%{
		opacity: 1;
	}
	100%{
		transform: translate3d(-240%, 0, 0);
		opacity: 0;
		filter: grayscale(100%);
	}
}
@keyframes damage2{
	0%{
		transform: translate3d(0, 0, 0);
		opacity: 1;
		filter: grayscale(0);
	}
	49%{
		filter: grayscale(0);
	}
	50%{
		transform: translate3d(0, 185%, 0);
		opacity: 1;
		filter: grayscale(100%);
	}
	70%{
		opacity: 1;
	}
	100%{
		transform: translate3d(240%, 0, 0);
		opacity: 0;
		filter: grayscale(100%);
	}
}


/* ===== ポイント４ ===== */
#point_4{
	background-image: url(../image/bgCica4_09.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 300%;
}
/* スライド */
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.sliderWide:hover .slick-arrow {
  opacity: 1;
}
.slider {
  max-width: 250px;
  margin: 0 auto;
  padding: 0 0 25px 0;
}
.slider .slick-list {
  overflow: visible;
  /*padding: 0%!important;*/
}
/* 前後半透明 */
.slider .slick-track {}
.slider .slick-slide {
	/*padding: 10px;*/
	opacity: .5;
	transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
	opacity: 1;
}
.slider li p{
	padding: 0 10px;
}
.slider img {
	height: auto;
	width: 100%;
}

/* ===== ポイント５ ===== */
#point_5 section{position: relative;}
#pop_free{
	position: absolute;
	bottom: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	opacity: 0;
	transform: translate3d(0, 110%, 0);
	animation-duration: 1s;
	animation-fill-mode: both;
}
.fadeInUp_anim{
	animation-name: fadeInUp;
}


/* ======================================================
	よくあるご質問
====================================================== */
.question{width:90%; margin: 0 5% 3% 5%;}
#faq header{margin-bottom: 20px;}
.answer, .close{display: none;}
.answer{margin:20px 0;}

/* ======================================================
	クーポン（LP内）
====================================================== */
#coupon_lp{ 
	/*padding: 30px 0;*/
	padding: 20px 0 0 0;
}

/* ======================================================
	クーポン（ポップアップ）
====================================================== */
#popupWall{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}
#popupWall:after{
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: "";
}
#popBn{
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 80%;
	margin: 0 auto;
	/*box-shadow: 0 0 30px rgba(0, 0, 0, .6);*/
	vertical-align: middle;
}
/* バツボタン */
#popX{
	position: absolute;
	top: -34px;
	right: 0;
	background: #fff;
	border-radius: 50%;
}
#popX span{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#popX span::before, #popX span::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 22px;
	background: #333;
}
#popX span::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
#popX span::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* ======================================================
	離脱防止（ポップアップ）
====================================================== */
#popupClose{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;	
}
#popupClose:after{
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: "";
}
#popupCloseBn{
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 80%;
	margin: 0 auto;
	vertical-align: top;
	top: 10%;
}
/* バツボタン */
#closeBn{
	position: absolute;
	top: -11%;
	right: -10%;
	background: #fff;
	border-radius: 50%;
}
#closeBn span{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#closeBn span::before, #closeBn span::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 22px;
	background: #333;
}
#closeBn span::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
#closeBn span::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* ======================================================
	クーポンを利用するチェックボックス
====================================================== */
#coupon{
	text-align: center;
    color: #E2317A;
    font-weight: bold;
    font-size: 1.35em;
    margin: 3% auto 3% auto;
}

/* ======================================================
	チャットボット
====================================================== */
#widget-iframe_2513567405{
	opacity: 0;
	visibility: hidden;
}

/* SPのみ */
@media only screen and (max-width: 628px){
	#widget-iframe_2513567405{
		bottom: 0!important;
		right: 0!important;
		left: 0!important;
		margin: 0 auto;
	}
}

.chatBtn_on_anim{
	animation-name: fadeIn_chat;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
.chatBtn_off_anim{
	animation-name: fadeOut_chat;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

@keyframes fadeIn_chat{
	from{ opacity: 0; visibility: hidden;}
	to{ opacity: 1; visibility: visible;}
}
@keyframes fadeOut_chat{
	from{ opacity: 1; visibility: visible;}
	to{ opacity: 0; visibility: hidden;}
}

/* ======================================================
======================================================
	PC
======================================================
====================================================== */
@media only screen and (min-width: 628px){
	html {
		-ms-overflow-style: none;    /* IE, Edge 対応 */
			scrollbar-width: none;   /* Firefox 対応 */
	}
	html::-webkit-scrollbar{  /* Chrome, Safari 対応 */
		display: none;
	}

	.inner{
		width: 628px;
		margin: 0 auto;
	}

	#basicWrap img.baseImg{ width: 628px;}
	.sliderWide{ width: calc(628px * 1.867);}

	.btn{cursor: pointer;}
	#pop_total{
		left: 0;
		bottom: 10%;
	}

	/* ========== 背景設定 ========== */
	.contents, #point_4 ,#zaiko{
		background-size: calc(628px * 1.867);
	}
	#yoyaku{margin-bottom: 20px;}
	#yoyaku2{margin-top: 20px;}
	#fv{background-image: url(../image/FV/bgFV.jpg);}
	#summary{
		background-image: url(../image/bgCica1_01.jpg),
						  url(../image/bgCica1_02.jpg);
		background-position: top, bottom;
	}
	#deliverTimes{background-image: url(../image/bgCica1_05.jpg);}
	#professional{background-image: url(../image/bgCica1_06.jpg);}
	#aboutCica{background-image: url(../image/bgCica1_12.jpg);}
	#total{background-image: url(../image/bgCica1_13.jpg);}
	#chart{background-image: url(../image/bgCica2_01.jpg);}
	#insta{background-image: url(../image/bgCica2_02.jpg); background-repeat: repeat-y;}
	#ranking{background-image: url(../image/bgCica2_03.jpg);}
	#user{
		background-image: url(../image/bgCica2_04.jpg),
						  url(../image/bgCica2_05.jpg),
						  url(../image/bgCica2_06.jpg),
						  url(../image/bgCica2_07.jpg);
		background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
	}
	#catch_1{background-image: url(../image/bgCica2_08.jpg);}
	.offer_ttl{background-image: url(../image/offer/bgOffer_01.jpg); background-repeat: repeat-y;}
	.offerMainBg{background-image: url(../image/offer/bgOffer_02.jpg);}
	#trouble{
		background-image: url(../image/bgCica3_01.jpg),
						  url(../image/bgCica3_02.jpg);
		background-position: top, bottom;
		background-repeat: no-repeat, repeat-y;
	}
	#barrier{
		background-image: url(../image/bgCica3_03.jpg),
						  url(../image/bgCica3_04.jpg);
		background-position: top, bottom;
	}
	#appeal{
		background-image: url(../image/bgCica3_05.jpg),
						  url(../image/bgCica3_06.jpg);
		background-position: top, bottom;
		background-repeat: no-repeat, repeat-y;
	}
	#catch_2{background-image: url(../image/bgCica3_07.jpg);}
	#point header{background-image: url(../image/bgCica4_01.jpg);}
	#point_1 section:nth-of-type(1){background-image: url(../image/bgCica4_02.jpg);}
	#point_1 section:nth-of-type(2){background-image: url(../image/bgCica4_03.jpg); background-repeat: repeat-y;}
	#point_1 section:nth-of-type(3){background-image: url(../image/bgCica4_04.jpg);}
	#point_2 section:nth-of-type(1){background-image: url(../image/bgCica4_05.jpg);}
	#point_2 section:nth-of-type(2){background-image: url(../image/bgCica4_06.jpg);}
	#point_2 section:nth-of-type(3){background-image: url(../image/bgCica4_07.jpg);}
	#point_3{background-image: url(../image/bgCica4_08.jpg);}
	#point_5{
		background-image: url(../image/bgCica4_10.jpg),
						  url(../image/bgCica4_11.jpg);
		background-position: top, bottom;
		background-repeat: no-repeat, repeat-y;
	}
	#quality{
		background-image: url(../image/bgCica5_01.jpg),
						  url(../image/bgCica5_02.jpg);
		background-position: top, bottom;
		background-repeat: no-repeat, repeat-y;
	}
	#howto{
		background-image: url(../image/bgCica5_03.jpg),
						  url(../image/bgCica5_04.jpg);
		background-position: top, bottom;
	}
	#catch_3{background-image: url(../image/bgCica5_05.jpg);}
	#faq header{background-image: url(../image/bgCica6_02.jpg);}
	#step{background-image: url(../image/bgCica6_04.jpg);}
	#delivery{background-image: url(../image/bgCica6_05.jpg);}

	/* ===== 継続率（円グラフ） ===== */
	#chart_1 {
		top: 192px;
		left:25px;
		width: 46%;
	}

	.circle2 {
		position: relative;
		width: 370px;
		height: 370px;
		background: #f3cb41;
		border-radius: 50%;
		text-align: center;
		overflow: hidden;
		z-index: 2;
	}
	.circle2::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -185px;
		width: 370px;
		height: 370px;
		background: #fff;
		transform-origin: right 185px;
		z-index: 3;
		animation: rotate-circle-left2 1s ease-out forwards;
	}
	.circle2::after {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 185px;
		width: 370px;
		height: 370px;
		background: #fff;
		transform-origin: left 185px;
		z-index: 4;
		animation: rotate-circle-right2 1s linear forwards;
	}
	.circle2 .circle-inner2 {
		position: absolute;
		top: 35px;
		left: 35px;
		width: 300px;
		height: 300px;
		background: #fff;
		border-radius: 50%;
		z-index: 5;
	}
	#circle_outer2 {
		position: absolute;
		top: 150px;
		left: 140px;
		width: 370px;
		height: 370px;
		background: #fff;
		border-radius: 50%;
		z-index: 1;
	}
	.circle-font2 {
		position: absolute;
		top: 36px;
		left: 36px;
		width: 80%;
		z-index: 7;
		font-size:6em;
		text-shadow:2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;;
	}
	.circle-font2>img{
		width:100%!important;
	}

	/* 在庫数 */
	#zaiko section{padding: 15px 0 30px;}

	/* FAQ */
	.question{margin-bottom: 20px;}
	#faq .open, #faq .close{ cursor: pointer;}

	/* クーポン（ポップアップ） */
	#popBn{width: 600px;}
	#popX span{cursor: pointer;}

	/* 離脱防止（ポップアップ） */
	#popupCloseBn{
		width: 400px;
		vertical-align: middle;
		top: 0;
	}
	#closeBn{
		top: -50px;
		right: -140px;
	}
	#closeBn span{cursor: pointer;}
}

/* ======================================================
	animation
====================================================== */

/* フェードイン */
@keyframes fadeIn{
	from{ opacity: 0;}
	to{ opacity: 1;}
}
/* 下からフェードイン */
@keyframes fadeInUp{
	from {
		opacity: 0;
		transform: translate3d(0, 110%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
/* フェードアウト */
@keyframes fadeOut{
	from{ opacity: 1;}
	to{ opacity: 0;}
}

@keyframes blur{
	from{
		filter: blur(4px);
	}
	to{
		filter: blur(0);
	}
}
/* 左から右へ移動 */
@keyframes cutInRight{
	from {
		transform: translate3d(-100%, 0, 0);
	}
	to {
		transform: none;
	}
}
/* 小さくなりながら出現 */
@keyframes popOut{
	from{
		opacity: 0;
		transform: scale(1.1);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}

/* 大きくなりながら出現バウンド */
@keyframes scale2{
	from{
		opacity: 0;
		transform: scale(0.7);
	}
	50%{
		opacity: 1;
	}
	60%{
		transform: scale(1.2);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}
/* 大きくなりながら出現 */
@keyframes scale3{
	from{
		opacity: 0;
		transform: scale(0.5);
	}
	1%{
		opacity: 1;
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}

/* ===== 円グラフ２ ===== */
@keyframes rotate-circle-right2 {
	0%   {
		transform: rotate(0deg);
		background: #ffffff;
	}
	50%  {
		transform: rotate(180deg);
		background: #ffffff;
	}
	50.001% {
		transform: rotate(360deg);
		background: #f3cb41;
	}
	100% {
		transform: rotate(360deg);
		background: #f3cb41;
	}
}

@keyframes rotate-circle-left2 {
	0%   { transform: rotate(0deg); }
	50%  { transform: rotate(0deg); }
	100% { transform: rotate(170deg); }
}

/* animationCSS */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}


/* ======================================================
======================================================
	フッター
======================================================
====================================================== */
/*コースについての注意事項*/
#course-description {
	height: 120px;
	overflow: scroll;
	text-align: left;
	max-width:100%;
	padding: 0 2% 0 2%;
	font-size:0.85em;
	line-height: 160%;
}
@media all and (min-width: 980px) {
#course-description {
    margin: 0 auto 20px auto;
	font-size:0.85em;
	padding: 0 0 0 0;
    max-width: 980px;
	overflow-x: scroll;
	overflow-y: scroll;
	height: 150px;
	text-align: left;
	line-height: 160%;
}
}
#course-description dl{
	margin: 4% 0 2% 0;
}
#course-description dl:last-child{
	margin: 4% 0 0 0;
}
#course-description dt,#course-description dd{
	color: #6B6B6B;
}
#course-description dt{
	font-weight:bold;
	margin-bottom:1%;
}
#course-description dd{
	line-height:130%;
	margin-bottom:3%;
}

/* フッター */
#footer{
	margin: 25px auto 0 auto;
	text-align: center;
	background-color: #000000;
	font-size:0.9em;
	line-height: 160%;
	padding:15px 0px 5px 0px;
	width:100%;
}
#footer p{
	margin:5px 0px 5px 0px;
	color:#FFFFFF;
}
#footer a{
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:hover,#footer a:visited {
	color:#FFFFFF;
}
/*フッター上段*/
.footer_box
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	font-family: 14px;
	margin-bottom: 20px
}
@media all and (min-width: 980px){/* 表示領域が980px以上の場合 */
.footer_box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	font-family: 14px;
	margin-bottom: 20px
}
}

@media all and (min-width: 980px) {
/* 表示領域が480px以上の場合 */
.pc-none{
display:none; 
	}
}
@media only screen and (max-width:980px){
/* 表示領域が480px以下の場合 */
.sp-none {
display: none;
	}
}

/* ======================================================
======================================================
	カート
======================================================
====================================================== */
#cart{
	width:100%;
}
@media all and (min-width: 960px) {
/* 表示領域が960px以上の場合 */
#cart{
	max-width: 1000px;
	margin:0 auto;
}
}
#cart img{
	vertical-align: bottom;
	border-style:none;
}
@media all and (min-width: 980px) {
/* 表示領域が980px以上の場合 */
#cart img{
	vertical-align: bottom;
	border-style:none;
	height:auto;
}
}
/* ======================================================
======================================================
	未成年のお客様へ
======================================================
====================================================== */
#for-minors{
	display:block;
	max-width:100%;
	padding: 4% 2% 4% 2%;
	font-size:0.85em;
	line-height: 160%;

}
@media all and (min-width: 980px) {
#for-minors{
	display:block;
	width: 100%;
	text-align: center;
	font-size:1em;
	padding: 0 auto 0 auto;
	overflow: hidden;
	min-width:980px;
	line-height: 120%;
}
}
#for-minors p:first-of-type {
	color: #6B6B6B;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.2%;

}
#for-minors p {
	color: #6B6B6B;
}
