﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

to/one WEB STORE　|　Flora Series（冬の水分チャージ） | to/one（トーン）公式サイト

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */


html {
  font-size: calc(10 * (100vw/600));
}

@media (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw/1600));
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%
  }
}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}

.share-txt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.share-txt span {
  margin-top: calc(40 * (var(--rate)));
  margin-bottom: calc(40* (var(--rate)));
}

span.result {
  display: none !important;
}


/* ========================================================
                      * root *
========================================================= */
:root {
  --rate: calc(var(--pcMainContentWidth) / var(--spWidth));

  /* PCデザインのメインコンテンツの横幅 */
  --pcMainContentWidth: 60rem;

  /* PCデザインの横幅 */
  --pcWidth: 1600;

  /* SPデザインの横幅 */
  --spWidth: 750;

  --color_white: #fff;
  --color_pc_bg: #F2F0EF;
  --color_main_bg: #EAE6E5;
  --color_main_01: #BB7B71;
  --color_main_02: #DDB9B8;
  --font_ja: "helvetica-neue-lt-pro", "hiragino-kaku-gothic-pron", sans-serif;
}

#Wrap {
  width: 100%;
}

/* ========================================================
                      * lp_contents *
========================================================= */

.lp_contents * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .15em;
  font-weight: 400;
  text-align: center;
}

.lp_contents {
  width: 100%;
  max-width: 60rem;
  height: 100%;
  font-family: var(--font_ja);
  overflow-x: clip;
  color: var(--color_main_01);
}

@media (min-width: 769px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
  }
}

.lp_contents .pc_only {
  display: none;
}

@media (min-width: 769px) {
  .lp_contents .pc_only {
    display: block;
  }
}


.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  font-weight: 400;
}

.lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: clip;
  background: var(--color_main_bg);
}

.lp_contents a,
.lp_contents button,
.sec_item .btn_accordion {
  -webkit-tap-highlight-color: transparent;
  /* iOS Safari用 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Android Chrome用 */
}

.lp_contents a:hover {
  opacity: 1;
}



/* ========================================================
                      * PC *
========================================================= */
@media (min-width: 769px) {

  .lp_contents .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: var(--color_pc_bg);
  }

  .lp_contents .fixed_area .fixed_nav {
    display: grid;
    place-items: center;
    width: calc((100% - 60rem) / 2);
    height: 100vh;
    position: relative;
  }

  .lp_contents .fixed_area .logo {
    width: 34.3rem;
  }

  .lp_contents .fixed_area a {
    color: var(--color_main_01);
  }

  .fixed_left_inner .ttl_main {
    font-size: 3.4rem;
  }

  .fixed_left_inner .ttl_main span {
    font-size: 1.8rem;
    display: block;
    margin-top: 2.7rem;
  }

  .fixed_left_inner .ttl_sub {
    font-size: 3.4rem;
    margin-top: 4.6rem;
  }

  .lp_contents .campaign_icon {
    position: absolute;
    bottom: 6rem;
    right: 6rem;
  }

  .lp_contents .campaign_icon_inner {
    width: 11.2rem;
    height: 11.2rem;
    border-radius: 50%;
    background: var(--color_main_01);
  }

  .lp_contents .campaign_icon a {
    color: var(--color_white);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 1rem;
  }

  .lp_contents .campaign_icon a::before {
    content: "";
    background: url(../img/arrow_campaign.svg) no-repeat center / 100%;
    width: 1.3rem;
    height: .7rem;
    position: absolute;
    top: 6.9rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .lp_contents_inner {
    width: 60rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
  }

}


/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */

.fixed_right .menu_list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3.4rem;
  flex-direction: column;
}

.fixed_right .menu_list li {}

.fixed_right .menu_list li a {
  padding-right: 4rem;
  position: relative;
  font-size: 2rem;
  margin-top: .5rem;
}

.fixed_right .menu_list li a::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: .7rem;
  top: .7rem;
  right: 0;
  pointer-events: none;
  background: url(../img/arrow_bottom.svg) no-repeat center / 100%;
}


@media (max-width: 768px) {

  .lp_contents .campaign_icon_wrap.sp_only {
    cursor: pointer;
    transform: translateX(100%);
    transition:
      transform .6s 1s,
      opacity .5s !important;
  }

  .lp_contents .campaign_icon_wrap.sp_only.fixed {
    position: fixed;
    bottom: calc(138 * (var(--rate)));
    right: 0;
    z-index: 100;
  }

  .lp_contents .campaign_icon_wrap.sp_only.fixed.none {
    opacity: 0;
  }

  .lp_contents .campaign_icon_wrap.sp_only.fixed.none.behind {
    z-index: -1;
  }

  .lp_contents .campaign_icon_wrap.sp_only.is-active {
    transform: translateX(0);
  }

  .lp_contents .campaign_icon_inner {
    width: calc(80 * (var(--rate)));
    height: calc(260 * (var(--rate)));
    background: var(--color_main_01);
    border-radius: calc(30 * (var(--rate))) 0 0 calc(30 * (var(--rate)));
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lp_contents .campaign_icon p {
    font-size: calc(30 * (var(--rate)));
    display: block;
    position: relative;
    color: var(--color_white);
    writing-mode: vertical-rl;
    padding-bottom: calc(36 * (var(--rate)));
    font-weight: 500;
  }

  .lp_contents .campaign_icon p::before {
    content: "";
    background-color: #fff;
    mask: url(../img/icon_plus.svg) no-repeat center / contain;
    -webkit-mask: url(../img/icon_plus.svg) no-repeat center / contain;
    width: calc(26 * (var(--rate)));
    height: calc(26 * (var(--rate)));
    position: absolute;
    bottom: calc(0 * (var(--rate)));
    left: 50%;
    transform: translateX(-50%);
  }


  .fixed_nav.fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    /* translate: 0 100%; */
    transition: translate .5s;
    z-index: 100;
    width: 100%;
  }

  .fixed_nav.fixed_right.js-scrollStatus {
    transform: translateY(100%);
    transition: all 0.6s 0.3s;
  }

  .fixed_nav.fixed_right.js-scrollStatus.scrolled-up.scrolled-up {
    transition: all 0.6s 0.3s;
    visibility: visible;
    transform: translateY(0);
    z-index: 100;
  }

  .fixed_right .menu_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0;
    background: var(--color_white);
    border: 1px solid #BF8080;
  }

  .fixed_right .menu_list li {
    width: calc(100% /3);
    position: relative;
  }

  .fixed_right .menu_list li:not(:first-of-type) {
    border-left: solid 1px #BF8080;
  }

  .fixed_right .menu_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: calc(31 * (var(--rate))) 0 calc(35 * (var(--rate)));
    padding-right: calc(35 * (var(--rate)));
    color: #BF8080;
  }

  .fixed_right .menu_list li a span {
    font-size: calc(26 * (var(--rate)));
    position: relative;
  }

  .fixed_right .menu_list li a::after {
    display: none;
  }

  .fixed_right .menu_list li a span::after {
    content: "";
    width: calc(22 * (var(--rate)));
    height: calc(12 * (var(--rate)));
    background: url(../img/arrow_bottom.svg) no-repeat center / 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-35 * (var(--rate)));
  }
}


/* ========================================================
                      * 共通設定  *
========================================================= */

.lp_contents .sp_only {
  display: none;
}

@media (max-width: 768px) {
  .lp_contents .sp_only {
    display: block;
  }
}

.lp_contents .accordion {
  transition: height 0.5s;
  overflow: hidden;
}

.lp_contents .btn_accordion {
  cursor: pointer;
  position: relative;
  font-size: calc(22 * (var(--rate)));
  padding-top: calc(50 * (var(--rate)));
  padding-bottom: calc(52 * (var(--rate)));
}

.lp_contents .btn_accordion.is-open {
  padding-top: calc(45 * (var(--rate)));
  padding-bottom: calc(21 * (var(--rate)));
}

.lp_contents .btn_accordion::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_bottom.svg) no-repeat center;
  background-size: 100%;
  width: calc(34 * (var(--rate)));
  height: calc(18 * (var(--rate)));
  top: calc(86 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
}

.lp_contents .btn_accordion.is-open::before {
  transform: translate(-50%) rotate(180deg);
  top: calc(14 * (var(--rate)));
}

.lp_contents .btn {}


.lp_contents .js-fadeUp {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(30px);
}

.lp_contents .js-fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .lp_contents .menu_list.js-fadeUp {
    opacity: 1;
    transform: translateY(0);
  }
}

.lp_contents .btn_buy {
  background: var(--color_main_01);
  width: calc(400 * (var(--rate)));
  border-radius: calc(38 * (var(--rate)));
  margin: 0 auto;
}

.lp_contents .btn_buy a {
  font-size: calc(34 * (var(--rate)));
  color: var(--color_white);
  position: relative;
  padding: calc(21 * (var(--rate))) 0;
  padding-right: calc(25 * (var(--rate)));
}

.lp_contents .btn_buy a::before {
  content: "";
  background: url(../img/arrow_right.svg) no-repeat center / 100%;
  width: calc(15 * (var(--rate)));
  height: calc(27 * (var(--rate)));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(43 * (var(--rate)));
}

.lp_contents .frame {
  width: calc(640 * (var(--rate)));
  border-radius: calc(30 * (var(--rate)));
  margin: 0 auto;
  background: var(--color_white);
  border: solid 1px var(--color_main_01);
}

.lp_contents .under_line {
  position: relative;
  z-index: 0;
}

.lp_contents .under_line::after {
  position: absolute;
  content: "";
  background: var(--color_white);
  height: calc(14 * (var(--rate)));
  width: 96%;
  bottom: calc(-3 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.lp_contents .js-fukidashi {
  opacity: 0;
}

.lp_contents .js-fukidashi.is-show {
  opacity: 1;
}

.lp_contents sup {
  font-size: 60%;
  top: -0.6em;
}

/* ========================================================
                      * sec_mv  *
========================================================= */

.sec_mv {
  width: calc(750 * (var(--rate)));
  height: calc(1060 * (var(--rate)));
  background: url(../img/mv.jpg) no-repeat center / 100%;
  position: relative;
}

.sec_mv .ttl_main {
  width: calc(634 * (var(--rate)));
  padding-top: calc(50 * (var(--rate)));
  margin: 0 auto;
}

/* ========================================================
                      * sec_setappeal  *
========================================================= */

.sec_setappeal {}

.sec_setappeal .contents_wrap {
  padding-top: calc(137 * (var(--rate)));
  padding-bottom: calc(111 * (var(--rate)));
}

.sec_setappeal .contents01 {
  padding-bottom: 0;
}

.sec_setappeal .contents04::before {
  content: "";
  position: absolute;
  bottom: calc(-120 * (var(--rate)));
  left: 0;
  width: 100%;
  height: calc(240 * (var(--rate)));
  background: url(../img/gradation_bg01.png) no-repeat center / 100%;
  /* background: linear-gradient(to bottom,
      #E6D6D8 0%,
      #EAE6E5 100%);
  background: linear-gradient(to bottom,
      rgba(230, 214, 216, 0) 0%,
      rgba(230, 214, 216, 0) 20%,
      #E6D6D8 20%,
      #EAE6E5 80%,
      rgba(234, 230, 229, 0) 80%,
      rgba(234, 230, 229, 0) 100%); */
  pointer-events: none;
  z-index: -1;

  /* background: linear-gradient(to bottom,
      rgba(234, 230, 229, 0) 0%,
      rgba(234, 230, 229, 0) 20%,
      #EAE6E5 20%,
      #E3CFD0 80%,
      rgba(234, 230, 229, 0) 80%,
      rgba(234, 230, 229, 0) 100%); */

}

.sec_setappeal .contents02 {
  background: url(../img/contents02_bg.png) no-repeat center top / 100%;
  padding-top: calc(204 * (var(--rate)));
  padding-bottom: calc(98 * (var(--rate)));
}

.sec_setappeal .contents03 {
  padding-top: 0;
  padding-bottom: 0;
}

.sec_setappeal .contents04 {
  background: url(../img/contents04_bg.png) no-repeat center top / 100%;
  padding-top: calc(103 * (var(--rate)));
  padding-bottom: calc(120 * (var(--rate)));
  position: relative;
  z-index: 0;
}

.sec_setappeal .contents04::after {
  content: "";
  background: url(../img/contents04_bg_overlap.png) no-repeat center top / 100%;
  width: calc(750 * (var(--rate)));
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec_setappeal .fukidashi_lead {
  width: calc(680 * (var(--rate)));
  margin: 0 auto;
}

.sec_setappeal .lead {
  font-size: calc(26 * (var(--rate)));
  padding-left: calc(7 * (var(--rate)));
  margin-top: calc(30 * (var(--rate)));
}

.sec_setappeal .ttl {
  font-size: calc(44 * (var(--rate)));
  margin-top: calc(44 * (var(--rate)));
  padding-left: calc(10 * (var(--rate)));
}

.sec_setappeal .ttl span {
  font-size: calc(34 * (var(--rate)));
  margin-bottom: calc(21 * (var(--rate)));
  display: block;
  line-height: calc(59.5 / 34);
}

.sec_setappeal .contents01 .graph_wrap {
  width: calc(600 * (var(--rate)));
  margin: calc(76 * (var(--rate))) auto 0;
  /* overflow: hidden; */
}

.sec_setappeal .contents01 .graph_wrap .graph {
  position: relative;
}

.sec_setappeal .contents01 .graph_wrap .graph:not(:first-of-type) {
  margin-top: calc(64 * (var(--rate)));
}

.sec_setappeal .contents01 .graph_wrap .graph_category {
  font-size: calc(30 * (var(--rate)));
  text-align: left;
  padding-left: calc(10 * (var(--rate)));
  margin-top: calc(-10 * (var(--rate)));
}

.sec_setappeal .contents01 .graph_wrap .graph_line_wrap {
  margin-top: calc(20 * (var(--rate)));
  border-radius: calc(10 * (var(--rate)));
  position: relative;
  /* overflow-x: clip; */
}

.sec_setappeal .contents01 .graph_wrap .graph_line_wrap::before {
  content: "";
  background: var(--color_white);
  width: calc(600 * (var(--rate)));
  height: calc(20 * (var(--rate)));
  border-radius: calc(10 * (var(--rate)));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec_setappeal .contents01 .graph_wrap .graph_line {
  background: var(--color_main_02);
  height: calc(20 * (var(--rate)));
  border-radius: calc(10 * (var(--rate)));
  display: block;
  transform-origin: left;
  /* transform: scaleX(0); */
  position: relative;
  width: 0;
}

.sec_setappeal .contents01 .graph_wrap.is-show .graph_line {
  animation: graphanime 2.5s forwards;
  animation-delay: 1s;
}

.sec_setappeal .contents01 .graph_wrap .graph_line_bar {
  overflow-x: clip;
}

.sec_setappeal .contents01 .graph_wrap .item01 .graph_line_bar {
  width: 98%;
}

.sec_setappeal .contents01 .graph_wrap .item02 .graph_line_bar {
  width: 96%;
}

.sec_setappeal .contents01 .graph_wrap .item03 .graph_line_bar {
  width: 98%;
}

.sec_setappeal .contents01 .graph_wrap .item04 .graph_line_bar {
  width: 97%;
}


@keyframes graphanime {
  to {
    width: 100%;
  }
}

.sec_setappeal .contents01 .graph_wrap .graph_line::after {
  content: "";
  width: calc(40 * (var(--rate)));
  height: calc(40 * (var(--rate)));
  background: var(--color_white);
  border-radius: 50%;
  border: solid 2px var(--color_main_01);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec_setappeal .contents01 .graph_wrap .percent_wrap {
  background: var(--color_main_01);
  width: fit-content;
  border-radius: calc(25 * (var(--rate)));
  margin-left: auto;
  margin-right: 0;
  position: relative;
  opacity: 0;
  width: calc(180 * (var(--rate)));
  height: calc(90 * (var(--rate)));
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_setappeal .contents01 .graph_wrap .percent_wrap::after {
  content: "";
  background: url(../img/fukidashi_toge.svg)no-repeat center / 100%;
  width: calc(13 * (var(--rate)));
  height: calc(14 * (var(--rate)));
  position: absolute;
  top: 100%;
  right: calc(24 * (var(--rate)));
}

.sec_setappeal .contents01 .graph_wrap .item02 .percent_wrap::after {
  right: calc(36 * (var(--rate)));
}

.sec_setappeal .contents01 .graph_wrap .item04 .percent_wrap::after {
  right: calc(33 * (var(--rate)));
}

.sec_setappeal .contents01 .graph_wrap.is-show .percent_wrap {
  opacity: 1;
  animation: move-pop 0.8s ease-in-out;
  animation-delay: 2s;
  transition-delay: 2s;
}

@keyframes move-pop {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(105%);
  }

  85% {
    transform: scale(95%);
  }

  100% {
    transform: scale(100%);
  }
}

.sec_setappeal .contents01 .graph_wrap .percent {
  font-size: calc(50 * (var(--rate)));
  font-weight: 700;
  color: var(--color_white);
}

.sec_setappeal .contents01 .graph_wrap .percent sup {
  font-size: .4em;
  vertical-align: unset;
  margin-left: calc(-12 * (var(--rate)));
  display: inline-block;
  top: -1.1em;
}

.sec_setappeal .note {
  font-size: calc(20 * (var(--rate)));
  width: calc(600 * (var(--rate)));
  margin: calc(84 * (var(--rate))) auto 0;
  text-align: justify;
  line-height: calc(32/20);
}

.sec_setappeal .note sup {
  font-size: 60%;
  top: -0.6em;
}

/* contents02 ここから*/

.sec_setappeal .accordion {
  margin-top: calc(73 * (var(--rate)));
  height: calc(450 * (var(--rate)));
}

.sec_setappeal .accordion_inner {
  padding-inline: calc(40 * (var(--rate)));
}

.sec_setappeal .accordion .fukidashi_wrap {
  margin-left: 0;
  margin-right: auto;
}

.sec_setappeal .accordion .fukidashi_wrap:not(:first-of-type) {
  margin-top: calc(40 * (var(--rate)));
}

.sec_setappeal .accordion .fukidashi_wrap:nth-of-type(1) {
  width: calc(520 * (var(--rate)));
}

.sec_setappeal .accordion .fukidashi_wrap:nth-of-type(2) {
  width: calc(580 * (var(--rate)));
  transition-delay: .6s;
}

.sec_setappeal .accordion .fukidashi_wrap:nth-of-type(3) {
  width: calc(560 * (var(--rate)));
  transition-delay: .6s;
}

.sec_setappeal .accordion .fukidashi_wrap:nth-of-type(4) {
  width: calc(460 * (var(--rate)));
  transition-delay: 1.2s;
}

.sec_setappeal .accordion .fukidashi_wrap:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
}

.sec_setappeal .accordion .note {
  margin-top: calc(607 * (var(--rate)));
  margin-right: calc(36 * (var(--rate)));
  text-align: right;
}

/* contents03 ここから*/
.sec_setappeal .contents03 .graph_wrap {
  width: calc(600 * (var(--rate)));
  height: calc(560 * (var(--rate)));
  background: #fff;
  background: url(../img/graph_bg.png) no-repeat center / 100%;
  margin: calc(75 * (var(--rate))) auto 0;
  position: relative;
}


.sec_setappeal .contents03 .graph_wrap .graph_parts {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 1s;
}

.sec_setappeal .contents03 .graph_wrap .graph_parts.parts01 {
  height: 2px;
  width: calc(600 * (var(--rate)));
  background-image: url(../img/graph_img01.png);
  background-repeat: no-repeat;
  background-size: calc(600 * (var(--rate))) calc(366 * (var(--rate)));
  background-position: left bottom;
}

.sec_setappeal .contents03 .graph_wrap.is-show .graph_parts.parts01 {
  height: 100%;
  transition: height 2s;
  transition-delay: .8s;
}

.sec_setappeal .contents03 .graph_wrap .graph_parts.parts02 {
  opacity: 0;
}

.sec_setappeal .contents03 .graph_wrap.is-show .graph_parts.parts02 {
  transition-delay: 2s;
  opacity: 1;
}

.sec_setappeal .contents03 .graph_wrap .graph_parts.parts03 {
  transition: all 2s;
  transition-delay: 2.6s;
  clip-path: inset(0 100% 0 0);
}

.sec_setappeal .contents03 .graph_wrap.is-show .graph_parts.parts03 {
  clip-path: inset(0 0 0 0);
}

.sec_setappeal .contents03 .graph_note {
  font-size: calc(20 * (var(--rate)));
  margin-top: calc(42 * (var(--rate)));
}

.sec_setappeal .campaign_lead {
  font-size: calc(24 * (var(--rate)));
  margin-top: calc(100 * (var(--rate)));
}

.lp_contents .price_wrap {
  margin-top: calc(45 * (var(--rate)));
  display: flex;
  justify-content: flex-start;
  gap: calc(82 * (var(--rate)));
  position: relative;
  margin-left: calc(95 * (var(--rate)));
}

.lp_contents .price_wrap::before {
  content: "";
  width: calc(40 * (var(--rate)));
  height: calc(8 * (var(--rate)));
  background: url(../img/icon_strikethrough.svg) no-repeat center / 100%;
  position: absolute;
  top: calc(8 * (var(--rate)));
  left: calc(8 * (var(--rate)));
  left: 50%;
  transform: translateX(calc(-50% + calc(10 * (var(--rate)))));
}

.lp_contents .price_wrap .price {
  font-size: calc(24 * (var(--rate)));
}

.lp_contents .price_wrap .price .diagonal_line {
  /* text-decoration: line-through; */
  position: relative;
}

.lp_contents .price_wrap .price .diagonal_line::after {
  content: "";
  background: var(--color_main_01);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lp_contents .price_wrap .price:nth-of-type(2),
.lp_contents .price_wrap .price:nth-of-type(2) .tax {
  font-weight: 700;
}

.lp_contents .price_wrap .tax {
  font-size: calc(20 * (var(--rate)));
}


.sec_setappeal .contents03 .btn_buy {
  margin-top: calc(60 * (var(--rate)));
}

.sec_setappeal .contents03 dl {
  padding-top: calc(50 * (var(--rate)));
  padding-bottom: calc(48 * (var(--rate)));
  background: #CA9991;
}

.sec_setappeal .contents03 dl.is-open {
  padding-bottom: calc(46 * (var(--rate)));
}

.sec_products .products_wrap.products02 .products_other dl.is-open {
  padding-bottom: calc(50 * (var(--rate)));
}

.sec_products .products_wrap.products04 .products_other dl.is-open {
  padding-bottom: calc(47 * (var(--rate)));
}

.sec_setappeal .contents03 dt {
  position: relative;
  cursor: pointer;
}

.sec_setappeal .contents03 dt .ttl_sub {
  font-size: calc(32 * (var(--rate)));
  color: var(--color_white);
  text-align: left;
  padding-left: calc(43 * (var(--rate)));
}

.sec_setappeal .contents03 dd {
  transition: all .5s;
  height: 0;
  overflow: hidden;
}

.sec_setappeal .contents03 dt .btn_toggle {
  position: absolute;
  top: calc(2 * (var(--rate)));
  right: calc(43 * (var(--rate)));
  width: calc(28 * (var(--rate)));
  height: calc(28 * (var(--rate)));
}

.sec_setappeal .contents03 dt .btn_toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color_white);
  content: "";
  backface-visibility: hidden;
  transform: translateY(-50%);
}

.sec_setappeal .contents03 dt.is-open .btn_toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color_white);
  content: "";
  backface-visibility: hidden;
  transform: translateY(-50%);
}

.sec_setappeal .contents03 dt .btn_toggle::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--color_white);
  content: "";
  transition: .3s;
  transform: translateX(-50%);
}

.sec_setappeal .contents03 dt.is-open .btn_toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.sec_setappeal .contents03 dd .txt_wrap {
  background: var(--color_white);
  border-radius: calc(30 * (var(--rate)));
  width: calc(700 * (var(--rate)));
  margin: calc(66 * (var(--rate))) auto 0;
  padding-top: calc(61 * (var(--rate)));
  padding-bottom: calc(56 * (var(--rate)));
  padding-inline: calc(53 * (var(--rate))) calc(45 * (var(--rate)));
  position: relative;
}

.sec_setappeal .contents03 dd .txt_wrap::before {
  content: "";
  position: absolute;
  top: calc(-20 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon_toge.svg) no-repeat center / 100%;
  width: calc(20 * (var(--rate)));
  height: calc(22 * (var(--rate)));
}

.sec_setappeal .contents03 dd .txt {
  font-size: calc(23 * (var(--rate)));
  line-height: calc(46/23);
  text-align: justify;
}

.sec_setappeal .contents03 dd .txt:first-of-type {}

.sec_setappeal .contents03 dd .txt:not(:first-of-type) {
  margin-top: calc(36 * (var(--rate)));
}

.sec_setappeal .contents03 dd .txt .txt_bold {
  font-weight: 700;
}

/* contents04 ここから*/

.sec_setappeal .contents04 .ttl {
  line-height: calc(77/44);
  margin-top: 0;
}

.sec_setappeal .contents04 .ttl span {
  font-weight: 700;
}

.sec_setappeal .contents04 .ttl .under_line {
  font-size: calc(44 * (var(--rate)));
  width: fit-content;
  margin: 0 auto;
}

.sec_setappeal .contents04 .ttl .under_line::after {
  height: calc(20 * (var(--rate)));
  width: 105%;
  bottom: calc(13 * (var(--rate)));
}

.sec_setappeal .contents04 .modal_btn {
  width: calc(260 * (var(--rate)));
  height: calc(260 * (var(--rate)));
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  border: solid 1px var(--color_main_01);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: calc(55 * (var(--rate)));
}

.sec_setappeal .contents04 .modal_btn01 {
  margin-top: calc(66 * (var(--rate)));
  margin-left: calc(140 * (var(--rate)));
}

.sec_setappeal .contents04 .modal_btn02 {
  margin-top: calc(327 * (var(--rate)));
  margin-left: calc(302 * (var(--rate)));
}

.sec_setappeal .contents04 .modal_btn p {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(42/28);
  position: relative;
}

.sec_setappeal .contents04 .modal_btn p span {
  font-size: calc(35 * (var(--rate)));
  font-weight: 700;
}

.sec_setappeal .contents04 .modal_btn01 p {
  padding-left: calc(5 * (var(--rate)));
}

.sec_setappeal .contents04 .modal_btn p::after {
  content: "";
  background: url(../img/icon_plus.svg) no-repeat center / 100%;
  width: calc(30 * (var(--rate)));
  height: calc(30 * (var(--rate)));
  display: block;
  margin: calc(22 * (var(--rate))) auto 0;
}

.sec_setappeal .contents04 .modal_toggle {
  width: calc(260 * (var(--rate)));
  height: calc(260 * (var(--rate)));
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.sec_setappeal .contents04 .modal_toggle01 {
  top: calc(324 * (var(--rate)));
  left: calc(140 * (var(--rate)));
}

.sec_setappeal .contents04 .modal_toggle02 {
  top: calc(909 * (var(--rate)));
  right: calc(189 * (var(--rate)));
}

.sec_setappeal .contents04 .campaign_apeal {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(49/28);
  margin-top: calc(67 * (var(--rate)));
  padding-left: calc(5 * (var(--rate)));
}

.sec_setappeal .contents04 .campaign_lead {
  margin-top: calc(90 * (var(--rate)));
}

.sec_setappeal .contents04 .price_wrap {}

.sec_setappeal .contents04 .btn_buy {
  margin-top: calc(60 * (var(--rate)));
  position: relative;
  z-index: 2;
}

.sec_setappeal .contents04 .note {
  font-size: calc(20 * (var(--rate)));
  margin: calc(56 * (var(--rate))) auto 0;
  text-align: center;
}

.sec_setappeal .contents04 .who_recommend {
  margin-top: calc(113 * (var(--rate)));
}

.sec_setappeal .contents04 .who_recommend .frame {
  background: rgb(255, 255, 255, .6);
}

.sec_setappeal .contents04 .who_recommend .who_recommend_ttl {
  font-size: calc(36 * (var(--rate)));
  padding-top: calc(78 * (var(--rate)));
}

.sec_setappeal .contents04 .who_recommend .check_wrap {
  margin-top: calc(56 * (var(--rate)));
  margin-bottom: calc(82 * (var(--rate)));
  padding-left: calc(156 * (var(--rate)));
}

.sec_setappeal .contents04 .who_recommend .check {
  font-size: calc(26 * (var(--rate)));
  text-align: left;
  position: relative;
}

.sec_setappeal .contents04 .who_recommend .check:not(:first-of-type) {
  margin-top: calc(44 * (var(--rate)));
}

.sec_setappeal .contents04 .who_recommend .check::before {
  content: "";
  width: calc(40 * (var(--rate)));
  height: calc(40 * (var(--rate)));
  border-radius: calc(8 * (var(--rate)));
  background: #CA9991;
  position: absolute;
  top: 50%;
  left: calc(-63 * (var(--rate)));
  transform: translateY(-50%);
}

.sec_setappeal .contents04 .who_recommend .check::after {
  content: "";
  width: calc(32 * (var(--rate)));
  height: calc(24 * (var(--rate)));
  background: url(../img/icon_check.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  left: calc(-52 * (var(--rate)));
  transform: translateY(-50%);
  /* 最初は左 0％だけ切り抜く＝見えない */

  clip-path: inset(0 100% 0 0);
}

.sec_setappeal .contents04 .who_recommend.is-show .check::after {
  animation: checkanime .5s ease-out forwards;
}

.sec_setappeal .contents04 .who_recommend .check:nth-of-type(1):after {
  animation-delay: 1s;
}

.sec_setappeal .contents04 .who_recommend .check:nth-of-type(2):after {
  animation-delay: 1.5s;
}

.sec_setappeal .contents04 .who_recommend .check:nth-of-type(3):after {
  animation-delay: 2s;
}

.sec_setappeal .contents04 .who_recommend .check:nth-of-type(4):after {
  animation-delay: 2.5s;
}

.sec_setappeal .contents04 .who_recommend .check:nth-of-type(5):after {
  animation-delay: 3s;
}

@keyframes checkanime {
  0% {
    clip-path: inset(0 100% 0 0);
    /* 左 0% → 完全に隠れてる */
  }

  100% {
    clip-path: inset(0 0 0 0);
    /* 全部表示 */
  }
}

/* ========================================================
                      * sec_products  *
========================================================= */

.sec_products {
  padding-top: calc(143 * (var(--rate)));
}

.sec_products .lead_ttl {
  font-size: calc(44 * (var(--rate)));
  padding-left: calc(13 * (var(--rate)));
}

.sec_products .lead_ttl span {
  font-size: calc(34 * (var(--rate)));
  display: block;
  margin-top: calc(9 * (var(--rate)));
  line-height: calc(59.5/34);
}

.sec_products .anker_link {
  margin-top: calc(63 * (var(--rate)));
}

.sec_products .anker_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(57 * (var(--rate)));
}

.sec_products .anker_link li {}

.sec_products .anker_link a {
  position: relative;
}

.sec_products .anker_link li a::before {
  font-size: calc(60 * (var(--rate)));
  position: absolute;
  color: var(--color_main_02);
}

.sec_products .anker_link li:nth-of-type(1) a::before {
  content: "1";
  top: calc(25 * (var(--rate)));
  left: calc(24 * (var(--rate)));
}

.sec_products .anker_link li:nth-of-type(2) a::before {
  content: "2";
  top: calc(24 * (var(--rate)));
  left: calc(30 * (var(--rate)));
}

.sec_products .anker_link a::after {
  content: "";
  background: url(../img/arrow_bottom.svg) no-repeat center / 100%;
  width: calc(22 * (var(--rate)));
  height: calc(12 * (var(--rate)));
  position: absolute;
  bottom: calc(20 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
}

.sec_products .anker_link .frame {
  width: calc(240 * (var(--rate)));
  border: solid 1px #BF8080;
  padding-bottom: calc(38 * (var(--rate)));
}

.sec_products .anker_link .anker_link_img {
  width: calc(160 * (var(--rate)));
  margin: calc(16 * (var(--rate))) auto 0;
}

.sec_products .anker_link .anker_link_txt {
  font-size: calc(22 * (var(--rate)));
  line-height: calc(27.5/22);
  margin-top: calc(3 * (var(--rate)));
  color: #BF8080;
}

.sec_products .products_wrap {
  padding-top: calc(294 * (var(--rate)));
}

.sec_products .products02 {
  padding-top: calc(297 * (var(--rate)));
}

.sec_products .ttl {
  font-size: calc(64 * (var(--rate)));
  line-height: calc(76.8/64);
  position: relative;
  padding-left: calc(14 * (var(--rate)));
}

.sec_products .ttl::before {
  content: "1";
  font-size: calc(280 * (var(--rate)));
  color: var(--color_main_02);
  position: absolute;
  top: calc(-226 * (var(--rate)));
  left: 50%;
  transform: translateX(calc(-50% + calc(-5 * (var(--rate)))));
  z-index: -1;
}

.sec_products .products02 .ttl::before {
  content: "2";
  transform: translateX(calc(-50% + calc(10 * (var(--rate)))));
}

.sec_products .ttl span {
  font-size: calc(22 * (var(--rate)));
  display: block;
  margin-top: calc(35 * (var(--rate)));
  margin-left: calc(-14 * (var(--rate)));
}

.sec_products .tag {
  width: calc(180 * (var(--rate)));
  height: calc(48 * (var(--rate)));
  font-size: calc(26 * (var(--rate)));
  color: var(--color_white);
  background: #CA9991;
  border-radius: calc(15 * (var(--rate)));
  margin: calc(53 * (var(--rate))) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_products .products02 .tag {
  margin: calc(48 * (var(--rate))) auto 0;
}

.sec_products .visual_wrap {
  width: calc(750 * (var(--rate)));
  height: calc(1125 * (var(--rate)));
  margin-top: calc(78 * (var(--rate)));
  position: relative;
}

.sec_products .products01 .visual_wrap {
  background: url(../img/products01_visual.jpg) no-repeat center top / 100%;
}

.sec_products .products02 .visual_wrap {
  background: url(../img/products02_visual.jpg) no-repeat center top / 100%;
  margin-top: calc(78 * (var(--rate)));
}

.sec_products .ttl_hash {
  font-size: calc(44 * (var(--rate)));
  font-weight: 700;
  text-align: left;
  color: var(--color_white);
  margin-top: calc(28 * (var(--rate)));
  margin-left: calc(56 * (var(--rate)));
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec_products .products02 .ttl_hash {
  margin-top: calc(30 * (var(--rate)));
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.sec_products .ttl_sub_hash {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(49/28);
  letter-spacing: .14em;
  text-align: left;
  color: var(--color_white);
  padding-top: calc(57 * (var(--rate)));
  margin-left: calc(59 * (var(--rate)));
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec_products .products02 .ttl_sub_hash {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding-top: calc(938 * (var(--rate)));
}

.sec_products .visual_wrap .icon {
  width: calc(160 * (var(--rate)));
  margin-left: calc(41 * (var(--rate)));
  position: absolute;
  bottom: calc(30 * (var(--rate)));
}

.sec_products .lead {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(49/28);
  margin-top: calc(90 * (var(--rate)));
  padding-left: calc(7 * (var(--rate)));
}

.sec_products .name {
  font-size: calc(24 * (var(--rate)));
  margin-top: calc(70 * (var(--rate)));
}

.sec_products .products02 .name {
  margin-top: calc(66 * (var(--rate)));
}

.sec_products .price_wrap {
  display: block;
  margin-left: 0;
  margin-top: calc(43 * (var(--rate)));
}

.sec_products .price_wrap::before {
  display: none;
}

.sec_products .price_wrap .price:nth-of-type(2) {
  margin-top: calc(38 * (var(--rate)));
}

.sec_products .price_wrap .price:nth-of-type(2),
.sec_products .price_wrap .price:nth-of-type(2) .tax {
  font-weight: 400;
}

.sec_products .price_wrap .price {}

.sec_products .price_wrap .capacity {
  font-size: calc(22 * (var(--rate)));
}

.sec_products .price_wrap .price_tag {
  font-size: calc(22 * (var(--rate)));
  color: var(--color_white);
  background: #CA9991;
  border-radius: calc(10 * (var(--rate)));
  width: fit-content;
  margin: calc(48 * (var(--rate))) auto 0;
  padding: calc(6 * (var(--rate))) calc(12 * (var(--rate)));
}

.sec_products .price_wrap .tax {}

.sec_products .btn_buy {
  width: calc(330 * (var(--rate)));
  margin-top: calc(65 * (var(--rate)));
}

.sec_products .btn_buy a {
  font-size: calc(36 * (var(--rate)));
  padding-right: calc(33 * (var(--rate)));
}

.sec_products .btn_buy a::before {
  right: calc(45 * (var(--rate)));
}

.sec_products .products_note {
  font-size: calc(20 * (var(--rate)));
  padding-inline: calc(77 * (var(--rate)));
  margin-top: calc(54 * (var(--rate)));
  text-align: justify;
  line-height: calc(32/20);
  position: relative;
  z-index: 1;
}

.sec_products .products_note sup {
  font-size: 60%;
  top: -0.6em;
}

.sec_products .key_ingredient {
  margin-top: calc(118 * (var(--rate)));
  padding-top: calc(112 * (var(--rate)));
  position: relative;
}

.sec_products .products01 .key_ingredient {
  background: url(../img/products01_key_ingredient_bg.jpg) no-repeat center top / 100%;
  width: calc(750 * (var(--rate)));
  height: calc(1648 * (var(--rate)));
  position: relative;
  z-index: 0;
}

.sec_products .products01 .key_ingredient::before {
  content: "";
  position: absolute;
  top: calc(-120 * (var(--rate)));
  left: 0;
  width: 100%;
  height: calc(240 * (var(--rate)));
  background: url(../img/key_ingredient01_bg.png) no-repeat center / 100%;
  z-index: -1;
}

.sec_products .products01 .key_ingredient::after {
  content: "";
  position: absolute;
  bottom: calc(-120 * (var(--rate)));
  left: 0;
  width: 100%;
  height: calc(240 * (var(--rate)));
  background: url(../img/gradation_bg01.png) no-repeat center / 100%;
  z-index: -1;
}

.sec_products .products02 .key_ingredient::after {
  content: "";
  position: absolute;
  bottom: calc(-120 * (var(--rate)));
  left: 0;
  width: 100%;
  height: calc(240 * (var(--rate)));
  background: url(../img/gradation_bg01.png) no-repeat center / 100%;
  z-index: -1;
}

.sec_products .products02 .key_ingredient {
  background: url(../img/products02_key_ingredient_bg.jpg) no-repeat center top / 100%;
  width: calc(750 * (var(--rate)));
  height: calc(1568 * (var(--rate)));
  margin-top: 0;
  padding-top: calc(120 * (var(--rate)));
  position: relative;
  z-index: 0;
}

.sec_products .key_ingredient .key_ingredient_ttl {
  font-size: calc(44 * (var(--rate)));
}

.sec_products .key_ingredient .key_ingredient_ttl span {
  font-size: calc(26 * (var(--rate)));
  display: block;
  margin-bottom: calc(50 * (var(--rate)));
}

.sec_products .key_ingredient .ingredient {
  position: absolute;
}

.sec_products .key_ingredient .ingredient .ingredient_inner {
  display: flex;
}

.sec_products .key_ingredient .ingredient .img {
  width: calc(240 * (var(--rate)));
  flex: 0 0 auto;
}

.sec_products .key_ingredient .ingredient .appeal_txt {
  text-align: left;
  flex: 0 0 auto;
}

.sec_products .products01 .key_ingredient .ingredient01 {
  top: calc(352 * (var(--rate)));
  left: calc(58 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient01 .ingredient_inner {
  flex-direction: column;
}

.sec_products .products01 .key_ingredient .ingredient01 .img {}

.sec_products .products01 .key_ingredient .ingredient01 .appeal_txt {
  margin-left: calc(31 * (var(--rate)));
  margin-bottom: calc(31 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient02 {
  top: calc(307 * (var(--rate)));
  right: calc(58 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient02 .ingredient_inner {
  flex-direction: column-reverse;
}

.sec_products .products01 .key_ingredient .ingredient02 .img {
  width: calc(230 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient02 .appeal_txt {
  margin-left: calc(14 * (var(--rate)));
  margin-top: calc(25 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient03 {
  bottom: calc(156 * (var(--rate)));
  right: calc(50 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient03 .ingredient_inner {
  align-items: flex-end;
  gap: calc(24 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient03 .img {
  width: calc(236 * (var(--rate)));
}

.sec_products .products01 .key_ingredient .ingredient03 .appeal_txt {
  text-align: right;
  margin-bottom: calc(-8 * (var(--rate)));
}

.sec_products .products02 .key_ingredient .ingredient01 {
  top: calc(309 * (var(--rate)));
  left: calc(65 * (var(--rate)));
}

.sec_products .products02 .key_ingredient .ingredient01 .ingredient_inner {
  gap: calc(14 * (var(--rate)));
  flex-direction: column;
}

.sec_products .products02 .key_ingredient .ingredient01 .img {
  width: calc(232 * (var(--rate)));
  margin-left: calc(45 * (var(--rate)));
}

.sec_products .products02 .key_ingredient .ingredient01 .appeal_txt {}

.sec_products .products02 .key_ingredient .ingredient02 {
  top: calc(984 * (var(--rate)));
  right: calc(79 * (var(--rate)));
}

.sec_products .products02 .key_ingredient .ingredient02 .ingredient_inner {
  flex-direction: column-reverse;
  gap: calc(37 * (var(--rate)));
  align-items: flex-end;
}

.sec_products .products02 .key_ingredient .ingredient02 .img {
  width: calc(234 * (var(--rate)));
}

.sec_products .products02 .key_ingredient .ingredient02 .appeal_txt {
  margin-right: 0;
}

.sec_products .products02 .key_ingredient .ingredient03 {
  top: calc(1075 * (var(--rate)));
  left: calc(105 * (var(--rate)));
}

.sec_products .products02 .key_ingredient .ingredient03 .ingredient_inner {
  flex-direction: column;
  gap: calc(32 * (var(--rate)));
  align-items: flex-start;
}

.sec_products .products02 .key_ingredient .ingredient03 .img {
  width: calc(235 * (var(--rate)));
  margin-left: calc(-23 * (var(--rate)));
}

.sec_products .products02 .key_ingredient .ingredient03 .appeal_txt {}

.sec_products .key_ingredient .appeal_txt {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(36/24);
}

.sec_products .key_ingredient .appeal_txt span {
  font-weight: 700;
}

.sec_products .key_ingredient .note {
  font-size: calc(20 * (var(--rate)));
  line-height: calc(32 / 20);
  text-align: justify;
  position: absolute;
  bottom: calc(6 * (var(--rate)));
  padding: 0 calc(37 * (var(--rate)));
}

.sec_products .key_ingredient .note sup {
  font-size: 60%;
  top: -0.6em;
}

.sec_products .products02 .key_ingredient .note {
  bottom: calc(-36 * (var(--rate)));
}

.sec_products .products02 dl {
  padding-top: calc(50 * (var(--rate)));
  padding-bottom: calc(48 * (var(--rate)));
  background: #CA9991;
  margin-top: calc(120 * (var(--rate)));
}

.sec_products .products02 dl.is-open {
  padding-bottom: calc(46 * (var(--rate)));
}

.sec_products .products_wrap.products02 .products_other dl.is-open {
  padding-bottom: calc(50 * (var(--rate)));
}

.sec_products .products_wrap.products04 .products_other dl.is-open {
  padding-bottom: calc(47 * (var(--rate)));
}

.sec_products .products02 dt {
  position: relative;
  cursor: pointer;
}

.sec_products .products02 dt .ttl_sub {
  font-size: calc(32 * (var(--rate)));
  color: var(--color_white);
  text-align: left;
  padding-left: calc(51 * (var(--rate)));
}

.sec_products .products02 dd {
  transition: all .5s;
  height: 0;
  overflow: hidden;
}

.sec_products .products02 dt .btn_toggle {
  position: absolute;
  top: calc(2 * (var(--rate)));
  right: calc(53 * (var(--rate)));
  width: calc(28 * (var(--rate)));
  height: calc(28 * (var(--rate)));
}

.sec_products .products02 dt .btn_toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color_white);
  content: "";
  backface-visibility: hidden;
  transform: translateY(-50%);
}

.sec_products .products02 dt.is-open .btn_toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color_white);
  content: "";
  backface-visibility: hidden;
  transform: translateY(-50%);
}

.sec_products .products02 dt .btn_toggle::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--color_white);
  content: "";
  transition: .3s;
  transform: translateX(-50%);
}

.sec_products .products02 dt.is-open .btn_toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.sec_products .products02 dd .txt_wrap {
  background: var(--color_white);
  border-radius: calc(30 * (var(--rate)));
  width: calc(700 * (var(--rate)));
  margin: calc(73 * (var(--rate))) auto 0;
  padding-top: calc(61 * (var(--rate)));
  padding-bottom: calc(56 * (var(--rate)));
  padding-inline: calc(65 * (var(--rate))) calc(45 * (var(--rate)));
  position: relative;
}

.sec_products .products02 dd .txt_wrap::before {
  content: "";
  position: absolute;
  top: calc(-20 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon_toge.svg) no-repeat center / 100%;
  width: calc(20 * (var(--rate)));
  height: calc(22 * (var(--rate)));
}

.sec_products .products02 dd .txt {
  font-size: calc(23 * (var(--rate)));
  line-height: calc(46/23);
  text-align: justify;
}

.sec_products .products02 dd .txt:first-of-type {}

.sec_products .products02 dd .txt:not(:first-of-type) {
  margin-top: calc(36 * (var(--rate)));
}

.sec_products .products02 dd .txt .txt_bold {
  font-weight: 700;
}

/* ========================================================
                      * sec_howtouse  *
========================================================= */

.sec_howtouse {
  padding-top: calc(203 * (var(--rate)));

}

.sec_howtouse .howtouse_wrap {
  padding-bottom: calc(111 * (var(--rate)));
  position: relative;
  z-index: 0;
}

.sec_howtouse .howtouse_wrap::after {
  content: "";
  position: absolute;
  bottom: calc(-120 * (var(--rate)));
  left: 0;
  width: 100%;
  height: calc(240 * (var(--rate)));
  background: url(../img/howtouse_ingredient01_bg.png) no-repeat center / 100%;
  z-index: -1;
}

.sec_howtouse .howtouse_wrap .ttl {
  font-size: calc(44 * (var(--rate)));
  line-height: calc(77/44);
}

.sec_howtouse .howtouse_wrap .ttl:nth-of-type(2) {
  margin-top: calc(133 * (var(--rate)));
  line-height: calc(66/44);
}

.sec_howtouse .howtouse_wrap .ttl span {
  font-size: calc(26 * (var(--rate)));
  margin-bottom: calc(34 * (var(--rate)));
  display: block;
}

.sec_howtouse .howtouse_wrap .ttl:nth-of-type(2) span {
  margin-bottom: calc(37 * (var(--rate)));
}

.sec_howtouse .howtouse_wrap .scroll_wrap {
  width: calc(750 * (var(--rate)));
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  scrollbar-width: none;
  margin-top: calc(57 * (var(--rate)));
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.sec_howtouse .howtouse_wrap .scroll_wrap ul {
  display: flex;
  gap: calc(59 * (var(--rate)));
  width: calc(1140 * (var(--rate)));
  margin-inline: calc(105 * (var(--rate)));
  position: relative;
}

.sec_howtouse .howtouse_wrap .scroll_wrap ul::before {
  content: "";
  background: url(../img/icon_bar.svg) no-repeat center / 100%;
  width: calc(620 * (var(--rate)));
  height: calc(20 * (var(--rate)));
  position: absolute;
  top: calc(238 * (var(--rate)));
  left: 50%;
  transform: translateX(-50%);
}

.sec_howtouse .howtouse_wrap .scroll_wrap ul>li {}

.sec_howtouse .howtouse_wrap .scroll_wrap ul>li:nth-of-type(2) {
  padding-right: calc(105 * (var(--rate)));
}

.sec_howtouse .howtouse_wrap .scroll_wrap .icon_dayparts {
  width: calc(140 * (var(--rate)));
  margin: 0 auto;
}

.sec_howtouse .howtouse_wrap .scroll_wrap .txt_dayparts {
  font-size: calc(30 * (var(--rate)));
  margin-top: calc(32 * (var(--rate)));
}

.sec_howtouse .howtouse_wrap .scroll_wrap .frame {
  width: calc(540 * (var(--rate)));
  margin-top: calc(95 * (var(--rate)));
  padding-bottom: calc(46 * (var(--rate)));
}

.sec_howtouse .howtouse_wrap .scroll_wrap ol {
  padding: calc(50 * (var(--rate))) calc(46 * (var(--rate)));
}

.sec_howtouse .howtouse_wrap .scroll_wrap ol li {
  counter-increment: num;
  padding-left: calc(27 * (var(--rate)));
  position: relative;
  text-align: justify;
  font-size: calc(24 * (var(--rate)));
  line-height: calc(42/24);
}

.sec_howtouse .howtouse_wrap .scroll_wrap ol li:not(:first-of-type) {
  margin-top: calc(18 * (var(--rate)));
}

.sec_howtouse .howtouse_wrap .scroll_wrap ul>li:nth-of-type(2) ol li:nth-of-type(2) {
  white-space: nowrap;
}

.sec_howtouse .howtouse_wrap .scroll_wrap ol li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
}

.sec_howtouse .howtouse_wrap .scroll_wrap .band {
  font-size: calc(26 * (var(--rate)));
  color: var(--color_white);
  background: var(--color_main_02);
  padding: calc(10 * (var(--rate))) 0;
}

.sec_howtouse .howtouse_wrap .scroll_wrap .txt_use {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(42/24);
  margin-top: calc(20 * (var(--rate)));
}

.sec_howtouse .howtouse_wrap .txt {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(49/28);
  margin-top: calc(54 * (var(--rate)));
  padding-left: calc(5 * (var(--rate)));
}

.sec_howtouse .qa_wrap {
  background: url(../img/qa_wrap_bg.jpg) no-repeat center top / 100%;
  width: calc(750 * (var(--rate)));
  padding-top: calc(117 * (var(--rate)));
  padding-bottom: calc(117 * (var(--rate)));
}



.sec_howtouse .qa_wrap .ttl {
  font-size: calc(44 * (var(--rate)));
}

.sec_howtouse .qa_wrap .ttl span {
  font-size: calc(26 * (var(--rate)));
  margin-bottom: calc(47 * (var(--rate)));
  display: block;
}

.sec_howtouse .qa_wrap .qa_wrap_inner {
  margin-top: calc(673 * (var(--rate)));
}

.sec_howtouse .qa_wrap dl:not(:first-of-type) {
  margin-top: calc(40 * (var(--rate)));
}

.sec_howtouse .qa_wrap dt .fukidashi_wrap {
  margin-right: calc(40 * (var(--rate)));
  margin-left: auto;
}

.sec_howtouse .qa_wrap .qa_wrap_inner.is-show .fukidashi_wrap {
  opacity: 1;
}

.sec_howtouse .qa_wrap dd .fukidashi_wrap {
  margin-top: calc(40 * (var(--rate)));
  margin-left: calc(40 * (var(--rate)));
  margin-right: auto;
}

.sec_howtouse .qa_wrap .fukidashi_q01 {
  width: calc(405 * (var(--rate)));
}

.sec_howtouse .qa_wrap .fukidashi_a01 {
  width: calc(591 * (var(--rate)));
  transition-delay: .6s;
}

.sec_howtouse .qa_wrap .fukidashi_q02 {
  width: calc(297 * (var(--rate)));
  transition-delay: 1.2s;
}

.sec_howtouse .qa_wrap .fukidashi_a02 {
  width: calc(660 * (var(--rate)));
  transition-delay: 1.8s;
}

.sec_howtouse .qa_wrap .fukidashi_q03 {
  width: calc(323 * (var(--rate)));
  transition-delay: 2.4s;
}

.sec_howtouse .qa_wrap .fukidashi_a03 {
  width: calc(514 * (var(--rate)));
  transition-delay: 3s;
}

.sec_howtouse .qa_wrap .btn_buy {
  margin-top: calc(100 * (var(--rate)));
}

/* ========================================================
                      * sec_campaign  *
========================================================= */

.sec_campaign {
  padding-top: calc(140 * (var(--rate)));
  position: relative;
  z-index: 0;
}

.sec_campaign::after {
  content: "";
  position: absolute;
  top: calc(-120 * (var(--rate)));
  left: 0;
  width: 100%;
  height: calc(240 * (var(--rate)));
  background: url(../img/gradation_bg03.png) no-repeat center / 100%;
  z-index: -1;
}

.sec_campaign .ttl {
  font-size: calc(44 * (var(--rate)));
}

.sec_campaign .ttl span {
  font-size: calc(26 * (var(--rate)));
  margin-bottom: calc(48 * (var(--rate)));
  display: block;
}

.sec_campaign .frame_wrap {
  margin-top: calc(79 * (var(--rate)));
}

.sec_campaign .frame {
  padding: calc(69 * (var(--rate))) 0 calc(77 * (var(--rate)));
}

.sec_campaign .frame:not(:first-of-type) {
  margin-top: calc(99 * (var(--rate)));
}

.sec_campaign .campaign_ttl {
  font-size: calc(30 * (var(--rate)));
  font-weight: 700;
  line-height: calc(52/30);
}

.sec_campaign .campaign_period {
  font-size: calc(26 * (var(--rate)));
  margin-top: calc(35 * (var(--rate)));
}

.sec_campaign .campaign_period .week {
  font-size: calc(24 * (var(--rate)));
}

.sec_campaign .campaign_period .txt_ja {
  font-size: calc(20 * (var(--rate)));
}

.sec_campaign .img {
  width: calc(484 * (var(--rate)));
  margin: calc(27 * (var(--rate))) auto 0;
  margin-right: calc(85 * (var(--rate)));
}

.sec_campaign .icon {
  width: calc(279 * (var(--rate)));
  margin: 0 auto;
}

.sec_campaign .frame02 .icon {
  margin-top: calc(42 * (var(--rate)));
  margin-left: calc(151 * (var(--rate)));
}

.sec_campaign .frame03 .icon {
  width: calc(202 * (var(--rate)));
  margin-top: calc(45 * (var(--rate)));
}

.sec_campaign .frame04 .icon {
  width: calc(200 * (var(--rate)));
  margin-top: calc(45 * (var(--rate)));
}

.sec_campaign .name {
  font-size: calc(24 * (var(--rate)));
  line-height: calc(42/24);
  margin-top: calc(22 * (var(--rate)));
  padding-left: calc(10 * (var(--rate)));
}

.sec_campaign .campaign_lead {
  font-size: calc(26 * (var(--rate)));
  line-height: calc(45.5/26);
  margin-top: calc(38 * (var(--rate)));
}

.sec_campaign .frame02 .campaign_lead {
  margin-top: calc(45 * (var(--rate)));
  padding-left: calc(5 * (var(--rate)));
}

.sec_campaign .frame03 .campaign_lead {
  margin-top: calc(42 * (var(--rate)));
  padding-left: calc(10 * (var(--rate)));
}

.sec_campaign .frame04 .campaign_lead {
  margin-top: calc(44 * (var(--rate)));
  padding-left: calc(10 * (var(--rate)));
}

.sec_campaign .campaign_lead span {
  line-height: calc(45.5/26);
}

.sec_campaign .campaign_lead .under_line::after {
  background: var(--color_main_bg);
  width: 101%;
  bottom: calc(0 * (var(--rate)));
}

.sec_campaign .price_wrap {
  margin-top: calc(33 * (var(--rate)));
  justify-content: center;
  margin-left: 0;
}

.sec_campaign .price_wrap::before {
  transform: translateX(calc(-50% + calc(60 * (var(--rate)))));
}

.sec_campaign .price_wrap .price {}

.sec_campaign .btn_buy {
  margin-top: calc(63 * (var(--rate)));
}

.sec_campaign .frame02 .btn_buy {
  margin-top: calc(52 * (var(--rate)));
}

.sec_campaign .frame04 .btn_buy {
  margin-top: calc(52 * (var(--rate)));
  width: calc(440 * (var(--rate)));
}

.sec_campaign .note {
  font-size: calc(20 * (var(--rate)));
  margin-top: calc(58 * (var(--rate)));
  padding-left: calc(5 * (var(--rate)));
}

.sec_campaign .frame03 .note {
  margin-top: calc(45 * (var(--rate)));
}

/* ========================================================
                      * sec_series  *
========================================================= */

.sec_series {
  padding-top: calc(136 * (var(--rate)));
}

.sec_series.gradation {
  position: relative;
  z-index: 0;
}

.sec_series.gradation::after {
  content: "";
  position: absolute;
  top: calc(-120 * (var(--rate)));
  left: 0;
  width: 100%;
  height: calc(240 * (var(--rate)));
  background: url(../img/gradation_bg03.png) no-repeat center / 100%;
  z-index: -1;
}

.sec_series .ttl {
  font-size: calc(44 * (var(--rate)));
}

.sec_series .ttl span {
  font-size: calc(26 * (var(--rate)));
  margin-bottom: calc(48 * (var(--rate)));
  display: block;
}

.sec_series .slide_wrap {
  margin: 0 auto;
  margin-top: calc(76 * (var(--rate)));
  width: calc(640 * (var(--rate)));
  padding-bottom: calc(107 * (var(--rate)));

}

.sec_series .slide_wrap ul {}

.sec_series .slide_wrap li {
  width: calc(320 * (var(--rate)));
}

.sec_series .slide_wrap .img {
  width: calc(320 * (var(--rate)));
}

.sec_series .slide_wrap .name {
  font-size: calc(22 * (var(--rate)));
  line-height: calc(33/22);
  margin-top: calc(28 * (var(--rate)));
}

.sec_series .slide_wrap .price {
  font-size: calc(20 * (var(--rate)));
  margin-top: calc(16 * (var(--rate)));
  line-height: calc(30 / 20);
}

.sec_series .slide_wrap .btn_buy {
  width: calc(240 * (var(--rate)));
  margin-top: calc(36 * (var(--rate)));
  border-radius: calc(27 * (var(--rate)));
}

.sec_series .slide_wrap .btn_buy a {
  font-size: calc(26 * (var(--rate)));
  padding: calc(15 * (var(--rate))) 0;
  padding-right: calc(25 * (var(--rate)));
}

.sec_series .slide_wrap .btn_buy a::before {
  width: calc(12 * (var(--rate)));
  height: calc(21 * (var(--rate)));
  right: calc(39 * (var(--rate)));
}

.sec_series .visual_wrap {
  width: calc(750 * (var(--rate)));
  height: calc(1125 * (var(--rate)));
  background: url(../img/visual_wrap_bg.jpg) no-repeat center / 100%;
  position: relative;
}

.sec_series .visual_wrap .ttl {
  font-size: calc(109 * (var(--rate)));
  color: var(--color_white);
  white-space: nowrap;
  position: absolute;
  top: calc(-15 * (var(--rate)));
  left: calc(-6 * (var(--rate)));
  opacity: .8;
}

.sec_series .visual_wrap .lead {
  font-size: calc(44 * (var(--rate)));
  color: var(--color_white);
  padding-top: calc(640 * (var(--rate)));
  padding-left: calc(10 * (var(--rate)));
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec_series .visual_wrap .lead_sm {
  font-size: calc(28 * (var(--rate)));
  line-height: calc(49/28);
  color: var(--color_white);
  margin-top: calc(37 * (var(--rate)));
  padding-left: calc(10 * (var(--rate)));
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sec_series .visual_wrap .btn_all {
  margin-top: calc(67 * (var(--rate)));
  width: calc(560 * (var(--rate)));
  border-radius: calc(45 * (var(--rate)));
  background: rgb(187, 123, 113, .8);
}

.sec_series .visual_wrap .btn_all a {
  font-size: calc(48 * (var(--rate)));
  padding-right: calc(46 * (var(--rate)));
}

.sec_series .visual_wrap .btn_all a::before {
  width: calc(19 * (var(--rate)));
  height: calc(36 * (var(--rate)));
  right: calc(60 * (var(--rate)));
}


/* ========================================================
                      * スライダー  *
========================================================= */
.lp_contents .sec_series .slide_wrap .slick-arrow {
  content: "";
  position: absolute;
  top: calc(278 * (var(--rate)));
  width: calc(29 * (var(--rate)));
  height: calc(58 * (var(--rate)));
  background: url(../img/arrow_srider.svg) no-repeat center / 100%;
  z-index: 1;
  cursor: pointer;
  transform-origin: center;
}

.lp_contents .sec_series .slide_wrap .slick-arrow:before {
  display: none;
  font-size: 0;
}

.lp_contents .sec_series .slide_wrap .slick-prev {
  left: calc(-32 * (var(--rate)));
}

.lp_contents .sec_series .slide_wrap .slick-next {
  transform: scale(-1, 1);
  right: calc(-32 * (var(--rate)));
  top: calc(248 * (var(--rate)));
}

.lp_contents button.slick-next.slick-arrow,
.lp_contents button.slick-prev.slick-arrow {
  border: 0;
  background: unset;
  font-size: 0;
  line-height: 0;
  display: block;
}



/* ========================================================
                      * modal  *
========================================================= */

.lp_contents .modal_toggle {
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

html.no_scroll {
  overflow: hidden;
}

.lp_contents .modal_button {
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.lp_contents .modal_button.btn_modalClose {
  width: calc(48 * (var(--rate)));
  height: calc(48 * (var(--rate)));
  background: url(../img/btn_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  float: right;
  position: absolute;
  top: calc(39 * (var(--rate)));
  right: calc(39 * (var(--rate)));
}

.lp_contents .modal_outside.hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.lp_contents .modal_outside {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  /* overflow-y: scroll; */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lp_contents .modal_outside#modal_campaign {
  align-items: flex-start;
  align-items: stretch;
}

.lp_contents .modal_outside::-webkit-scrollbar {
  display: none;
}

.lp_contents .modal_outside::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EAE6E5;
  opacity: .4;
  content: "";
}

.lp_contents .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp_contents .modal_wrap {
  width: calc(700 * ((var(--rate))));
  margin: 0 auto;
}

.lp_contents #modal_campaign .modal_wrap {
  overflow-y: auto;
  will-change: transform;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(4700 * (var(--rate)));
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .lp_contents .modal_wrap {
    /* margin-top: var(--header-height); */
  }
}

.lp_contents .modal_wrap::-webkit-scrollbar {
  /* display: none; */
}

.lp_contents .modal_content {
  padding: calc(100 * (var(--rate))) 0 calc(100 * (var(--rate)));
}

.lp_contents .modal_content .frame {
  padding-bottom: calc(75 * (var(--rate)));
  margin-top: 0;
  position: relative;
}

.lp_contents .modal_content .lead {
  font-size: calc(32 * ((var(--rate))));
  margin-top: calc(136 * ((var(--rate))));
  padding-left: calc(6 * ((var(--rate))));
}

.lp_contents .modal_content .txt {
  font-size: calc(22 * ((var(--rate))));
  line-height: calc(38.5/22);
  margin-top: calc(51 * ((var(--rate))));
  padding-left: calc(6 * ((var(--rate))));
}

.lp_contents .modal_content .note {
  font-size: calc(20 * ((var(--rate))));
  margin-top: calc(51 * ((var(--rate))));
  padding-left: calc(6 * ((var(--rate))));
}

.lp_contents .modal_content .note sup {
  font-size: 90%;
  top: -0.1em;
}

.lp_contents .modal_content .sec_campaign {
  background: #EAE6E5;
  border-radius: calc(30 * ((var(--rate))));
  padding-bottom: calc(140 * ((var(--rate))));
}

.lp_contents .modal_content .sec_campaign::after {
  display: none;
}

.lp_contents #modal_campaign .modal_button.btn_modalClose {
  width: calc(60 * (var(--rate)));
  height: calc(60 * (var(--rate)));
  position: sticky;
  top: calc(140 * (var(--rate)));
}

.lp_contents #modal_campaign .modal_content .frame:not(:first-of-type) {
  margin-top: calc(105 * ((var(--rate))));
}