@charset "utf-8";

/* =========================================== */
/*    共通
/* =========================================== */

.fixer-peach {
  font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-style: normal;
  letter-spacing: .09em;
  line-height: 1.6;
}

.sec__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
}

@media screen and (max-width: 767px) {
  .sec__inner {
    padding-inline: 15px;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.text__note {
  font-size: clamp(10px, 2.5vw, 13px);
  text-align: right;
}

@media screen and (max-width: 767px) {
  .text__note {
    text-align: left;
  }
}

.text__medium {
  font-size: 0.8em;
}

.text__small {
  font-size: 0.6em;
}

.text__pink {
  color: #FF647E;
}

.text__tenmin {
  font-family: "ten-mincho", serif;
  font-weight: 400;
}

sup {
  font-size: clamp(10px, .6em, 13px);
}

.wh__box {
  background-color: rgba(255, 255, 255, 0.78);
  padding: min(7.5vw, 60px) min(5vw, 40px) min(10vw, 65px);
}

.wh__box + .wh__box {
  margin-top: min(4vw, 16px);
}

.round__box {
  border-radius: 30px;
}

.peach__tile_brown {
  background: #FCF7D2 url(../img/peach_tile_brown.webp) repeat center top;
}

.peach__tile_wh {
  background: #FEE8E2 url(../img/peach_tile_white.webp) repeat center top;
}

.double-round__box {
  border-radius: 50px;
  border: 2px solid #C59E88;
  background: #FDFBE8;
  padding: 10px;
}

.double-round__box_inner {
  border-radius: 40px;
  border: 1px solid #FAD8CF;
  background: #FFF6E8;
  padding: min(7vw, 40px) 15px min(9vw, 56px);
}

.double-round__box + .double-round__box {
  margin-top: min(10vw, 80px);
}

@media screen and (max-width: 767px) {
  .double-round__box {
    border-radius: 25px;
  }

  .double-round__box_inner {
    border-radius: 20px;
  }
}

.sec__title {
  color: #724643;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: min(5vw, 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .08em;
  margin-bottom: min(6vw, 36px);
}

.fukidashi {
  position: relative;
}

.fukidashi::before,
.fukidashi::after {
  content: "";
  height: 1.2em;
  width: 1px;
  background-color: #724643;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.fukidashi::before {
  margin-right: .8em;
  transform: rotate(-30deg);
  left: -1.2em;
}

.fukidashi::after {
  margin-left: .8em;
  transform: rotate(30deg);
  right: -1.2em;
}

.txtround__box {
  background-color: #fff;
  border-radius: 42px;
  padding: .3em 1.3em .5em;
}

/* =========================================== */
/*    kv
/* =========================================== */

.fixer-peach .kv {
  background: url(../img/kv_bg.webp) no-repeat center top/auto;
  padding: min(4.5vw, 32px) 0 min(12.5vw, 75px);
}

.fixer-peach .kv__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: min(5vw, 40px);
}

.fixer-peach .kv__title {
  text-align: center;
  margin-bottom: min(7vw, 40px);
}

.fixer-peach .kv__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  grid-template-rows: auto auto;
  column-gap: min(15vw, 60px);
  row-gap: min(5vw, 20px);
}

.fixer-peach .kv__copy {
  grid-area: 1 / 2 / 2 / 3;
  margin-top: 12px;
}

.fixer-peach .kv__item {
  grid-area: 1 / 1 / 3 / 2;
}

.fixer-peach .kv__fig {
  grid-area: 2 / 2 / 3 / 3;
}
@media screen and (min-width: 1920px) {
  .fixer-peach .kv {
    background: url(../img/kv_bg.webp) no-repeat center top/cover;
  }
}

@media screen and (max-width: 767px) {
  .fixer-peach .kv {
    background: url(../img/kv_bg_sp.webp) no-repeat center center/cover;
  }
  .fixer-peach .kv__inner {
    padding-inline: 15px;
  }

  .fixer-peach .kv__title {
    width: 79vw;
    margin-inline: auto;
  }

  .fixer-peach .kv__grid {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    justify-items: center;
  }

  .fixer-peach .kv__copy img {
    width: 100%;
  }

  .fixer-peach .kv__copy {
    grid-area: auto;
    margin-top: 12px;
    width: 87vw;
    margin-inline: auto;
  }

  .fixer-peach .kv__item {
    grid-area: auto;
  }

  .fixer-peach .kv__fig {
    grid-area: auto;
  }
}

/* =========================================== */
/*    overview
/* =========================================== */
.fixer-peach .overview {
  padding: min(10vw, 50px) 0 min(13vw, 88px);
  letter-spacing: .11em;
  font-weight: 600;
}

.fixer-peach .overview .double-round__box_inner {
  padding-bottom: min(9vw, 20px);
}

.fixer-peach .overview__design_img {
  display: block;
  text-align: center;
  overflow: hidden;
}

.fixer-peach .overview__design_img img {
  margin-left: min(4vw, 50px);
}

.fixer-peach .overview__blend_img {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1020px) {
  .fixer-peach .overview__design_img img {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {

}

/* =========================================== */
/*    ingredient
/* =========================================== */
.fixer-peach .ingredient {
  background-color: #FFF6E8;
  padding:min(10vw, 56px) 0 min(12vw, 72px);
}

.fixer-peach .ingredient .sec__inner {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}

.fixer-peach .ingredient .sec__title {
  margin-bottom: min(9vw, 48px);
}

.fixer-peach .ingredient .sec__title .txtround__box {
  display: inline-block;
  margin-top: min(2.5vw, 14px);
}

.fixer-peach .box__list {
  margin-bottom: min(3.75vw, 20px);
}

.fixer-peach .box__list_item {
  padding: min(3vw, 18px) min(5vw, 48px) min(5vw, 24px);
  border-radius: 14px;
}

.fixer-peach .ing__grid {
  display: grid;
  grid-template-columns: 150px auto;
  column-gap: min(7.5vw, 30px);
  row-gap: min(1.5vw, 10px);
  align-items: center;
}

.fixer-peach .ing__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: min(1.5vw, 14px);
}

@media screen and (max-width: 767px) {

  .fixer-peach .ingredient .sec__inner {
    padding: 0 15px;
  }

  .fixer-peach .ing__grid {
    grid-template-columns: auto;
    justify-content: center;
  }

  .fixer-peach .ing__grid > figure {
    text-align: center;
  }
  
  .fixer-peach .ing__name {
    text-align: center;
  }

}

/* =========================================== */
/*    howto
/* =========================================== */

.fixer-peach .howto {
  padding: min(8vw, 92px) 0 min(11vw, 77px);
}

.fixer-peach .howto__grid {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: min(3vw, 30px);
  align-items: center;
  justify-content: center;
  margin-bottom: min(3vw, 26px);
}

.fixer-peach .howto__text {
  font-size: min(3.5vw, 20px);
  font-weight: 700;
  list-style: 1.75;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.fixer-peach .no__grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: min(2.5vw, 10px);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fixer-peach .howto__grid > figure {
    width: 23vw;
  }

}

/* =========================================== */
/*    product
/* =========================================== */

.product {
  background: linear-gradient(180deg, rgba(255, 220, 211, 0.66) 0%, rgba(255, 227, 188, 0.66) 77.4%, rgba(252, 249, 212, 0.66) 100%);
  padding: min(8vw, 58px) 0 min(10vw, 80px);
}

.fixer-peach .product__img {
  display: block;
  text-align: center;
  margin-bottom: min(5.5vw, 27px);
  margin-top: -52px;
}

.fixer-peach .product__detail_list {
  max-width: 670px;
  margin-inline: auto;
  margin-bottom: min(7vw, 30px);
}

.fixer-peach .product__detail_list li {
  font-size: min(3.5vw, 16px);
  font-weight: 700;
  line-height: 1.85;
  text-indent: -1em;
  padding-left: 1em;
}

.fixer-peach .product__detail_list li::before {
  content: "・";
}

.fixer-peach .product .btn-gray {
  font-size: min(4vw, 20px);
  height: 4.5em;
  margin-inline: auto;
}

  
	@media screen and (max-width: 767px) {
    
  .fixer-peach .product__img {
    margin-top: 0;
  }

	}


