@charset "UTF-8";
/* =======================================
 リセットCSS
======================================= */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px !important;
  line-height: 1.8;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

html {
  -webkit-text-size-adjust: 100%;
  background-color: #fff !important;
}

/* =======================================
 design
======================================= */
body {
  margin: 0 auto;
  width: 100%;
}

a {
  text-decoration: none;
}

.cf::before, .cf::after {
  content: "";
  clear: both;
  display: block;
}

#wrapper {
  margin: 0 auto !important;
  width: 640px;
}
#wrapper img {
  max-width: 100%;
}
#wrapper .lozad {
  opacity: 0;
  transform: translate3d(0, 1em, 0);
  transition:
    opacity 0.2s linear,
    transform 0.6s ease-out;
}

#wrapper .lozad[data-loaded="true"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#wrapper p {
  text-align: center;
}
#tv {
  background: url(../img/main_bg.png) repeat-y center;
	text-align: center;
}
.fv-bottom {
    position: relative;
    height: 708px;
    background: url(../img/fv_06_bottom.png) repeat-y center;
}
.fv-bottom_anime {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 91%;
}
.fv-bottom_toplayer {
    position: absolute;
    bottom: 24%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btnarea {
  background: url(../img/btnarea_bg.png) repeat-y center;
}

.btn01 {
  margin: 10px auto 20px;
}
.btn02 {
  margin: 10px auto 20px;
  height: 152px;
  width: 576px;
}
.btn02 img {
  height: 100%;
  width: 100%;
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}

.btn03 {
  margin: 10px auto 20px;
}

.btnarea-tit {
  margin-top: 30px;
}

.btn-trial {
  margin-bottom: 50px;
}
.btn-trial.mb0 {
  margin-bottom: 0 !important;
}

.btn-tel {
  margin-top: 30px;
}

.amazon-box {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 25px 0;
    margin: 0 20px 30px;
}
.amazon-box .btn{
  padding:10px 0;
}
.amazon-box .emp_red{
    color:red;
    font-weight: bold;
    font-size: 1.4em;
}
.amazon-box .desc{
  font-size: 0.8em;
}

#pagetop {
  position: fixed;
  right: 24px;
  bottom: 28px;
}

 #otameshi{
	margin: 0 auto;
	text-align: center;
	background: url(../img/main_bg.png) repeat-y center top;
	font-size: 80%;
	padding: 4px 0 16px;
}

#otameshi .text{
	width: 90%;
	text-align: left;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 600;
}

#otameshi .text a{
	color: #333;
}

#otameshi .text a:hover {
  text-decoration: underline;
}

#form{
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

#pay {
	margin: 0 auto;
}

#pay .box1{
	margin: 0 auto;
	padding: 2% 4%;
	font-size: 90%;
	text-align: center;
}

#pay .box1 a{
	text-decoration: none;
	color: #FFF;
}

#pay h1{
	font-weight: 600;
	border-bottom: dotted 1px #333;

	padding: .8em 0 .8em .75em;
	border-left: 6px solid #1f4a98;
	margin-bottom: 16px;
}

#pay h2{
	font-weight: 600;

}

#footer{
	background: url(../img/footer_bg_sp.png) repeat-y center top;
}

.red{color: #ef6264;}
.bold{font-weight: bold;}


/*iframe#egg_form{
	margin: 0 auto !important;
	width: 600px !important;
	height: 3250px !important;
}*/

iframe#egg_form {
    margin: 0 auto !important;
    max-width: 640px !important;
    width: 100% !important;
    height: 2010px !important;
}
@media screen and (max-width:750px){
  iframe#egg_form {
      height: 2850px !important;
  }
}

.goods_name{font-size: 24px !important;}
.cart td{font-size: 20px !important;}

#owabi{
	background: url(../img/owabi_bg.png) repeat-y center top;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 8px 0;
}
#owabi a{
	color: #fff;
}

.cvbt {
    display: none;
    position: fixed;
    bottom: 1%;
    z-index: 9998;
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    padding-left: 12px;
}

.is-fixed {
  display: none!important;
}

/*ボタンアニメーション*/
.btnAnime {
    animation: btnScalingAnime 0.6s ease 0s infinite alternate;
}

@keyframes btnAnime {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes btnScalingAnime {
  from {
    transform: scale(0.95,0.95);
  }
  to {
    transform: scale(1,1);
  }
}


/* =======================================
 CV
======================================= */
.cv-area {
  position: relative;
}
.cv-btn {
  position: absolute;
  left: 4.6%;
  bottom: 2%;
  width: 91%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}


/* =======================================
 動画・gifエリア
======================================= */
.video-area {
  position: relative;
}
.video-wadai {
  position: absolute;
  bottom: 21.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}
.video-nayami {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
}
.video-kodawari {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
}

/* iframe埋め込み共通 */
.video-iframe {
  position:relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-iframe iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.video-aiyou {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 93%;
}

.video-uv {
  position: absolute;
  top: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
}


/* =======================================
 悩み
======================================= */
.nayami-graph {
  position: relative;
}
.nayami-graph-01 {
  position: absolute;
  top: 32%;
  left: 50%;
  width: 94%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.nayami-graph-02 {
  position: absolute;
  top: 81%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

/* =======================================
 アコーディオン
======================================= */
.qa-area {
  background-color: #fff;
  padding-bottom: 15%;
}
.qa-area dl {
  width: 93%;
  margin: 0 auto;
}
.qa-area dd {
  display: none;
}

.accordion_head {
  position: relative;
  margin-top: 4%;
}
.accordion_head:first-child {
  margin-top: 0;
}
.accordion_head:hover {
  cursor: pointer;
}
.accordion_head::after {
  content: " ";
  display: block;
  position: absolute;
  width: 4%;
  height: 19%;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
  background-image: url(../img/qa_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.accordion_head.is-active::after {
  transform: scale(1, -1);
}


/* =======================================
 受付終了エリア
======================================= */
.order-warp {
  padding: 40px 20px;
  background-color: #fff0f0;
}
.order-head {
  padding-bottom: 3%;
  text-align: center;
  font-size: 28px;
}
.order-warp li {
  margin-bottom: 3%;
  background-color: #fff;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  overflow: hidden;
}
.order-month {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  padding: 18px 0;
  width: 150px;
  color: #fff;
  text-align: center;
}
.order-month span {
  position: relative;
  z-index: 2;
}
.order-month::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -60px;
  background-color: #444;
  width: 200px;
  height: 200px;
  z-index: 1;
  transform: rotate(45deg) skew(10deg , 10deg);
}

/* 今月 */
li.order-month-last {
  font-size: 30px;
}
.order-month-last .order-month {
  margin-right: 54px;
  padding: 33px 0;
}
.order-month-last .order-month::after {
  top: -50%;
  left: -30px;
  background: linear-gradient(to left top,#52360d, #daa31f);
}
.order-color {
  color: #d95a50;
  font-weight: bold;
}

/* sold out */
.order-sold-out {
  background-color: #d95a50;
  margin-left: 20px;
  padding: 3px 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}
