@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;
  }
}
/*  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: "YakuHanJP", "Hiragino Kaku Gothic ProN", 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.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.5rem;
    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: #666666;
}

.c1 {
  color: #F3A7A3;
}

.c2 {
  color: #C1CFD3;
}

.c3 {
  color: #D8C5B4;
}

.c4 {
  color: #F8DAD9;
}

.c5 {
  color: #E5EDEF;
}

.c6 {
  color: #F7F1E9;
}

.c-caution {
  color: #e20c0c;
}

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

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

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

.right {
  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;
}

/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
  }
}
.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 30px 0 !important;
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .container.-basic {
    padding: 0 20px 0 !important;
  }
}

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

/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  background-image: url(../img/common/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  font-size: 2rem;
  line-height: 50px;
  font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #C1CFD3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn01 {
    height: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.btn01:hover {
  opacity: 0.6;
  background-position: top 50% right 15px;
}

/*==================================================================
    .btn02
===================================================================*/
.btn02 {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background: linear-gradient(78deg, #fde000 0%, #ff1d00 58%, #ff1d00 64%, #ff1d00 75%, #fde000 100%);
  font-size: 1.5rem;
  line-height: 42px;
  font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn02 {
    height: 32px;
    border-radius: 16px;
    font-size: 1.3rem;
    line-height: 32px;
  }
}
.btn02::before {
  display: block;
  content: "";
  width: 17px;
  height: 6px;
  background-image: url(../img/common/icon_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: 17px 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 200ms ease;
}
.btn02:hover {
  opacity: 0.6;
}
.btn02:hover::before {
  right: 10px;
}

/*==================================================================
    .btn03
===================================================================*/
.btn03 {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #F3A7A3;
  background-image: url(../img/common/icon_arrow_02.svg);
  background-size: 19.75 6.8;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  font-size: 1.5rem;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn03 {
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
}
.btn03:hover {
  opacity: 0.6;
  background-position: top 50% right 15px;
}

/*==================================================================
    .btn04
===================================================================*/
.btn04 {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #F3A7A3;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 38px;
  color: #F3A7A3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn04 {
    height: 30px;
    border-radius: 15px;
    font-size: 1.3rem;
    line-height: 28px;
  }
}
.btn04 span {
  display: inline-block;
  padding-left: 16px;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.btn04:hover {
  background-color: rgba(243, 167, 163, 0.1);
}

/*==================================================================
    .button
===================================================================*/
.button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background: transparent;
  border-radius: 3px;
  border: none;
  outline: none;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 700;
  color: #fff !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 1.4rem;
  }
}
.button.-basis {
  border: 1px solid #808080;
  font-size: 1.3rem;
  background-color: #fff;
  color: #7d7d7d !important;
}
.button.-grad01 {
  background: linear-gradient(to right, #F3A7A3 0%, #C1CFD3 100%);
}
.button.-grad02 {
  background: linear-gradient(to right, #D8C5B4 0%, #F8DAD9 100%);
}
.button.-grad03 {
  background: linear-gradient(to right, #b4c2c2 0%, #9cb0bc 100%);
}
.button.-gray {
  background: #6d7583;
}
.button.-gray02 {
  background: #5C636F;
}
.button.-gold {
  background: #8e7d3b;
}
.button.-green {
  background: #195120;
}
.button.-green02 {
  background: #008A65;
}
.button.-campaign {
  flex-flow: column;
  position: relative;
}
.button.-campaign span {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding-top: 3px;
}
.button.-campaign em {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: block;
  border: 1px solid #fff;
  color: white;
  padding: 0px 0.5em;
  line-height: 16px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 1rem;
}
.button.-mos {
  background: #008A65;
  color: #fff;
}
.button.-skyblue {
  background: #009FD9;
  color: #fff;
}
.button.-yellow {
  background: #FDD23E;
  color: #000;
}
.button.-yellow span {
  color: rgba(0, 0, 0, 0.6);
}
.button.-k {
  color: #000 !important;
}
.button.-perchase {
  background-color: #484848;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
  padding: 15px;
  display: flex;
  flex-flow: column;
  text-align: center;
  height: 100%;
  border: 1px solid #484848;
}
.button.-perchase:hover {
  background-color: #E27F7F;
  transition: 0.4s all;
  border: 1px solid #E27F7F;
}
.button.-perchase.-stores {
  background: #fff;
  border: 1px solid #666666;
  color: #000 !important;
  transition: 0.4s all;
  padding: 15px;
  display: flex;
  flex-flow: column;
}
.button.-perchase.-stores:hover {
  background: #000;
  color: #fff !important;
  transition: 0.4s all;
}
.button.-shoplist {
  background: #B9A899;
  border: 1px solid #aaaaaa;
  color: #fff !important;
  transition: 0.4s all;
}
.button.-pro {
  background: linear-gradient(to right, #b4c2c2 0%, #9cb0bc 100%);
  border: 1px solid #aaaaaa;
  transition: 0.4s all;
}
.button.-lhl {
  height: 75px;
}
.button.-lhm {
  height: 60px;
}
.button.-fs-mid {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.button.-fs-big {
  flex-flow: column nowrap;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
}
.button.-fs-big .txt {
  font-size: 1rem;
}
.button:disabled {
  opacity: 0.3;
}
.button.-check .icon {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.button.-check .icon::before {
  display: block;
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../img/common/icon_btn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.8em;
}
.button.-telescope .icon {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.button.-telescope .icon::before {
  display: block;
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../img/common/icon_btn_binoculars.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.8em;
}
.button.-cancel .icon {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.button.-cancel .icon::before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../img/common/icon_btn_cross.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.8em;
}
.button.-rightarrow::before {
  display: block;
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../img/common/icon_btn_arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.button.-link::before {
  display: block;
  content: "";
  width: 16px;
  height: 26px;
  background-image: url(../img/common/icon_external_link.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.button.-cart::before {
  display: block;
  content: "";
  width: 26px;
  height: 23px;
  background-image: url(../image/common/icon-cart-w.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 5px;
}
.button.-cart_k::before {
  display: block;
  content: "";
  width: 26px;
  height: 23px;
  background-image: url(../image/common/icon-cart-k.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 5px;
}
.button.-cart_k:hover::before {
  background-image: url(../image/common/icon-cart-w.svg);
}
.button.-shop::before {
  display: block;
  content: "";
  width: 26px;
  height: 19px;
  background-image: url(../image/common/icon-shop-w.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.button.-shop_k::before {
  display: block;
  content: "";
  width: 26px;
  height: 19px;
  background-image: url(../image/common/icon-shop-k.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.button.-shop_k:hover::before {
  background-image: url(../image/common/icon-shop-w.svg);
}
.button.-rightcaret:hover {
  background-color: #000000;
  color: #fff;
}
.button.-rightcaret:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.5s;
}
.button.-rightcaret::after {
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: all 0.5s;
}

.cartIn_btn{
  display: flex;
  position: relative;
  background: #B9A899;
  border: 1px solid #aaaaaa;
  color: #fff !important;
  transition: 0.4s all;
}
.cartIn_btn img{
  width: 30px;
  height: 30px;
}
.cartIn_btn.-shop::before {
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../img/cart_icon01.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
}
@media screen and (min-width: 768px){
  .cartIn_btn.-shop::before{
    transform: translateY(-50%) scale(0.7);
  }
}
.cartIn_btn .addcart{
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

/*==================================================================
    .tbl01
===================================================================*/
/*==================================================================
    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;
}

/*==================================================================
    #products.products-index
===================================================================*/
#products.products-index .lead {
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #products.products-index .lead {
    padding-top: 90px;
  }
}
#products.products-index .banners {
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#products.products-index .main_ttl {
  margin-bottom: 1.5em;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
}
#products.products-index .campaign_banner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 50px 15px;
}
@media screen and (max-width: 768px) {
  #products.products-index .campaign_banner {
    padding: 0px 15px 30px;
  }
}
#products.products-index .fixednavi {
  margin-bottom: 30px;
  transition: 0.4s all;
}
#products.products-index .fixednavi_sub {
  transform: translate3d(0, -200px, 0);
  transition: 0.4s all;
}
#products.products-index .fixednavi_sub ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px -15px;
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi_sub ul {
    margin: 0px -5px;
  }
}
#products.products-index .fixednavi_sub ul li {
  width: 33.3333333333%;
  padding: 15px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi_sub ul li {
    padding: 3px;
  }
}
#products.products-index .fixednavi_sub ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  display: block;
  border-radius: 40px;
  padding: 15px 1em;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}
#products.products-index .fixednavi_sub ul li a:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi_sub ul li a {
    font-size: 13px;
    padding: 8px 0.5em;
    border-radius: 50px;
  }
}
#products.products-index .fixednavi_sub ul li a em {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi_sub ul li a em {
    display: none;
  }
}
#products.products-index .fixednavi_sub ul li:first-child a {
  background-color: #F3A7A3;
}
#products.products-index .fixednavi_sub ul li:nth-child(2) a {
  background-color: #D8C5B4;
}
#products.products-index .fixednavi_sub ul li:last-child a {
  background-color: #C1CFD3;
}
#products.products-index .fixednavi_sub.active {
  position: fixed;
  top: 110px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 0px;
  transform: translate3d(0, 0, 0);
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi_sub.active {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi {
    margin-bottom: 20px;
  }
}
#products.products-index .fixednavi ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px -15px;
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi ul {
    margin: 0px -5px;
  }
}
#products.products-index .fixednavi ul li {
  width: 33.3333333333%;
  padding: 15px;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi ul li {
    padding: 3px;
  }
}
#products.products-index .fixednavi ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  display: block;
  border-radius: 40px;
  padding: 15px 1em;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}
#products.products-index .fixednavi ul li a:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi ul li a {
    font-size: 13px;
    padding: 8px 0.5em;
  }
}
#products.products-index .fixednavi ul li a em {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #products.products-index .fixednavi ul li a em {
    display: none;
  }
}
#products.products-index .fixednavi ul li:first-child a {
  background-color: #F3A7A3;
}
#products.products-index .fixednavi ul li:nth-child(2) a {
  background-color: #D8C5B4;
}
#products.products-index .fixednavi ul li:last-child a {
  background-color: #C1CFD3;
}
#products.products-index .list {
  padding: 60px;
  border: 1px solid transparent;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  position: relative;
  background-color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #products.products-index .list {
    padding: 30px 15px;
    margin-bottom: 50px;
  }
}
#products.products-index .list::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 35px;
  display: inline-block;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #products.products-index .list::after {
    right: -10px;
    bottom: -10px;
  }
}
#products.products-index .list.-headcare {
  border-color: #F3A7A3;
}
#products.products-index .list.-headcare::after {
  background-color: #F8DAD9;
}
#products.products-index .list.-porescare {
  border-color: #D8C5B4;
}
#products.products-index .list.-porescare::after {
  background-color: #F7F1E9;
}
#products.products-index .list.-bodycare {
  border-color: #C1CFD3;
}
#products.products-index .list.-bodycare::after {
  background-color: #E5EDEF;
}
#products.products-index .list_header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: 1px dotted transparent;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_header {
    margin-bottom: 30px;
    padding: 0px 15px 30px;
    justify-content: flex-start;
  }
}
#products.products-index .list_header.-head {
  border-color: #F3A7A3;
}
#products.products-index .list_header.-pores {
  border-color: #D8C5B4;
}
#products.products-index .list_header.-body {
  border-color: #C1CFD3;
}
#products.products-index .list_header .img {
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_header .img {
    width: 100px;
  }
}
#products.products-index .list_header .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_header .txt {
    width: 100%;
  }
}
#products.products-index .list_header .txt h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_header .txt h2 {
    font-size: 1.8rem;
    font-family: "Century Gothic", sans-serif;
  }
}
#products.products-index .list_header .txt h2.-head {
  color: #F3A7A3;
}
#products.products-index .list_header .txt h2.-pores {
  color: #D8C5B4;
}
#products.products-index .list_header .txt h2.-body {
  color: #C1CFD3;
}
#products.products-index .list_header .txt p {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_header .txt p {
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
  }
}
#products.products-index .list_header .txt p.annotation {
  font-size: 0.7rem;
  padding-top: 5px;
  font-weight: normal;
}
#products.products-index .list_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 60px;
}
#products.products-index .list_list:last-child {
  margin-bottom: 0px;
}
#products.products-index .list_item {
  width: 50%;
  padding: 20px;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_item {
    padding: 5px;
  }
}
#products.products-index .list_item a {
  text-align: center;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
#products.products-index .list_item a:hover {
  opacity: 0.8;
}
#products.products-index .list_img {
  position: relative;
  margin-bottom: 20px;
}
#products.products-index .list_img i {
  max-width: 140px;
  position: absolute;
  width: 14vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_img i {
    max-width: 120px;
  }
}
#products.products-index .list_img i.-left {
  left: -50px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_img i.-left {
    left: 0;
  }
}
#products.products-index .list_img i.-right {
  right: -80px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_img i.-right {
    right: 0;
    top: -50px;
  }
}
@media screen and (max-width: 390px) {
  #products.products-index .list_img i.-right {
    right: 0;
    top: -40px;
  }
}
#products.products-index .list_info {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#products.products-index .list_name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_name {
    font-size: 14px;
  }
}
#products.products-index .list_name span {
  display: inline-block;
  padding: 3px 5px;
  background-color: #E27F7F;
  color: #fff;
  font-size: 0.7rem;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_name span {
    font-size: 10px;
    padding: 2px 5px;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
#products.products-index .list_price {
  font-size: 0.8rem;
  color: #E27F7F;
}
@media screen and (max-width: 768px) {
  #products.products-index .list_price {
    font-size: 10px;
  }
}
#products.products-index .list_price b {
  font-size: 1rem;
  padding-right: 3px;
}
#products.products-index .genre_ttl {
  max-width: 280px;
  margin: 0px auto 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #products.products-index .genre_ttl {
    margin-bottom: 20px;
  }
}
#products.products-index .genre_ttl span {
  text-align: center;
  display: block;
  font-size: 1.1rem;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #products.products-index .genre_ttl span {
    padding: 10px;
    font-size: 1rem;
  }
}
#products.products-index .genre_ttl em {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2px;
  background-color: #F3A7A3;
  display: block;
}
#products.products-index .genre_ttl em::before {
  content: "";
  width: 2em;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #D8C5B4;
  top: 0;
  left: 50%;
}
#products.products-index .genre_ttl em::after {
  content: "";
  width: calc(50% - 2em);
  height: 2px;
  display: block;
  position: absolute;
  background-color: #C1CFD3;
  top: 0;
  left: calc(50% + 2em);
}

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

img {
  max-width: 100%;
}

.ul_ttlArea {
  margin: 100px auto 50px;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .ul_ttlArea {
    margin: 50px auto;
  }
}
.ul_ttl {
  margin-bottom: 0.2em;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
}
.ul_subttl {
  margin-bottom: 50px;
  font-size: 14px;
  color: #888;
  text-align: center;
}
.ul_lead {
  text-align: center;
}

.spBlock {
  display: none;
}
@media screen and (max-width: 768px) {
  .spBlock {
    display: block;
  }
}

.tbBlock {
  display: none;
}
@media screen and (max-width: 991px) {
  .tbBlock {
    display: block;
  }
}

/*==================================================================
    product_detail
===================================================================*/
@media screen and (max-width: 768px) {
  .product_detail sup {
    font-size: 8px !important;
  }
}
.product_detail .section_ttl {
  margin-bottom: 40px !important;
  font-family: "Century Gothic", "Metropolis", sans-serif !important;
  font-size: 2.8rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  letter-spacing: 0.2em !important;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .product_detail .section_ttl {
    font-size: 2.4rem !important;
    letter-spacing: 0.05em !important;
  }
}
.product_detail .section_ttl span {
  display: block !important;
  font-size: 1.6rem !important;
  font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  color: #888;
}
@media screen and (max-width: 768px) {
  .product_detail .section_ttl span {
    font-size: 1.4rem !important;
    letter-spacing: normal !important;
  }
}
.product_detail .section_ttl + p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .product_detail .section_ttl + p {
    font-size: 1.6rem;
  }
}
.product_detail .section_ttl02 {
  font-size: 2.6rem !important;
  font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  margin-bottom: 40px !important;
  color: #F3A7A3;
  letter-spacing: 0.2em !important;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .product_detail .section_ttl02 {
    font-size: 1.4rem !important;
    letter-spacing: normal !important;
  }
}
.product_detail .section_ttl02 span {
  display: block !important;
  font-family: "Century Gothic", "Metropolis", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .product_detail .section_ttl02 span {
    font-size: 1rem !important;
  }
}
.product_detail .supportmenu {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .product_detail .supportmenu {
    padding: 40px 0;
  }
}
.product_detail .supportmenu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product_detail .supportmenu ul {
    flex-flow: column;
  }
}
.product_detail .supportmenu ul li {
  padding: 10px;
  width: 33.3333333333%;
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .product_detail .supportmenu ul li {
    width: 100%;
    margin: 0px auto;
    max-width: 500px;
    padding: 5px;
  }
}
.product_detail .supportmenu ul li a {
  display: block;
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1.5;
  padding: 1.4em 1em;
  font-size: 1.4rem;
  text-align: center;
  transition: all 200ms ease;
}
.product_detail .supportmenu ul li a:hover {
  background-color: #000000;
  color: #fff;
}
.product_detail .supportmenu ul li a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.5s;
}
.product_detail .supportmenu ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: all 0.5s;
}
.product_detail .banners {
  padding: 0px 0px 80px;
}
@media screen and (max-width: 768px) {
  .product_detail .banners {
    padding-bottom: 40px;
  }
}
.product_detail .banners ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product_detail .banners ul {
    flex-flow: column;
  }
}
.product_detail .banners ul li {
  padding: 15px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product_detail .banners ul li {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    padding: 5px;
  }
}
.product_detail .banners ul li a {
  transition: all 200ms ease;
}
.product_detail .banners ul li a:hover {
  opacity: 0.7;
}
.product_detail .howtouse {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse {
    padding: 40px 0;
  }
}
.product_detail .howtouse_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_box {
    padding-bottom: 40px;
  }
}
.product_detail .howtouse_box:last-child {
  padding-bottom: 0;
}
.product_detail .howtouse_ttl {
  color: #E27F7F;
  padding-left: 50px;
  position: relative;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_ttl {
    padding-left: 40px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.product_detail .howtouse_ttl::before {
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #E27F7F;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_ttl::before {
    width: 30px;
  }
}
.product_detail .howtouse_ttl em {
  font-style: normal;
  font-size: 1.5rem;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_ttl em {
    font-size: 1.3rem;
    padding-right: 10px;
  }
}
.product_detail .howtouse_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px -20px 20px;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_list {
    flex-flow: column;
    margin: 0px auto 20px;
  }
}
.product_detail .howtouse_list dl {
  padding: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_list dl {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    padding: 0px 0 40px;
  }
  .product_detail .howtouse_list dl:last-child {
    padding-bottom: 20px;
  }
}
.product_detail .howtouse_list dl dt {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.product_detail .howtouse_list dl dt video, .product_detail .howtouse_list dl dt img {
  position: absolute;
  left: -1px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 101%;
}
.product_detail .howtouse_list dl dt em {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #E27F7F;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  position: absolute;
  z-index: 2;
  font-style: normal;
}
.product_detail .howtouse_list dl dd {
  line-height: 1.5;
  font-size: 1.4rem;
  padding-top: 10px;
}
.product_detail .howtouse_check {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #F8DAD9;
  padding: 15px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_check {
    max-width: 400px;
    margin: 0px auto;
  }
}
.product_detail .howtouse_check figure {
  padding-right: 20px;
}
.product_detail .howtouse_check p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product_detail .howtouse_check p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.product_detail .recommended {
  padding: 80px 0;
  background: linear-gradient(135deg, #faefef 0%, #f0fffe 100%);
}
@media screen and (max-width: 768px) {
  .product_detail .recommended {
    padding: 40px 0;
  }
}
.product_detail .recommended ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product_detail .recommended ul {
    justify-content: unset;
  }
}
.product_detail .recommended ul li {
  padding: 15px;
  width: 33.3333333333%;
  max-width: 240px;
}
@media screen and (max-width: 640px) {
  .product_detail .recommended ul li {
    padding: 5px;
    width: 50%;
    max-width: unset;
  }
}
.product_detail .recommended ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product_detail .recommended ul li a {
    padding: 20px 15px;
    border-radius: 5px;
  }
}
.product_detail .recommended ul li a img {
  margin: 0px auto 10px;
}
@media screen and (max-width: 768px) {
  .product_detail .recommended ul li a img {
    max-width: unset;
    width: 100%;
  }
}
.product_detail .recommended ul li a h4 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.product_detail .recommended ul li a span {
  display: block;
  font-size: 1.1rem;
  color: #E27F7F;
}
.product_detail .recommended ul li a span em {
  font-style: normal;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 2px;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  letter-spacing: -0.04em;
}
.product_detail .perchase {
  padding: 80px 0;
  background-color: #faefef;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase {
    padding: 40px 0;
  }
}
.product_detail .perchase.-gray {
  background-color: #e3e3e3;
}
.product_detail .perchase_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list {
    flex-flow: column;
    justify-content: unset;
    align-items: unset;
  }
}
.product_detail .perchase_list .img {
  width: 50%;
  max-width: 400px;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .product_detail .perchase_list .img {
    max-width: unset;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .img {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }
}
.product_detail .perchase_list .img img {
  width: 100%;
  max-width: 340px;
}
.product_detail .perchase_list .img img.sub {
  max-width: 260px;
}
.product_detail .perchase_list .txt {
  width: 50%;
  /* max-width: 460px; */
}
@media screen and (max-width: 991px) {
  .product_detail .perchase_list .txt {
    max-width: unset;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .txt {
    width: 100%;
    margin: 0px auto;
  }
}
.product_detail .perchase_list .txt .firstlead {
  margin-bottom: 5px;
  font-weight: 700;
}
.product_detail .perchase_list .txt .products_name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .txt .products_name {
    font-size: 2rem;
  }
}
.product_detail .perchase_list .txt .products_name span {
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
.product_detail .perchase_list .txt .products_name em {
  font-style: normal;
  font-size: 1.8rem;
  color: #E27F7F;
  line-height: 1.5;
  display: block;
  margin-bottom: 15px;
}
.product_detail .perchase_list .txt .products_name em.-gray {
  color: #748A90;
}
.product_detail .perchase_list .txt .products_copy {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #E27F7F;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .txt .products_copy {
    font-size: 1.8rem;
  }
}
.product_detail .perchase_list .txt .products_copy.-gray {
  color: #748A90;
}
.product_detail .perchase_list .txt .products_price {
  margin-bottom: 30px;
  font-size: 3rem;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  line-height: 1.1;
}
.product_detail .perchase_list .txt .products_price em {
  font-size: 1.4rem;
  padding-left: 2px;
  font-style: normal;
}
.product_detail .perchase_list .txt .products_btn {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -7px;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .txt .products_btn {
    max-width: unset;
    margin: 0px -4px;
  }
}
.product_detail .perchase_list .txt .products_btn li {
  width: 100%;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .txt .products_btn li {
    padding: 4px;
  }
}
.product_detail .perchase_list .txt .products_btn li.stores {
  width: 50%;
}
.product_detail .perchase_list .txt .products_btn li.stores a {
  padding: 15px 0;
  height: unset;
  text-align: center;
}
.product_detail .perchase_list .txt .products_btn li:last-child {
  margin-bottom: 0;
}
.product_detail .perchase_list .txt .products_info {
  padding-top: 20px;
  margin-bottom: 10px;
}
.product_detail .perchase_list .txt .products_info dt {
  position: relative;
  line-height: 20px;
  text-align: left;
  font-size: 1.6rem;
  cursor: pointer;
}
.product_detail .perchase_list .txt .products_info dt span {
  padding-bottom: 5px;
  font-style: normal;
  border-bottom: 1px solid #000;
}
.product_detail .perchase_list .txt .products_info dt span::before {
  content: "＋";
  padding-right: 5px;
}
.product_detail .perchase_list .txt .products_info dt.active span::before {
  content: "ー";
}
.product_detail .perchase_list .txt .products_info dd {
  display: none;
  padding-top: 20px;
}
.product_detail .perchase_list .txt .products_info dd table {
  width: 100%;
}
.product_detail .perchase_list .txt .products_info dd table tr {
  border-bottom: 1px dotted #c2c2c2;
}
.product_detail .perchase_list .txt .products_info dd table tr th {
  width: 8em;
  padding: 2px 5px;
  font-size: 1.2rem;
  text-align: right;
}
.product_detail .perchase_list .txt .products_info dd table tr td {
  padding: 2px 5px;
  font-size: 1.2rem;
}
.product_detail .perchase_list .txt .products_annotation {
  padding-top: 20px;
}
.product_detail .perchase_list .txt .products_annotation li {
  line-height: 1.4;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.product_detail .perchase_list .txt .products_bannerbox {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .txt .products_bannerbox {
    max-width: 400px;
  }
}
.product_detail .perchase_list .txt .products_bannerbox li {
  margin-bottom: 10px;
}
.product_detail .perchase_list .txt .products_bannerbox li:last-child {
  margin-bottom: 0;
}
.product_detail .perchase_list .txt .products_slapmove {
  margin-bottom: 5px;
}
.product_detail .perchase_list .txt .products_slapmove h4 {
  color: #F3A7A3;
  font-size: 1.6rem;
  margin-bottom: 5px;
  line-height: 1.4;
}
.product_detail .perchase_list .txt .products_slapmove h4.-gray {
  color: #748A90;
}
.product_detail .perchase_list .txt .products_slapmove p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.product_detail .perchase_list .txt .products_summary {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
}
.product_detail .perchase_list .txt .products_summary li {
  margin-right: 10px;
  border: 1px solid #748A90;
  background-color: #fff;
  padding: 5px 1em;
  color: #748A90;
  font-weight: bold;
  font-size: 1.3rem;
}
.product_detail .perchase_list .txt .products_message {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #d56f6f;
  background: linear-gradient(transparent 50%, #F8DAD9 80%);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase_list .txt .products_message {
    font-size: 1.6rem;
    text-align: center;
    margin: 0px auto 10px;
    max-width: 360px;
    width: 100%;
    display: block;
  }
}
.product_detail .perchase-b {
  padding: 80px 0;
  background-color: #F7F1E9;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b {
    padding: 40px 0;
  }
}
.product_detail .perchase-b_lead {
  font-weight: bold;
  max-width: 800px;
  margin: 0px auto 30px;
  display: block;
  font-size: clamp(2.4rem, 5vw, 3rem);
  line-height: 1.4;
  color: #B9A899;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_lead {
    font-size: 2.2rem;
  }
}
.product_detail .perchase-b_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list {
    flex-flow: column;
    justify-content: unset;
    align-items: unset;
  }
}
.product_detail .perchase-b_list .img {
  width: 50%;
  max-width: 400px;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .product_detail .perchase-b_list .img {
    max-width: unset;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list .img {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0px auto 30px;
  }
}
.product_detail .perchase-b_list .img img {
  width: 100%;
}
.product_detail .perchase-b_list .img img.sub {
  max-width: 260px;
}
.product_detail .perchase-b_list .img .annotation {
  font-size: 1.2rem;
  line-height: 1.4;
}
.product_detail .perchase-b_list .img .products_annotation {
  padding-top: 20px;
}
.product_detail .perchase-b_list .img .products_annotation li {
  line-height: 1.4;
  font-size: 1.1rem;
  margin-bottom: 5px;
  text-align: left;
}
.product_detail .perchase-b_list .img .products_info {
  padding-top: 20px;
  margin-bottom: 10px;
}
.product_detail .perchase-b_list .img .products_info dt {
  position: relative;
  line-height: 20px;
  text-align: left;
  font-size: 1.4rem;
  cursor: pointer;
}
.product_detail .perchase-b_list .img .products_info dt span {
  padding-bottom: 5px;
  font-style: normal;
  border-bottom: 1px solid #8e8e8e;
}
.product_detail .perchase-b_list .img .products_info dt span::before {
  content: "＋";
  padding-right: 5px;
}
.product_detail .perchase-b_list .img .products_info dt.active span::before {
  content: "ー";
}
.product_detail .perchase-b_list .img .products_info dd {
  display: none;
  padding-top: 20px;
}
.product_detail .perchase-b_list .img .products_info dd table {
  width: 100%;
}
.product_detail .perchase-b_list .img .products_info dd table tr {
  border-bottom: 1px dotted #c2c2c2;
}
.product_detail .perchase-b_list .img .products_info dd table tr th {
  width: 8em;
  padding: 2px 5px;
  font-size: 1.2rem;
  text-align: right;
}
.product_detail .perchase-b_list .img .products_info dd table tr td {
  padding: 2px 5px;
  font-size: 1.2rem;
  text-align: left;
}
.product_detail .perchase-b_list .txt {
  width: 50%;
  max-width: 460px;
}
@media screen and (max-width: 991px) {
  .product_detail .perchase-b_list .txt {
    max-width: unset;
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list .txt {
    width: 100%;
    margin: 0px auto;
  }
}
.product_detail .perchase-b_list .txt .products_name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #585858;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list .txt .products_name {
    font-size: 2rem;
  }
}
.product_detail .perchase-b_list .txt .products_name span {
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}
.product_detail .perchase-b_list .txt .products_name em {
  font-style: normal;
  font-size: 1.8rem;
  color: #E27F7F;
  line-height: 1.5;
  display: block;
  margin-bottom: 15px;
}
.product_detail .perchase-b_list .txt .products_copy {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #E27F7F;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list .txt .products_copy {
    font-size: 1.8rem;
  }
}
.product_detail .perchase-b_list .txt .products_price {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-family: "Century Gothic", "Metropolis", sans-serif;
  line-height: 1.1;
}
.product_detail .perchase-b_list .txt .products_price em {
  font-size: 1.4rem;
  padding-left: 2px;
  font-style: normal;
}
.product_detail .perchase-b_list .txt .products_btn {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -7px;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list .txt .products_btn {
    max-width: unset;
    margin: 0px -4px;
  }
}
.product_detail .perchase-b_list .txt .products_btn li {
  width: 100%;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list .txt .products_btn li {
    padding: 4px;
  }
}
.product_detail .perchase-b_list .txt .products_btn li.stores {
  width: 50%;
}
.product_detail .perchase-b_list .txt .products_btn li.stores a {
  padding: 15px 0;
  height: unset;
  text-align: center;
}
.product_detail .perchase-b_list .txt .products_btn li:last-child {
  margin-bottom: 0;
}
.product_detail .perchase-b_list .txt .products_bannerbox {
  max-width: 360px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_detail .perchase-b_list .txt .products_bannerbox {
    max-width: 400px;
  }
}
.product_detail .perchase-b_list .txt .products_bannerbox li {
  margin-bottom: 10px;
}
.product_detail .perchase-b_list .txt .products_bannerbox li:last-child {
  margin-bottom: 0;
}
.product_detail .perchase-b_list .txt .products_slapmove {
  margin-bottom: 10px;
}
.product_detail .perchase-b_list .txt .products_slapmove h4 {
  color: #aaaaaa;
  font-size: 1.8rem;
  line-height: 1.5;
}
.product_detail .perchase-b_list .txt .products_slapmove p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.product_detail .perchase-b_list .txt .products_resell .btn_area {
  margin: unset;
  max-width: 180px;
}
.product_detail .perchase-b_list .txt .products_resell .btn_area .btn01 {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_detail .promotion {
  padding: 80px 0;
  background-image: url(../img/spa-trainer/bg-degstripe-smorkyPink.svg);
}
@media screen and (max-width: 768px) {
  .product_detail .promotion {
    padding: 40px 0;
  }
}
.product_detail .promotion_wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.product_detail .promotion_wrap iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.product_detail .conv {
  background-color: #fff;
  background-image: url(../img/spa-trainer/bg-degstripe-smorkyPink.svg);
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.05);
}
.product_detail .cartIn_btn.-shop::before {
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
}
.product_detail .conv_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product_detail .conv_box {
    flex-flow: column;
  }
}
.product_detail .conv_box dl {
  padding-right: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_detail .conv_box dl {
    padding-right: 0;
  }
}
.product_detail .conv_box dl dt {
  padding-right: 10px;
}
.product_detail .conv_box dl dt img {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .product_detail .conv_box dl dt img {
    height: auto;
    width: 50px;
  }
}
.product_detail .conv_box dl dd h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product_detail .conv_box dl dd h5 {
    font-size: 1.4rem;
  }
}
.product_detail .conv_box dl dd p {
  font-size: 1.2rem;
}
.product_detail .conv_box dl dd p span {
  font-family: "Century Gothic", "Metropolis", sans-serif;
  font-size: 1.5rem;
  padding-right: 4px;
}
.product_detail .conv_btn {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .product_detail .conv_btn {
    width: 100%;
    max-width: 240px;
    margin: 0px auto;
  }
}
.product_detail .conv_btn .button.-lhm {
  font-size: 1.8rem;
}
.conv_btn .-shoplist{
  background-color: #484848;
}
@media screen and (max-width: 768px) {
  .product_detail .conv_btn .button.-lhm {
    height: 50px !important;
  }
}
.product_detail .conv_btn.single {
  width: 340px;
}

#buy_clone img.sub {
  display: none;
}

.detailmenu .detailtop {
  text-align: center;
}
.detailmenu .detailtop_btn {
  margin: 0px auto;
  max-width: 400px;
}

.video_wrap {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.video_wrap iframe, .video_wrap video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  transform: scale(1.02);
}
.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;
}
.product_detail .tips_list {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  display: flex;
  padding: 40px;
  border-radius: 15px;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .product_detail .tips_list {
    margin-top: 20px;
    padding: 0;
  }
}
.product_detail .tips_list + .campaign_banner {
  padding: 0 !important;
}
.product_detail .tips_item {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product_detail .tips_item {
    margin-right: 0;
    width: 100%;
    max-width: 480px;
    margin: 0px auto 60px;
  }
}
.product_detail .tips_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .product_detail .tips_item:last-child {
    margin-right: auto;
  }
}
.product_detail .tips_item-inner {
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #f6f9fa;
}
@media screen and (max-width: 768px) {
  .product_detail .tips_item-inner {
    padding: 30px 20px;
  }
}
.product_detail .tips_item-inner.-c1 {
  background-color: rgba(248, 218, 217, 0.3);
}
.product_detail .tips_item-inner.-c1::after {
  content: "";
  background: url(../../products/img/common/img-dot-lightpink.svg);
  width: 100%;
  height: 90%;
  display: inline-block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  border-radius: 10px;
}
.product_detail .tips_item-inner.-c2 {
  background-color: #f6f9fa;
}
.product_detail .tips_item-inner.-c2::after {
  content: "";
  background: url(../../products/img/common/img-dot-lightgrayblue.svg);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 10px;
  z-index: -1;
}
.product_detail .tips_item-inner.-c3 {
  background-color: #fffcfa;
}
.product_detail .tips_item-inner.-c3::after {
  content: "";
  background: url(../../products/img/common/img-dot-lightbeige.svg);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-radius: 10px;
  z-index: -1;
}
.product_detail .tips_item dt {
  margin-bottom: 10px;
}
.product_detail .tips_item dt img {
  border-radius: 10px;
}
.product_detail .tips_item dd p {
  font-size: 1.4rem;
}
.product_detail .tips_item dd p.oneline {
  font-size: 1.8rem;
  text-align: center;
}
.product_detail .tips_item h4 {
  margin-bottom: 30px;
  padding: 0.5rem 0 1rem;
  background: linear-gradient(90deg, #F3A7A3 0% 33%, #C1CFD3 33% 66%, #D8C5B4 66%);
  background-repeat: no-repeat;
  background-size: 4rem 0.4rem;
  background-position: bottom;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  position: relative;
}
.product_detail .tips_item h4::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #aeaeae;
  transform: rotate(-60deg);
}

.dictionary {
  padding: 40px 0 80px;
}
.dictionary dl {
  max-width: 500px;
  margin: 0px auto;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.dictionary dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3A7A3;
  border: 1px solid #F3A7A3;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
}
.dictionary dl dt.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.dictionary dl dt.active span:first-child {
  display: none;
}
.dictionary dl dt em {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.dictionary dl dt div {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.dictionary dl dt div span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  top: 12px;
  position: absolute;
}
.dictionary dl dt div span:first-child {
  transform: rotate(90deg);
  transform-origin: center;
}
.dictionary dl dd {
  background-color: #fff;
  display: none;
  padding: 20px;
  border: 1px solid #F3A7A3;
  border-top: none;
  text-align: left;
}

.featurelead {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .featurelead {
    padding: 40px 0 50px;
  }
}
.featurelead h1 span {
  font-family: "Century Gothic", sans-serif;
  font-size: 5rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .featurelead h1 span {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
}

.detailpage-banners {
  padding: 40px 0;
}
.detailpage-banners ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .detailpage-banners ul {
    flex-flow: column;
  }
}
.detailpage-banners ul li {
  width: 50%;
  padding: 0 15px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .detailpage-banners ul li {
    width: 100%;
    padding: 0;
    margin: 0px auto 15px;
  }
  .detailpage-banners ul li:last-child {
    margin-bottom: 0;
  }
}

.fixedsubnavi {
  background-color: #fdf4f4;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 200ms ease;
  transform: translateY(-160px);
}
@media screen and (max-width: 768px) {
  .fixedsubnavi {
    top: 40px;
    transform: translateY(-100px);
  }
}
.fixedsubnavi.active {
  transform: translateY(0);
}
.fixedsubnavi .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .fixedsubnavi .container {
    flex-flow: column;
    justify-content: center;
    height: 40px;
  }
}
.fixedsubnavi .container .product-name {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fixedsubnavi .container .product-name {
    display: none;
  }
}
.fixedsubnavi .container ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.fixedsubnavi .container ul li {
  padding: 0 1vw;
}
.fixedsubnavi .container ul li a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fixedsubnavi .container ul li a {
    font-size: 1.4rem;
    padding: 0 2vw;
  }
}

.paragraph {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .paragraph {
    padding-bottom: 60px;
  }
}
.paragraph .leadbox {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .paragraph .leadbox {
    margin-bottom: 30px;
  }
}
.paragraph .titlelead {
  font-size: 3.6rem;
  font-weight: bold;
  color: #413A3A;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 1px solid #DED3CD;
}
@media screen and (max-width: 768px) {
  .paragraph .titlelead {
    font-size: 2.2rem;
  }
}
.paragraph .titlelead .blockttl {
  position: relative;
  color: #E28B86;
  font-weight: bold;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 2.2rem;
  margin: 0px 0px 10px 10px;
}
@media screen and (max-width: 768px) {
  .paragraph .titlelead .blockttl {
    font-size: 1.8rem;
  }
}
.paragraph .titlelead .blockttl::before {
  content: "";
  width: 3px;
  display: block;
  height: 30px;
  background-color: #E28B86;
  transform: skewX(-30deg);
  margin-right: 15px;
}
.paragraph .titlelead .subttl {
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  background-color: #D8C5B4;
  font-size: 1.6rem;
  padding: 4px 2em;
  margin-bottom: 10px;
  margin-left: 10px;
  transform: skewX(-30deg);
}
.paragraph .titlelead .subttl span {
  display: block;
  transform: skewX(30deg);
}
.paragraph .titlelead em {
  color: #E27F7F;
  font-style: normal;
}
.paragraph .titlelead + p {
  padding-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .paragraph .titlelead + p {
    font-size: 1.4rem;
  }
}
.paragraph .titlelead + p em {
  font-weight: bold;
  font-style: normal;
  color: #E27F7F;
}
.paragraph .titlelead02 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
  color: #413A3A;
  line-height: 1.3;
  padding: 20px;
  border-bottom: 1px solid #E27F7F;
  border-top: 1px solid #E27F7F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paragraph .titlelead02 {
    font-size: 2.2rem;
    padding: 12px;
    line-height: 1.4;
  }
}
.paragraph .titlelead02 em {
  color: #E27F7F;
  font-style: normal;
}
.paragraph .titlelead02 + p {
  padding-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .paragraph .titlelead02 + p {
    font-size: 1.4rem;
  }
}
.paragraph .titlelead02 + p em {
  font-weight: bold;
  font-style: normal;
  color: #E27F7F;
}

.detailsummary-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px -15px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detailsummary-list {
    justify-content: unset;
    margin: 0px;
    padding-top: 30px;
  }
}
.detailsummary-item {
  padding: 0 15px;
  width: 33.3333333333%;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .detailsummary-item {
    padding: 5px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .detailsummary-item {
    width: 100%;
    padding-bottom: 50px;
    max-width: 400px;
    margin: 0px auto;
  }
  .detailsummary-item:last-child {
    padding-bottom: 10px;
  }
}
.detailsummary-item a {
  background-color: #fff;
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 30px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .detailsummary-item a {
    padding-top: 40px;
  }
}
.detailsummary-item a .num {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #433A3A;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .detailsummary-item a .num {
    font-size: 2.4rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.detailsummary-item a .summaryttl {
  font-weight: bold;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 1em;
}
.detailsummary-item a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s all;
}
.detailsummary-item a:hover .detailbtn {
  box-shadow: none;
  transition: 0.4s all;
  transform: translateY(3px);
}
.detailsummary-item dl {
  background-color: #fff;
  border-radius: 5px;
  transition: 0.4s all;
}
.detailsummary-item dl dt {
  margin-bottom: 20px;
}
.detailsummary-item dl .subtxt {
  padding: 0px 25px;
  margin-bottom: 30px;
}
.detailsummary-item dl .subtxt p {
  line-height: 1.5;
}
.detailsummary-item dl .detailbtn {
  width: 100%;
  max-width: 160px;
  margin: 0px auto;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  background-color: #F3A7A3;
  color: #fff;
  box-shadow: inset 0px -3px 0px rgba(226, 127, 127, 0.8);
  line-height: 40px;
  transition: 0.4s all;
  text-align: center;
  border-radius: 3px;
  position: relative;
}
.detailsummary-item dl .detailbtn::after {
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.5s;
}