@charset "utf-8";

html {
	-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;   /* Firefox 対応 */
}
html::-webkit-scrollbar{  /* Chrome, Safari 対応 */
	display: none;
}

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: #d42453;
}
#opening img{
	width: auto;
	height: 100vh;
}
#op_text, #op_1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#op_text{
	z-index: 23;
	width: 100vw;
}
#op_text div{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#op_text div img{
	width: 100%;
	height: auto;
}
#op_1{
	z-index: 22;
	background-image: url(../image/FV/opening.jpg);
}

.opAnim{
	animation-name: fadeOut;
	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: 13%;
	height: 0%;
}
.fv_text_1Anim{
	animation-name: trimmingIn_1;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-timing-function:linear;
}
#fv_text_2{
	top: 17%;
	left: 6%;
	width: 14%;
	height: 0%;
}
.fv_text_2Anim{
	animation-name: trimmingIn_2;
	animation-delay: 0.4s;
	animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-timing-function:linear;
}

/* トリミング 下から出現 */
@keyframes trimmingIn_1{
	from{ height: 0%;}
	to{ height: 31%;}
}
@keyframes trimmingIn_2{
	from{ height: 0%;}
	to{ height: 54%;}
}

/* ===== シワ改善バッヂ ===== */
#fv_mark{
	position: absolute;
	bottom: 5%;
	right: 3%;
	width: 40%;
	opacity: 0;
}
.fv_markAnim{
	animation-name: popOut;
	animation-delay: 0.5s;
	animation-duration: 0.25s;
	animation-fill-mode: both;
}

/* ===== テクスチャ ===== */
#fv_cream{
	position: absolute;
	bottom: 4%;
	left: 3%;
	width: 47%;
}

/* ===== シワ ===== */
#fv_sign_1{
	top: 27%;
	right: 10%;
	width: 28%;
	opacity: 0;
}
#fv_sign_2{
	top: 35%;
	right: 9%;
	width: 28%;
	opacity: 0;
}
#fv_sign_3{
	top: 17%;
	right: 16%;
	width: 35%;
	opacity: 0;
}
.fv_signAnim{
	animation-name: fadeIn;
	animation-delay: 0.1s;
	animation-duration: 0.7s;
	animation-fill-mode: both;
}

/* ======================================================
	オファー
====================================================== */
.offerArea,
.offerMain{
	position: relative;
}

/* オファー１ */
#offerBtn_1{
	bottom: 11%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
}
/* オファー２ */
#offer_2{
	margin-top: 30px;
}

.offerMain div{
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
}
.offerArea div{
	width: 80%;
    margin: 10px auto 30px;
}

/* ======================================================
	美容のプロ
====================================================== */
#proOpen{display: none;}

/* 文章 白グラデ隠し */
/*.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_close{display: none;}

/* ======================================================
	シワを改善
====================================================== */
#wrinkle section{
	position: relative;
}
#pop_wrinkle{
	position: absolute;
	top: 15%;
	right: 0;
	width: 20%;
	transform: translate(60px, 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;
	}
}

/* ======================================================
	累計本数
====================================================== */
#total section{position: relative;}
#pop_total{
	position: absolute;
	left: 6%;
	top: 17%;
	width: 54%;
	opacity: 0;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}
/* 出現anim */
.scale3_anim{
	animation-name: scale3;
}

/* ======================================================
	こんなお悩み
====================================================== */
/* ===== ビフォーアフタースライド ===== */
#beforeSlide{
	position: relative;
}
#slideAfter{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#slideAfter p{
	overflow: hidden;
	width: 0;
	height: 100%;
	background-image: url(../image/wrinkle3_02_2.jpg);
	background-size: cover;
	animation-name: troubleSlide;
	animation-duration: 4.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@media only screen and (max-width: 628px){
	#basicWrap #slideAfter p img{
		width: 100vw;
	}
}

@keyframes troubleSlide{
	0%{width: 100%;}
	5%{width: 100%;}
	45%{width: 0;}
	55%{width: 0;}
	95%{width: 100%;}
	100%{width: 100%;}
}

/* ======================================================
	コラーゲン減少グラフ
====================================================== */
#collagen section{
	position: relative;
}
#pop_collagen{
	position: absolute;
	top: 5%;
	left: 0;
}

/* ======================================================
	４つのポイント　動画
====================================================== */
/* ===== シワ改善動画 ===== */
#mv_1 div{position: relative; overflow: hidden;}
#mv_1 div p{position: absolute;}

/* アフター画像 */
p#mv1_after{
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}

/* 矢印 */
p#mv1_arrow{
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 85%;
	height: 100%;
	overflow: hidden;
	z-index: 4;
}

/* 成分 */
p.mv1_s{
	z-index: 3;	
}
p#mv1_s1{
	top: 0%;
	left: 8%;
	width: 24%;
}
p#mv1_s2{
	top: 1%;
	right: 9%;
	width: 38%;
}

/* animation */
.seibun1Anim{
	animation-name: seibunMv1;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-timing-function: linear;
}

.slideUpAnim{
	animation-name: slideUp;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-timing-function: linear;
}
.mv1fadeInAnim{
	animation-name: fadeIn;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: linear;
}

/* 上から下（成分） */
@keyframes seibunMv1{
	0%{ transform: translate3d(0, 0, 0); opacity: 1;}
	80%{ opacity: 0;}
	100%{ transform: translate3d(0, 162%, 0); opacity: 0;}
}

/* 上下運動（矢印） */
@keyframes slideUp{
	0%{ top: 10%;}
	40%{ top: -76%;}
	60%{ height: 100%;}
	100%{ height: 0%; top: -76%;}
}

/* ===== メラニン動画 ===== */
#mv_2 div{position: relative;}
#mv_2 div p{position: absolute;}

/* 成分 */
p#mv2_s1{
	top: 24%;
	left: 0;
}
/* メラニン */
p#mv2_m1{
	bottom: 15%;
	left: 0;
}

/* animation */
.mv2_s1_anim{
	animation-name: mv2down;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.mv2_m1_anim{
	animation-name: mv2up;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/* 上から下 */
@keyframes mv2down{
	0%{ transform: translate3d(0, 0, 0); opacity: 0;}
	50%{ opacity: 1;}
	80%{ transform: translate3d(0, 42%, 0);}
	100%{ transform: translate3d(0, 42%, 0);}
}

/* 下から上 */
@keyframes mv2up{
	0%{ transform: translate3d(0, 0, 0); opacity: 0;}
	50%{ opacity: 1;}
	80%{ transform: translate3d(0, -61%, 0);}
	100%{ transform: translate3d(0, -61%, 0);}
}

/* ======================================================
	無添加
====================================================== */
#point_4 section{
	position: relative;
}
#pop_free{
	position: absolute;
	bottom: 26%;
	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;
}

/* ======================================================
	ユーザーボイス
====================================================== */
#user{background-image: url(../image/user/bg_user.jpg);}
#user section{position: relative;}
#user div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

#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;
	}
}

/* ======================================================
	よくあるご質問
====================================================== */
#faq{
	margin: 0 auto;
	background-image: url(../image/wrinkle5_03.jpg);
	background-repeat: repeat;
	padding-bottom: 20px;
}
#faq header{margin-bottom: 20px;}

.question{
	margin: 0 auto 7% auto;
}
.question:last-of-type{
	margin: 0 auto;
}
.answer, .close{display: none;}
.answer{padding-top: 20px;}

.open, .close, .answer{
	width: 90%;
	margin: 0 auto;
}

/* ======================================================
	クーポン（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){
	.inner{
		width: 628px;
		margin: 0 auto;
	}

	#basicWrap img.baseImg{ width: 628px;}
	.sliderWide, #faq{ width: calc(628px * 1.867);}

	.btn{cursor: pointer;}

	/* FAQ */
	.question{margin-bottom: 37px;}
	.question:last-of-type{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;}

	/* ========== 背景設定 ========== */
	.contents{
		background-size: calc(628px * 1.867);
	}
	#fv{background-image: url(../image/FV/bgFV.jpg);}
	#product{background-image: url(../image/bgWrinkle1_01.jpg);}
	#zaiko{background-image: url(../image/bgWrinkle1_03.jpg);}
	#professional_1{background-image: url(../image/bgWrinkle1_04.jpg);}
	#professional_2{background-image: url(../image/bgWrinkle1_05.jpg);}
	#wrinkle{background-image: url(../image/bgWrinkle1_08.jpg);}
	#total{background-image: url(../image/bgWrinkle1_09.jpg);}

	#insta{background-image: url(../image/bgWrinkle2_01.jpg);}
	#happy{background-image: url(../image/bgWrinkle2_02.jpg);}
	#ranking{background-image: url(../image/bgWrinkle2_03.jpg);}
	#catch_1{background-image: url(../image/bgWrinkle2_04.jpg);}
	#continue{background-image: url(../image/bgWrinkle2_05.jpg);}

	.offer_ttl{background-image: url(../image/offer/bgWrinkle_offer_01.jpg); background-repeat: repeat-y;}
	.offerMainBg{background-image: url(../image/offer/bgWrinkle_offer_02.jpg);}

	#trouble_1 section:first-of-type{background-image: url(../image/bgWrinkle3_01.jpg);}
	#trouble_1 section:nth-of-type(2){background-image: url(../image/bgWrinkle3_02.jpg);}
	#trouble_1 section:last-of-type{background-image: url(../image/bgWrinkle3_03.jpg); background-repeat: repeat-y;}

	#collagen{background-image: url(../image/bgWrinkle3_04.jpg);}
	#trouble_2{
		background-image: url(../image/bgWrinkle3_05.jpg),
						  url(../image/bgWrinkle3_06.jpg);
		background-position: top center, bottom center;
	}
	#catch_2{background-image: url(../image/bgWrinkle3_07.jpg);}
	#point header{background-image: url(../image/bgWrinkle3_09.jpg);}
	#point_1 section:nth-of-type(1){background-image: url(../image/bgWrinkle3_10.jpg);}
	#point_1 section:nth-of-type(2){background-image: url(../image/bgWrinkle3_11.jpg);}
	#point_1 section:nth-of-type(3){background-image: url(../image/bgWrinkle3_12.jpg);}
	#point_2 section:nth-of-type(1){background-image: url(../image/bgWrinkle3_13.jpg);}
	#point_2 section:nth-of-type(2){background-image: url(../image/bgWrinkle3_14.jpg);}
	#point_2 section:nth-of-type(3){background-image: url(../image/bgWrinkle3_15.jpg);}
	#point_2 section:nth-of-type(4){background-image: url(../image/bgWhite.jpg);}
	#point_3 section:nth-of-type(1){background-image: url(../image/bgWrinkle4_01.jpg);}
	#point_3 section:nth-of-type(2){background-image: url(../image/bgWrinkle4_02.jpg);}
	#point_4{background-image: url(../image/bgWrinkle4_03.jpg),
							   url(../image/bgWrinkle4_04.jpg);
			background-position: top center, bottom center;}

	#compare{background-image: url(../image/bgWrinkle4_05.jpg);}
	#quality{background-image: url(../image/bgWrinkle4_06.jpg);}
	#howto{
		background-image: url(../image/bgWrinkle4_07.jpg),
							 url(../image/bgWrinkle4_08.jpg);
		background-position: top center, bottom center;
	}
	#catch_3{background-image: url(../image/bgWrinkle4_09.jpg);}
	#cycle{background-image: url(../image/bgWrinkle5_01.jpg);}
	#step{background-image: url(../image/bgWrinkle5_04.jpg);}
	#delivery{background-image: url(../image/bgWrinkle5_05.jpg);}

}

/* ======================================================
	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);
	}
}

/* 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;
}
}

/* セレクタの隙間 */
.inline-fields-wrapper td{
	padding: 1px;
}
/* 商品名を上下中央へ */
td.order-item-info{
	vertical-align: middle;
}

/* ======================================================
======================================================
	未成年のお客様へ
======================================================
====================================================== */
#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;
}