@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
.-pcCenter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .-pcCenter {
    text-align: left;
  }
}

/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

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

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

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

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

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #f8f8f8;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

.font2 {
  font-family: "Red Hat Display", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #cccccc;
}

.g3 {
  color: #aaaaaa;
}

.g4 {
  color: #999999;
}

.g5 {
  color: #777777;
}

.g6 {
  color: #6c6e6f;
}

.c1 {
  color: #b2a17b;
}

.c2 {
  color: #9a917d;
}

.c3 {
  color: #f8f7f0;
}

.c4 {
  color: #efeee9;
}

.c5 {
  color: #9b8551;
}

.c6 {
  color: #f4f8f8;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.vermiddle {
  vertical-align: middle !important;
}

.textcenter {
  text-align: center !important;
}

.textleft {
  text-align: left !important;
}

.textright {
  text-align: right !important;
}

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

b {
  font-weight: bold;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
/* -----------------------------------------------
    p
------------------------------------------------*/
/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #b2a17b;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #b2a17b;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  wrapper
---------------------------------------------*/
@media screen and (max-width: 991px) {
  main {
    padding-top: 70px;
  }
}

/* iframe */
.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /*内容によって要調整*/
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotation {
  font-size: 1rem !important;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .annotation {
    font-size: 1.1rem !important;
    line-height: 1.6;
  }
}

.newflex-contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newflex-contents {
    flex-flow: column;
  }
}
@media screen and (max-width: 991px) {
  .newflex-contents.tbcolumn {
    flex-flow: column;
  }
}
@media screen and (max-width: 991px) {
  .newflex-contents.tbcolumn .newflex-innerbox {
    width: 100%;
  }
}
.newflex-contents.align-center {
  align-items: center;
}
.newflex-contents.align-start {
  align-items: flex-start;
}
.newflex-contents.reverse {
  flex-flow: row-reverse wrap;
}
@media screen and (max-width: 768px) {
  .newflex-contents.rowwrap {
    flex-flow: row wrap;
  }
}
.newflex-innerbox {
  width: 50%;
  padding: 20px;
}
@media screen and (min-width: 1400px) {
  .newflex-innerbox {
    padding: 3vw;
  }
}
@media screen and (max-width: 991px) {
  .newflex-innerbox {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .newflex-innerbox {
    width: 100%;
  }
}
.newflex-innerbox.flex {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.newflex-innerbox.-three {
  width: 33.3333333333%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .newflex-innerbox.-three {
    width: 100%;
    max-width: 540px;
    margin: 0px auto;
  }
}
.newflex-innerbox.-half {
  width: 50%;
  padding: 15px;
}

.flex-contents {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .flex-contents {
    flex-flow: row wrap;
    margin: 0 -2vw;
  }
}
@media screen and (min-width: 1200px) {
  .flex-contents {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 768px) {
  .flex-contents.-center {
    align-items: center;
    justify-content: center;
  }
}
.flex-innerbox {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .flex-innerbox {
    width: 50%;
    padding: 20px;
  }
  .flex-innerbox:last-child {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-innerbox {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flex-innerbox.-w60 {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .flex-innerbox.-w40 {
    width: 40%;
  }
}

.sub {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.sub:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .sub {
    font-size: 1.3rem;
  }
}

.jstmovie_wrap {
  width: 100%;
  max-width: 720px;
  margin: 0px auto;
}
.jstmovie_inner {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.jstmovie_inner.square {
  padding-bottom: 100%;
}
.jstmovie_inner iframe, .jstmovie_inner movie {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.section_inner {
  padding: 40px 0px;
}
@media screen and (min-width: 768px) {
  .section_inner {
    padding: 100px 0px;
  }
}

.sec_inner {
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  .sec_inner {
    padding: 0px 15px;
  }
}

/*  container
---------------------------------------------*/
.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container.-large {
  max-width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}
.container.-middle {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-middle {
    max-width: auto;
  }
}
.container.-small {
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .container.-small {
    padding-right: 15px;
    padding-left: 15px;
    max-width: auto;
  }
}
.container.-Xlarge {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .container.-Xlarge {
    max-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.-min {
  padding: 0 30px 0 !important;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .container.-min {
    padding: 0 20px 0 !important;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.container.-basic {
  padding: 0 40px !important;
  max-width: 1280px;
}
@media screen and (max-width: 991px) {
  .container.-basic {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .container.-basic {
    padding: 0 20px !important;
  }
}
.container.-compact {
  padding: 0 40px !important;
  max-width: 1200px;
}
@media screen and (max-width: 991px) {
  .container.-compact {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .container.-compact {
    padding: 0 20px !important;
  }
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.video_wrap {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  z-index: 1;
}
.video_wrap iframe, .video_wrap video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video_wrap.-index {
  padding-bottom: 63.3333% !important;
}
.video_wrap.square {
  padding-bottom: 100%;
}
.video_overwrap {
  max-width: 720px;
  margin: 0px auto;
  width: 100%;
}

.-stripebg {
  position: relative;
}
.-stripebg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -2vw;
  bottom: -2vw;
  z-index: 0;
}
.-stripebg.-emegreen::after {
  background: url(/images/products/common/bg-stripe-emegreen.svg);
}

/*==================================================================
    .pagettl
===================================================================*/
.ttl01 {
  margin-bottom: 30px;
  color: #b2a17b;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ttl01 {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
}
.ttl01 span {
  display: block;
  padding-bottom: 5px;
  color: #6c6e6f;
  font-size: 1.3rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .ttl01 span {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}

/*==================================================================
    .blockttl01 //blockTitle
===================================================================*/
.blockttl01 {
  color: #000;
  font-size: 2.2rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .blockttl01 {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
}
.blockttl01 span {
  display: block;
  padding-bottom: 5px;
  font-size: 1.1rem;
}
.blockttl01::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #000;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.blockttl01.hairadjust {
  font-size: 2.8rem;
  letter-spacing: normal;
}

/*==================================================================
    .blockttl02 // Sashihara PR Movie TTL
===================================================================*/
.blockttl02 {
  color: #b2a17b;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .blockttl02 {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}
.blockttl02::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #b2a17b;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*==================================================================
    .blockttl03 // trouble,basic headline
===================================================================*/
.blockttl03 {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .blockttl03 {
    font-size: 3rem;
    margin-bottom: 50px;
    letter-spacing: 0em;
  }
}
.blockttl03 span {
  display: block;
  padding-bottom: 5px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #b2a17b;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.blockttl03 em {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .blockttl03 em {
    font-size: 1.4rem;
  }
}

/*==================================================================
    .blockttl04 // top,bottom 1px lines
===================================================================*/
.blockttl04 {
  text-align: center;
}
.blockttl04 span {
  color: #b2a17b;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0;
  border-top: 1px solid #b2a17b;
  border-bottom: 1px solid #b2a17b;
}
@media screen and (min-width: 768px) {
  .blockttl04 span {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}

/*==================================================================
    .blockttl04 // 試験結果のタイトル -シャインプロ
===================================================================*/
.blockttl05 {
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blockttl05 {
    flex-flow: column;
    font-size: 1.5rem;
    padding-bottom: 15px;
    text-align: center;
  }
}
.blockttl05 span {
  background: #000;
  color: #b2a17b;
  line-height: 50px;
  padding: 0 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .blockttl05 span {
    line-height: 30px;
    padding: 0px 10px;
    margin-right: 0;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.blockttl05 span i {
  padding: 0 0.2em;
  font-family: "Red Hat Display", sans-serif;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .blockttl05 span i {
    font-size: 2rem;
  }
}

/*==================================================================
    .blockttl05 // 通常の見出し
===================================================================*/
.blockttl06 {
  font-size: 2.8rem !important;
  margin-bottom: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .blockttl06 {
    font-size: 1.8rem !important;
    text-align: center;
    margin-bottom: 30px;
  }
}

/*==================================================================
    .blockttl06 // 二重下線見出し
===================================================================*/
.blockttl06 {
  font-size: 2.8rem !important;
  margin-bottom: 60px;
  line-height: 1.6;
  text-align: center;
}
.blockttl06 span {
  padding-bottom: 10px;
  border-bottom: 2px double #000;
  display: inline-block;
  font-weight: bold;
}
.blockttl06 span em {
  background: linear-gradient(180deg, #fff 60%, #F5DFB7 60%);
}
@media screen and (max-width: 768px) {
  .blockttl06 {
    font-size: 1.8rem !important;
    text-align: center;
    margin-bottom: 30px;
  }
}

/*==================================================================
    .section-mainttl
===================================================================*/
.section-mainttl {
  margin-bottom: 40px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 25px 20px 20px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-mainttl {
    margin-bottom: 30px;
    padding: 20px 15px 15px;
    font-size: 2rem;
  }
}
.section-mainttl span {
  display: block;
  color: #b2a17b;
  border: 2px solid #BFA976;
  font-size: 1.5rem;
  line-height: 1.1;
  transform: skewX(-10deg) translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 0.3em 1em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section-mainttl span {
    top: -10px;
    font-size: 1.3rem;
    padding: 0.15em 1em;
    border: 1px solid #BFA976;
  }
}

/*==================================================================
    .tbl01
===================================================================*/
/*==================================================================
    .mainView
===================================================================*/
.mainView {
  position: relative;
  width: 100%;
  padding-top: 47.1428%;
}
.mainView .annotation {
  font-size: 1rem !important;
}
@media screen and (max-width: 768px) {
  .mainView {
    padding-top: 0;
    background-color: #E3E1D8;
    background-image: url(/images/products/hair/bg-maiview-hairline.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;
    padding-bottom: 10px;
    margin-top: 50px;
  }
}
.mainView::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 68.2%;
  background-color: #E3E1D8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mainView::after {
    display: none;
  }
}
.mainView::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 72.8%;
  background-image: url(/images/products/hair/bg-maiview-hairline.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mainView::before {
    display: none;
  }
}
.mainView-txt {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 7.1428571429% !important;
  width: 24.2857142857% !important;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mainView-txt {
    position: relative;
    bottom: unset !important;
    top: -10px !important;
    left: unset !important;
    transform: none !important;
    padding-left: 5.3333333333% !important;
    width: 53.3333333333% !important;
  }
}
.mainView-txt img {
  width: 100%;
}
.mainView-img {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 7.1428571429% !important;
  width: 59.2857142857% !important;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .mainView-img {
    right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .mainView-img {
    position: relative;
    top: -30px !important;
    right: -10.6666666667% !important;
    transform: unset !important;
    width: 89.3333333333% !important;
  }
}
.mainView-img img {
  width: 100%;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.blur.-fast {
  animation-duration: 1s;
}

@keyframes blurAnime {
  from {
    filter: blur(50px);
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.isplay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isplay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #e5e2d3;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 1500ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

.effect01 {
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}
.effect01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  animation: effect01-b 0.8s ease-out 0s 1 alternate forwards running;
}
.effect01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: effect-a 0.8s ease-out 0.6s 1 alternate forwards running;
}

@keyframes effect01-b {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes effect-a {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.puyon {
  animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.annotation {
  font-size: 1.1rem !important;
}

.sub {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.sub:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .sub {
    font-size: 1.3rem;
  }
}

/*==================================================================
    beautyjournal.css上書き
===================================================================*/
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px !important;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: unset;
    padding: 0 4vw !important;
  }
}
.container.-large {
  max-width: 1120px;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: unset;
  }
}

/*==================================================================
    #vol37-hair-styling
===================================================================*/
#vol37-hair-styling {
  color: #111111;
  line-height: 1;
}
#vol37-hair-styling .h01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  color: #8c755f;
  letter-spacing: 0.1em;
  text-align: center;
}
#vol37-hair-styling .h02 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.7em;
  margin-bottom: 1.4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #vol37-hair-styling .h02 {
    font-size: 2.4rem;
    padding-bottom: 0.5em;
  }
}
#vol37-hair-styling .h02::before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#vol37-hair-styling .h03 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #vol37-hair-styling .h03 {
    font-size: 2rem;
  }
}
#vol37-hair-styling .h03 span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #8c755f;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  #vol37-hair-styling .h03 span {
    font-size: 1.4rem;
  }
}
#vol37-hair-styling .h04 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  #vol37-hair-styling .h04 {
    font-size: 2rem;
  }
}
#vol37-hair-styling .h04 span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  #vol37-hair-styling .h04 span {
    font-size: 1.4rem;
  }
}
#vol37-hair-styling .btn01 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-image: url(../../../images/beautyjournal/talk/vol37/icon_arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
}
@media screen and (max-width: 768px) {
  #vol37-hair-styling .btn01 {
    height: 50px;
    font-size: 1.5rem;
  }
}
#vol37-hair-styling .btn01:hover {
  background-position: top 50% right 4%;
}
@media screen and (max-width: 768px) {
  #vol37-hair-styling main {
    padding-top: 0;
  }
}

/*==================================================================
    .hero
===================================================================*/
.hero_ttl {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .hero_ttl {
    padding: 40px 0;
  }
}
.hero_ttl .en {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #8c755f;
  letter-spacing: 0.1em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .hero_ttl .en {
    margin-bottom: 2em;
  }
}
.hero_ttl .main {
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .hero_ttl .main {
    text-align: center;
    margin-bottom: 1.4em;
  }
  .hero_ttl .main img {
    max-width: 330px;
  }
}
.hero_ttl .jp {
  letter-spacing: 0.1em;
}
.hero_photos .list {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .hero_photos .list {
    flex-flow: row wrap;
  }
}
.hero_photos .list_item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .hero_photos .list_item {
    width: 50%;
  }
}
.hero_photos .list_item img {
  width: 100%;
}

/*==================================================================
    .tab-btns
===================================================================*/
.tab-btns {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .tab-btns {
    flex-flow: row wrap;
  }
}
.tab-btns_item {
  width: 24.0384615385%;
  max-width: 250px;
  aspect-ratio: 250/163;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab-btns_item {
    width: calc(50% - 2vw);
    max-width: unset;
    margin-bottom: 4vw;
  }
}
.tab-btns_item::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../../images/beautyjournal/talk/vol37/icon_arrow_tab.svg);
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .tab-btns_item::before {
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    bottom: -10px;
  }
}
.tab-btns_item span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 10% 6%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .tab-btns_item span {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.tab-btns_item span em {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tab-btns_item span em {
    letter-spacing: 0.05em;
  }
}
.tab-btns_item span::before, .tab-btns_item span::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 200ms ease;
}
.tab-btns_item span::before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.tab-btns_item span::after {
  border: solid 3px #8c755f;
  opacity: 0;
}
.tab-btns_item:nth-of-type(1) span {
  background-image: url(../../../images/beautyjournal/talk/vol37/tab-btns_img_01.jpg);
}
.tab-btns_item:nth-of-type(2) span {
  background-image: url(../../../images/beautyjournal/talk/vol37/tab-btns_img_02.jpg);
}
.tab-btns_item:nth-of-type(3) span {
  background-image: url(../../../images/beautyjournal/talk/vol37/tab-btns_img_03.jpg);
}
.tab-btns_item:nth-of-type(4) span {
  background-image: url(../../../images/beautyjournal/talk/vol37/tab-btns_img_04.jpg);
}
.tab-btns_item:nth-of-type(2), .tab-btns_item:nth-of-type(3), .tab-btns_item:nth-of-type(4) {
  pointer-events: none;
  cursor: default;
}
.tab-btns_item:nth-of-type(2)::after, .tab-btns_item:nth-of-type(3)::after, .tab-btns_item:nth-of-type(4)::after {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  content: "COMING SOON";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .tab-btns_item:nth-of-type(2)::after, .tab-btns_item:nth-of-type(3)::after, .tab-btns_item:nth-of-type(4)::after {
    font-size: 1.5rem;
  }
}
.tab-btns_item:nth-of-type(2)::before, .tab-btns_item:nth-of-type(3)::before, .tab-btns_item:nth-of-type(4)::before {
  display: none;
}
.tab-btns_item:hover::before, .tab-btns_item.active::before {
  background-image: url(../../../images/beautyjournal/talk/vol37/icon_arrow_tab_h.svg);
}
.tab-btns_item:hover span::before, .tab-btns_item.active span::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.tab-btns_item:hover span::after, .tab-btns_item.active span::after {
  opacity: 1;
}
.tab-btns_item.-under::before {
  transform: translateX(-50%) rotate(180deg);
}

/*==================================================================
    .tab-contents
===================================================================*/
.tab-contents .contents {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.tab-contents .contents.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/*==================================================================
    .choose
===================================================================*/
.choose {
  padding: 70px 0;
  background-color: #f7f6f2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .choose {
    padding: 60px 0;
  }
}
.choose::before {
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #9a9a9a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, 50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .choose::before {
    height: 50px;
  }
}
.choose .h01 {
  margin-bottom: 1.2em;
}
.choose_txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .choose_txt {
    margin-bottom: 30px;
  }
}
.choose_txt p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .choose_txt p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.choose_txt p:not(:last-of-type) {
  margin-bottom: 1.4em;
}

/*==================================================================
    .other
===================================================================*/
.other {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .other {
    padding: 40px 0 60px;
  }
}
.other .h01 {
  margin-bottom: 1.8em;
}

/*==================================================================
    .index
===================================================================*/
.index {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .index {
    padding: 60px 0 0;
  }
}
.index .h01 {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .index .h01 {
    margin-bottom: 2em;
  }
}
.index_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index_list {
    flex-flow: column nowrap;
  }
}
.index_list-item {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .index_list-item {
    width: 100%;
    padding: 0;
  }
}
.index_list-item a {
  display: block;
  padding: 0 10px 15px 35px;
  background-image: url(../../../images/beautyjournal/talk/vol37/icon_arrow_anchor.svg);
  background-repeat: no-repeat;
  background-position: top 0.3em left 10px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index_list-item a {
    padding: 4vw 4vw 4vw calc(35px + 4vw);
    background-position: top 50% left 4vw;
    font-size: 1.5rem;
  }
}
.index_list-item a::before, .index_list-item a::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 200ms ease;
}
.index_list-item a::before {
  background-color: #d1d1d1;
}
.index_list-item a::after {
  background-color: #8c755f;
  z-index: 2;
  transform: scale(0);
}
.index_list-item a:hover {
  opacity: 1;
}
.index_list-item a:hover::after {
  transform: scale(1);
}

/*==================================================================
    .outline
===================================================================*/
.outline {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .outline {
    padding: 80px 0 0;
  }
}
.outline_flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .outline_flex {
    flex-flow: column nowrap;
  }
}
.outline_flex-l {
  width: 33.6538461538%;
}
@media screen and (max-width: 768px) {
  .outline_flex-l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.outline_flex-l .img {
  text-align: center;
}
.outline_flex-l .img img {
  width: 100%;
}
.outline_flex-r {
  width: 59.6153846154%;
}
@media screen and (max-width: 768px) {
  .outline_flex-r {
    width: 100%;
  }
}
.outline_flex-r .txt {
  margin-bottom: 1em;
}
.outline_flex-r .txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .outline_flex-r .txt p {
    font-size: 1.4rem;
  }
}
.outline_flex-r .txt p span {
  font-weight: 700;
}
.outline_flex-r .tags {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .outline_flex-r .tags {
    margin-bottom: 25px;
  }
}
.outline_flex-r .tags_item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.4em 0.5em;
  background-color: #8c755f;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .outline_flex-r .tags_item {
    font-size: 1.3rem;
  }
}
.outline_flex-r .graph dl {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .outline_flex-r .graph dl {
    flex-flow: column nowrap;
  }
}
.outline_flex-r .graph dl:not(:last-of-type) {
  padding-bottom: 1.8em;
  margin-bottom: 1.8em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.outline_flex-r .graph dl dt {
  width: 30.6451612903%;
  max-width: 190px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .outline_flex-r .graph dl dt {
    width: 100%;
    font-size: 1.4rem;
    padding-right: 0;
    margin-bottom: 0.8em;
  }
}
.outline_flex-r .graph dl dd {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .outline_flex-r .graph dl dd {
    font-size: 1.4rem;
  }
}
.outline_flex-r .graph dl dd .stars {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.outline_flex-r .graph dl dd .stars_item {
  width: 20px;
  height: 20px;
  background-image: url(../../../images/beautyjournal/talk/vol37/icon_star.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .outline_flex-r .graph dl dd .stars_item {
    width: 16px;
    height: 16px;
    background-size: 100% auto;
  }
}
.outline_flex-r .graph dl dd .stars_item:not(:last-of-type) {
  margin-right: 5px;
}
.outline_flex-r .graph dl dd .stars_item.-active {
  background-image: url(../../../images/beautyjournal/talk/vol37/icon_star_active.svg);
}

/*==================================================================
    .howto
===================================================================*/
.howto {
  padding: 120px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto {
    padding: 80px 0 0;
  }
}
.howto::after {
  display: block;
  content: "";
  width: 100%;
  height: 145px;
  background-color: #f7f6f2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .howto::after {
    height: 100px;
  }
}
.howto_inner {
  position: relative;
  z-index: 2;
}
.howto .h03 {
  margin-bottom: 1.5em;
}
.howto_steps {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .howto_steps {
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 40px;
  }
}
.howto_steps-item {
  width: 30.7692307692%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .howto_steps-item {
    width: 100%;
  }
  .howto_steps-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.howto_steps-item .movie {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 2em;
}
.howto_steps-item .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.howto_steps-item .movie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.howto_steps-item .txt {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .howto_steps-item .txt {
    height: auto !important;
    margin-bottom: 3em;
  }
}
.howto_steps-item .txt p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .howto_steps-item .txt p {
    font-size: 1.4rem;
  }
}
.howto_steps-item .point {
  padding: calc(7.8125% + 7px) 7.8125% 7.8125%;
  background-color: #f7f6f2;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto_steps-item .point {
    height: auto !important;
    padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.howto_steps-item .point::before {
  display: block;
  content: "";
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url(../../../images/beautyjournal/talk/vol37/icon_point.svg);
  position: absolute;
  top: -10px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .howto_steps-item .point::before {
    width: 60px;
    height: 23px;
  }
}
.howto_steps-item .point p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #4b3928;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .howto_steps-item .point p {
    font-size: 1.4rem;
  }
}
.howto_jst {
  max-width: 800px;
  aspect-ratio: 800/450;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto_jst {
    max-width: unset;
    margin: 0 -4vw;
  }
}
.howto_jst iframe {
  width: 100%;
}

/*==================================================================
    .recommend
===================================================================*/
.recommend {
  padding: 80px 0;
  background-color: #f7f6f2;
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 60px 0;
  }
}
.recommend .h03 {
  margin-bottom: 1em;
}
.recommend_box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 4.6296296296% 9.2592592593% 7.4074074074%;
}
@media screen and (max-width: 768px) {
  .recommend_box {
    flex-flow: column nowrap;
    padding: 8%;
  }
}
.recommend_box-l {
  width: 36.3636363636%;
}
@media screen and (max-width: 768px) {
  .recommend_box-l {
    width: 100%;
    margin-bottom: 50px;
  }
}
.recommend_box-l .slider .slick-dots {
  bottom: -25px;
}
.recommend_box-l .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.recommend_box-l .slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.recommend_box-l .slider .slick-dots li button::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  border-radius: 99px;
  background-color: #333333;
  opacity: 1;
}
.recommend_box-l .slider .slick-dots li.slick-active button::before {
  background-color: #8c755f;
}
.recommend_box-r {
  width: 56.8181818182%;
}
@media screen and (max-width: 768px) {
  .recommend_box-r {
    width: 100%;
  }
}
.recommend_box-r .txt {
  margin-bottom: 2em;
}
.recommend_box-r .txt p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recommend_box-r .txt p {
    font-size: 1.4rem;
  }
}
.recommend_box-r .txt p b {
  background: linear-gradient(180deg, #fff 60%, #F5DFB7 60%);
}
.recommend_box-r .link {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recommend_box-r .link {
    max-width: 320px;
    margin: 0 auto;
  }
}