@charset "UTF-8";
/*border:1px solid #36C;*/
/**/

/*全体*/
#info_contents {
  margin-bottom: 0 !important;
}

.body_sph .contents_main {
  margin: 0;
}

.melano_spot {
  background-color: #000;
  box-shadow: inset 0 0 2px #fff;
  text-align: center;
}

.melano_spot .item {
  text-align: center;
}

.melano_spot p {
  margin-bottom: 0;
  font-size: 1.35em;
  line-height: 1.7;
}

/*クロールに読み込ませるが非表示にする*/
.melano_spot .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/*左右上下中央ぞろえ*/
.center-center {
  display: grid;
  place-content: center;
  /*要素の中央揃え*/
  place-items: center;
  /*要素同士の中央揃え*/
  /*    text-align: center;*/
}

.section {
  margin: 0 0 12%;
}

.section:last-child {
  margin: 0 0 0%;
}

.flex {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}

/*===============================
wrapper（横幅調整）
===============================*/
.wrapper-big,
.wrapper-middle,
.wrapper-small {
  margin-inline: auto;
}

.wrapper-big {
  width: 660px;
}

.wrapper-middle {
  width: 620px;
}

.wrapper-small {
  width: 560px;
}

/*===============================
feature
===============================*/
/* 前半------------------------------------ */
#feature {
  background-image: url("../images/main_title_back.webp");
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 16% 0 0%;
}

#feature .main-title {
  margin-bottom: 15%;
}

.two .item:not(:last-child) {
  margin-bottom: 10%;
}

.two-txt img {
  width: 80%;
}

.melano_spot_plus,
.melano_spot_more {
  /*    text-align: center;*/
  margin: 10% 0;
}

.melano_spot_plus img {
  width: 10%;
}

.melano_spot_more img {
  width: 60%;
}

/* 後半------------------------------------ */
#new-feature {
  background-color: #fff;
  background-image: url("../images/new_title_back.webp");
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 12% 0 0%;
}

.tech-title img {
  width: 90%;
}

#new-feature .item:not(:last-child) {
  margin-bottom: 5%;
}

.new-feature-spot {
  background-image: url("../images/spot_back.webp");
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 12% 0 0%;
  margin-top: 10%;
}

.spot-txt img {
  width: 70%;
}

#new-feature .new-feature-spot .item {
  margin-bottom: 8%;
}

/*===============================
後半シリーズ紹介
===============================*/

.series_fv_wrapper {
  margin: 0 0 10% 0;
}

/*===============================
howto
===============================*/
#howto {
  padding-top: 10%;
}

#howto .howto-title img {
  width: 80%;
}

#howto .item:not(:last-child) {
  margin-bottom: 12%;
}

/*===============================
シリーズ紹介
===============================*/

#series {
  background-color: #fff;
}

.series-fv {
  position: relative;
}

.series-step-all {
  margin-bottom: 10%;
}

.series-fv-title {
  position: absolute;
  width: 68%;
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
}

.series-fv-wrapper {
  margin-bottom: 12%;
}

.series-detail {
  background-color: #eff4f8;
  padding: 15% 0 15%;
}

.series-step-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.series-new img {
  width: 97%;
  padding-right: 3.5%;
}

#series .melano_spot_plus {
  margin: 8% 0 6%;
}

.series-step-all .item:hover {
  opacity: 0.6;
  transition: 0.05s;
}

/*===============================
動き
===============================*/
/*フェードイン*/
/*.fade-in {
        opacity: 0;
        transform: translateY(15px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }
.fade-in.fade-in-appear {
        opacity: 1;
        transform: translateY(0);
    }*/

/*====================================
インクルード
==========================================*/
.melano_spot .spec {
  margin: 15% 0 15%;
  background-color: #000;
}

.melano_spot .spec.fv-spec {
  margin: 0% 0 10%;
}

.melano_spot .spec.spec-last {
  margin-bottom: 0;
  padding-bottom: 15%;
}

/*全体の余白調整*/
.melano_spot .include {
  /*    padding: 5% 0 5%;*/
  background-color: #000000;
  text-align: left;
}

/*余白少な目*/
.melano_spot .include.padding-less {
  padding: 0% 0 4%;
}

/*余白少な目*/
#flor .include {
  margin-top: 3%;
}

.melano_spot .include-inner {
  padding: 4% 0 4%;
  /*    background-color: #fcfcfc;*/
  background-color: #fff;
  margin-bottom: 4%;
  border-radius: 8px;
}

.melano_spot .include-inner:last-child {
  margin-bottom: 0%;
}

.melano_spot .include .goods_set {
  display: flex;
  gap: 5%;
  margin: 0 0 2% 0;
}

/*左：----------------------*/

.melano_spot .include .img_box {
  flex: 0.8;
  /*画像の大きさ*/
}

/*右----------------------*/
/*長さ*/
.melano_spot .include .txt_box {
  flex: 2;
  /*長さ*/
}

/*fv のみ横向きに*/
.melano_spot .include .cp_box {
  display: block;
}

/*割引後価格*/
.melano_spot .include .price2 {
  font-size: 2em;
  color: #9d1027;
  font-weight: 300;
}

.melano_spot .include .price2 .tax {
  font-size: 0.5em;
  margin-left: -0.3em;
}

/*割引率*/
.melano_spot .include .cp_discount {
  font-size: 2.3em;
  background-color: #9d1027;
  font-weight: 300;
}

.melano_spot .include .cp_discount strong {
  font-weight: 300;
}

/*商品名サイズ*/
.melano_spot .price_box {
  margin: 0 auto;
  line-height: 1.2;
}

/*商品名*/
.melano_spot .include .name {
  font-size: 1.2em;
  text-align: left;
}

.melano_spot .include .name a:link {
  color: #252b30;
}

/*ボタン*/
.cta-btn a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #9d1027;
  /*グラデにする場合
      background: linear-gradient(90deg, #ffacac 40%, #562b7c 100%);*/
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 3.5% 0;
  /*      border-radius: 10em;*/
}

.cta-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.cta-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.cta-btn a {
  font-size: 1.5em;
  font-weight: normal;
}

.include .cta-btn a::after {
  border-top: 0.15em solid #eaeaea;
  border-right: 0.15em solid #eaeaea;
}

/*画像なしSPEC----------------------*/
.include-noimage.include {
  background-color: #fff;
  padding: 1% 0 0 0;
}

.include-noimage.include .img_box {
  display: none;
}

.include-noimage.include .goods_set {
  display: block;
}

.include-noimage.include .cp_box {
  display: inline;
}

/*余白調整*/
.include-noimage .name_box {
  margin-bottom: 0em;
}

.include-noimage.include .txt_box {
  display: grid;
  place-content: center;
  /*要素の中央揃え*/
  place-items: center;
  /*要素同士の中央揃え*/
  margin: 0 0 1% 0;
}

.include-noimage.include .cta-btn a {
  font-size: 2em;
  padding: 2.5% 0;
}

.c-panel__desc {
  display: none;
}

/*===============================
スマホ
===============================*/
@media screen and (max-width: 768px) {
  .melano_spot p {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.7;
  }

  .c-price {
    font-size: 1.6em !important;
    margin-bottom: 0;
    line-height: 1.7;
  }

  .btn-primary {
    width: 80% !important;
    height: 80% !important;
  }

  .btn-sm {
    padding: 10px 16px;
  }

  .wrapper-big {
    width: 92vw;
  }

  .wrapper-middle {
    width: 83vw;
  }

  .include .wrapper-middle {
    width: 88vw;
  }

  .wrapper-small {
    width: 78vw;
  }

  .melano_spot_plus img {
    width: 8vw;
  }

  .melano_spot_more img {
    width: 15vw;
  }

  /*＝インクルード＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  /*全体の余白調整*/

  .melano_spot .include .goods_set {
    display: flex;
    gap: 5%;
    margin: 0 0 2% 0;
  }

  .melano_spot .name_box {
    margin-bottom: 0.2em;
  }

  .melano_spot .include-inner {
    padding: 5% 0;
    border-radius: 4px;
  }

  .melano_spot .include-noimage.include .cta-btn a {
    /*        font-size: 1em;
        padding: 3% 0;
        margin-top: 3%;*/
  }

  /*左----------------------*/
  /*画像の大きさ*/
  .melano_spot .include .img_box {
    flex: 0.55;
  }

  /*右----------------------*/
  .melano_spot .include .txt_box {
    font-size: 0.85em;
    flex: 1;
  }

  .melano_spot .include .price2 {
    font-size: 1.6em;
  }

  .melano_spot .include .cp_discount {
    font-size: 2em;
  }

  /*商品名*/
  .melano_spot .include .name {
    font-size: 0.9em;
  }

  .melano_spot .cta-btn a {
    font-size: 1em;
  }
}

.c-panel__header {
  flex: 1;
  max-width: 150px;
}

/* 商品名、受取方法、価格 */
.c-panel__body {
  flex: 2;
}

.c-panel__price-wrapper {
  color: #f25173;
}

.c-panel__inner {
  width: 100%;
  padding-top: 4%;
  background-color: #fff;
  margin-bottom: 4%;
  border-radius: 80px;
  margin-inline: auto;
}

@media print,
screen and (min-width: 768px) {
  .melano_spot {
    width: 720px;
    margin: 0 auto;
  }
}

.btn-primary {
  width: 100% !important;
  height: 100% !important;
}

a.c-panel__link {
  width: 100%;
  display: inline-flex !important;
}

/* 商品名、受取方法、価格 */
.c-panel__body {
  place-content: center;
  place-items: start;
  flex: 2 1 0%;
}

/* 価格色調整 */
.c-panel__price-wrapper {
  color: #f25173;
}

.btn-sm {
  border-radius: 2px !important;
}

.clear_contents {
  width: 100%;
}

.c-panel__inner .c-panel__action .btn {
  position: relative;
  display: block;
  width: 100%;
  background-color: #9d1027;
  border-color: #9d1027;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  font-size: 1.5em;
  font-weight: normal;
  z-index: 10;
}

.c-panel__body .c-panel__price-wrapper .c-price {
  font-size: 1.8em;
  margin-bottom: 0;
  line-height: 1.7
}