@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* 基本設定 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif, "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #393939;
  background-color: #F3F3F3;
}

button {
  all: unset;
}

a {
  color: #575756;
  transition: color 0.8s ease;
  letter-spacing: 1px;
}

a:hover {
  color: #a6a6a6;
  opacity: 0.8;
}

a img {
  transition: opacity 0.3s ease;
}
a img:hover {
  opacity: 1;
  cursor: pointer;
}

.bigimg a img {
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); /* ←ふわっと感アップ */
}
.bigimg a img:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.08);
}

.chu {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  display: block;
  font-weight: 200;
  margin-top: 0;
  padding: 0 0 0 3%;
  text-align: left;
}

.on_pc {
  display: block;
}

.on_sp {
  display: none;
}

.img-sp {
  display: none;
}

.img-pc {
  display: block;
}

.pan {
  text-align: left;
  padding: 30px 5%;
}
.pan .breadcrumb {
  max-width: 1500px;
  margin: 150px auto 0;
  color: #666;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.pan .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 6px;
}
.pan .breadcrumb ol li {
  font-size: 10px;
  position: relative;
  font-weight: 300;
  letter-spacing: 1px;
}
.pan .breadcrumb ol li:not(:last-child)::after {
  content: "＞";
  margin: 0 6px;
  color: #aaa;
}
.pan .breadcrumb ol li a {
  text-decoration: none;
  color: #666;
}
.pan .breadcrumb ol li a:hover {
  text-decoration: underline;
}

.page-top {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: #ACB3B5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
}
.page-top a:hover {
  background: rgb(145.0382165605, 154.3121019108, 156.9617834395);
}

.page-top.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .chu {
    font-size: 10px;
  }
  .on_pc {
    display: none;
  }
  .on_sp {
    display: block;
  }
  .pan {
    padding: 0px 5%;
    margin-top: 30%;
  }
  .pan .breadcrumb {
    font-size: 11px;
  }
  .img-sp {
    display: block;
  }
  .img-pc {
    display: none;
  }
  .page-top {
    bottom: 3%;
    right: 3%;
    width: 35px;
    height: 35px;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
.only-sp {
  display: none;
}
@media (max-width: 768px) {
  .only-sp {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif, "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 300;
    color: #666;
    position: relative;
    top: 2px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.header.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.header__top {
  width: 100%;
  height: 50px;
  padding: 20px 5%;
  background: #575756;
}
.header__top .header__top_wrapper {
  max-width: 1480px;
  margin: 0 auto;
}
.header__top .header__top_wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.header__top .header__top_wrapper ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300;
  transition: color 0.8s ease;
}
.header__top .header__top_wrapper ul li a:hover {
  color: rgb(181, 181, 181);
}
.header__nav {
  background: #f8f8f8;
  padding: 30px 5%;
}
.header__nav .header__top_wrapper {
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__nav .header__top_wrapper .logo img {
  width: 160px;
  margin-right: 30px;
}
.header__nav .header__top_wrapper nav {
  display: flex;
  align-items: center;
  position: relative;
}
.header__nav .header__top_wrapper nav .menu-toggle {
  display: none;
}
.header__nav .header__top_wrapper nav .menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
}
.header__nav .header__top_wrapper nav .nav__menu {
  list-style: none;
  display: flex;
  gap: 26px;
  z-index: 100;
}
.header__nav .header__top_wrapper nav .nav__menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px;
}
.header__nav .header__top_wrapper nav .nav__menu li a i {
  font-size: 12px;
  margin-left: 14px;
}
.header__nav .header__top_wrapper nav .menu-toggle:checked ~ .nav__menu {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 768px) {
  .header__top {
    height: 40px;
    padding: 15px 5%;
  }
  .header__top ul {
    line-height: 10px;
  }
  .header__top ul a {
    font-size: 10px;
  }
  .header__nav {
    padding: 2% 5%;
  }
  .header__nav .header__top_wrapper nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header__nav .header__top_wrapper nav .menu-toggle {
    display: none;
  }
  .header__nav .header__top_wrapper nav .menu-icon {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    z-index: 200;
  }
  .header__nav .header__top_wrapper nav .menu-icon span {
    display: block;
    height: 1px;
    background: #575756;
    margin: 6px 0;
    transition: all 0.3s ease;
  }
  .header__nav .header__top_wrapper nav .menu-toggle:checked + .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .header__nav .header__top_wrapper nav .menu-toggle:checked + .menu-icon span:nth-child(2) {
    opacity: 0;
  }
  .header__nav .header__top_wrapper nav .menu-toggle:checked + .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  .header__nav .header__top_wrapper nav .nav__menu {
    display: none;
    flex-direction: column;
    background: #F8F8F8;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    padding: 150px 30px 100px 40px;
    gap: 40px;
    box-shadow: -1px 0 5px rgba(170, 170, 170, 0.1);
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 100;
  }
  .header__nav .header__top_wrapper nav .nav__menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    font-size: 15px;
  }
  .header__nav .header__top_wrapper nav .nav__menu li a i {
    font-size: 24px;
  }
  .header__nav .header__top_wrapper nav .nav__menu li a .sabkategory {
    font-size: 12px;
    text-align: left;
  }
  .header__nav .header__top_wrapper nav .menu-toggle:checked ~ .nav__menu {
    display: flex;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}
.header-spacer {
  height: 160px;
}
@media (max-width: 768px) {
  .header-spacer {
    height: 100px;
  }
}

.top-slider {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.top-slider.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.top-slider .swiper-slide {
  position: relative;
}
.top-slider .swiper-slide .no_opa {
  opacity: 1 !important;
  transition: none !important;
}
.top-slider .swiper-slide .no_opa:hover {
  opacity: 1 !important;
}
.top-slider .swiper-slide .img-sp {
  display: none;
}
.top-slider .swiper-slide .img-pc {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  bottom: 10px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #575756;
  opacity: 0.3;
  border-radius: 0;
  margin: 0 4px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.9s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.campaign {
  margin: 110px 5% 150px;
}
.campaign .campaign_wrapper {
  max-width: 1200px;
  margin: 0 auto 0;
}
.campaign .campaign_wrapper .campaign__title {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.campaign .campaign_wrapper .campaign__subtitle {
  font-family: Noto Sans JP, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #7A7E80;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.2em;
}
.campaign__list {
  display: flex;
  max-width: 1000px;
  width: 100%;
}
.campaign__list .swiper-wrapper {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.campaign__list .campaign__item {
  width: 265px !important;
  margin-right: 0 !important;
}
.campaign__list .campaign__item a {
  display: block;
  overflow: hidden;
}
.campaign__list .campaign__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  transform-origin: center center;
}
.campaign__list .campaign__item a:hover img {
  transform: scale(1.1);
}
.campaign__list .campaign__item .campaign__info h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 14px 0 8px;
}
.campaign__list .campaign__item .campaign__info p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #7A7E80;
  letter-spacing: 0.1em;
}
.campaign .campaign__pagination {
  display: none;
}

.concept {
  background: linear-gradient(to right, #ECF5F3, #D6E1E6);
  padding: 100px 5% 80px;
  z-index: 1;
}
.concept__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: wrap;
}
.concept__text {
  flex: 1;
  min-width: 300px;
}
.concept__text .concept__title {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.concept__text .concept__subtitle {
  font-family: Noto Sans JP, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #7A7E80;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.2em;
}
.concept__text .concept_warpper {
  padding-left: 60px;
}
.concept__text .concept__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 3;
  margin-bottom: 150px;
  letter-spacing: 1.1px;
  position: relative;
}
.concept__text .concept__body .on_pc {
  display: block;
}
.concept__text .concept__body .strong {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 3px;
  top: 140%;
}
.concept__text .concept__link {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #808080;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-top: 20px;
}
.concept__text .concept__link .underline {
  margin-top: 20px;
  display: block;
  height: 1px;
  width: 150px;
  background-color: #c1c1c1;
}
.concept__images {
  display: flex;
  flex: 1.3;
  gap: 5px;
  margin-top: -150px;
  width: 800px;
}
.concept__images .concept__img {
  display: block;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__images .concept__img:first-child {
  width: 40%;
}
.concept__images .concept__img:last-child {
  width: 60%;
}

@media (max-width: 768px) {
  .top-slider .swiper-slide .img-sp {
    max-width: none;
    display: block;
    width: 100%;
    height: auto;
  }
  .top-slider .swiper-slide .img-pc {
    display: none;
  }
  .campaign {
    margin: 15% 0;
  }
  .campaign .campaign_wrapper {
    padding: 0 5%;
  }
  .campaign .campaign_wrapper .concept__body {
    font-size: 10px;
    line-height: 2.3;
  }
  .campaign .campaign_wrapper .concept__body .strong {
    font-size: 15px;
  }
  .campaign__list {
    overflow: hidden;
    padding-bottom: 50px !important;
    width: 90%;
  }
  .campaign__list .swiper-slide {
    width: 80% !important;
  }
  .campaign__list .campaign__item {
    width: 100% !important;
    flex-shrink: 0;
  }
  .campaign__list .campaign__pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #aaa !important;
    opacity: 0.4;
    border-radius: 50%;
    margin: 0 4px !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #7A7E80 !important;
    opacity: 1;
  }
  .concept {
    padding: 80px 5% 50px;
    margin-bottom: 100px;
    height: 100%;
  }
  .concept__inner {
    flex-direction: column;
  }
  .concept .concept_warpper {
    padding-left: 3%;
    width: 100%;
    position: relative;
  }
  .concept .concept_warpper .concept__body {
    width: 95%;
    font-size: 13px;
    line-height: 2.5;
    font-weight: 300;
  }
  .concept .concept_warpper .concept__body .on_pc {
    display: none;
  }
  .concept .concept_warpper .concept__body .strong {
    font-size: 14px;
    top: 120%;
  }
  .concept .concept_warpper .concept__link {
    position: absolute;
    top: 230%;
    right: 0%;
    justify-content: flex-end;
    margin: 30px 0;
  }
  .concept__images {
    justify-content: center;
    width: 90%;
    margin: 80px auto 0;
  }
  .concept__images .concept__img {
    width: 48%;
    height: 300px;
    margin-bottom: -100px;
  }
  .concept .concept__text .concept__link {
    display: block;
    text-align: right;
  }
  .concept .concept__text .concept__link {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
    margin: 10px 0 20px;
    padding-left: 3%;
  }
  .concept .concept__text .concept__link .underline {
    margin-top: 10px;
    display: block;
    width: 140px;
  }
}
.product {
  padding: 150px 5% 0;
  background: #F3F3F3;
}
.product__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.product__title {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.product__subtitle {
  font-family: Noto Sans JP, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #7A7E80;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.2em;
}
.product__uchi {
  width: 100%;
  margin: 0 auto 160px;
  padding-left: 5%;
}
.product__uchi .product__name_wapper {
  display: flex;
  width: 100%;
  gap: 60px;
  justify-content: flex-start;
}
.product__uchi .product__name_wapper .product__name_left .product__title_2 {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.product__uchi .product__name_wapper .product__name_left .product__subtitle_2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
  letter-spacing: 2px !important;
}
.product__uchi .product__name_wapper .product__desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.product__uchi .product__grid {
  display: flex;
  gap: 20px;
}
.product__uchi .product__grid .product__main {
  flex: 0 0 28%;
}
.product__uchi .product__grid .product__main a {
  display: block;
  overflow: hidden;
}
.product__uchi .product__grid .product__main a:hover img {
  transform: scale(1.2);
}
.product__uchi .product__grid .product__main img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  transform-origin: center center;
}
.product__uchi .product__grid .product__main .concept__link {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #808080;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-top: 30px;
}
.product__uchi .product__grid .product__main .concept__link .underline {
  margin-top: 20px;
  display: block;
  height: 1px;
  width: 150px;
  background-color: #c1c1c1;
}
.product__uchi .product__grid .product__list {
  flex: 1;
  display: flex;
  gap: 10px;
}
.product__uchi .product__grid .product__list .product__item {
  text-align: left;
}
.product__uchi .product__grid .product__list .product__item a {
  display: block;
  overflow: hidden;
}
.product__uchi .product__grid .product__list .product__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  transform-origin: center center;
}
.product__uchi .product__grid .product__list .product__item a:hover img {
  transform: scale(1.1);
}
.product__uchi .product__grid .product__list .product__item .product__label-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 4%;
  margin-top: 20px;
}
.product__uchi .product__grid .product__list .product__item .product__label-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 4%;
}
.product__uchi .product__grid .product__list .product__item .product__label-en .new_cool_10 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  padding: 3px 10px;
  text-align: center;
  border: solid 0.8px;
  color: #78a6ae;
  margin-left: 3%;
}
.product__uchi .product__grid .product__list .product__item .product__label-en .pc_none {
  display: none;
}
@media (max-width: 768px) {
  .product {
    padding: 0px 5% 5%;
    z-index: -100;
  }
  .product__uchi {
    padding-left: 0;
    margin: 0 auto 50px;
  }
  .product__uchi .product__name_wapper {
    display: block;
    padding-left: 3%;
  }
  .product__uchi .product__desc {
    margin-bottom: 20px !important;
    font-weight: 300;
  }
  .product__uchi .product__grid {
    display: block;
    padding: 3%;
    width: 100%;
    margin: 0 auto;
  }
  .product__uchi .product__grid .product__main {
    margin-bottom: 100px;
    position: relative;
  }
  .product__uchi .product__grid .product__main img {
    height: 45vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product__uchi .product__grid .product__main .concept__link {
    position: absolute;
    margin-top: 30px;
    right: 0%;
    bottom: -60px;
  }
  .product__uchi .product__grid .product__main .concept__link .underline {
    margin-top: 20px;
    display: block;
    height: 1px;
    width: 150px;
    background-color: #c1c1c1;
  }
  .product__uchi .product__grid .product__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .product__uchi .product__grid .product__list .product__item .product__label-ja {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .product__uchi .product__grid .product__list .product__item .product__label-en {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .product__uchi .product__grid .product__list .product__item .product__label-en .new_cool_10 {
    font-size: 10px;
    margin: 5px 0 0 0;
    width: 90%;
    display: inline-block;
  }
  .product__uchi .product__grid .product__list .product__item .product__label-en .pc_none {
    display: block;
  }
}

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

.news {
  background: #E5EAEB;
  padding: 80px 5%;
  margin-bottom: 150px;
}
.news__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  gap: 190px;
}
.news__left {
  width: 20%;
}
.news__title {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.news__subtitle {
  font-family: Noto Sans JP, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #7A7E80;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.2em;
}
.news__viewall {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #808080;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-top: 40px;
  padding-left: 65px;
}
.news__underline {
  margin-top: 20px;
  display: block;
  height: 1px;
  width: 150px;
  background-color: #c1c1c1;
}
.news__right {
  flex: 1;
}
.news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.news__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 25px 0 10px 2%;
  border-bottom: 0.8px solid #c1c1c1;
  font-size: 13px;
}
.news__date {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #7b7b7b;
  width: 120px;
  font-size: 11px;
  flex-shrink: 0;
  font-weight: 300;
  letter-spacing: 0.8px;
}
.news__label {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #888;
  min-width: 40px;
  text-transform: uppercase;
  font-size: 11px;
  flex-shrink: 0;
}
.news__text {
  flex: 1;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .news {
    padding: 50px 5% 30%;
    margin-bottom: 50px;
  }
  .news__inner {
    display: block;
  }
  .news__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .news__viewall {
    position: absolute;
    bottom: 40px;
    right: 5%;
    padding-left: 3%;
    margin-top: 20px;
  }
  .news__right {
    padding: 3%;
    position: relative;
  }
  .news__item {
    flex-direction: column;
    gap: 4px;
    padding: 10px 0;
  }
  .news__date {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .news__label {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .news__text {
    font-size: 12px;
  }
}

.online-store {
  padding: 0 5% 0;
  background: #F3F3F3;
}
.online-store__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.online-store__title {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.online-store__subtitle {
  font-family: Noto Sans JP, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #7A7E80;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.2em;
  margin-bottom: 20px !important;
}
.online-store .online-store__row {
  display: flex;
  justify-content: space-around;
  max-width: 1500px;
  gap: 50;
  margin: 0 auto;
}
.online-store .online-store__row .online-store__set {
  text-align: center;
  margin: 60px 0 0;
}
.online-store .online-store__row .online-store__set .online-store__heading .online-store__title_2 {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.online-store .online-store__row .online-store__set .online-store__heading .online-store__subtitle_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 40px;
}
.online-store .online-store__row .online-store__set .online-store__product {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
}
.online-store .online-store__row .online-store__set .online-store__product .online-store__images {
  display: flex;
  justify-content: center;
  width: 100%;
}
.online-store .online-store__row .online-store__set .online-store__product .online-store__images figure {
  margin: 0 auto;
  text-align: center;
}
.online-store .online-store__row .online-store__set .online-store__product .online-store__images figure img {
  width: 80%;
  height: auto;
  margin-bottom: 5px;
}
.online-store .online-store__row .online-store__set .online-store__product .online-store__images figure figcaption {
  font-size: 11px;
  font-weight: 200;
  margin-top: 0px;
  letter-spacing: 0.8px;
}
.online-store .online-store__row .online-store__set .online-store__product p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.8px;
}
.online-store .online-store__row .online-store__set .online-store__links {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.online-store .online-store__row .online-store__set .online-store__links li {
  width: 100%;
  max-width: 440px;
}
.online-store .online-store__row .online-store__set .store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 8px;
  padding: 12px 12px;
  background: #fff;
  border: 0.8px solid #c1c1c1;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
}
.online-store .online-store__row .online-store__set .store-button:hover {
  background: #f7f7f7;
}
.online-store .online-store__row .online-store__set .store-button .store-button__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.online-store .online-store__row .online-store__set .store-button .store-button__center img {
  height: 20px;
  margin-left: 8%;
  -o-object-fit: contain;
     object-fit: contain;
}
.online-store .online-store__row .online-store__set .store-button .store-button__icon {
  font-size: 12px;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .online-store {
    padding: 0 5% 0%;
    margin-top: 30px;
  }
  .online-store .online-store__row {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    gap: 0 !important;
  }
  .online-store .online-store__row .online-store__set {
    margin-bottom: 20px !important;
  }
  .online-store .online-store__row .online-store__set .online-store__heading {
    margin: 0;
  }
  .online-store .online-store__row .online-store__set .online-store__heading .online-store__title_2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .online-store .online-store__row .online-store__set .online-store__heading .online-store__subtitle_2 {
    font-size: 8px;
  }
  .online-store .online-store__row .online-store__set .online-store__product p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .online-store .online-store__row .online-store__set .online-store__product .online-store__images {
    width: 100%;
  }
  .online-store .online-store__row .online-store__set .online-store__product .online-store__images figure {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .online-store .online-store__row .online-store__set .online-store__product .online-store__images figure img {
    width: 90%;
    height: auto;
  }
  .online-store .online-store__row .online-store__set .online-store__product .online-store__images figure figcaption {
    font-size: 12px;
  }
  .online-store .online-store__row .online-store__set .online-store__links {
    gap: 8px;
  }
  .online-store .online-store__row .online-store__set .online-store__links li {
    width: 100%;
  }
  .online-store .online-store__row .online-store__set .store-button {
    gap: 12px;
    width: 95%;
  }
  .online-store .online-store__row .online-store__set .store-button .store-button__center img {
    height: 22px;
  }
  .online-store .online-store__row .online-store__set .store-button .store-button__icon {
    font-size: 12px;
    color: #c1c1c1;
    min-width: 24px;
  }
}

.footer {
  background: #7A7E80;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  margin-top: 160px;
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 5%;
  position: relative;
}
.footer__center {
  text-align: center;
}
.footer__center .footer__logo {
  margin-bottom: 30px;
  width: 280px;
}
.footer .footer__catchcopy {
  font-size: 10px;
  line-height: 1.8;
  color: #ccc;
  font-weight: 300;
  letter-spacing: 1px;
}
.footer__sns--pc {
  position: absolute;
  bottom: 30px;
  left: 20%;
  display: flex;
  gap: 20px;
}
.footer__sns--pc i {
  font-size: 28px;
  color: #A9AAAB;
}
.footer__sns--pc i:hover {
  opacity: 0.6;
}
.footer__sns--sp {
  display: none;
}
.footer__nav {
  position: absolute;
  bottom: 30px;
  right: 5%;
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.footer__nav-list li {
  margin-bottom: 0;
}
.footer__nav-list li a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 200;
}
.footer__nav-list li a:hover {
  opacity: 0.6;
}
.footer__bottom {
  background: #f2f2f2;
  padding: 20px 0;
  text-align: center;
}
.footer__bottom .footer__copy {
  font-size: 10px;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
  .footer__inner {
    flex-direction: column;
    align-items: center;
    padding: 60px 5% 40px;
  }
  .footer__center .footer__logo {
    width: 200px;
    margin-bottom: 10px;
  }
  .footer .footer__catchcopy {
    font-size: 8px;
    font-weight: 300;
  }
  .footer__sns--pc {
    display: none;
  }
  .footer__sns--sp {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  .footer__sns--sp i {
    font-size: 30px;
    color: #ccc;
    font-weight: 200;
  }
  .footer__sns--sp i:hover {
    opacity: 0.6;
  }
  .footer__nav {
    position: static;
    margin-top: 40px;
    align-self: flex-start;
    padding-left: 5%;
  }
  .footer__nav-list {
    display: block;
  }
  .footer__nav-list li {
    margin-bottom: 20px;
  }
  .footer__nav-list li a {
    font-size: 13px;
    font-weight: 300;
  }
}
.event {
  width: 100%;
  max-width: 1800px;
  margin: 30px auto 0;
}
.event .event_kv img {
  width: 80%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.event__title {
  text-align: center;
  margin: 60px auto;
}
.event__title h2 {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  letter-spacing: 1.3px;
  font-weight: 500;
}
.event__title .event__sub {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.event__title .event__desc {
  font-size: 0.95rem;
  margin-top: 5px;
  letter-spacing: 0.1em;
}
.event__info {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5%;
  letter-spacing: 1px;
}
.event__info .suke {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.event__info-box {
  background: #D9E4E7;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: 500;
}
.event__info-box strong {
  font-size: 16px;
  font-weight: 400;
}
.event__info-box .event__note {
  font-size: 14px;
  margin-top: 0;
  font-weight: 300;
}
.event .store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 8px;
  padding: 12px;
  background: #fff;
  border: 0.8px solid #c1c1c1;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
}
.event .store-button:hover {
  background: #f7f7f7;
}
.event .store-button .store-button__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.event .store-button .store-button__center img {
  height: 20px;
  margin-left: 8%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event .store-button .store-button__icon {
  font-size: 12px;
  color: #c1c1c1;
}
.event__images {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.event__images img {
  width: 48%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.event__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  max-width: 900px;
  margin: 20px auto 40px;
}
.event__text p {
  margin-bottom: 1.5em;
}
.event__btn {
  text-align: center;
  margin-bottom: 50px;
}
.event__btn .online-store__links {
  margin: 80px auto 0;
}
.event__btn img {
  max-width: 200px;
  height: auto;
}
.event .viewmore_wapper {
  text-align: right;
  max-width: 1800px;
  width: 100%;
  margin: 50px auto 0;
}
.event .viewmore_wapper .product_list__link {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #808080;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.event .viewmore_wapper .product_list__link .product_list_underline {
  margin-top: 20px;
  display: block;
  height: 1px;
  width: 230px;
  background-color: #c1c1c1;
}

.nutant_concept {
  width: 100%;
}
.nutant_concept .nutant_concept__mv {
  margin: 30px auto 0px;
  height: 300px;
  background: url("../img/concept_mv.png") no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
}
.nutant_concept .nutant_concept__mv .nutant_concept__heading {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.nutant_concept .nutant_concept__video {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 150px auto 100px;
}
.nutant_concept .nutant_concept__video img,
.nutant_concept .nutant_concept__video video {
  width: 100%;
  height: 700px;
  display: block;
  margin: 0 auto 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.nutant_concept .nutant_concept__video .concept__video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background: rgba(251, 251, 251, 0.3);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.nutant_concept .nutant_concept__video .concept__video__play:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
}
.nutant_concept__title {
  text-align: center;
  margin: 60px 0 200px;
}
.nutant_concept__title .nutant_logo {
  width: 300px;
  margin-bottom: 30px;
}
.nutant_concept__title p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
}
.nutant_concept .nutant_concept__philosophy {
  width: 100%;
  background: linear-gradient(to right, #ECF5F3, #D6E1E6);
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  text-align: center;
  padding: 0px 5% 0;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner img {
  margin-top: -130px !important;
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__list {
  max-width: 1000px;
  margin: 80px auto 0px;
  padding: 0 5%;
  letter-spacing: 0.04em;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__title {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 50px;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: baseline;
  padding: 20px 0 30px 10%;
  text-align: left;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__en,
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__ja {
  margin: 0;
  /* ← 既定の 1em マージンを消す */
  display: inline-block;
  /* ← ベースライン計算を確実にする */
  vertical-align: baseline; /* ←これでベースラインに揃う */
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__en {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 2px;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  /* 行送り一定化で縦リズムも揃う */
  letter-spacing: 2px;
  text-indent: 0;
  /* 念のため行頭字下げを無効化 */
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2.5px;
  margin: 80px auto;
  font-weight: 300;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .nutant_concept__philosophy__tagline {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  font-weight: 400;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .nutant_concept__images {
  display: flex;
  width: 100%;
  max-width: 600px;
  justify-content: center;
  gap: 10px;
  margin: 200px auto 0;
}
.nutant_concept .nutant_concept__philosophy .nutant_concept_innner .nutant_concept__images img {
  width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto -100px;
}
.nutant_concept .nutant_concept__producer {
  margin-top: 240px;
  text-align: center;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.nutant_concept .nutant_concept__producer .producer_on {
  font-weight: 300;
  font-size: 23px;
  letter-spacing: 2px;
}
.nutant_concept .nutant_concept__producer .concept__producer__title {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #7A7E80;
  font-weight: 300;
}
.nutant_concept .nutant_concept__producer .concept__producer__text {
  font-size: 14px;
  line-height: 2.3;
  margin: 30px auto;
  letter-spacing: 1px;
  font-weight: 200;
}
.nutant_concept .nutant_concept__producer .nutant_concept__producer__profile {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin: 50px auto;
  max-width: 600px;
  width: 100%;
}
.nutant_concept .nutant_concept__producer .nutant_concept__producer__profile img {
  width: 330px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nutant_concept .nutant_concept__producer .nutant_concept__producer__profile .nutant_concept__producer__info {
  text-align: left;
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
}
.nutant_concept .nutant_concept__producer .nutant_concept__producer__profile .nutant_concept__producer__info .name_produce {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.nutant_concept .nutant_concept__producer .nutant_concept__producer__profile .nutant_concept__producer__info strong {
  font-size: 10px;
  font-weight: 100;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .event {
    width: 100%;
    margin: 30px auto;
    padding: 0px 3%;
  }
  .event .event_kv img {
    width: 90%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event .event__title {
    margin: 40px auto;
    padding: 0 5%;
  }
  .event .event__title h2 {
    font-size: 26px;
    line-height: 1;
  }
  .event .event__title .event__sub {
    font-size: 12px;
  }
  .event .event__title .event__desc {
    font-size: 0.95rem;
    margin-top: 5px;
    letter-spacing: 1px;
  }
  .event .event__info {
    padding: 0 3%;
  }
  .event .event__info .event__info-box {
    font-size: 16px;
    padding: 25px 3%;
    width: 100%;
    line-height: 1.5;
  }
  .event .event__info .event__info-box strong {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    display: block;
  }
  .event .event__info .event__info-box .event__note {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .event__images {
    flex-direction: column;
    gap: 20px;
  }
  .event__images img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event .event__text {
    text-align: left;
    margin: 20px auto 0;
  }
  .event .event__btn {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .nutant_concept {
    margin: 0 auto;
    width: 100%;
  }
  .nutant_concept .nutant_concept__mv {
    height: 200px;
    background: url("../img/concept_mv.png") no-repeat top/cover;
  }
  .nutant_concept .nutant_concept__mv .nutant_concept__heading {
    font-size: 20px;
  }
  .nutant_concept .nutant_concept__video {
    width: 80%;
    margin: 80px auto 100px;
  }
  .nutant_concept .nutant_concept__video img,
  .nutant_concept .nutant_concept__video video {
    width: 100%;
    margin: 0 auto 0;
    height: 500px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nutant_concept .nutant_concept__video .concept__video__play {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  .nutant_concept__title {
    text-align: center;
    margin: 0 0 150px;
    padding: 0 5%;
  }
  .nutant_concept__title .nutant_logo {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  .nutant_concept__title p {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
  }
  .nutant_concept .nutant_concept__philosophy {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner {
    width: 100%;
    padding: 0 5% 0;
    margin: 0 auto 0;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner img {
    margin-top: -100px !important;
    width: 80%;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner p {
    font-size: 12px;
    line-height: 2.3;
    letter-spacing: 1px;
    margin: 40px 5% 20px;
    text-align: left;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__list {
    margin: 30px auto 40px;
    padding: 0 6%;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__title {
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-bottom: 22px;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__row {
    grid-template-columns: 1fr;
    /* 縦並び */
    gap: 8px;
    text-align: center;
    padding: 30px 0;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__en {
    font-size: 14px;
    font-weight: 700;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .philosophy__ja {
    font-size: 13px;
    line-height: 1.9;
    font-weight: 300;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .nutant_concept__philosophy__tagline {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .nutant_concept__images {
    width: 90%;
    gap: 5px;
    margin: 130px auto 0;
    padding: 0 5%;
  }
  .nutant_concept .nutant_concept__philosophy .nutant_concept_innner .nutant_concept__images img {
    margin: 0 auto -100px;
  }
  .nutant_concept .nutant_concept__producer {
    margin-top: 200px;
  }
  .nutant_concept .nutant_concept__producer .producer_on {
    font-size: 20px;
  }
  .nutant_concept .nutant_concept__producer .concept__producer__text {
    font-size: 12px;
    margin: 20px 5%;
    letter-spacing: 1px;
    font-weight: 200;
    text-align: center;
  }
  .nutant_concept .nutant_concept__producer .nutant_concept__producer__profile {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 50px auto;
    max-width: 800px;
  }
  .nutant_concept .nutant_concept__producer .nutant_concept__producer__profile img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nutant_concept .nutant_concept__producer .nutant_concept__producer__profile .nutant_concept__producer__info {
    font-size: 12px;
  }
  .nutant_concept .nutant_concept__producer .nutant_concept__producer__profile .nutant_concept__producer__info .name_produce {
    font-size: 15px;
  }
  .nutant_concept .nutant_concept__producer .nutant_concept__producer__profile .nutant_concept__producer__info strong {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .nutant_concept .nutant_concept__producer .nutant_concept__producer__profile .nutant_concept__producer__info p {
    font-size: 12px;
    line-height: 1.8;
    font-weight: 200;
  }
}
.product_list {
  padding: 50px 5% 0;
  background: #F3F3F3;
}
.product_list__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.product_list__title {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.product_list__subtitle {
  font-family: Noto Sans JP, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #7A7E80;
  text-align: left;
  margin-bottom: 48px;
  letter-spacing: 0.2em;
}
.product_list .product_list__pasonal:nth-of-type(2) > .product_list__set {
  margin-top: 80px !important;
}
.product_list .product_list__pasonal {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.product_list .product_list__pasonal .product_list__set {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  margin-top: 0;
}
.product_list .product_list__pasonal .product_list__set .product_list__heading .product_list__title_2 {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.product_list .product_list__pasonal .product_list__set .product_list__heading .product_list__subtitle_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 40px;
}
.product_list .product_list__pasonal .product_list__set .product_list__product {
  margin: 10px auto 0;
}
.product_list .product_list__pasonal .product_list__set .product_list__product p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 1px;
}
.product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}
.product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images figure {
  margin: 0 auto;
  text-align: center;
}
.product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images figure img {
  width: 90%;
  max-width: 300px;
  height: auto;
  margin-bottom: 5px;
}
.product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images figure figcaption {
  font-size: 12px;
  font-weight: 200;
  margin-top: 20px;
  letter-spacing: 0.8px;
  line-height: 20px;
}
.product_list .product_list__pasonal .viewmore_wapper {
  text-align: right;
  max-width: 1500px;
  width: 100%;
  margin: 40px auto 0;
}
.product_list .product_list__pasonal .viewmore_wapper .product_list__link {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #808080;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.product_list .product_list__pasonal .viewmore_wapper .product_list__link .product_list_underline {
  margin-top: 20px;
  display: block;
  height: 1px;
  width: 150px;
  background-color: #c1c1c1;
}
@media (max-width: 768px) {
  .product_list {
    padding: 50px 5% 0;
  }
  .product_list .product_list__pasonal {
    flex-direction: column;
    width: 100%;
    gap: 0 !important;
  }
  .product_list .product_list__pasonal .product_list__set {
    margin-bottom: 30px !important;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__heading {
    margin: 0 auto;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__heading .product_list__title_2 {
    font-size: 18px;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__heading .product_list__subtitle_2 {
    font-size: 8px;
    margin-bottom: 30px !important;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__product {
    margin: 10px auto 0;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__product p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images figure {
    width: 100%;
    text-align: center;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .product_list .product_list__pasonal .product_list__set .product_list__product .product_list__images figure figcaption {
    font-size: 12px;
    margin-top: 10px;
  }
  .product_list .product_list__pasonal:nth-of-type(2) > .product_list__set {
    margin-top: 60px !important;
  }
}

.news_list_title_mv_title .news-even_list__mv {
  margin: 30px auto 0px;
  max-width: 1500px;
  height: 300px;
  background: url("../img/news_event_list_mv.jpg") no-repeat top/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_list_title_mv_title .news-even_list__mv .news-even_list__heading {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.news-even_list__tab-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5% 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-even_list__tab-wrapper input[type=radio] {
  display: none;
}
.news-even_list__tab-wrapper .tab-labels {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 50px;
}
.news-even_list__tab-wrapper .tab-labels label {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #bbb;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.news-even_list__tab-wrapper input#tab1:checked ~ .tab-labels label[for=tab1],
.news-even_list__tab-wrapper input#tab2:checked ~ .tab-labels label[for=tab2] {
  color: #393939;
  font-weight: 600;
  border-bottom: 1px solid #393939;
}
.news-even_list__tab-wrapper .news-even_list__content {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  letter-spacing: 1px;
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li {
  width: calc(33.333% - 20px);
  padding: 10px;
  box-sizing: border-box;
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li a {
  display: block;
  overflow: hidden;
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li img {
  width: 100%;
  height: 250px;
  display: block;
  transition: transform 0.5s ease;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li a:hover img {
  transform: scale(1.1);
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li .date {
  margin-top: 8px;
  font-size: 8px;
  font-weight: 100;
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li h4 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
.news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li p {
  font-size: 10px;
  margin-top: 8px;
  font-weight: 300;
  line-height: 1.6;
}
.news-even_list__tab-wrapper input#tab1:checked ~ .content-news {
  display: block;
}
.news-even_list__tab-wrapper input#tab2:checked ~ .content-event {
  display: block;
}

@media (max-width: 768px) {
  .news_list_title_mv_title .news-even_list__mv {
    height: 200px;
  }
  .news_list_title_mv_title .news-even_list__mv .news-even_list__heading {
    font-size: 20px;
  }
  .news-even_list__tab-wrapper {
    padding: 50px 5% 0;
  }
  .news-even_list__tab-wrapper .tab-labels {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .news-even_list__tab-wrapper .news-even_list__content .news-even_list__items {
    flex-direction: column;
  }
  .news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li {
    width: 100%;
  }
  .news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
  }
  .news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li .date {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 100;
  }
  .news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li h4 {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  .news-even_list__tab-wrapper .news-even_list__content .news-even_list__items li p {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
    line-height: 1.6;
  }
}
body {
  color: #575756;
}

.product-detail {
  display: flex;
  justify-content: center;
  gap: 8%;
  padding: 50px 5% 100px;
  max-width: 1500px;
  margin: 0 auto;
}
.product-detail__left {
  flex: 2;
  max-width: 50%;
}
.product-detail__left .product-detail__main-image {
  text-align: center;
  margin: 0 auto 30px;
}
.product-detail__left .product-detail__main-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail__left .product-detail__thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
}
.product-detail__left .product-detail__thumbnails img {
  width: 100px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail__left .product-detail__thumbnails img.active {
  border: 2px solid #d0d0d0;
}
.product-detail__right {
  flex: 1;
  max-width: 40%;
  letter-spacing: 2px;
  color: #5F5F5F;
}
.product-detail__right .product-detail__label {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.product-detail__right .product-detail__label span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 9px;
}
.product-detail__right .product-detail__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
}
.product-detail__right .product-detail__desc {
  font-size: 12px;
  margin-bottom: 25px;
  line-height: 1.8;
}
.product-detail__right .product-detail__ingredients {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b9b9b9;
  width: 400px;
}
.product-detail__right .product-detail__ingredients p {
  font-size: 9px;
  font-weight: 200;
  color: #666;
}

.skincare-banner {
  max-width: 680px;
  height: 90px;
  margin: 50px auto 50px;
  background-color: #98A4A8;
  border: 0.6px solid #98A4A8;
  overflow: hidden;
}
.skincare-banner__link {
  display: flex;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.skincare-banner__link:hover {
  opacity: 0.9;
  color: #e7e7e7 !important;
}
.skincare-banner__image {
  flex: 0 0 300px;
}
.skincare-banner__image img {
  width: 70%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.skincare-banner__text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: #98A4A8;
}
.skincare-banner__text p {
  margin: 0;
}
.skincare-banner__text i {
  font-size: 16px;
}

.howto-section {
  max-width: 800px;
  width: 100%;
  margin: 80px auto 30px;
  padding: 0 0%;
  font-size: 14px;
  color: #575756;
  letter-spacing: 1px;
  line-height: 1;
}
.howto-section .howto-block {
  margin-bottom: 40px;
}
.howto-section .howto-block__title {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #bfbfbf;
  padding: 8px;
  margin-bottom: 15px;
  text-align: center;
}
.howto-section .howto-block__list {
  list-style: none;
  padding-left: 0;
  font-size: 11px;
}
.howto-section .howto-block__list li {
  margin-bottom: 2px;
  line-height: 1.9;
}
.howto-section .howto-block__list.caution li::before {
  content: "●";
  margin-right: 5px;
}
.howto-section .product-info__title {
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.howto-section .product-info__list dt {
  font-weight: 400;
  margin-top: 12px;
}
.howto-section .product-info__list dd {
  margin: 5px 0 15px;
  line-height: 1.8;
  font-size: 11px;
}

.online-store__links {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.online-store__links li {
  list-style: none;
}
.online-store__links .store-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto 5px;
  padding: 12px 12px;
  background: #fff;
  border: 0.8px solid #c1c1c1;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
}
.online-store__links .store-button:hover {
  background: #f7f7f7;
}
.online-store__links .store-button .store-button__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.online-store__links .store-button .store-button__center img {
  height: 20px;
  margin-left: 8%;
  -o-object-fit: contain;
     object-fit: contain;
}
.online-store__links .store-button .store-button__icon {
  font-size: 12px;
  color: #c1c1c1;
}

.online-store__title,
.online-store__subtitle {
  text-align: center !important;
}

.online-store__title {
  margin-top: 100px !important;
  font-size: 24px !important;
}

.online-store__subtitle {
  font-size: 12px !important;
}

.personalcare {
  width: 100%;
}
.personalcare__mv {
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
}
.personalcare__mv__image {
  width: 100%;
}
.personalcare__mv__image .img-sp {
  display: none;
}
.personalcare__mv__image .img-pc {
  display: block;
}
.personalcare__mv__text {
  color: #fff;
  max-width: 1500px;
  width: 100%;
}
.personalcare__mv__text .personalcare__sub_copy {
  position: absolute;
  top: 10%;
  right: 3%;
  letter-spacing: 3px;
}
.personalcare__mv__text .personalcare__sub_copy .personalcare__catch {
  font-size: 20px;
  font-weight: 400;
}
.personalcare__mv__text .personalcare__sub_copy .personalcare__sub {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.personalcare__mv__text .personalcare__main_title {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 68%;
  letter-spacing: 3px;
}
.personalcare__mv__text .personalcare__main_title h2 {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  line-height: 1.5;
}
.personalcare__mv__text .personalcare__main_title .personalcare__label {
  font-size: 13px;
  margin-top: 10px;
}
.personalcare .personalcare__products {
  display: flex;
  flex-wrap: wrap;
}
.personalcare .personalcare__products .personalcare__product-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.personalcare .personalcare__products .personalcare__product-wrap.left {
  padding: 80px 2% 80px 20%;
  background: #E8F1F3;
}
.personalcare .personalcare__products .personalcare__product-wrap.right {
  padding: 80px 20% 80px 2%;
  background: #E6EAF3;
}
.personalcare .personalcare__products .personalcare__product-wrap .personalcare__product {
  text-align: center;
}
.personalcare .personalcare__products .personalcare__product-wrap .personalcare__product img {
  width: 70%;
  height: auto;
}
.personalcare .personalcare__products .personalcare__product-wrap .personalcare__product p {
  margin-top: 0px;
  font-size: 12px;
  line-height: 1.8;
  color: #7A7E80;
  letter-spacing: 1.3px;
}
.personalcare .personalcare__products .personalcare__product-wrap .personalcare__product .btn {
  display: inline-block;
  margin-top: 30px;
  background: #575756;
  color: #fff;
  padding: 15px 60px;
  text-decoration: none;
  font-size: 10px;
  width: 280px;
  letter-spacing: 2px;
}
.personalcare .personalcare__products.page-b .left {
  background-color: #F4F0D9;
}
.personalcare .personalcare__products.page-b .right {
  background-color: #E5E9DF;
}
.personalcare__textblock {
  text-align: center;
  padding: 100px 5% 30px;
  color: #575756;
}
.personalcare__textblock h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
.personalcare__textblock p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 300;
}
.personalcare__video {
  max-width: 400px;
  margin: 40px auto 100px;
  position: relative;
}
.personalcare__video img {
  width: 100%;
  display: block;
}

.personalcare_section2 {
  background: linear-gradient(#ebebeb 0%, #dbe5e3 100%);
  font-family: "Noto Sans JP", sans-serif;
  padding: 100px 5% 30px;
  letter-spacing: 1.5px;
}
.personalcare_section2 .section2_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.personalcare_section2 .personalcare_section2__copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 100px;
  text-align: center;
}
.personalcare_section2 .point__title {
  max-width: 800px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
}
.personalcare_section2 .point__title span {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 0;
  font-size: 12px;
}
.personalcare_section2 .point__block {
  position: relative;
  max-width: 800px;
  margin: 0 auto 100px;
  padding-left: 50px;
  border-left: 0.6px solid #707070;
}
.personalcare_section2 .point__block .point__desc {
  font-size: 14px;
  margin-bottom: 30px;
  color: #555;
  line-height: 2;
}
.personalcare_section2 .point__block .no-additives {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.personalcare_section2 .point__block .no-additives li {
  position: relative;
  width: 130px;
  height: 130px;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  text-align: center;
  line-height: 130px;
  font-size: 12px;
  color: #555;
  font-weight: 500;
}
.personalcare_section2 .point__block .no-additives li span {
  position: relative;
  z-index: 1;
}
.personalcare_section2 .point__block .no-additives li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}
.personalcare_section2 .point__block .point__note {
  font-size: 16px;
}
.personalcare_section2 .point__block .point__note span {
  font-size: 10px;
  margin-left: 8px;
}
.personalcare_section2 .point__block .point__images {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.personalcare_section2 .point__block .point__images.single {
  justify-content: flex-start;
}
.personalcare_section2 .point__block .point__images img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}
.personalcare_section2 .point__block .point__images span {
  position: absolute;
  font-size: 12px;
}
.personalcare_section2 .point__block .point__images span.right {
  bottom: -30px;
  right: 25%;
}
.personalcare_section2 .point__block .point__images span.left {
  bottom: -30px;
  left: 20%;
}
.personalcare_section2.page-b {
  background: linear-gradient(#e2e5e2 0%, #f7f4e9 100%);
}
.personalcare_section2.page-d {
  background: linear-gradient(#F3F3F3 0%, #F3F3F3 100%);
  padding: 50px 0% 0px;
}
.personalcare_section2.page-d .section2_inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: 3%;
}

.personalcare__section3 {
  background: #EAE8ED;
  padding: 100px 5% 30px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1.5px;
}
.personalcare__section3 .personalcare__section3__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.personalcare__section3 .personalcare__section3__inner .point__title {
  max-width: 800px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
}
.personalcare__section3 .personalcare__section3__inner .point__title span {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-size: 12px;
}
.personalcare__section3 .personalcare__section3__inner .point__block {
  position: relative;
  max-width: 800px;
  margin: 0 auto 100px;
  padding-left: 50px;
  border-left: 0.6px solid #707070;
}
.personalcare__section3 .personalcare__section3__inner .point__block .point__note {
  font-size: 14px;
  line-height: 3;
  margin-bottom: 20px;
  color: #555;
}
.personalcare__section3 .personalcare__section3__inner .point__block .point__note span {
  font-size: 10px;
  margin-left: 8px;
}
.personalcare__section3 .personalcare__section3__inner .point__block .point__desc {
  font-size: 14px;
  margin-bottom: 30px;
  color: #555;
}
.personalcare__section3 .personalcare__section3__inner .point__block .point__images {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.personalcare__section3 .personalcare__section3__inner .point__block .point__images.single {
  justify-content: flex-start;
}
.personalcare__section3 .personalcare__section3__inner .point__block .point__images img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}
.personalcare__section3 .section3__desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.8;
}
.personalcare__section3 .scent__groups {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.personalcare__section3 .scent__groups .scent__group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.personalcare__section3 .scent__groups .scent__group .scent__images {
  display: flex;
  gap: 5px;
}
.personalcare__section3 .scent__groups .scent__group .scent__images img {
  width: 80px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.personalcare__section3 .scent__groups .scent__group .scent__label {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.05em;
}
.personalcare__section3 .section3__pyramid {
  text-align: center;
}
.personalcare__section3 .section3__pyramid img {
  max-width: 70%;
  height: auto;
  margin: 0 auto 20px;
}
.personalcare__section3.page-d {
  background: #F3F3F3;
  padding: 0px 5% 30px 0px;
}

.usage-scene {
  background: linear-gradient(135deg, #d7eaea 0%, #dee1ec 100%);
  padding: 80px 5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #575756;
  margin: 30px auto;
  max-width: 1000px;
}
.usage-scene__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.usage-scene__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.usage-scene__subtitle {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.usage-scene__list {
  list-style: none;
  padding: 0;
  width: 600px;
  margin: 0 auto 60px;
}
.usage-scene__list li {
  background: #F2F9FC;
  padding: 20px 20px 20px 30px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  position: relative;
  letter-spacing: 2px;
  border-left: 3px solid #aaaaaa;
}
.usage-scene__list.page-b li {
  background: #F5F5F5;
}
.usage-scene__voices {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.usage-scene__voice {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}
.usage-scene__voice img {
  width: 80px;
  height: auto;
}
.usage-scene__voice-text {
  font-size: 12px;
  line-height: 1.8;
  max-width: 420px;
}
.usage-scene__voice-label {
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: 2px;
  color: #888;
}
.usage-scene.page-b {
  background: linear-gradient(#e1eae7 0%, #e8e6d6 100%);
}
.usage-scene.page-d {
  margin-left: auto;
  margin-right: 5%;
  max-width: 800px;
  width: 100%;
}

.howto {
  padding: 100px 5% 50px;
  background: #f8f8f6;
}
.howto__inner {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.howto__title {
  margin-bottom: 40px;
}
.howto__title h4 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
}
.howto__title p {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #888;
  margin-top: 4px;
  font-weight: 200;
}
.howto__img img {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.howto__desc {
  font-size: 15px;
  margin: 20px auto;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: left;
  max-width: 500px;
}
.howto .chuu {
  text-align: left;
  font-size: 12px;
  font-weight: 200;
}
.howto.page-d {
  padding: 50px 0% 80px;
  background: #F3F3F3;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: 5%;
}

.section67 {
  background-color: #F8F8F6;
  padding-bottom: 80px;
}
.section67 .feature-steps {
  width: 100%;
  padding: 0px 5% 0px;
  text-align: center;
  background: #f8f8f6;
  margin: 0 auto 0;
}
.section67 .feature-steps__title {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
}
.section67 .feature-steps__subtitle {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  color: #888;
  margin-top: 4px;
  font-weight: 200;
}
.section67 .feature-steps__tabs {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: 30px;
  margin: 30px auto 0;
}
.section67 .feature-steps__tabs .tab {
  padding: 18px 40px;
  font-size: 16px;
  text-align: center;
}
.section67 .feature-steps__tabs .tab.is-inactive {
  color: #333;
  background: #F3F3F3;
  border: 1px solid #C1C1C1;
  position: relative;
}
.section67 .feature-steps__tabs .tab.is-active {
  background: #7a7a7a;
  color: #fff;
  border: none;
  text-align: center;
}
.section67 .feature-steps__tabs .tab__arrow {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7a7a7a;
}
.section67 .feature-steps__tabs.skinkare_tabs .tab__arrow {
  position: absolute;
  top: -50%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7a7a7a;
}
.section67 .feature-steps__tabs.page-d {
  background: #F3F3F3;
  max-width: 800px;
  width: 100%;
}
.section67 .feature-steps.page-d {
  background: #F3F3F3;
  padding: 0px 0% 0px;
}
.section67 .features {
  width: 100%;
  background: #f8f8f6;
  margin: 0 auto;
}
.section67 .features .features__inner {
  max-width: 1000px;
  width: 100%;
  background: #f9f5de;
  padding: 50px 5%;
  margin: 0 auto;
  letter-spacing: 1px;
}
.section67 .features .features__inner .features__intro {
  text-align: center;
  margin-bottom: 40px;
}
.section67 .features .features__inner .features__intro p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.section67 .features .features__inner .features__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.section67 .features .features__inner .features__content .features__image {
  flex: 1.1;
  position: relative;
  text-align: center;
}
.section67 .features .features__inner .features__content .features__image .pake {
  width: 100%;
  padding-left: 30px;
  max-width: 180px;
}
.section67 .features .features__inner .features__content .features__image .features__labels {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  gap: 15px;
}
.section67 .features .features__inner .features__content .features__image .features__labels li {
  border: 1px solid #999;
  font-size: 10px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.section67 .features .features__inner .features__content .features__image .features__labels li img {
  width: 40px;
  height: auto;
}
.section67 .features .features__inner .features__content .features__image .features__labels .sumooon {
  border: none;
  margin-top: 30px;
}
.section67 .features .features__inner .features__content .features__tags {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.section67 .features .features__inner .features__content .features__tags li {
  background: #e4ac2d;
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
  white-space: nowrap;
}
.section67 .features .features__inner .features__content .features__tags.skinkare_tabss li {
  background-color: #95B579;
}
.section67 .features .features__inner .features__content .features__text {
  flex: 2;
  font-size: 13px;
  margin-left: 30px;
}
.section67 .features .features__inner .features__content .features__text .features__desc {
  margin-bottom: 10px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.section67 .features .features__inner .features__content .features__text .features__ingredients {
  text-align: left;
}
.section67 .features .features__inner .features__content .features__text .features__ingredients .hr {
  width: 300px;
  border: 0.5px solid #888;
  padding: 10px auto;
  display: inline-block;
}
.section67 .features .features__inner .features__content .features__text .features__ingredients p {
  margin-top: 10px;
  font-size: 11px;
}
.section67 .features .features__inner .features__content .features__text .features__ingredients .features__imgs {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.section67 .features .features__inner .features__content .features__text .features__ingredients .features__imgs img {
  width: 70px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section67 .features .features__inner .features__content .features__text .features__ingredients .features__note {
  font-size: 8px;
  margin-top: 8px;
  line-height: 1.6;
}
.section67 .features .features__inner.skinkare_erea {
  background: #E2E8DB;
}
.section67 .features.page-d {
  background-color: #F3F3F3;
  width: 100%;
  max-width: 1000px;
  margin-left: 5%;
  margin-right: 0;
}
.section67 .features.page-d {
  background-color: #F3F3F3;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: 5%;
}
.section67 .features.page-d .page-_in {
  width: 100%;
  max-width: 1000px;
  margin-right: 5%;
}
.section67.page-d {
  padding: 0px 0% 50px;
  background: #F3F3F3;
  margin-left: auto;
  margin-right: 5%;
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .product-detail {
    overflow: hidden;
    flex-direction: column;
    padding: 0px 5%;
  }
  .product-detail__left, .product-detail__right {
    max-width: 100%;
  }
  .product-detail__left {
    margin: 30px auto 0;
  }
  .product-detail__left .product-detail__main-image img {
    width: 90%;
  }
  .product-detail__left .product-detail__thumbnails {
    justify-content: flex-start;
    overflow-x: auto;
    max-width: 100%;
  }
  .product-detail__left .product-detail__thumbnails img {
    width: 100px;
    flex-shrink: 0;
  }
  .product-detail__right {
    margin: 30px auto 0;
  }
  .product-detail__right .product-detail__label {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .product-detail__right .product-detail__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .product-detail__right .product-detail__desc {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .product-detail__right .product-detail__ingredients {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .online-store__links {
    width: 100%;
    max-width: 0 auto;
  }
  .online-store__links .store-button {
    padding: 15px 15px;
    font-size: 13px;
  }
  .online-store__links .store-button__center img {
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .online-store__title {
    margin-top: 80px !important;
    font-size: 22px !important;
  }
  .online-store__subtitle {
    font-size: 10px !important;
  }
  .personalcare .personalcare__mv {
    flex-direction: column;
    margin: 0 auto 0px;
    position: relative;
  }
  .personalcare .personalcare__mv .personalcare__mv__image .img-sp {
    display: block;
    margin: 30px auto 0px;
  }
  .personalcare .personalcare__mv .personalcare__mv__image .img-pc {
    display: none;
  }
  .personalcare .personalcare__mv .personalcare__mv__text .personalcare__sub_copy {
    position: absolute;
    top: 3%;
    right: 5%;
    text-align: left;
  }
  .personalcare .personalcare__mv .personalcare__mv__text .personalcare__sub_copy .personalcare__catch {
    font-size: 16px;
    font-weight: 400;
  }
  .personalcare .personalcare__mv .personalcare__mv__text .personalcare__sub_copy .personalcare__sub {
    font-size: 10px;
    margin-top: 5px;
  }
  .personalcare .personalcare__mv .personalcare__mv__text .personalcare__main_title {
    position: absolute;
    width: 100%;
    top: 44%;
    left: auto;
    transform: none;
    text-align: center;
    margin-top: 0px;
    padding: 0 5%;
  }
  .personalcare .personalcare__mv .personalcare__mv__text .personalcare__main_title h2 {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 300;
  }
  .personalcare .personalcare__mv .personalcare__mv__text .personalcare__main_title .personalcare__label {
    font-size: 12px;
    margin-top: 0px;
  }
  .personalcare .personalcare__products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .personalcare .personalcare__products .personalcare__product-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .personalcare .personalcare__products .personalcare__product-wrap.left {
    width: 50%;
    padding: 10% 0%;
  }
  .personalcare .personalcare__products .personalcare__product-wrap.right {
    width: 50%;
    padding: 10% 0%;
  }
  .personalcare .personalcare__products .personalcare__product-wrap .personalcare__product {
    text-align: center;
  }
  .personalcare .personalcare__products .personalcare__product-wrap .personalcare__product img {
    width: 80%;
    height: auto;
  }
  .personalcare .personalcare__products .personalcare__product-wrap .personalcare__product p {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .personalcare .personalcare__products .personalcare__product-wrap .personalcare__product .btn {
    margin-top: 20px;
    padding: 10px 0px;
    font-size: 10px;
    width: 80%;
  }
  .personalcare__textblock {
    text-align: left;
    padding: 80px 8% 30px;
  }
  .personalcare__textblock h3 {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    line-height: 1.8;
  }
  .personalcare__textblock p {
    font-size: 13px;
    line-height: 2.5;
    font-weight: 400;
  }
  .personalcare__video {
    margin: 0px auto 50px;
  }
  .personalcare__video img {
    width: 80%;
    margin: 0 auto;
  }
  .personalcare_section2 {
    padding: 50px 7% 10px;
    letter-spacing: 1.5px;
  }
  .personalcare_section2 .section2_inner {
    width: 100%;
  }
  .personalcare_section2 .section2_inner .personalcare_section2__copy {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
    text-align: center;
  }
  .personalcare_section2 .section2_inner .point__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .personalcare_section2 .section2_inner .point__title span {
    font-size: 10px;
  }
  .personalcare_section2 .section2_inner .point__block {
    margin: 0 auto 80px;
    padding-left: 30px;
  }
  .personalcare_section2 .section2_inner .point__block .point__desc {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 2;
  }
  .personalcare_section2 .section2_inner .point__block .no-additives {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin: 0 auto;
    width: 100%;
  }
  .personalcare_section2 .section2_inner .point__block .no-additives li {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 11px;
  }
  .personalcare_section2 .section2_inner .point__block .point__note {
    margin-top: 30px;
    font-size: 16px;
  }
  .personalcare_section2 .section2_inner .point__block .point__note span {
    font-size: 10px;
    margin-left: 8px;
  }
  .personalcare_section2 .section2_inner .point__block .point__images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  .personalcare_section2 .section2_inner .point__block .point__images.single {
    justify-content: flex-start;
  }
  .personalcare_section2 .section2_inner .point__block .point__images img {
    width: 90%;
    margin: 0 auto;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .personalcare_section2 .section2_inner .point__block .point__images span {
    position: static;
    margin: 3px auto 15px;
  }
  .personalcare_section2 .section2_inner .point__block .point__images span.right {
    bottom: 0px;
    right: 0%;
  }
  .personalcare_section2 .section2_inner .point__block .point__images span.left {
    bottom: -30px;
    left: 0%;
  }
  .personalcare_section2.page-d {
    padding: 50px 5% 0;
  }
  .personalcare__section3 {
    padding: 50px 7% 10px;
  }
  .personalcare__section3 .personalcare__section3__inner {
    width: 100%;
  }
  .personalcare__section3 .personalcare__section3__inner .point__title {
    font-size: 16px;
  }
  .personalcare__section3 .personalcare__section3__inner .point__title span {
    font-size: 10px;
  }
  .personalcare__section3 .personalcare__section3__inner .point__block {
    margin: 0 auto 50px;
    padding-left: 30px;
  }
  .personalcare__section3 .personalcare__section3__inner .point__block .point__desc {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 2;
  }
  .personalcare__section3 .personalcare__section3__inner .point__block .point__note {
    font-size: 14px;
    line-height: 3;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .personalcare__section3 .personalcare__section3__inner .point__block .point__note span {
    font-size: 10px;
    margin-left: 0px;
  }
  .personalcare__section3 .scent__groups {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%;
  }
  .personalcare__section3 .scent__groups .scent__group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .personalcare__section3 .scent__groups .scent__group .scent__images {
    display: flex;
    gap: 3px;
  }
  .personalcare__section3 .scent__groups .scent__group .scent__images img {
    width: 35px;
    height: auto;
  }
  .personalcare__section3 .scent__groups .scent__group .scent__label {
    margin-top: 10px;
    font-size: 10px;
  }
  .personalcare__section3 .section3__pyramid img {
    max-width: 90%;
    margin: 0 auto 0px;
  }
  .usage-scene {
    padding: 50px 3% 40px;
    width: 90%;
    margin: 5% auto 0;
  }
  .usage-scene__title {
    font-size: 16px;
  }
  .usage-scene__subtitle {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .usage-scene__list {
    width: 95%;
    margin: 0 auto 30px;
  }
  .usage-scene__list li {
    font-size: 12px;
    padding: 18px 10px 18px 15px;
    letter-spacing: 1px;
  }
  .usage-scene__voices {
    flex-direction: column;
    gap: 30px;
  }
  .usage-scene__voice {
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
  }
  .usage-scene__voice img {
    width: 20%;
  }
  .usage-scene__voice-text {
    font-size: 12px;
    width: 70%;
  }
  .usage-scene.page-d {
    width: 90%;
    margin: 0 auto;
  }
  .howto {
    padding: 60px 5% 80px;
  }
  .howto__title h2 {
    font-size: 14px;
  }
  .howto__title p {
    font-size: 11px;
  }
  .howto__desc {
    font-size: 13px;
  }
  .howto .chuu {
    font-size: 10px;
  }
  .howto.page-d {
    padding: 50px 5%;
  }
  .skincare-banner {
    width: 100%;
    height: 80px;
    margin: 30px auto 50px;
  }
  .skincare-banner__image {
    flex: 0 0 120px;
  }
  .skincare-banner__image img {
    width: 70%;
    height: 80px;
  }
  .skincare-banner__text {
    padding: 0 20px 0 0;
    font-size: 13px;
  }
  .skincare-banner__text i {
    font-size: 13px;
  }
  .section67 {
    padding-bottom: 80px;
  }
  .section67 .feature-steps {
    width: 100%;
    padding: 0px 5% 0px;
    text-align: center;
    background: #f8f8f6;
    margin: 0 auto 0;
  }
  .section67 .feature-steps__title {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400;
  }
  .section67 .feature-steps__subtitle {
    font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
    color: #888;
    margin-top: 4px;
    font-weight: 200;
  }
  .section67 .feature-steps__tabs {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    gap: 30px;
    margin: 30px auto 0;
  }
  .section67 .feature-steps__tabs .tab {
    padding: 13px 40px;
    font-size: 14px;
  }
  .section67 .feature-steps__tabs .tab.is-inactive {
    color: #333;
    background: #F3F3F3;
    border: 1px solid #b6b6b6;
    position: relative;
  }
  .section67 .feature-steps__tabs .tab.is-active {
    background: #7a7a7a;
    color: #fff;
    border: none;
    text-align: center;
  }
  .section67 .feature-steps__tabs .tab__arrow {
    position: absolute;
    top: 39%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #7a7a7a;
  }
  .section67 .feature-steps__tabs.skinkare_tabs {
    width: 90%;
  }
  .section67 .feature-steps__tabs.skinkare_tabs .tab__arrow {
    position: absolute;
    top: -64%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10x solid #7a7a7a;
  }
  .section67 .feature-steps__tabs.page-d {
    padding: 0px 0% 0px;
  }
  .section67 .feature-steps__tabs.page-f {
    padding: 0px 5% 0px;
  }
  .section67 .feature-steps.page-d {
    background-color: #F3F3F3;
  }
  .section67 .features {
    width: 90%;
  }
  .section67 .features .features__inner {
    width: 100%;
    background: #f9f5de;
    padding: 30px 6%;
  }
  .section67 .features .features__inner .features__intro {
    margin-bottom: 30px;
  }
  .section67 .features .features__inner .features__intro p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: left;
  }
  .section67 .features .features__inner .features__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .section67 .features .features__inner .features__content .features__image {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .section67 .features .features__inner .features__content .features__image .pake {
    padding-left: 50px;
    max-width: 200px;
  }
  .section67 .features .features__inner .features__content .features__image .features__labels {
    padding-left: 20px;
    flex-direction: column;
    gap: 10px;
  }
  .section67 .features .features__inner .features__content .features__image .features__labels .sumooon {
    margin-top: 20px;
  }
  .section67 .features .features__inner .features__content .features__tags {
    display: flex;
    gap: 8px;
    margin: 30px auto;
  }
  .section67 .features .features__inner .features__content .features__tags li {
    background: #e4ac2d;
    color: #fff;
    font-size: 11px;
    padding: 6px 10px;
    white-space: nowrap;
  }
  .section67 .features .features__inner .features__content .features__tags.skinkare_tabss li {
    background-color: #95B579;
  }
  .section67 .features .features__inner .features__content .features__text {
    flex: 2;
    font-size: 13px;
    margin-left: 0px;
    width: 95%;
    margin: 0 auto;
  }
  .section67 .features .features__inner .features__content .features__text .features__desc {
    margin-bottom: 10px;
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .section67 .features .features__inner .features__content .features__text .features__ingredients {
    text-align: left;
  }
  .section67 .features .features__inner .features__content .features__text .features__ingredients .hr {
    width: 100%;
    border: 0.5px solid #888;
    padding: 8px auto;
    display: inline-block;
  }
  .section67 .features .features__inner .features__content .features__text .features__ingredients p {
    margin-top: 8px;
    font-size: 11px;
  }
  .section67 .features .features__inner .features__content .features__text .features__ingredients .features__imgs {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 10px auto;
  }
  .section67 .features .features__inner .features__content .features__text .features__ingredients .features__imgs img {
    width: 18%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section67 .features .features__inner .features__content .features__text .features__ingredients .features__note {
    font-size: 8px;
    margin-top: 8px;
    line-height: 1.6;
  }
  .section67 .features .features__inner.skinkare_erea {
    background: #E2E8DB;
  }
  .section67 .features.page-d {
    padding: 0px 5% 0px;
  }
  .section67.page-d {
    padding: 0px 0% 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .howto-section {
    padding: 0 5% 0;
    font-size: 13px;
    margin: 50px auto 0px;
    line-height: 0.8;
  }
  .howto-section .howto-block__title {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .howto-section .howto-block__list {
    font-size: 10px;
  }
  .howto-section .product-info__title {
    font-size: 11px;
  }
  .howto-section .product-info__list dt {
    font-size: 13px;
    font-weight: 500;
  }
  .howto-section .product-info__list dd {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */