@charset "utf-8";
/* base.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #efede4 url('../images/');
/* max-width: 800px; */
  margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

a:hover {opacity: .7;}
h1 {margin: 0;}
h2 {font-size: 1.8rem;margin: 0;}
h2, h3, h4 {line-height: 1.2;margin: 0;}
.btn { text-align: center;}
.btn input {max-width: 100%;}

.pink {color: #ec0677;}
.orange {color: #EF4E23;}
p {margin: 0 0 1em 0;}

.display-blk {display: block;}

.pc {display: none;}

/*-------------------
	margin & padding
--------------------*/

.mb0{margin-bottom:0!important;}
.mb30{margin-bottom:30px!important;}
.mb50{margin-bottom:50px!important;}

.pt50{padding-top:50px!important;}
.pb50{padding-bottom:50px!important;}

/*-------------------
	header
--------------------*/

header#head_wrap {
    /* top: -100px; */
    position: relative;
    width: 100%;
    /* margin: 100px auto 0; */
    line-height: 1;
    z-index: 999;
    text-decoration: none;
    background-color: #fff;
	padding: 10px 0;
}

#head_wrap a {text-decoration: none;}
#head_wrap .inner {width:100%;margin: 0 auto;position:relative;max-width: 1100px;text-align: right;}
#head_wrap .inner:after {content: "";clear: both;display: block;}

#head_wrap a {display:inline-block;}

#head_wrap a.logoL {position: absolute;top:20px;left:20px;width:180px;max-width:30%;}
#head_wrap a.logoR {width:189px;max-width:30%;}

/*-------------------
	TopVisual
--------------------*/
.topVisual {width:100%;margin: 0;}
.topVisual h1 {width:100%;margin: 0 auto;}
.topVisual h1 small{display: none;}

/*-------------------
	Layout
--------------------*/

.wrap-contents{background: url('../images/bg_top_sp.webp') top center no-repeat;padding:0;}
@media screen and (min-width: 640px) {.wrap-contents{background: url('../images/bg_top.webp') top center no-repeat;padding:0; background-size: auto}}

.wrap-contents0{background-color:rgba(255,255,255,0.5);}
.box-wrap0{max-width:800px;width:100%;margin: 0 auto;padding:0 4%;}

.box-copy {background: url('../images/bg_box_copy_sp.webp') top center no-repeat;padding:0;}
@media screen and (min-width: 640px) {.box-copy {background: url('../images/bg_box_copy.webp') top center no-repeat;padding:0;}}

.box-product {background: url('../images/bg_product.webp') top center repeat-Y;padding:50px 0 0;}
.box-product2 {background: url('../images/bg_box_product02.webp') top center repeat-Y;padding:50px 0 0;}

/*-------------------
	Top
--------------------*/
.center {
  display: table;
  margin: 0 auto;
}
.content {
  position: relative;
  margin: 4.375%;
  border-radius: 14px;
}
.head {position: relative;}
.head h2 {margin: 10px 10px 0;}

.mv {padding-bottom: 20px;}

.product-detail {
  font-size: 1.6rem;
  padding:20px 5%;
}

.product-detail>h2{
  color:#65543d;
  text-align: left;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
}

.product-detail dl{
display: block;
}
.product-detail dt,
.product-detail dd{
display:block;
text-align: center;
margin:15px 0;
padding:0;
}

.detail {
  font-size: 1.6rem;
  padding: 20px 5%;
}
.detail .name strong {
  font-size: 1.8rem;

}
.detail_s {
  font-size: 1.2rem;
  padding: 20px 5%;
}

.txtPink {
  text-align: center;
  color: #97437b;
  font-size: 1.6rem;
  font-weight: 700;
}
.txtPink strong {
  font-size: 2rem;
}

/*-------------------
	accordion
--------------------*/
.accordion {margin: 0;}
.accordion dt {
  padding: 12px 2.5%;
	font-weight: bold;
	border:4px solid #ad6f55;
	border-radius: 10px;
	margin-bottom:1em;
	font-size:1.25em;
	color:#ad6f55;
	position: relative;
}
.accordion dt:hover{opacity:.6;background-color:#fff;}

.accordion dt::after {
	display: inline-block;
	position: absolute;
	content: "＋";
	right:2.5%;
	font-size: 1.2em;
	font-weight: bold;
}

.accordion dd {
  margin: 0;
  padding:15px 0 30px;
  display: none;
}

.accordion dd p {margin:0;padding:0;}


.twitter {position: relative;}
.twitter .item01 {
  position: absolute;
  left: 25%;
  bottom: 22%;
  width: 50%;
}


/*-------------------
	Youtube
--------------------*/
.youtube {text-align: center;background: #ffffff;}
.youtube .iframe {padding: 5px 20px 60px;}
.youtube .iframe iframe {
  margin-bottom: 20px;
  max-width: 100%;
	background: #ffffff;
}

/*-------------------
	Monitor
--------------------*/
.monitor {padding-bottom:20px;}


/*-------------------
	Series Link
--------------------*/

.seriesLink,
.seriesLink li {
	width:100%;
	display: block;
  }

.seriesLink li {
	width:100%;
	margin-bottom:30px;
  }

.seriesLink li img {
	width: inherit;
  }


/*-------------------
	Link
--------------------*/

#gray-out {
	background-color:rgba(0,0,0,0.7);
    opacity: 0.2;
    filter: grayscale(100%);
pointer-events: none;
  }

.btnarea {
  background:#c6c2b3 url('../images/bg_btnarea.png') top center repeat-y;
  margin:0;
  padding:30px 10px;
}
.btnarea.bg-btn0{background-color:#c6c2b3!important;background-image: none!important;}

.btnarea .box-wrap0 {display: table;text-align: center;}

.btnarea .btn01, .btnarea .btn02 {width:50%;display: table-cell;text-align: center;padding:5px 10px;}
.btnarea .btn01 li, .btnarea .btn02 li {}

.btnarea li {position: relative;}
.pop-box label:hover {cursor: pointer;opacity: .7;}

.popup, .popup00, .popup01, .popup02, .popup03, .popup04, .popup05 {
  display: none;
  position: absolute;
  margin: -5px 4% 0;
	left:0;
  width: 92%;
  background: #fff;
  z-index: 10;
}
.popup li, .popup00 li, .popup01 li, .popup02 li, .popup03 li, .popup04 li, .popup05 li {
  padding: 10px;
  margin-top: -3px;
}
.popup00 li, .popup02 li, .popup04 li {border: 3px solid #f4b22c;}
.popup01 li, .popup03 li, .popup05 li {border: 3px solid #73c3c4!important;}

/* チェックボックスの初期設定 */
#popup-on, #popup-on00, #popup-on01, #popup-on02, #popup-on03, #popup-on04,#popup-on05 {
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup, #popup-on00:checked + .popup00, #popup-on01:checked + .popup01, #popup-on02:checked + .popup02, #popup-on03:checked + .popup03, #popup-on04:checked + .popup04, #popup-on05:checked + .popup05   {
  display: block;
}


/*-------------------
	About
--------------------*/
.about {
  padding: 3.125%;
  background: #115424;
  position: relative;
}
.about dl {
  margin:0;
  padding: 3.125%;
  position: relative;
  background: #fff;
  border-radius: 20px;
}

.about dl dt,
.about dl dd {
  margin:0;
  padding:0;
}
.about dl dt {
  margin-top:10px;
  margin-bottom:20px;
}
.about dl dt img {
  width:200px;
}
.about dd p {
  margin: 0 0 20px;
  font-size: 14px;
	text-align: center;
}

.about ul {
  margin-top: 5px;
}
.about li {
  display: inline-block;
}
.about li:before {
  display: inline-block;
  content: "｜";
  margin: 0;
  color: #fff;
}
.about li:first-child:before {
  display: none;
}
.about li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.copy {
  margin: 0 !important;
  font-size: 1rem;
  color: #fff;
}
.logo {
  display: block;
  margin: 10px auto 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  margin-right: 20px;
  font-size: 12px;
}
/*-----------------------
  footer
-----------------------*/
.sns_title {
  padding: 5px 0 4px !important;
  line-height: 0;
  text-align: center;
  background: #ee5a8c;
  background: -moz-linear-gradient(top, #ee5a8c 0%, #f288ac 100%);
  background: -webkit-linear-gradient(top, #ee5a8c 0%, #f288ac 100%);
  background: linear-gradient(to bottom, #ee5a8c 0%, #f288ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5a8c', endColorstr='#f288ac', GradientType=0);
}
.social-area-syncer {
  margin: 25px 0;
}
.social-button-syncer li {
  display: inline-block;
  vertical-align: bottom;
}
.foot_link {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.wp-caption-text {
  display: inline-block;
  padding: 20px 2%;
}
.sns_link {
  padding: 0;
  margin: 0;
}
.sns_link li {
  display: table-cell;
  width: 2000px;
  max-width: 50%;
  list-style: none;
 text-align: center;
}
.sns_link .fb {
  text-align: right;
  background: #395B9A !important;
}
.sns_link .ig {
  background: #e5425a;
}
.sns_link .twi {
  background: #54ABEE;
}
.sns_link li a {
  display: inline-block;
  width: 100%;
/* max-width: 440px; */
  text-align: center;
  color: #fff;
}
.clearfix {
  /zoom: 1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.fb_iframe_widget iframe {
  position: relative !important;
}
.main .btn2 {
  text-align: center;
  clear: both;
  width: 100%;
}

.box{padding-top:30px;}

@media screen and (min-width: 640px) {
  body {font-size: 1.6rem;}
  .pc {display: block;}
  .sp {display: none;}

.btnarea {margin:0;padding:50px 20px;}
	
.about {padding:50px;}

.about dl dt img {width:292px;}
.about .logo {
  position: absolute;
  margin:0;
  right:30px;
  bottom:15px;
}

.box{padding:50px 0 20px;}


.product-detail {padding:25px 5% 50px;}

.product-detail>h2{
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.product-detail dl{display: flex;}
.product-detail dt,
.product-detail dd{
display:inline-flex;
margin:0;
text-align: left;
}
.product-detail dt{
width:220px;
max-width: 200px;
margin-right:20px;
}
.product-detail dt img{
width:100%;
min-width: 120px;
min-height: 120px;
}

/*-------------------
	Layout
--------------------*/


.wrap_product{
	background: url('../images/bg_product.webp') top center;
	padding:0 0 0;}

.box-wrap0{max-width:800px;width:100%;margin: 0 auto;padding:0;}

	
/*-------------------
	Series Link
--------------------*/
.seriesLink {
	width:100%;
	display: flex;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
	max-height: 800px;
  }

.seriesLink li {
	display:inline-flex;
	padding:10px;
	width:100%;
	min-width: 250px;
	max-width: 400px;
	margin-bottom:0;
  }

.seriesLink li img {
	width: 100%;
}

/*-------------------
	episode
--------------------*/
#episode {
}
#episode .txt {
	position:absolute;
	margin-top:0;
	top: 100px;
	left: 15px;
	width: 360px;
	font-size: 15px;
}

  .detail {
    font-size: 2rem;
    padding: 30px 8%;
  }
  .txtPink {
    font-size: 2.4rem;
  }
	  .txt_ss {
    font-size: 1.0rem;
	vertical-align: top;
  }
  .more .item01 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .more .item02 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .more .item03 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .more .item04 .txt {
    font-size: 2rem;
    padding-bottom: 40px;
  }
}


/*-------------------
	タブ切り替え
--------------------*/
/* タブ切り替えで使用するCSS */
.tab__layout {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.tab__layout::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
	/*  background: #5CC0EF; */
  order: -1;
}

.tab__button {
  cursor: pointer;
  padding: 0;
  border-radius:0;
  /*  background-color: #ccc; */
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  order: -1;
  flex: 1 1;
}
.tab__button.balm {  /* background-color:#eac877; */}
.tab__button.serum {  /* background-color:#7dc5cd; */}

.tab__button:hover {opacity: 0.7;}
.tab__button input[type=radio] {display: none;}

.tab__button:has(:checked) {cursor: default;}

.tab__button:has(:checked):hover {opacity: 1;}

.tab__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab__content.balm {background-color: #f9dfab;}
.tab__content.serum {background-color: #cce6e6;}

.tab__content picture.img img {width:100%;min-width:220px;max-width:360px;}


.tab__button:has(:checked) + .tab__content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
  padding: 0;
  border-top: none;
}
/* タブ内アコーディオン */
.tab__content .accordion dt {margin:0 2.5%;margin-top:1em;margin-bottom:1em;}

.tab__content .accordion p.txt{padding:2.5%;}
