@charset "UTF-8";
/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
.l-main {
  background: #f2f0e9;
}
.l-main a {
  transition: all 0.5s !important;
}
.l-main a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.l-main img {
  vertical-align: bottom;
}

/*font--------------------*/
.l-main {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #422b25;
  font-family: "Noto Serif JP", serif;
}
.l-main a {
  color: #422b25;
  line-height: 1;
}
.l-main a:visited {
  color: #422b25;
}
.l-main h1, .l-main h2, .l-main h3, .l-main h4, .l-main p, .l-main span {
  text-box-trim: trim-both;
}

/*inner--------------------*/
.l-inner {
  width: 95%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-right {
  width: 97.5%;
  max-width: calc(100% - (50% - 670px));
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*inner--------------------*/
/*br--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

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

/*anime--------------------*/
.js-fade-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 800ms;
}

.c-lead__block-ttl,
.c-lead__block-txt {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 800ms;
}

.c-lead__block-frame::before {
  opacity: 0;
  transition: all 2000ms;
}

.fade-scroll {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*responsive--------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

/*btn--------------------*/
.c-btn {
  width: 180px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    max-width: 320px;
  }
}
.c-btn__link {
  font-size: 16px;
  border: 1px solid #422b25;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-btn__link {
    font-size: 15px;
  }
}
.c-btn__link:hover {
  opacity: 1 !important;
  background: #422b25 !important;
  color: #ffffff !important;
}

.c-btn__add,
.product_info_subscription_submit {
  width: 100%;
  height: 45px;
}
.c-btn__add img,
.product_info_subscription_submit img {
  display: none;
}
.c-btn__add-link,
.c-btn__add span,
.product_info_subscription_submit-link,
.product_info_subscription_submit span {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #422b25;
  color: #422b25;
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  background: transparent;
}
.c-btn__add-link:hover,
.c-btn__add span:hover,
.product_info_subscription_submit-link:hover,
.product_info_subscription_submit span:hover {
  opacity: 1;
  background: #422b25;
  color: #ffffff;
}

.c-btn__voice {
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn__voice-link {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

/*lead--------------------*/
.c-lead__block {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-lead__block {
    padding-left: 15px;
  }
}
.c-lead__block-ttl {
  font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-lead__block-ttl {
    font-size: 24px;
  }
}
.c-lead__block-frame {
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .c-lead__block-frame {
    padding-left: 15px;
  }
}
.c-lead__block-frame::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #422b25;
  bottom: 0;
  left: 0;
}
.c-lead__block-txt {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .c-lead__block-txt {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.c-lead__block-txt .small {
  font-size: 8px;
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .c-lead__block-txt .small {
    transform: translateY(-5px);
  }
}
.c-lead__block-txt span {
  font-size: 11px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-lead__block-txt span {
    font-size: 10px;
  }
}

.c-lead__block-frame.fade-scroll::before {
  height: 100% !important;
  opacity: 1 !important;
}

/*info--------------------*/
.c-info {
  padding: 0 0 275px 0;
}
@media screen and (max-width: 768px) {
  .c-info {
    padding: 0 0 90px 0;
  }
}
.c-info .l-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-info .l-inner {
    flex-direction: column;
    gap: 35px;
  }
}
.c-info__slide {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-info__slide {
    width: 100%;
  }
}
.c-info__slide img {
  aspect-ratio: 1682/1268;
}
@media screen and (max-width: 768px) {
  .c-info__slide img {
    aspect-ratio: 373/476 !important;
  }
}
.c-info__slide .slider-frame {
  width: 100%;
  margin-top: 0;
}
.c-info__slide .slider-frame .productSlide {
  margin-bottom: 0;
}
.c-info__slide .slider-frame .slider {
  opacity: 0;
}
.c-info__slide .slider-frame .slick-initialized {
  opacity: 1;
}
.c-info__slide .slick-slider {
  height: 100%;
}
.c-info__slide .slick-list {
  height: 100%;
}
.c-info__slide .slick-track {
  height: 100%;
}
.c-info__slide .slick-slide {
  height: 100%;
}
.c-info__slide .slick-slide img {
  width: 100%;
  aspect-ratio: 1682/1268;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-info__slide .slick-slide img {
    aspect-ratio: 373/476 !important;
  }
}
.c-info__slide .slick-slide div {
  height: 100%;
}
.c-info__slide .slick-slide div img {
  width: 100%;
  aspect-ratio: 1682/1268;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-info__slide .slick-slide div img {
    aspect-ratio: 373/476 !important;
  }
}
.c-info__slide .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 20px;
  left: 15px;
}
.c-info__slide .slick-dots li {
  width: 13px;
  height: 13px;
  border: 1px solid #bababa;
  border-radius: 50%;
}
.c-info__slide .slick-dots li button {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-info__slide .slick-dots li button:before {
  background: transparent !important;
  width: 13px;
  height: 13px;
  opacity: 1;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
  opacity: 1;
}
.c-info__slide .slick-dots li.slick-active button:before {
  color: #bababa;
  width: 6px;
  height: 6px;
  background: #bababa !important;
  border-radius: 50%;
}
.c-info__content {
  width: 40%;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .c-info__content {
    width: 95%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}
.c-info__content-genre {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-info__content-genre {
    font-size: 11px;
    margin-bottom: 15px;
  }
}
.c-info__content-name {
  font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-info__content-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.c-info__content-jp {
  font-size: 16px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .c-info__content-jp {
    font-size: 11px;
    margin-bottom: 25px;
  }
}
.c-info__content-lead {
  font-size: clamp(1.25rem, 0.679rem + 1.19vw, 1.75rem);
  line-height: 1.7142857143;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .c-info__content-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-info__content-lead {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 20px;
  }
}
.c-info__content-detail,
.c-info__content .product_info_subscription_title {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.c-info__content-cart,
.c-info__content .product_info_subscription_choice_item {
  border-top: 1px solid #422b25;
  padding: 45px 0;
}

/* 追加 */
.condition_tuner .c-info__content .product_info_subscription_choice_item:first-child {
  border-top: 2px solid #422b25;
}

.c-info__content-cart-frame,
.c-info__content-cart .product_info_subscription_choice_label,
.c-info__content .product_info_subscription_choice_item-frame,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 25px;
}
.c-info__content-cart-type,
.c-info__content-cart .product_info_subscription_choice_input span,
.c-info__content .product_info_subscription_choice_item-type,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_input span {
  font-size: 16px;
  line-height: 1.5;
}
.c-info__content-cart-price,
.c-info__content-cart .product_info_subscription_choice_price,
.c-info__content .product_info_subscription_choice_item-price,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price {
  display: flex;
  align-items: baseline;
  font-family: "Noto Serif JP", serif;
}
.c-info__content-cart-price-txt,
.c-info__content-cart-price .product_info_subscription_price,
.c-info__content-cart .product_info_subscription_choice_price-txt,
.c-info__content-cart .product_info_subscription_choice_price .product_info_subscription_price,
.c-info__content .product_info_subscription_choice_item-price-txt,
.c-info__content .product_info_subscription_choice_item-price .product_info_subscription_price,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price-txt,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price .product_info_subscription_price {
  font-size: clamp(1.25rem, 0.679rem + 1.19vw, 1.75rem) !important;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-info__content-cart-price-txt,
  .c-info__content-cart-price .product_info_subscription_price,
  .c-info__content-cart .product_info_subscription_choice_price-txt,
  .c-info__content-cart .product_info_subscription_choice_price .product_info_subscription_price,
  .c-info__content .product_info_subscription_choice_item-price-txt,
  .c-info__content .product_info_subscription_choice_item-price .product_info_subscription_price,
  .c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price-txt,
  .c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price .product_info_subscription_price {
    font-size: 23px !important;
  }
}
.c-info__content-cart-price span,
.c-info__content-cart-price .product_info_subscription_price span,
.c-info__content-cart .product_info_subscription_choice_price span,
.c-info__content-cart .product_info_subscription_choice_price .product_info_subscription_price span,
.c-info__content .product_info_subscription_choice_item-price span,
.c-info__content .product_info_subscription_choice_item-price .product_info_subscription_price span,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price span,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price .product_info_subscription_price span {
  font-size: 14px;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .c-info__content-cart-price span,
  .c-info__content-cart-price .product_info_subscription_price span,
  .c-info__content-cart .product_info_subscription_choice_price span,
  .c-info__content-cart .product_info_subscription_choice_price .product_info_subscription_price span,
  .c-info__content .product_info_subscription_choice_item-price span,
  .c-info__content .product_info_subscription_choice_item-price .product_info_subscription_price span,
  .c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price span,
  .c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price .product_info_subscription_price span {
    font-size: 11px;
  }
}
.c-info__content-cart-price-frame,
.c-info__content-cart .product_info_subscription_choice_price-frame,
.c-info__content .product_info_subscription_choice_item-price-frame,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price-frame {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-info__content-cart-price-frame p,
.c-info__content-cart .product_info_subscription_choice_price-frame p,
.c-info__content .product_info_subscription_choice_item-price-frame p,
.c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price-frame p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-info__content-cart-price-frame p,
  .c-info__content-cart .product_info_subscription_choice_price-frame p,
  .c-info__content .product_info_subscription_choice_item-price-frame p,
  .c-info__content .product_info_subscription_choice_item .product_info_subscription_choice_price-frame p {
    font-size: 11px;
  }
}
.c-info__content-cart-off,
.c-info__content-cart .c-product_info__subscription__notes,
.c-info__content .product_info_subscription_choice_item-off,
.c-info__content .product_info_subscription_choice_item .c-product_info__subscription__notes {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.c-info .c-btn__add,
.c-info .product_info_subscription_submit {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-info .c-btn__add,
  .c-info .product_info_subscription_submit {
    max-width: 300px;
  }
}
.c-info .c-btn__add-link,
.c-info .c-btn__add span,
.c-info .product_info_subscription_submit-link,
.c-info .product_info_subscription_submit span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-info .c-btn__add-link,
  .c-info .c-btn__add span,
  .c-info .product_info_subscription_submit-link,
  .c-info .product_info_subscription_submit span {
    font-size: 15px;
  }
}
.c-info .c-btn__voice {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .c-info .c-btn__voice {
    margin-bottom: 60px;
  }
}
.c-info .c-btn__voice-link {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-info .c-btn__voice-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-info__accordion {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-info__accordion-item {
  border-bottom: 1px solid #422b25;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-item {
    font-size: 12px;
  }
}
.c-info__accordion-head {
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-head {
    padding: 20px 10px;
  }
}
.c-info__accordion-txt {
  display: none;
  width: 100%;
  padding: 0 10px 25px 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  border-top: 1px solid #422b25;
}
.c-info__accordion-txt p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-txt p {
    font-size: 10px;
    margin-top: 15px;
  }
}
.c-info__accordion-txt span {
  font-size: 11px;
  margin-top: 25px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-txt span {
    font-size: 9px;
    margin-top: 15px;
  }
}
.c-info__accordion-txt.active {
  display: block;
}
.c-info__accordion-switch {
  position: absolute;
  top: 30px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-switch {
    top: 26px;
  }
}
.c-info__accordion-switch span:first-of-type {
  position: absolute;
  width: 1px;
  height: 25px;
  background: #422b25;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-info__accordion-switch span:first-of-type {
    height: 15px;
  }
}
.c-info__accordion-switch span:last-of-type {
  position: absolute;
  width: 25px;
  height: 1px;
  background: #422b25;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-info__accordion-switch span:last-of-type {
    width: 15px;
  }
}
.c-info__accordion-switch.active span:first-of-type {
  display: none;
}
.c-info__accordion-child {
  position: relative;
  font-size: 16px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #422b25;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child {
    font-size: 12px;
    width: calc(100% - 30px);
  }
}
.c-info__accordion-child-head {
  padding: 25px 25px 25px 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-head {
    padding: 20px 50px 20px 20px;
  }
}
.c-info__accordion-child-head::before {
  content: "Q";
  position: absolute;
  top: 23px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-head::before {
    font-size: 11px;
    top: 19px;
  }
}
.c-info__accordion-child-txt {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  border-top: 1px solid #422b25;
  position: relative;
  padding: 0 25px 25px 25px;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-txt {
    padding: 0 20px 20px 20px;
  }
}
.c-info__accordion-child-txt::before {
  content: "A";
  position: absolute;
  top: 23px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-txt::before {
    font-size: 11px;
    top: 14px;
  }
}
.c-info__accordion-child-txt p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-txt p {
    margin-top: 15px;
    font-size: 10px;
  }
}
.c-info__accordion-child-txt span {
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-txt span {
    font-size: 9px;
  }
}
.c-info__accordion-child-txt .small {
  font-size: 8px;
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-txt .small {
    transform: translateY(-5px);
  }
}
.c-info__accordion-child-txt.active {
  display: block;
}
.c-info__accordion-child-switch {
  position: absolute;
  top: 12px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-switch {
    top: 14px;
  }
}
.c-info__accordion-child-switch span:first-of-type {
  position: absolute;
  width: 1px;
  height: 25px;
  background: #422b25;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-switch span:first-of-type {
    height: 15px;
  }
}
.c-info__accordion-child-switch span:last-of-type {
  position: absolute;
  width: 25px;
  height: 1px;
  background: #422b25;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-info__accordion-child-switch span:last-of-type {
    width: 15px;
  }
}
.c-info__accordion-child-switch.active span:first-of-type {
  display: none;
}

.condition_tuner .c-info__content-catch {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}
.condition_tuner .c-info__content-detail,
.condition_tuner .product_info_subscription_title {
  margin-bottom: 0;
  font-weight: bold;
}
.condition_tuner .c-btn__voice {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: -25px;
}
/* .condition_tuner .c-btn__voice-link {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .c-btn__voice-link {
    font-size: 12px;
  }
} */

/*how--------------------*/
.c-how .c-lead__block-frame {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-how .c-lead__block-frame {
    height: 80px;
  }
}
.c-how__group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-how__group {
    flex-direction: column;
    align-items: center;
  }
}
.c-how__group-list {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
}
.c-how__group-list::before {
  position: absolute;
  font-size: 22px;
  top: 5px;
  left: 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-how__group-list::before {
    font-size: 14px;
    top: -5px;
  }
}
.c-how__group-icon {
  width: 25px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-how__group-icon {
    width: 15px;
    height: auto;
  }
}
.c-how__group-txt {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1024px) {
  .c-how__group-txt {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.c-how__group-listNumber1::before {
  content: "01";
}

.c-how__group-listNumber2::before {
  content: "02";
}

.c-how__group-listNumber3::before {
  content: "03";
}

/*mthod--------------------*/
.c-method {
  padding: 0 0 105px 0;
}
@media screen and (max-width: 768px) {
  .c-method {
    padding: 0 0 20px 0;
  }
}
.c-method img {
  cursor: pointer;
}
.c-method__frame {
  width: 95%;
  max-width: calc(100% - (50% - 493px));
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-method__frame {
    width: 88%;
    max-width: calc(100% - (50% - 143px));
    margin-left: auto;
  }
}
.c-method__genre {
  font-size: clamp(1.25rem, 1.107rem + 0.3vw, 1.375rem);
  line-height: 1.5454545455;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-method__genre {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.c-method__name {
  font-size: clamp(1.25rem, 0.536rem + 1.49vw, 1.875rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-method__name {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.c-method .slider-frame {
  margin-bottom: 15px;
  margin-top: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-method .slider-frame {
    margin-bottom: 5px;
  }
}
.c-method .slider-frame .slider {
  opacity: 0;
}
.c-method .slider-frame .slick-initialized {
  opacity: 1;
}
.c-method .slider-frame .slick-slider {
  height: 100%;
}
.c-method .slider-frame .slick-list {
  height: 100%;
  padding-right: 15% !important;
}
.c-method .slider-frame .slick-track {
  height: 100%;
}
.c-method .slider-frame .slick-slide {
  height: 100%;
}
.c-method .slider-frame .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-method .slider-frame .slick-slide div {
  height: 100%;
}
.c-method .slider-frame .slick-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-method .slider-frame .slider-item {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .c-method .slider-frame .slider-item {
    padding: 0 15px 0 0;
  }
}
.c-method .slider-frame .slick-arrow {
  display: none !important;
}
.c-method .slider-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: -99999 !important;
  background: rgba(0, 0, 0, 0.25);
}
.c-method .slider-modal__layer {
  width: 60%;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 768px) {
  .c-method .slider-modal__layer {
    width: 90%;
  }
}
.c-method .slider-modal iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}
.c-method .slider-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999 !important;
}
.c-method__button {
  width: 90%;
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-method__button {
    width: 76%;
    max-width: 286px;
  }
}
.c-method__button-link {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-method__button-link {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-method__button-link span {
    display: none;
  }
}

.c-method:last-of-type {
  padding: 0 0 310px 0;
}
@media screen and (max-width: 768px) {
  .c-method:last-of-type {
    padding: 0 0 170px 0;
  }
}

/*header--------------------*/
.l-header {
  position: sticky !important;
  top: 106px;
  left: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(90deg, rgb(42, 14, 6) 0%, rgb(137, 70, 39) 100%);
  transition: all 0.1s;
  z-index: 2 !important;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 50px;
  }
}
.l-header a:visited {
  color: #ffffff;
}
.l-header .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92.3%;
  max-width: 1920px;
  height: 100%;
}
.l-header__logo {
  width: 180px;
  position: relative;
  top: unset;
  left: unset;
  max-width: unset;
  transform: none;
  margin: unset;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 100px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-header__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-header__group {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .l-header__group {
    position: absolute;
    top: 0;
    left: -200%;
    background: #f2f0e9;
    width: 270px;
    height: 100vh;
    flex-direction: column;
    padding-top: 65px;
    gap: 0;
    z-index: 999999999;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-list:first-of-type {
    border-top: 1px solid #422b25;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-list {
    width: 90%;
    border-bottom: 1px solid #422b25;
  }
}
.l-header__group-link {
  font-size: 18px;
  font-family: "Futura PT", sans-serif;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-header__group-link {
    font-size: 12px;
    color: #422b25 !important;
    padding: 15px 5px;
    height: auto;
  }
}
.l-header__group-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .l-header__group-box {
    width: 90%;
    border-bottom: 1px solid #422b25;
    padding: 15px 5px;
  }
}
.l-header__group-box .l-header__group-list {
  border: none;
}
@media screen and (max-width: 1024px) {
  .l-header__group-box .l-header__group-list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header__group-box .l-header__group-list:first-of-type {
  position: relative;
}
.l-header__group-box .l-header__group-list:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-header__group-box .l-header__group-list:first-of-type::before {
    background: #422b25;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-box .l-header__group-link {
    padding: 0;
  }
}
.l-header .js-header-group.active {
  left: 0;
}
.l-header .hasChild {
  position: relative;
}
.l-header .hasChild:hover .l-header__groupSub {
  opacity: 1;
  visibility: visible;
}
.l-header__groupSub {
  background: #ffffff;
  padding: 25px 0;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 300%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: ease-in 0.1s;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .l-header__groupSub {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 15px 10px;
    position: static;
    bottom: unset;
    left: unset;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: transparent;
    width: 100%;
  }
}
.l-header__groupSub-link {
  font-size: 12px;
  font-family: "Futura PT", sans-serif;
  color: #422b25 !important;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 0 10px;
}
.l-header__groupSub-link span {
  position: relative;
}
.l-header__groupSub-link span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  background: #422b25 !important;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .l-header__groupSub-link span::before {
    display: none;
  }
}
.l-header__groupSub-link:hover span::before {
  width: 100%;
}
.l-header .js-btn__open {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .js-btn__open {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 10px;
    top: 18px;
    left: 20px;
    z-index: 999999;
  }
}
.l-header .js-btn__open span {
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  height: 1px;
  background: #fff;
  width: 40px;
  transform: translateX(-50%);
}
.l-header .js-btn__open span:nth-of-type(1) {
  top: 0;
}
.l-header .js-btn__open span:nth-of-type(2) {
  top: 10px;
}
.l-header .js-btn__close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .js-btn__close {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 50px;
    top: 3px;
    right: 5%;
    display: block;
  }
}
.l-header .js-btn__close span {
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  height: 1px;
  background: #422b25;
  transform: translateX(-50%);
}
.l-header .js-btn__close span:nth-of-type(1) {
  top: 18px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 25px;
}
.l-header .js-btn__close span:nth-of-type(2) {
  top: 30px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 25px;
}

@media screen and (max-width: 768px) {
  .l-header.fixed {
    top: 60px;
  }
}

/*footer--------------------*/
.l-footer {
  background: linear-gradient(90deg, rgb(42, 14, 6) 0%, rgb(137, 70, 39) 100%);
  margin-top: 0 !important;
  padding: 0 !important;
}
.l-footer__head {
  width: 100%;
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer__head {
    padding: 50px 0 30px 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__logo {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-footer__logo-top {
  width: 30px;
  margin-bottom: 20px;
}
.l-footer__logo-center {
  width: 90px;
  margin-bottom: 30px;
}
.l-footer__logo-bottom {
  width: 30px;
}
.l-footer__copy {
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  padding: 35px 0;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    padding: 15px 0;
  }
}

/*main--------------------*/
.l-main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: static !important;
}
/*products--------------------*/
.l-products {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-products {
    padding: 30px 0 60px 0;
  }
}
.l-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1340px;
  height: 1px;
  background: #513c32;
}
.l-products img, .l-products p {
  pointer-events: none;
}
.l-products__ttl {
  font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .l-products__ttl {
    font-size: 25px;
    margin-bottom: 75px;
  }
}
.l-products__ttl::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #422b25;
}
.l-products__slider {
  width: 100%;
  margin-bottom: 50px;
}
.l-products__slider-frame {
  display: flex;
}
.l-products__slider-frame .item01 img {
  height: 330px;
}
@media screen and (max-width: 768px) {
  .l-products__slider-frame .item01 img {
    width: 120px;
    margin-left: 0;
    transform: translateX(70px);
  }
}
.l-products__slider-frame .item02 img {
  height: 270px;
}
@media screen and (max-width: 768px) {
  .l-products__slider-frame .item02 img {
    width: 130px;
    transform: translateX(40px);
  }
}
.l-products__slider-frame .item03 img {
  height: 320px;
}
@media screen and (max-width: 768px) {
  .l-products__slider-frame .item03 img {
    width: 90px;
  }
}
.l-products__slider-frame .item04 img {
  height: 320px;
}
@media screen and (max-width: 768px) {
  .l-products__slider-frame .item04 img {
    width: 90px;
  }
}
.l-products__slider-frame .item05 img {
  height: 210px;
}
@media screen and (max-width: 768px) {
  .l-products__slider-frame .item05 img {
    width: 180px;
  }
}
.l-products__slider-frame .item06 img {
  height: 195px;
}
@media screen and (max-width: 768px) {
  .l-products__slider-frame .item06 img {
    width: 180px;
  }
}
.l-products__slider-item {
  padding: 0 30px 0 0 !important;
}
.l-products__slider-item img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-products__slider-link {
  width: 100%;
  height: 100%;
}
.l-products__slider-thumbnail {
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-products__slider-thumbnail {
    align-items: flex-start;
  }
}
.l-products__slider-genre {
  font-size: 12px;
  margin-bottom: 10px;
}
.l-products__slider-name {
  font-size: 16px;
  margin-bottom: 15px;
}
.l-products__slider-price {
  font-size: 14px;
  margin-bottom: 5px;
}
.l-products__slider-price span {
  font-size: 12px;
}
.l-products__slider-note {
  font-size: 12px;
  line-height: 1.6666666667;
}
.l-products .c-btn {
  margin-left: auto;
}
.l-products .slider {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.l-products .slider-frame {
  margin-top: 0;
}
.l-products .slider-frame .slider {
  opacity: 0;
}
.l-products .slider-frame .slick-initialized {
  opacity: 1;
}
.l-products .slick-slider {
  height: 100%;
}
.l-products .slick-list {
  height: 100%;
  padding: 0 10% 0 0 !important;
}
.l-products .slick-track {
  height: 100%;
}
.l-products .slick-slide {
  height: 100%;
}
.l-products .slick-slide div {
  height: 100%;
}
.l-products .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .l-products .c-btn {
    display: none;
  }
}

/*home--------------------*/
.home .fv {
  height: calc(100vh - 85px);
}
@media screen and (max-width: 1024px) {
  .home .fv {
    height: auto;
  }
}
.home .fv video, .home .fv img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2880/1471;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .about {
  padding: 135px 0 290px 0;
}
@media screen and (max-width: 768px) {
  .home .about {
    padding: 50px 0 120px 0;
  }
}
.home .about__ttl {
  font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .home .about__ttl {
    font-size: 15px;
    line-height: 2;
    opacity: 1 !important;
    transform: none !important;
  }
}
.home .about__txt {
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .about__txt {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-bottom: 25px;
  }
}
.home .about__logo {
  width: 185px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .home .about__logo {
    width: 120px;
  }
}

.home .products {
  padding: 0 0 280px 0;
}
@media screen and (max-width: 768px) {
  .home .products {
    padding: 0 0 120px 0;
  }
}
.home .products .c-lead__block {
  margin-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .home .products .c-lead__block {
    margin-bottom: 70px;
  }
}
.home .products__group {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 130px 0;
}
@media screen and (max-width: 768px) {
  .home .products__group-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group-list:nth-of-type(3n+1) {
  width: 37.3%;
}
@media screen and (max-width: 1200px) {
  .home .products__group-list:nth-of-type(3n+1) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .home .products__group-list:nth-of-type(3n+1) {
    width: 100%;
    max-width: 320px;
  }
}
.home .products__group-list:nth-of-type(3n+2) {
  width: 37.3%;
}
@media screen and (max-width: 1200px) {
  .home .products__group-list:nth-of-type(3n+2) {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .home .products__group-list:nth-of-type(3n+2) {
    width: 100%;
    max-width: 320px;
  }
}
.home .products__group-list:nth-of-type(3n) {
  width: 25.4%;
}
@media screen and (max-width: 1200px) {
  .home .products__group-list:nth-of-type(3n) {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .home .products__group-list:nth-of-type(3n) {
    width: 100%;
    max-width: 320px;
  }
}
.home .products__group .image01 {
  width: 113px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .home .products__group .image01 {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .product01 {
  height: 356px;
}
@media screen and (max-width: 768px) {
  .home .products__group .product01 {
    width: 100%;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .image02 {
  width: 140px;
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .home .products__group .image02 {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .product02 {
  height: 298px;
}
@media screen and (max-width: 768px) {
  .home .products__group .product02 {
    width: 100%;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .image03 {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .home .products__group .image03 {
    width: 65px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .product03 {
  width: 67px;
  height: 347px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .home .products__group .product03 {
    width: 100%;
    height: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .image04 {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .home .products__group .image04 {
    width: 62px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .product04 {
  margin-left: 100px;
  height: 355px;
}
@media screen and (max-width: 768px) {
  .home .products__group .product04 {
    width: 100%;
    height: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .image05 {
  width: 182px;
}
@media screen and (max-width: 768px) {
  .home .products__group .image05 {
    width: 148px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .product05 {
  margin-left: 65px;
  height: 264px;
}
@media screen and (max-width: 768px) {
  .home .products__group .product05 {
    width: 100%;
    height: 214px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .image06 {
  width: 183px;
}
@media screen and (max-width: 768px) {
  .home .products__group .image06 {
    width: 147px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group .product06 {
  margin-left: 45px;
  height: 256px;
}
@media screen and (max-width: 768px) {
  .home .products__group .product06 {
    width: 165px;
    height: 206px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group-image {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home .products__group-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .home .products__group-image {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .home .products__group-image {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .products__group-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.home .products__group-name {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .home .products__group-name {
    font-size: 19px;
  }
}
.home .products__group-about {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 30px;
}
.home .products__group-about span {
  font-size: 12px;
}
.home .ingredient {
  padding: 0 0 340px 0;
}
@media screen and (max-width: 1024px) {
  .home .ingredient .br-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home .ingredient {
    padding: 0 0 100px 0;
  }
}
.home .ingredient .c-lead__block {
  margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .home .ingredient .c-lead__block {
    margin-bottom: 75px;
  }
}
.home .ingredient__group {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.home .ingredient__group-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .ingredient__group-list {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .ingredient__group-list:not(:last-of-type) {
  margin-bottom: 60px;
}
.home .ingredient__group-thumbnail {
  width: 50.4%;
}
@media screen and (max-width: 1024px) {
  .home .ingredient__group-thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .home .ingredient__group-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home .ingredient__group-content {
  width: 43.8%;
}
@media screen and (max-width: 1024px) {
  .home .ingredient__group-content {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .home .ingredient__group-content {
    width: 100%;
  }
}
.home .ingredient__group-ttl {
  font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home .ingredient__group-ttl {
    font-size: 15px;
  }
}
.home .ingredient__group-txt {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .home .ingredient__group-txt {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.home .ingredient__group-txt span {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .home .ingredient__group-txt span {
    font-size: 10px;
  }
}

.home .method {
  padding: 0 0 295px 0;
}
@media screen and (max-width: 768px) {
  .home .method {
    padding: 0 0 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .home .method .c-lead__block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .method .c-lead__block-frame {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .home .method .c-lead__block-txt {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.home .method .l-inner-right {
  margin-right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 95px;
}
@media screen and (max-width: 768px) {
  .home .method .l-inner-right {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding-left: 2.5%;
  }
}
.home .method__content {
  width: 30%;
}
@media screen and (max-width: 1366px) {
  .home .method__content {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .home .method__content {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .home .method__content {
    width: 100%;
  }
}
.home .method__content .c-lead__block {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .method__content .c-lead__block {
    margin-bottom: 0;
  }
}
.home .method__content .c-btn {
  margin-left: auto;
}
.home .method__thumbnail {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1366px) {
  .home .method__thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .home .method__thumbnail {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .home .method__thumbnail {
    width: 90%;
    margin-top: -70px;
  }
}
.home .method__thumbnail img {
  aspect-ratio: 835/641;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home .method__thumbnail img {
    aspect-ratio: 333/261;
    margin-bottom: 15px;
  }
}
.home .method__thumbnail .c-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.home .method__thumbnail .c-btn__link {
  border: none;
  font-size: 10px;
  margin-left: 0;
}
.home .method .c-btn__link {
  font-family: "Noto Serif JP", serif;
}

.home .creator {
  padding: 0 0 355px 0;
}
@media screen and (max-width: 768px) {
  .home .creator {
    padding: 0 0 100px 0;
  }
}
.home .creator .l-inner {
  max-width: 1050px;
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .home .creator .l-inner {
    gap: 15px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .home .creator .l-inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.home .creator__thumbnail {
  width: 43.5%;
  max-width: 437px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home .creator__thumbnail {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .home .creator__thumbnail {
    width: 210px;
  }
}
.home .creator__thumbnail-txt {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .home .creator__thumbnail-txt {
    font-size: 10px;
  }
}
.home .creator__content {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .home .creator__content {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .home .creator__content {
    width: 300px;
    padding-bottom: 0;
  }
}
.home .creator__content-ttl {
  font-size: clamp(1.25rem, 1.107rem + 0.3vw, 1.375rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home .creator__content-ttl {
    font-size: 15px;
    line-height: 1.4666666667;
    margin-bottom: 25px;
  }
}
.home .creator__content-txt {
  font-size: 15px;
  line-height: 1.8;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .home .creator__content-txt {
    font-size: 11px;
    line-height: 1.8181818182;
    padding-left: 0;
  }
}
.home .creator__content-txt:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .home .creator__content-txt:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

/*switch_maximizer--------------------*/
.switch_maximizer .feature {
  padding: 0 0 260px 0;
}
@media screen and (max-width: 768px) {
  .switch_maximizer .feature {
    padding: 0 0 110px 0;
  }
}
.switch_maximizer .feature .c-lead__block {
  margin-bottom: 210px;
}
@media screen and (max-width: 768px) {
  .switch_maximizer .feature .c-lead__block {
    margin-bottom: 70px;
  }
}
.switch_maximizer .feature__lead {
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .switch_maximizer .feature__lead {
    font-size: 12px;
    margin-bottom: 35px;
  }
}
.switch_maximizer .feature__group {
  display: flex;
  justify-content: center;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .feature__group {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .feature__group {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.switch_maximizer .feature__group-list {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .feature__group-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
  }
}
.switch_maximizer .feature__group-list img {
  width: 145px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .feature__group-list img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .switch_maximizer .feature__group-frame {
    width: calc(100% - 140px);
  }
}
.switch_maximizer .feature__group-ttl {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .switch_maximizer .feature__group-ttl {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.switch_maximizer .feature__group-txt {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1366px) {
  .switch_maximizer .feature__group-txt {
    font-size: 12px;
  }
}
.switch_maximizer .feature__group-txt span {
  display: inline-block;
  font-size: 6px;
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .switch_maximizer .feature__group-txt span {
    font-size: 8px;
  }
}
.switch_maximizer .feature__group-note {
  font-size: 11px;
  margin-top: 10px;
}

.switch_maximizer .c-how {
  padding: 0 0 300px 0;
}
@media screen and (max-width: 768px) {
  .switch_maximizer .c-how {
    padding: 0 0 120px 0;
  }
}
.switch_maximizer .c-how .c-how__group {
  margin-top: -30px;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .c-how .c-how__group {
    margin-top: 30px;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .switch_maximizer .c-how .c-how__group {
    margin-top: -45px;
    gap: 25px;
  }
}
.switch_maximizer .c-how .c-how__group-thumbnail {
  height: 280px;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .c-how .c-how__group-thumbnail {
    height: auto;
    margin-bottom: 25px;
  }
}
.switch_maximizer .c-how .c-how__group-listNumber1 img {
  width: 185px;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .c-how .c-how__group-listNumber1 img {
    width: 130px;
  }
}
.switch_maximizer .c-how .c-how__group-listNumber2 img {
  width: 130px;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .c-how .c-how__group-listNumber2 img {
    width: 80px;
  }
}
.switch_maximizer .c-how .c-how__group-listNumber3 img {
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .switch_maximizer .c-how .c-how__group-listNumber3 img {
    width: 165px;
  }
}

/*switch shot--------------------*/
.switch_shot .feature {
  padding: 0 0 260px 0;
}
@media screen and (max-width: 768px) {
  .switch_shot .feature {
    padding: 0 0 110px 0;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .feature .c-lead__block {
    margin-bottom: 45px;
  }
}
.switch_shot .feature .c-lead__block-frame {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .switch_shot .feature .c-lead__block-frame {
    height: 40px;
    display: flex;
    align-items: center;
  }
}
.switch_shot .feature__txt {
  font-size: 20px;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 50px;
}
.switch_shot .feature__group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group {
    flex-direction: column;
    align-items: center;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}
.switch_shot .feature__group-item {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group-item {
    width: 100%;
    justify-content: space-between;
  }
}
.switch_shot .feature__group-first {
  gap: 65px;
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group-first {
    gap: 0;
    align-items: flex-end;
  }
}
.switch_shot .feature__group-first .feature__group-product {
  width: 90px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-first .feature__group-product {
    width: 60px;
    padding-bottom: 15px;
  }
}
.switch_shot .feature__group-first .feature__group-product img {
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-first .feature__group-product img {
    height: auto;
  }
}
.switch_shot .feature__group-second {
  gap: 80px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group-second {
    gap: 0;
    flex-direction: row;
    align-items: flex-start;
  }
}
.switch_shot .feature__group-second .feature__group-product {
  width: 100px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-second .feature__group-product {
    width: 65px;
    padding-bottom: 5px;
  }
}
.switch_shot .feature__group-second .feature__group-product img {
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-second .feature__group-product img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group-content {
    min-width: 180px;
  }
}
.switch_shot .feature__group-content img {
  width: 150px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-content img {
    width: 100px;
    margin-bottom: 15px;
  }
}
.switch_shot .feature__group-head {
  font-size: 20px;
  color: #f08f2c;
  height: 65px;
}
@media screen and (max-width: 1366px) {
  .switch_shot .feature__group-head {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group-head {
    font-size: 12px;
    height: auto;
    margin-bottom: 10px;
  }
}
.switch_shot .feature__group-txt {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-txt {
    font-size: 11px;
  }
}
.switch_shot .feature__group-txt .small {
  font-size: 10px;
  transform: translateY(-6px);
  display: inline-block;
}
.switch_shot .feature__group-txt span {
  display: inline;
}
.switch_shot .feature__group-txt:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group-txt:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.switch_shot .feature__group-note {
  font-size: 11px;
}
.switch_shot .feature__group-and {
  width: 150px;
  height: 150px;
  margin: 65px 60px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 1366px) {
  .switch_shot .feature__group-and {
    margin: 65px 30px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-and {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .feature__group-and {
    margin: 35px 0;
    height: auto;
    align-items: center;
  }
}
.switch_shot .feature__group-and img {
  width: 96px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .feature__group-and img {
    width: 90px;
  }
}

.switch_shot .c-how {
  padding: 0 0 335px 0;
}
@media screen and (max-width: 768px) {
  .switch_shot .c-how {
    padding: 0 0 120px 0;
  }
}
.switch_shot .c-how .c-how__group {
  margin-top: -35px;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .c-how .c-how__group {
    margin-top: 35px;
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .c-how .c-how__group {
    margin-top: -30px;
    gap: 0;
  }
}
.switch_shot .c-how .c-how__group-list::before {
  top: -30px;
}
@media screen and (max-width: 768px) {
  .switch_shot .c-how .c-how__group-list::before {
    top: -10px;
  }
}
.switch_shot .c-how .c-how__group-line {
  position: relative;
}
@media screen and (max-width: 768px) {
  .switch_shot .c-how .c-how__group-line {
    display: none;
  }
}
.switch_shot .c-how .c-how__group-line::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 25px);
  background: #422b25;
}
@media screen and (max-width: 1024px) {
  .switch_shot .c-how .c-how__group-line::before {
    top: -25px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .c-how .c-how__group-icon {
    margin-bottom: 30px;
  }
}
.switch_shot .c-how .c-how__group-thumbnail {
  height: 260px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .c-how .c-how__group-thumbnail {
    height: auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .c-how .c-how__group-listNumber1 {
    margin-bottom: 95px;
  }
}
.switch_shot .c-how .c-how__group-listNumber1::before {
  content: "【準備】";
}
.switch_shot .c-how .c-how__group-listNumber1 img {
  width: 205px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .c-how .c-how__group-listNumber1 img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .switch_shot .c-how .c-how__group-listNumber2 {
    margin-bottom: 35px;
  }
}
.switch_shot .c-how .c-how__group-listNumber2::before {
  content: "01";
}
.switch_shot .c-how .c-how__group-listNumber2 img {
  width: 210px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .c-how .c-how__group-listNumber2 img {
    width: 160px;
  }
}
.switch_shot .c-how .c-how__group-listNumber3::before {
  content: "02";
}
.switch_shot .c-how .c-how__group-listNumber3 img {
  width: 130px;
}
@media screen and (max-width: 1024px) {
  .switch_shot .c-how .c-how__group-listNumber3 img {
    width: 90px;
  }
}

/*condition tuner--------------------*/
.condition_tuner .c-info__content {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .condition_tuner .c-info__content {
    width: 95%;
  }
}
.condition_tuner .c-info__content-genre {
  margin-bottom: 5px;
}
.condition_tuner .c-info__content-price {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .c-info__content-price {
    flex-direction: column;
    gap: 5px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.condition_tuner .c-info__content-price-box {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .condition_tuner .c-info__content-price-box {
    margin-left: auto;
  }
}
.condition_tuner .c-info__content-price-box:first-of-type {
  position: relative;
}
.condition_tuner .c-info__content-price-box:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #422b25;
}
@media screen and (max-width: 768px) {
  .condition_tuner .c-info__content-price-box:first-of-type::before {
    display: none;
  }
}

.condition_tuner .feature {
  padding: 0 0 320px 0;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature {
    padding: 0 0 150px 0;
  }
}
.condition_tuner .feature .c-lead__block {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature .c-lead__block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature .c-lead__block-frame {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature .c-lead__block-txt {
    font-size: 11px;
  }
}
.condition_tuner .feature .c-lead__block .small {
  display: inline-block;
  font-size: 8px;
  transform: translateY(-10px);
}
.condition_tuner .feature .c-lead__block span {
  font-size: 11px;
}
.condition_tuner .feature__thumbnail {
  aspect-ratio: 920/505;
  margin-left: auto;
  width: 64%;
  max-height: 640px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__thumbnail {
    margin-top: -100px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__thumbnail img {
    margin-bottom: 10px;
  }
}
.condition_tuner .feature .l-inner-right {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature .l-inner-right {
    margin-bottom: 80px;
  }
}
.condition_tuner .feature__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__catch {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.condition_tuner .feature__catch-item {
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__catch-item {
    width: 100%;
  }
}
.condition_tuner .feature__catch-item:first-of-type {
  position: relative;
}
.condition_tuner .feature__catch-item:first-of-type::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 50px solid #422b25;
  border-top: 0;
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__catch-item:first-of-type::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #422b25;
    bottom: -30px;
  }
}
.condition_tuner .feature__catch-item:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 50px solid #f2f0e9;
  border-top: 0;
  position: absolute;
  left: 50%;
  bottom: -78px;
  transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__catch-item:first-of-type::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #f2f0e9;
    bottom: -33px;
  }
}
.condition_tuner .feature__catch-head {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__catch-head {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.condition_tuner .feature__catch-lead {
  font-size: clamp(1.25rem, 0.536rem + 1.49vw, 1.875rem);
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__catch-lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.condition_tuner .feature__catch-txt {
  font-size: 16px;
  border-radius: 50px;
  padding: 5px 0;
  border: 1px solid #422b25;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__catch-txt {
    font-size: 10px;
  }
}
.condition_tuner .feature__catch-and {
  width: 90px;
}
.condition_tuner .feature__intro {
  border: 1px solid #422b25;
  padding: 50px 5%;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 110px;
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro {
    gap: 50px;
    padding: 50px 5px;
  }
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__intro {
    flex-direction: column;
    align-items: center;
    padding: 25px 10px;
  }
}
.condition_tuner .feature__intro-step {
  display: flex;
  align-items: center;
  gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro-step {
    gap: 20px;
  }
}
.condition_tuner .feature__intro-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-10px);
}
.condition_tuner .feature__intro-step-left-txt {
  font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro-step-left-txt {
    font-size: 13px;
  }
}
.condition_tuner .feature__intro-step-left-txt:first-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__intro-step-left-txt:first-of-type {
    margin-bottom: 30px;
  }
}
.condition_tuner .feature__intro-step-left-icon {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__intro-step-left-icon {
    height: 70px;
    margin-bottom: 35px;
  }
}
.condition_tuner .feature__intro-step-right {
  text-align: center;
}
.condition_tuner .feature__intro-step-right-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro-step-right-item {
    gap: 15px;
  }
}
.condition_tuner .feature__intro-step-right-txt {
  font-size: 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #e8e0d6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 5px;
}
@media screen and (max-width: 1366px) {
  .condition_tuner .feature__intro-step-right-txt {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro-step-right-txt {
    font-size: 12px;
    width: 80px;
  }
}
.condition_tuner .feature__intro-step-right-icon {
  width: 15px;
}
.condition_tuner .feature__intro-step-right-note {
  font-size: 16px;
  line-height: 1.6875;
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro-step-right-note {
    font-size: 10px;
  }
}
.condition_tuner .feature__intro-step-right-note:first-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .condition_tuner .feature__intro-step-right-note:first-of-type {
    margin-bottom: 40px;
  }
}
.condition_tuner .feature__intro-graph {
  width: -moz-fit-content;
  width: fit-content;
}
.condition_tuner .feature__intro-graph-lead {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro-graph-lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.condition_tuner .feature__intro-graph-lead span {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .condition_tuner .feature__intro-graph-lead span {
    font-size: 13px;
  }
}
.condition_tuner .feature__intro-graph-image {
  width: 365px;
}
@media screen and (max-width: 1366px) {
  .condition_tuner .feature__intro-graph-image {
    width: 300px;
  }
}

/*face_power_on_cream--------------------*/
.face_power_on_cream .feature {
  padding: 0 0 270px 0;
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .feature {
    padding: 0 0 110px 0;
  }
}
.face_power_on_cream .feature .c-lead__block {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .feature .c-lead__block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .feature .c-lead__block-frame {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .feature .c-lead__block-txt {
    font-size: 11px;
  }
}
.face_power_on_cream .feature__thumbnail {
  aspect-ratio: 920/505;
  margin-left: auto;
  width: 64%;
  max-height: 640px;
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .feature__thumbnail {
    margin-top: -100px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .feature__thumbnail img {
    margin-bottom: 10px;
  }
}

.face_power_on_cream .c-how {
  padding: 0 0 310px 0;
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .c-how {
    padding: 0 0 120px 0;
  }
}
.face_power_on_cream .c-how .c-how__group {
  margin-top: 15px;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .face_power_on_cream .c-how .c-how__group {
    margin-top: 35px;
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .c-how .c-how__group {
    margin-top: -30px;
    gap: 40px;
  }
}
.face_power_on_cream .c-how .c-how__group-list::before {
  top: -30px;
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .c-how .c-how__group-list::before {
    top: -10px;
  }
}
.face_power_on_cream .c-how .c-how__group-txt {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .face_power_on_cream .c-how .c-how__group-txt {
    height: auto;
    display: block;
  }
}
.face_power_on_cream .c-how .c-how__group-thumbnail {
  height: 260px;
}
@media screen and (max-width: 1024px) {
  .face_power_on_cream .c-how .c-how__group-thumbnail {
    height: auto;
    margin-bottom: 25px;
  }
}
.face_power_on_cream .c-how .c-how__group-listNumber1::before {
  content: "01";
}
.face_power_on_cream .c-how .c-how__group-listNumber1 img {
  width: 205px;
}
@media screen and (max-width: 1024px) {
  .face_power_on_cream .c-how .c-how__group-listNumber1 img {
    width: 135px;
  }
}
.face_power_on_cream .c-how .c-how__group-listNumber2::before {
  content: "02";
}
.face_power_on_cream .c-how .c-how__group-listNumber2 img {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .face_power_on_cream .c-how .c-how__group-listNumber2 img {
    width: 90px;
  }
}

/*skin_mask--------------------*/
.skin_mask .feature {
  padding: 0 0 230px 0;
}
@media screen and (max-width: 768px) {
  .skin_mask .feature {
    padding: 0 0 110px 0;
  }
}
.skin_mask .feature .c-lead__block {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .skin_mask .feature .c-lead__block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .skin_mask .feature .c-lead__block-frame {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .skin_mask .feature .c-lead__block-txt {
    font-size: 12px;
  }
}
.skin_mask .feature__thumbnail {
  aspect-ratio: 920/505;
  margin-left: auto;
  width: 64%;
  max-height: 640px;
}
@media screen and (max-width: 768px) {
  .skin_mask .feature__thumbnail {
    margin-top: -100px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .skin_mask .feature__thumbnail img {
    margin-bottom: 10px;
  }
}

.skin_mask .c-how {
  padding: 0 0 310px 0;
}
@media screen and (max-width: 768px) {
  .skin_mask .c-how {
    padding: 0 0 140px 0;
  }
}
.skin_mask .c-how .c-how__group {
  margin-top: 35px;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .skin_mask .c-how .c-how__group {
    margin-top: 35px;
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .skin_mask .c-how .c-how__group {
    margin-top: -30px;
    gap: 40px;
  }
}
.skin_mask .c-how .c-how__group-list::before {
  top: -30px;
}
@media screen and (max-width: 768px) {
  .skin_mask .c-how .c-how__group-list::before {
    top: -10px;
  }
}
.skin_mask .c-how .c-how__group-txt {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .skin_mask .c-how .c-how__group-txt {
    height: auto;
    display: block;
  }
}
.skin_mask .c-how .c-how__group-thumbnail {
  height: 260px;
}
@media screen and (max-width: 1024px) {
  .skin_mask .c-how .c-how__group-thumbnail {
    height: auto;
    margin-bottom: 25px;
  }
}
.skin_mask .c-how .c-how__group-listNumber1::before {
  content: "01";
}
.skin_mask .c-how .c-how__group-listNumber1 img {
  width: 190px;
}
@media screen and (max-width: 1024px) {
  .skin_mask .c-how .c-how__group-listNumber1 img {
    width: 135px;
  }
}
.skin_mask .c-how .c-how__group-listNumber2::before {
  content: "02";
}
.skin_mask .c-how .c-how__group-listNumber2 img {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .skin_mask .c-how .c-how__group-listNumber2 img {
    width: 100px;
  }
}

/*handMethod--------------------*/
.handMethod .catch {
  margin-top: -2px;
  padding: 0 0 300px 0;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .handMethod .catch {
    padding: 0 0 65px 0;
    flex-direction: column;
    gap: 25px;
  }
}
.handMethod .catch__thumbnail {
  width: 61.8%;
  max-height: 680px;
}
@media screen and (max-width: 1366px) {
  .handMethod .catch__thumbnail {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .handMethod .catch__thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .handMethod .catch__thumbnail {
    width: 100%;
    max-height: unset;
  }
}
.handMethod .catch .c-lead__block {
  padding: 0 0 60px 50px;
}
@media screen and (max-width: 1024px) {
  .handMethod .catch .c-lead__block {
    padding: 0 0 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .handMethod .catch .c-lead__block {
    padding: 0 0 0 15px;
    flex-direction: column;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.handMethod .catch .c-lead__block * {
  opacity: 1 !important;
  transform: none !important;
}

/*shops--------------------*/
.shops__ttl {
  font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .shops__ttl {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
.shops__ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 35px;
  height: 1px;
  background: #422b25;
}
@media screen and (max-width: 768px) {
  .shops__ttl::before {
    width: 25px;
    bottom: -15px;
  }
}

@media screen and (max-width: 768px) {
  .shops .l-inner {
    padding: 0 15px;
  }
}

.shops .shop {
  padding: 100px 0 300px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shops .shop {
    padding: 25px 0 50px 0;
  }
}
.shops .shop .c-lead__block {
  margin-bottom: 40px;
  padding-left: 0;
}
.shops .shop .c-lead__block-frame::before {
  transform: none !important;
  opacity: 1 !important;
  height: 100%;
}
.shops .shop .c-lead__block * {
  text-align: left;
  transform: none !important;
  opacity: 1 !important;
}
.shops .shop .c-lead__block-txt {
  font-size: 11px;
}
.shops .shop .c-lead__block-txt span {
  font-size: 9px;
}
.shops .shop__txt {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .shops .shop__txt {
    font-size: 11px;
    text-align: left;
  }
}
.shops .shop__txt:first-of-type {
  margin-bottom: 15px;
}
.shops .shop__txt:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .shops .shop__txt:last-of-type {
    margin-bottom: 5px;
  }
}
.shops .shop__note {
  font-size: 11px;
  margin-bottom: 80px;
}
.shops .shop__block-item {
  text-align: center;
}
.shops a.shop__link {
  color: #0067cc;
}
@media screen and (max-width: 768px) {
  .shops .shop__block-item {
    text-align: left;
  }
}
.shops .shop__block-item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .shops .shop__block-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.shops .shop__block-lead {
  font-size: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .shops .shop__block-lead {
    font-size: 10px;
    margin-bottom: 0px;
  }
}
.shops .shop__block-txt {
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .shops .shop__block-txt {
    font-size: 10px;
  }
}

.shops .salon .l-inner {
  padding: 85px 0 300px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shops .salon .l-inner {
    padding: 50px 15px 120px 15px;
  }
}
.shops .salon .l-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background: #422b25;
}
.shops .salon__txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}
.shops .salon__block {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1366px) {
  .shops .salon__block {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  .shops .salon__block {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
}
.shops .salon__block-frame {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .shops .salon__block-frame {
    gap: 40px;
  }
}
.shops .salon__block-item {
  position: relative;
}
.shops .salon__block-name {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .shops .salon__block-name {
    font-size: 11px;
    margin-bottom: 8px;
  }
}
.shops .salon__block-info {
  font-size: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .shops .salon__block-info {
    font-size: 11px;
    padding-left: 11px;
  }
}
.shops .salon__block-info:first-of-type {
  margin-bottom: 5px;
}
.shops .salon__block-note {
  font-size: 11px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .shops .salon__block-note {
    position: static;
    left: unset;
    bottom: unset;
    margin-top: 5px;
    padding-left: 11px;
  }
}/*# sourceMappingURL=style.css.map */