﻿@charset "UTF-8";

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

to/one WEB STORE　|　New Skincre Debut Flora Series

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

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

#FooterWrap {
  position: relative;
  background: #fff;
  z-index: 1;
}


#share {
  z-index: 111 !important;
  transition: all 0.6s 0.3s;
}

@media screen and (max-width: 768px) {
  #share.move:not(.hidden) {
    translate: 0 calc(-90 * 60rem / 750);
  }
}

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

.share-txt span {
  margin-top: calc(40 * (100vw / 750));
  margin-bottom: calc(40* (100vw / 750));
}

span.result {
  display: none !important;
}



/* ========================================================
                      * root *
========================================================= */
:root {
  --color1: #fff;
  --color2: #BF8080;
  --color3: #BB7B71;
  --color4: #F9EAE8;
  --color5: #FDFBF9;
  --color6: #E09A69;
  --font_ja: "helvetica-neue-lt-pro", "hiragino-kaku-gothic-pron", sans-serif;
  --font_en: "helvetica-neue-lt-pro", 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;
}

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

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

.lp_contents .pcOnly {
  display: none;
}

.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: 300;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 768px) {

  .lp_contents h1,
  .lp_contents h2,
  .lp_contents h3,
  .lp_contents h4,
  .lp_contents h5 {
    font-size: 12px;
    margin: 0;
  }
}


.lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.lp_contents a,
.lp_contents button,
.tab_btn,
.tab_btn li,
.btn_accordion,
.lp_contents .bar {
  -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: url(../../img/0919/bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

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

  .fixed_left_inner .logo {
    width: 25.6rem;
    text-align: center;
  }

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

}

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

.fixed_right .menu_list {}

.fixed_right .menu_list li {
  width: 22.3rem;
  height: 6rem;
}

.fixed_right .menu_list li:not(:first-of-type) {
  margin-top: 2rem;
}

.fixed_right .menu_list li:nth-of-type(1) a {
  background: url(../../img/0919/menu_list_item01_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list li:nth-of-type(2) a {
  background: url(../../img/0919/menu_list_item02_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list li:nth-of-type(3) a {
  background: url(../../img/0919/menu_list_item03_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list li:nth-of-type(4) a {
  background: url(../../img/0919/menu_list_item04_pc.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.fixed_right .menu_list a span {
  display: none;
}

@media (max-width: 768px) {

  /* SP時ナビゲーション設定 */
  .lp_contents .fixed_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    width: calc(750 * 60rem / 750);
    /* translate: 0 100%;
    opacity: 0; */
    transition: all .5s;
    z-index: 9999;
  }

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

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

  .fixed_right .menu_list {
    display: flex;
    width: 100%;
    background: var(--color2);
    opacity: 1 !important;
  }

  .fixed_right .menu_list li {
    width: calc(100% / 3);
    height: calc(100 * 60rem / 750);
    padding: calc(20 * 60rem / 750) 0;
  }

  .fixed_right .menu_list li:not(:first-of-type) {
    margin-top: 0;
  }

  .fixed_right .menu_list li:nth-of-type(1) a,
  .fixed_right .menu_list li:nth-of-type(2) a,
  .fixed_right .menu_list li:nth-of-type(3) a,
  .fixed_right .menu_list li:nth-of-type(4) a {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fixed_right .menu_list li:not(:first-of-type) a {
    border-left: calc(2 * 60rem / 750) solid var(--color5);
  }

  .fixed_right .menu_list a span {
    display: block;
    font-size: calc(26 * 60rem / 750);
    color: var(--color5);
  }

  .lp_contents .fixed_area .fixed_right.hidden {
    translate: 0 100% !important;
  }
}

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

.lp_contents .sp_only {
  display: none;
}

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

.txt_en {
  font-family: var(--font_en);
}

.txt_ja {
  font-family: var(--font_ja);
}

.lp_contents .accordion {
  transition: all 0.5s;
}

.lp_contents .btn_accordion {
  cursor: pointer;
  position: relative;
}

.lp_contents .fukidashi {
  position: relative;
  background: #DDB9B8;
  color: var(--color1);
  border-radius: calc(59 * 60rem / 750);
  width: fit-content;
  margin: 0 auto;
  padding: calc(18 * 60rem / 750) calc(56 * 60rem / 750) calc(21 * 60rem / 750);
  text-align: center;
}

.lp_contents .fukidashi.orange {
  background: var(--color6);
  border-radius: calc(77 * 60rem / 750);
}

.lp_contents .fukidashi span {
  color: var(--color1);
  font-size: calc(30 * 60rem / 750);
  display: block;
  line-height: 1.5;
}

.lp_contents .fukidashi span.sm {
  font-size: calc(22 * 60rem / 750);
}

.lp_contents .fukidashi::before {
  content: "";
  background: url(../../img/0919/toge.svg) no-repeat center;
  width: calc(75 * 60rem / 750);
  height: calc(35 * 60rem / 750);
  position: absolute;
  bottom: calc(-33 * 60rem / 750);
  right: calc(87 * 60rem / 750);
}

.lp_contents .fukidashi.orange::before {
  background: url(../../img/0919/toge_orange.svg) no-repeat center;
}

.lp_contents .fukidashi.reverse::before {
  transform: scaleX(-1);
  left: calc(74 * 60rem / 750);
  right: auto;
}

.lp_contents sup {
  vertical-align: baseline;
  font-size: .6em;
  position: relative;
  top: -0.5em;
}

.lp_contents .btn {
  width: calc(300 * 60rem / 750);
  border-radius: calc(38 * 60rem / 750);
  background: var(--color3);
  margin: 0 auto;
}

.lp_contents .btn.orange {
  background: var(--color6);
}

.lp_contents .btn a {
  font-size: calc(36 * 60rem / 750);
  font-weight: 400;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(20 * 60rem / 750) 0;
}

.lp_contents .frame {
  border: calc(2 * 60rem / 750) solid var(--color3);
  border-radius: calc(40 * 60rem / 750);
  width: calc(700 * 60rem / 750);
  background: #F6ECE3;
  margin: 0 auto;
}

.lp_contents .frame.orange {
  border: calc(2 * 60rem / 750) solid var(--color6);
  background: #FEFDF5;
  color: var(--color6);
}

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

.lp_contents .under_line::before {
  position: absolute;
  content: "";
  background: var(--color5);
  width: 105%;
  height: calc(10 * 60rem / 750);
  bottom: calc(-3 * 60rem / 750);
  left: calc(-5 * 60rem / 750);
  z-index: -1;
}

.lp_contents .tab_btn {
  cursor: pointer;
}

.lp_contents .bg_area.lg {
  background: url(../../img/0919/bg_sp08.png) no-repeat center top;
  background-size: cover;
}

.lp_contents .slide_wrap {
  position: relative;
}

.lp_contents .slick-dotted.slick-slider {
  margin-bottom: calc(3 * 60rem / 750) !important;
}

.lp_contents .sec_product .slide_wrap .slick-list,
.lp_contents .item_wrap06 .slide_wrap .slick-list {
  overflow: visible !important;
}

.lp_contents .slide_wrap .slick-slide {
  margin-right: calc(30 * 60rem / 750);
  width: calc(700 * 60rem / 750);
}

.lp_contents .item_wrap07 .slide_wrap .slick-slide {
  margin-right: 0;
  width: calc(700 * 60rem / 750);
}

.lp_contents .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(40 * 60rem / 750);
}

.lp_contents .pagination {
  text-align: center;
  position: absolute;
  bottom: calc(-56 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.lp_contents .bar {
  display: inline-block;
  width: calc(16 * 60rem / 750);
  height: calc(16 * 60rem / 750);
  border: calc(2 * 60rem / 750) solid var(--color3);
  cursor: pointer;
  border-radius: 50%;
}

.lp_contents .slick-active .bar {
  background: var(--color3);
}

.lp_contents .js-fadeIn {
  opacity: 0;
  transition: opacity 1.8s;
}

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


.lp_contents .tab_btn li {
  z-index: 9;
}

.lp_contents .tab_btn li.is-active {
  z-index: 99;
}

.lp_contents .tab_contents {

  position: relative;
}

.lp_contents .tab_contents>li {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.lp_contents .tab_contents>li.is-active {
  opacity: 1;
  position: relative;
}

.lp_contents .price,
.lp_contents .price span {
  font-weight: 400;
  font-family: var(--font_en);
}

.lp_contents .note.text_center {
  text-align: center;
}

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

.sec_mv {}

.sec_mv .ttl_head {
  width: calc(750 * 60rem / 750);
}

.sec_mv .bg_area {
  padding-top: calc(108 * 60rem / 750);
  padding-bottom: calc(109 * 60rem / 750);
  background: url(../../img/0919/bg_sp01.png) no-repeat center;
  background-size: cover;
}

.sec_mv .bg_area.is-open {
  padding-bottom: calc(77 * 60rem / 750);
}

.sec_mv .ttl_sub {
  padding-inline: calc(53 * 60rem / 750);
  font-size: calc(36 * 60rem / 750);
  line-height: 1.75;
}

.sec_mv .accordion {
  margin-top: calc(52 * 60rem / 750);
  padding-inline: calc(53 * 60rem / 750);
  font-size: calc(23 * 60rem / 750);
  line-height: 2;
  height: calc(123 * 60rem / 750);
  overflow: hidden;
}

.sec_mv .btn_accordion {
  margin-top: calc(80 * 60rem / 750);
  padding-left: calc(7 * 60rem / 750);
  padding-bottom: calc(40 * 60rem / 750);
  font-size: calc(28 * 60rem / 750);
  font-weight: 400;
  text-align: center;
}

.sec_mv .btn_accordion.is-open {
  margin-top: calc(99 * 60rem / 750);
}

.sec_mv .btn_accordion::before {
  content: "";
  position: absolute;
  background: url(../../img/0919/arrow_bottom_pink.svg) no-repeat center;
  background-size: 100%;
  width: calc(34 * 60rem / 750);
  height: calc(18 * 60rem / 750);
  top: calc(37 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.sec_mv .btn_accordion.is-open::before {
  transform: translate(-50%) rotate(180deg);
  top: calc(-31 * 60rem / 750);
}

.sec_mv .visual {
  width: calc(750 * 60rem / 750);
}


/* ========================================================
                      * sec_intro  *
========================================================= */

.sec_intro {
  padding-top: calc(120 * 60rem / 750);
  padding-bottom: calc(120 * 60rem / 750);
  background: url(../../img/0919/bg_sp02.png) no-repeat center;
  background-size: 100%;
}

.sec_intro .fukidashi {}

.sec_intro .tab_wrap {
  margin-top: calc(70 * 60rem / 750);
  padding-inline: calc(24 * 60rem / 750);
  position: relative;
}

.sec_intro .tab_btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc(661 * 60rem / 750);
  margin: 0 auto;
  position: absolute;
  left: calc(40 * 60rem / 750);
}

.sec_intro .tab_btn li {
  color: transparent;
  width: calc(190 * 60rem / 750);
  height: calc(80 * 60rem / 750);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_intro .tab_btn li.is-active {
  width: calc(205 * 60rem / 750);
}

.sec_intro .tab_contents {
  width: 100%;
}

.sec_intro .tab_contents>li {
  width: 100%;
}


/* ========================================================
                      * sec_product  *
========================================================= */

.sec_product {}

.sec_product .item_wrap {
  position: relative;
}

.sec_product .item_wrap01 {
  padding-bottom: calc(175 * 60rem / 750);
  background: url(../../img/0919/bg_sp03.png) no-repeat center;
  background-size: 100%;
}

.sec_product .item_wrap02 {
  padding-bottom: calc(175 * 60rem / 750);
  background: url(../../img/0919/bg_sp04.png) no-repeat center;
  background-size: 100%;
}

.sec_product .item_wrap03 {
  padding-bottom: calc(173 * 60rem / 750);
  background: url(../../img/0919/bg_sp05.png) no-repeat center bottom;
  background-size: cover;
}

.sec_product .item_wrap04 {
  padding-bottom: calc(285 * 60rem / 750);
  background: url(../../img/0919/bg_sp06.png) no-repeat center;
  background-size: cover;
}

.sec_product .item_wrap05 {
  padding-bottom: calc(121 * 60rem / 750);
  background: url(../../img/0919/bg_sp07.png) no-repeat center;
  background-size: cover;
  color: var(--color6);
}

.sec_product .visual {
  width: calc(750 * 60rem / 750);
}

.sec_product .item_wrap05 .fukidashi.orange {
  position: absolute;
  top: calc(-114 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
  width: calc(640 * 60rem / 750);
  padding: calc(18 * 60rem / 750) 0 calc(21 * 60rem / 750);
}

.sec_product .lead {
  font-size: calc(28 * 60rem / 750);
  line-height: 2;
  text-align: center;
  margin-top: calc(82 * 60rem / 750);
}

.sec_product .item_wrap02 .lead {
  margin-top: calc(85 * 60rem / 750);
}

.sec_product .name {
  font-size: calc(24 * 60rem / 750);
  text-align: center;
  margin-top: calc(45 * 60rem / 750);

}

.sec_product .price {
  font-size: calc(24 * 60rem / 750);
  font-weight: 400;
  font-family: var(--font_en);
  text-align: center;
  margin-top: calc(30 * 60rem / 750);
  font-weight: 400;
}

.sec_product .price.half {
  margin-top: calc(59 * 60rem / 750);

}

.sec_product .price .size {
  font-size: calc(22 * 60rem / 750);

}

.sec_product .price .tax {
  font-size: calc(20 * 60rem / 750);

}

.sec_product .btn {
  margin-top: calc(43 * 60rem / 750);
}


.sec_product .benefits_wrap {
  margin-top: calc(120 * 60rem / 750);
  padding-bottom: calc(61 * 60rem / 750);
}

.sec_product .item_wrap02 .benefits_wrap {
  margin-top: calc(110 * 60rem / 750);
}

.sec_product .item_wrap03 .benefits_wrap {
  margin-top: calc(117 * 60rem / 750);
  padding-bottom: calc(66 * 60rem / 750);
}

.sec_product .item_wrap05 .benefits_wrap {
  padding-bottom: calc(66 * 60rem / 750);
}

.sec_product .benefits_wrap .ttl {
  font-size: calc(30 * 60rem / 750);
  font-weight: 400;
  text-align: center;
  padding: calc(48 * 60rem / 750) 0;
  border-bottom: calc(2 * 60rem / 750) solid var(--color3);
}

.sec_product .benefits_wrap .flex {
  padding-inline: calc(56 * 60rem / 750);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec_product .item_wrap02 .benefits_wrap .flex {
  padding-right: calc(74 * 60rem / 750);
}

.sec_product .item_wrap03 .benefits_wrap .flex {
  padding-right: calc(70 * 60rem / 750);
}

.sec_product .item_wrap04 .benefits_wrap .flex {
  padding-right: calc(58 * 60rem / 750);
}

.sec_product .item_wrap05 .benefits_wrap .flex {
  padding-right: calc(72 * 60rem / 750);
}

.sec_product .item_wrap .silhouette_wrap {}

.sec_product .item_wrap01 .silhouette {
  width: calc(184 * 60rem / 750);
  height: calc(403 * 60rem / 750);
  -webkit-mask-image: url(../../img/0919/silhouette01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../../img/0919/silhouette01.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.sec_product .item_wrap02 .silhouette {
  width: calc(197 * 60rem / 750);
  height: calc(415 * 60rem / 750);
  -webkit-mask-image: url(../../img/0919/silhouette02.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../../img/0919/silhouette02.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.sec_product .item_wrap03 .silhouette {
  width: calc(192 * 60rem / 750);
  height: calc(423 * 60rem / 750);
  -webkit-mask-image: url(../../img/0919/silhouette03.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../../img/0919/silhouette03.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.sec_product .item_wrap04 .silhouette {
  width: calc(194 * 60rem / 750);
  height: calc(438 * 60rem / 750);
  -webkit-mask-image: url(../../img/0919/silhouette04.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url(../../img/0919/silhouette04.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.sec_product .item_wrap .silhouette.js-fadeIn.is-show {
  background: url(../../img/0919/bg_bottle.png) bottom;
  background-repeat: repeat-x;
  background-size: 0;
  animation: wave 3s ease-out forwards;
  animation-delay: .5s;
}

@keyframes wave {
  0% {
    background-position: 0 calc(600 * 60rem / 750);
    background-size: calc(320 * 60rem / 750) auto;
  }

  100% {
    background-position: calc(1200 * 60rem / 750) calc(-60 * 60rem / 750);
    background-size: calc(600 * 60rem / 750) auto;
  }
}

.sec_product .item_wrap05 .silhouette {
  width: calc(273 * 60rem / 750);
  height: calc(364 * 60rem / 750);
  background: url(../../img/0919/silhouette05.png) no-repeat center;
  background-size: contain;
}

.sec_product .item_wrap01 .silhouette::before {
  content: "";
  display: block;
  width: calc(184 * 60rem / 750);
  height: calc(403 * 60rem / 750);
  background: url(../../img/0919/silhouette01.svg) no-repeat center;
  mask-position: center;
}

.sec_product .item_wrap02 .silhouette::before {
  content: "";
  display: block;
  width: calc(197 * 60rem / 750);
  height: calc(415 * 60rem / 750);
  background: url(../../img/0919/silhouette02.svg) no-repeat center;
  mask-position: center;
}

.sec_product .item_wrap03 .silhouette::before {
  content: "";
  display: block;
  width: calc(192 * 60rem / 750);
  height: calc(423 * 60rem / 750);
  background: url(../../img/0919/silhouette03.svg) no-repeat center;
  mask-position: center;
}

.sec_product .item_wrap04 .silhouette::before {
  content: "";
  display: block;
  width: calc(194 * 60rem / 750);
  height: calc(438 * 60rem / 750);
  background: url(../../img/0919/silhouette04.svg) no-repeat center;
  mask-position: center;
}

.sec_product .benefits_wrap .txt_wrap {}

.sec_product .item_wrap04 .benefits_wrap .txt_wrap {
  margin-bottom: calc(5 * 60rem / 750);
}

.sec_product .benefits_wrap .txt {
  margin-top: calc(56 * 60rem / 750);
  font-size: calc(22 * 60rem / 750);
  line-height: 1.6;
  position: relative;
}

.sec_product .benefits_wrap .txt.js-fadeIn.is-show::before,
.sec_product .benefits_wrap .txt.js-fadeIn.is-show::after {
  scale: 1;
}

.sec_product .item_wrap04 .benefits_wrap .txt {
  margin-top: calc(55 * 60rem / 750);
}

.sec_product .item_wrap05 .benefits_wrap .txt {
  margin-top: calc(100 * 60rem / 750);
}

.sec_product .benefits_wrap .txt:nth-of-type(2) {
  margin-top: calc(57 * 60rem / 750);
}

.sec_product .benefits_wrap .txt:nth-of-type(3) {
  margin-top: calc(57 * 60rem / 750);
}

.sec_product .benefits_wrap .txt::before {
  content: "";
  position: absolute;
  top: 100%;
  right: calc(4 * 60rem / 750);
  transition: scale 1s ease;
  transform-origin: left center;
  scale: 0;
  transition-delay: .5s;
}

.sec_product .item_wrap02 .benefits_wrap .txt::before {
  right: calc(-10 * 60rem / 750);
}

.sec_product .item_wrap05 .benefits_wrap .txt::before {
  right: calc(-14 * 60rem / 750);
}

.sec_product .benefits_wrap .txt:nth-of-type(1)::before {
  width: calc(481 * 60rem / 750);
  height: calc(55 * 60rem / 750);
  background: url(../../img/0919/line01.svg) no-repeat center;
  background-size: 100%;
}

.sec_product .item_wrap02 .benefits_wrap .txt:nth-of-type(1)::before {
  width: calc(475 * 60rem / 750);
  height: calc(145 * 60rem / 750);
  background: url(../../img/0919/line04.svg) no-repeat center;
  background-size: 100%;
  top: 97%;
}

.sec_product .item_wrap03 .benefits_wrap .txt:nth-of-type(1)::before {
  width: calc(481 * 60rem / 750);
  height: calc(45 * 60rem / 750);
  background: url(../../img/0919/line05.svg) no-repeat center;
  background-size: 100%;
  right: calc(-10 * 60rem / 750);
}

.sec_product .item_wrap04 .benefits_wrap .txt:nth-of-type(1)::before {
  width: calc(481 * 60rem / 750);
  height: calc(85 * 60rem / 750);
  background: url(../../img/0919/line08.svg) no-repeat center;
  background-size: 100%;
  top: calc(102 * 60rem / 750);
  right: calc(3 * 60rem / 750);
}

.sec_product .item_wrap05 .benefits_wrap .txt:nth-of-type(1)::before {
  width: calc(381 * 60rem / 750);
  height: calc(55 * 60rem / 750);
  background: url(../../img/0919/line12.svg) no-repeat center;
  background-size: 100%;
}

.sec_product .benefits_wrap .txt:nth-of-type(2)::before {
  width: calc(441 * 60rem / 750);
  height: calc(55 * 60rem / 750);
  background: url(../../img/0919/line02.svg) no-repeat center;
  background-size: 100%;
  right: calc(4 * 60rem / 750);
}

.sec_product .item_wrap02 .benefits_wrap .txt:nth-of-type(2)::before {
  top: 99%;
  right: calc(-13 * 60rem / 750);
}

.sec_product .item_wrap03 .benefits_wrap .txt:nth-of-type(2)::before {
  width: calc(441 * 60rem / 750);
  height: calc(55 * 60rem / 750);
  background: url(../../img/0919/line06.svg) no-repeat center;
  background-size: 100%;
  right: calc(-10 * 60rem / 750);
}

.sec_product .item_wrap04 .benefits_wrap .txt:nth-of-type(2)::before {
  width: calc(441 * 60rem / 750);
  height: calc(55 * 60rem / 750);
  background: url(../../img/0919/line09.svg) no-repeat center;
  background-size: 100%;
  right: calc(1 * 60rem / 750);
}

.sec_product .item_wrap05 .benefits_wrap .txt:nth-of-type(2)::before {
  width: calc(411 * 60rem / 750);
  height: calc(35 * 60rem / 750);
  background: url(../../img/0919/line13.svg) no-repeat center;
  background-size: 100%;
}

.sec_product .benefits_wrap .txt:nth-of-type(3)::before {
  width: calc(431 * 60rem / 750);
  height: calc(39 * 60rem / 750);
  background: url(../../img/0919/line03.svg) no-repeat center;
  background-size: 100%;
  top: calc(71 * 60rem / 750);
}

.sec_product .item_wrap02 .benefits_wrap .txt:nth-of-type(3)::before {
  top: calc(67 * 60rem / 750);
  right: calc(-13 * 60rem / 750);
}

.sec_product .item_wrap03 .benefits_wrap .txt:nth-of-type(3)::before {
  width: calc(431 * 60rem / 750);
  height: calc(39 * 60rem / 750);
  background: url(../../img/0919/line07.svg) no-repeat center;
  background-size: 100%;
  right: calc(-10 * 60rem / 750);
}

.sec_product .item_wrap04 .benefits_wrap .txt:nth-of-type(3)::before {
  width: calc(431 * 60rem / 750);
  height: calc(39 * 60rem / 750);
  background: url(../../img/0919/line10.svg) no-repeat center;
  background-size: 100%;
  right: calc(1 * 60rem / 750);

}

.sec_product .item_wrap05 .benefits_wrap .txt:nth-of-type(3)::before {
  width: calc(421 * 60rem / 750);
  height: calc(49 * 60rem / 750);
  background: url(../../img/0919/line14.svg) no-repeat center;
  background-size: 100%;
  top: calc(27 * 60rem / 750);
}

.sec_product .item_wrap04 .benefits_wrap .txt:nth-of-type(4)::before {
  width: calc(431 * 60rem / 750);
  height: calc(39 * 60rem / 750);
  background: url(../../img/0919/line11.svg) no-repeat center;
  background-size: 100%;
  top: calc(3 * 60rem / 750);
  right: calc(3 * 60rem / 750);
}

.sec_product .benefits_wrap .txt .lg {
  font-size: calc(28 * 60rem / 750);
  font-weight: 700;
}

.sec_product .note {
  font-size: calc(20 * 60rem / 750);
  line-height: 1.6;
  margin-top: calc(58 * 60rem / 750);
  padding-inline: calc(75 * 60rem / 750);
  text-align: justify;
}

.sec_product .item_wrap02 .note {
  margin-top: calc(57 * 60rem / 750);
}

.sec_product .item_wrap02 .note_ingredient {}

.sec_product .screen_wrap {
  width: calc(600 * 60rem / 750);
  height: calc(1106 * 60rem / 750);
  margin: calc(113 * 60rem / 750) auto 0;
  padding-top: calc(222 * 60rem / 750);
}

.sec_product .item_wrap01 .screen_wrap {
  background: url(../../img/0919/item_wrap01_screen.png) no-repeat center;
  background-size: 100%;
}

.sec_product .item_wrap02 .screen_wrap {
  background: url(../../img/0919/item_wrap02_screen.png) no-repeat center;
  background-size: 100%;
  margin: calc(116 * 60rem / 750) auto 0;
}

.sec_product .item_wrap03 .screen_wrap {
  background: url(../../img/0919/item_wrap03_screen.png) no-repeat center;
  background-size: 100%;
  margin-top: calc(94 * 60rem / 750);
  padding-top: calc(240 * 60rem / 750);
}

.sec_product .item_wrap04 .screen_wrap {
  background: url(../../img/0919/item_wrap04_screen.png) no-repeat center;
  background-size: 100%;
  margin-top: calc(77 * 60rem / 750);
  padding-top: calc(259 * 60rem / 750);
}

.sec_product .fukidashi_img {
  opacity: 0;
}

.sec_product .fukidashi_img.is-show {
  opacity: 1;
}

.sec_product .fukidashi_img.is-show:nth-of-type(1) {}

.sec_product .fukidashi_img.is-show:nth-of-type(2) {
  transition-delay: .4s
}

.sec_product .fukidashi_img.is-show:nth-of-type(3) {
  transition-delay: 1s;
}

.sec_product .fukidashi_img.is-show:nth-of-type(4) {
  transition-delay: 1.6s;
}

.sec_product .fukidashi_img:not(:first-of-type) {
  margin-top: calc(40 * 60rem / 750);
}

.sec_product .item_wrap .fukidashi_img.right {
  margin-right: calc(57 * 60rem / 750);
  margin-left: auto;
}

.sec_product .item_wrap .fukidashi_img.left {
  margin-left: calc(57 * 60rem / 750);
  margin-right: auto;
}

.sec_product .item_wrap01 .fukidashi_img:nth-of-type(1) {
  width: calc(331 * 60rem / 750);
}

.sec_product .item_wrap01 .fukidashi_img:nth-of-type(2) {
  width: calc(342 * 60rem / 750);
}

.sec_product .item_wrap01 .fukidashi_img:nth-of-type(3) {
  width: calc(473 * 60rem / 750);
}

.sec_product .item_wrap01 .fukidashi_img:nth-of-type(4) {
  width: calc(414 * 60rem / 750);
}

.sec_product .item_wrap02 .fukidashi_img:nth-of-type(1) {
  width: calc(368 * 60rem / 750);
}

.sec_product .item_wrap02 .fukidashi_img:nth-of-type(2) {
  width: calc(426 * 60rem / 750);
}

.sec_product .item_wrap02 .fukidashi_img:nth-of-type(3) {
  width: calc(483 * 60rem / 750);
}

.sec_product .item_wrap02 .fukidashi_img:nth-of-type(4) {
  width: calc(421 * 60rem / 750);
}

.sec_product .item_wrap03 .fukidashi_img:nth-of-type(1) {
  width: calc(331 * 60rem / 750);
}

.sec_product .item_wrap03 .fukidashi_img:nth-of-type(2) {
  width: calc(259 * 60rem / 750);
}

.sec_product .item_wrap03 .fukidashi_img:nth-of-type(3) {
  width: calc(366 * 60rem / 750);
}

.sec_product .item_wrap03 .fukidashi_img:nth-of-type(4) {
  width: calc(371 * 60rem / 750);
}

.sec_product .item_wrap04 .fukidashi_img:nth-of-type(1) {
  width: calc(340 * 60rem / 750);
}

.sec_product .item_wrap04 .fukidashi_img:nth-of-type(2) {
  width: calc(328 * 60rem / 750);
}

.sec_product .item_wrap04 .fukidashi_img:nth-of-type(3) {
  width: calc(421 * 60rem / 750);
}

.sec_product .item_wrap04 .fukidashi_img:nth-of-type(4) {
  width: calc(394 * 60rem / 750);
}

.sec_product .review_wrap {
  margin-top: calc(120 * 60rem / 750);
}

.sec_product .item_wrap02 .review_wrap {
  margin-top: calc(123 * 60rem / 750);
}

.sec_product .item_wrap03 .review_wrap {
  margin-top: calc(104 * 60rem / 750);
}

.sec_product .item_wrap04 .review_wrap {
  margin-top: calc(88 * 60rem / 750);
}

.sec_product .review_wrap .fukidashi {
  font-size: calc(30 * 60rem / 750);
  font-weight: 400;
  font-family: var(--font_en);
  width: calc(640 * 60rem / 750);
  padding: calc(25 * 60rem / 750) calc(56 * 60rem / 750) calc(21 * 60rem / 750);
}

.sec_product .card_area {
  background: var(--color4);
  margin-top: calc(74 * 60rem / 750);
  padding-bottom: calc(50 * 60rem / 750);
}

.sec_product .card_area .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(46 * 60rem / 750) calc(30 * 60rem / 750);
}

.sec_product .card_area .staff_about {
  font-size: calc(30 * 60rem / 750);
  margin-left: calc(116 * 60rem / 750);
  position: relative;
}

.sec_product .card_area .staff_about::before {
  content: "";
  background: url(../../img/0919/icon_staff_about.svg) no-repeat center;
  background-size: 100%;
  width: calc(80 * 60rem / 750);
  height: calc(80 * 60rem / 750);
  position: absolute;
  top: 50%;
  left: calc(-109 * 60rem / 750);
  transform: translateY(-50%);
}

.sec_product .card_area .hash {
  font-size: calc(24 * 60rem / 750);
  margin-right: calc(9 * 60rem / 750);
}

.card_area .slide_img {
  width: 100%;
  border-top: calc(2 * 60rem / 750) solid var(--color3);
}

.card_area .comment {
  margin-top: calc(48 * 60rem / 750);
  padding-inline: calc(57 * 60rem / 750);
  font-size: calc(22 * 60rem / 750);
  line-height: 2;
  text-align: justify;
}

.sec_product .item_wrap03 .card_area .comment {
  padding-inline: calc(63 * 60rem / 750);
}

.sec_product .item_wrap04 .card_area .comment {
  padding-inline: calc(63 * 60rem / 750);
}

.sec_product .bnr_wrap {
  margin-top: calc(121 * 60rem / 750);
}

.sec_product .bnr_img {
  width: calc(600 * 60rem / 750);
  margin: 0 auto;
}

.sec_product .bnr_wrap .btn {
  width: calc(280 * 60rem / 750);
  margin-top: calc(82 * 60rem / 750);
}

.sec_product .bnr_wrap .btn a {
  font-size: calc(28 * 60rem / 750);
}


/* ========================================================
                      * sec_kit  *
========================================================= */

.sec_kit {
  padding-bottom: calc(120 * 60rem / 750);
}

.sec_kit .item_wrap {}

.sec_kit .item_wrap06 {}

.sec_kit .item_wrap07 {
  margin-top: calc(173 * 60rem / 750);

}

.sec_kit .item_wrap06 .fukidashi {
  border-radius: calc(77 * 60rem / 750);
  padding: calc(18 * 60rem / 750) calc(108 * 60rem / 750) calc(21 * 60rem / 750);
}

.sec_kit .item_wrap07 .fukidashi {
  border-radius: calc(40 * 60rem / 750);
  padding: calc(18 * 60rem / 750) calc(180 * 60rem / 750) calc(21 * 60rem / 750);
}

.sec_kit .card_area {
  padding-bottom: calc(55 * 60rem / 750);
  margin-top: calc(75 * 60rem / 750);
  background: var(--color4);
}

.sec_kit .item_wrap07 .card_area {
  margin-top: calc(70 * 60rem / 750);
}

.sec_kit .card_area ul {}

.sec_kit .item_wrap07 .card_area {
  padding-bottom: calc(55 * 60rem / 750);
}


.sec_kit .card_area .head {
  font-size: calc(30 * 60rem / 750);
  text-align: center;
  line-height: 1.6;
  padding: calc(39 * 60rem / 750) 0 calc(33 * 60rem / 750);
}

.sec_kit .card_area .comment {}

.sec_kit .item_wrap07 .card_area .comment {
  margin-top: calc(40 * 60rem / 750);
}

.sec_kit .card_area .price {
  margin-top: calc(20 * 60rem / 750);
  padding-inline: calc(57 * 60rem / 750);
  font-size: calc(28 * 60rem / 750);
  font-family: var(--font_en);
}

.sec_kit .item_wrap07 .card_area .price {
  margin-top: calc(103 * 60rem / 750);
}

.sec_kit .card_area .price .tax {
  font-size: calc(24 * 60rem / 750);
  font-family: var(--font_en);
}

.sec_kit .card_area .btn {
  margin-top: calc(53 * 60rem / 750);
  width: calc(264 * 60rem / 750);
}

.sec_kit .card_area .btn a {
  font-size: calc(30 * 60rem / 750);
}

.sec_kit .card_area .note {
  font-size: calc(20 * 60rem / 750);
  line-height: 1.6;
  padding-inline: calc(57 * 60rem / 750);
  margin-top: calc(24 * 60rem / 750);
}

/* ========================================================
                      * sec_concept  *
========================================================= */

.sec_concept {}

.sec_concept .fukidashi {
  width: calc(640 * 60rem / 750);

}

.sec_concept .tab_wrap {
  margin-top: calc(72 * 60rem / 750);
}

.sec_concept .tab_btn {
  position: relative;
}

.sec_concept .tab_btn li {
  position: absolute;
  color: transparent;
  width: calc(85 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(1) {
  height: calc(320 * 60rem / 750);
  top: calc(0 * 60rem / 750);
  left: calc(33 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(1).is-active {
  height: calc(355 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(2) {
  height: calc(214 * 60rem / 750);
  top: calc(27 * 60rem / 750);
  right: calc(33 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(2).is-active {
  height: calc(232 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(3) {
  height: calc(424 * 60rem / 750);
  top: calc(321 * 60rem / 750);
  left: calc(33 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(3).is-active {
  height: calc(441 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(4) {
  height: calc(358 * 60rem / 750);
  top: calc(207 * 60rem / 750);
  right: calc(33 * 60rem / 750);
}

.sec_concept .tab_btn li:nth-of-type(4).is-active {
  height: calc(340 * 60rem / 750);
}

.sec_concept .tab_btn li.is-active {
  width: calc(80 * 60rem / 750);
}

.sec_concept .tab_contents {
  width: calc(750 * 60rem / 750);
}

.sec_concept .tab_contents li {
  width: 100%;
}

.sec_concept .tab_contents li.is-active {}

.sec_concept .tab_contents li:nth-of-type(1).is-active {}

.sec_concept .tab_contents li:nth-of-type(2).is-active {}

.sec_concept .tab_contents li:nth-of-type(3).is-active {}

.sec_concept .tab_contents li:nth-of-type(4).is-active {}

.sec_concept .delivery_wrap {
  margin-top: calc(120 * 60rem / 750);
  padding-bottom: calc(81 * 60rem / 750);
}

.sec_concept .delivery_wrap .ttl {
  font-size: calc(34 * 60rem / 750);
  text-align: center;
  padding: calc(202 * 60rem / 750) 0 calc(46 * 60rem / 750);
  position: relative;
  border-bottom: calc(2 * 60rem / 750) solid var(--color3);
}

.sec_concept .delivery_wrap .ttl::before {
  content: "";
  background: url(../../img/0919/icon_luggage.svg) no-repeat center;
  background-size: 100%;
  width: calc(120 * 60rem / 750);
  height: calc(129 * 60rem / 750);
  position: absolute;
  top: calc(45 * 60rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.sec_concept .delivery_wrap ul {
  padding-top: calc(56 * 60rem / 750);

}

.sec_concept .delivery_wrap li {
  padding-left: calc(200 * 60rem / 750);
  position: relative;
}

.sec_concept .delivery_wrap li::before {
  content: "";
  width: calc(100 * 60rem / 750);
  height: calc(100 * 60rem / 750);
  position: absolute;
  top: 50%;
  left: calc(60 * 60rem / 750);
  transform: translateY(-50%);
}

.sec_concept .delivery_wrap li:nth-of-type(1)::before {
  background: url(../../img/0919/icon_tag.svg) no-repeat center;
  background-size: 100%;
}

.sec_concept .delivery_wrap li:nth-of-type(2)::before {
  background: url(../../img/0919/icon_truck.svg) no-repeat center;
  background-size: 100%;
}

.sec_concept .delivery_wrap li:nth-of-type(3)::before {
  background: url(../../img/0919/icon_delivery.svg) no-repeat center;
  background-size: 100%;
}

.sec_concept .delivery_wrap li:not(:first-of-type) {
  margin-top: calc(52 * 60rem / 750);
}

.sec_concept .delivery_wrap .head {
  font-size: calc(26 * 60rem / 750);
}

.sec_concept .delivery_wrap li:nth-of-type(1) .head::before {
  width: 103%;
}

.sec_concept .delivery_wrap li:nth-of-type(2) .head::before {
  width: 99%;
}

.sec_concept .delivery_wrap li:nth-of-type(3) .head::before {
  width: 99%;
}

.sec_concept .delivery_wrap .txt {
  font-size: calc(22 * 60rem / 750);
  line-height: 1.5;
  margin-top: calc(24 * 60rem / 750);
}

.sec_concept .delivery_wrap .note {
  font-size: calc(20 * 60rem / 750);
  line-height: 1.5;
  margin-top: calc(14 * 60rem / 750);
}

.sec_concept .delivery_wrap .bnr_img {
  width: calc(560 * 60rem / 750);
  margin: calc(74 * 60rem / 750) auto 0;
}

.sec_concept .table_wrap {
  margin-top: calc(78 * 60rem / 750);
}

.sec_concept table {
  border-collapse: collapse;
  width: calc(626 * 60rem / 750);
  margin: 0 auto;
}

.sec_concept table tbody {}

.sec_concept th,
.sec_concept td {
  border: calc(2 * 60rem / 750) solid var(--color3);
  text-align: center;
}

.sec_concept th {
  padding: calc(16 * 60rem / 750) 0 calc(13 * 60rem / 750) calc(7 * 60rem / 750);
}

.sec_concept td {
  padding: calc(21 * 60rem / 750) 0 calc(17 * 60rem / 750);
  text-align: center;
  vertical-align: middle;
}

.sec_concept table thead {
  background: var(--color3);
  color: var(--color5);
  font-size: calc(20 * 60rem / 750);
}

.sec_concept table thead th:not(:last-of-type) {
  border-right: calc(2 * 60rem / 750) solid var(--color5);
}

.sec_concept table th:nth-child(1),
.sec_concept table td:nth-child(1) {
  width: calc(255 * 60rem / 750);
}

.sec_concept table th:nth-child(2),
.sec_concept table td:nth-child(2) {
  width: calc(96 * 60rem / 750);
}

.sec_concept table th:nth-child(3),
.sec_concept table td:nth-child(3) {
  width: calc(170 * 60rem / 750);
}

.sec_concept table td:nth-child(1) {
  font-size: calc(20 * 60rem / 750);
  line-height: 1.6;
  text-align: left;
  padding-left: calc(15 * 60rem / 750);
}

.sec_concept table td:nth-child(2) {
  font-size: calc(20 * 60rem / 750);
  padding-left: calc(7 * 60rem / 750);
}

.sec_concept table td:nth-child(3) {
  font-size: calc(20 * 60rem / 750);
  text-align: right;
  padding: 0 calc(13 * 60rem / 750) 0 0;
}

.sec_concept table td:nth-child(3) span {
  display: block;
}

.sec_concept table td:nth-child(3) span:nth-of-type(1) {
  font-size: calc(20 * 60rem / 750);
  text-decoration: line-through;
}

.sec_concept table td:nth-child(3) span:nth-of-type(2) {
  font-weight: 700;
  font-size: calc(20 * 60rem / 750);
  margin-top: calc(10 * 60rem / 750);
}

.sec_concept table td:nth-child(3) span:nth-of-type(3) {
  font-weight: 700;
  font-size: calc(26 * 60rem / 750);
  margin-top: calc(10 * 60rem / 750);
}

.sec_concept table .icon_buy {
  width: calc(72 * 60rem / 750);
  height: calc(72 * 60rem / 750);
  margin-left: calc(14 * 60rem / 750);
}

.sec_concept .regular_purchase.btn {
  width: calc(320 * 60rem / 750);
  margin: calc(61 * 60rem / 750) auto 0;
}

.sec_concept .regular_purchase.btn a {
  font-size: calc(28 * 60rem / 750);
  font-weight: 300;
}



/* ========================================================
                      * sec_release  *
========================================================= */

.sec_release {
  padding-top: calc(118 * 60rem / 750);
  padding-bottom: calc(120 * 60rem / 750);

}

.sec_release .fukidashi {
  width: calc(640 * 60rem / 750);
}

.sec_release .txt_wrap {
  text-align: center;
  margin-top: calc(84 * 60rem / 750);
}

.sec_release .txt_wrap .date {
  font-size: calc(34 * 60rem / 750);
  font-weight: 700;
}

.sec_release .txt_wrap .date .txt_en {
  font-size: calc(32 * 60rem / 750);
  font-weight: 700;
}

.sec_release .txt_wrap .webstore {
  font-size: calc(28 * 60rem / 750);
  margin-top: calc(41 * 60rem / 750);
}

.sec_release .txt_wrap .webstore>span,
.sec_release .txt_wrap .store>span {
  display: block;
  line-height: 2;
}

.sec_release .txt_wrap .webstore span {
  font-size: calc(26 * 60rem / 750);
  margin-top: calc(9 * 60rem / 750);
}

.sec_release .txt_wrap .webstore .txt_ja {
  font-size: calc(22 * 60rem / 750);
}

.sec_release .txt_wrap .store {
  font-size: calc(28 * 60rem / 750);
  margin-top: calc(40 * 60rem / 750);

}

.sec_release .txt_wrap .store span {
  font-size: calc(26 * 60rem / 750);
  margin-top: calc(6 * 60rem / 750);
}

.sec_release .txt_wrap .store .txt_ja {
  font-size: calc(22 * 60rem / 750);
}

.sec_release .btn {
  width: calc(560 * 60rem / 750);
  margin: calc(110 * 60rem / 750) auto 0;
}

.sec_release .btn a {
  font-size: calc(44 * 60rem / 750);
}