@charset "UTF-8";

/* ============================
共通
============================*/
html {
  scroll-behavior: smooth;
}

.u-pc {
  display: none!important;
}

@media screen and (max-width: 719px) {
  .u-pc {
    display: block!important;
  }
}

.u-sp {
  display: block!important;
}

@media screen and (max-width: 719px) {
  .u-sp {
    display: none!important;
  }
}

/* テキストフォント */
.u-text--subhead,.u-text--body,.u-text--strong, .u-text--link,.u-text--head--overlay,.u-text--subhead--overlay,.u-text--body--overlay,.u-text--btn,.u-text--btn--overlay,.u-text--btn--reverse,.u-text--btn--overlay--reverse,.u-text--input,.u-font--subhead,.u-font--body {
  font-family:"Noto Sans JP", sans-serif;
}

/* TOP見出し全般 */
.u-text--head {
  font-family: "Shippori Mincho", serif;
  font-size: 31px!important;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media screen and (max-width: 719px) {
  .u-text--head {
    font-size: 23.5px!important;
  }
}

.u-text--head + .u-text--subhead {
  color: #678AB2!important;
  font-size: 14px!important;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 719px) {
  .u-text--head + .u-text--subhead {
    font-size: 12px!important;
  }
}

/* 各ラベル */
.c-cart_item__badges {
  margin-top: 0;
}

.c-badge {
  border: 1px solid #404040;
  border-radius: 70px;
  font-size: 14px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 719px) {
  .c-badge {
    font-size: 9px!important;
    padding: 1.5px 6px;
  }
}

.c-product_item__inner__category  {
  margin-top: 0;
}

/* ボタン */
.u-text--btn {
  min-width: 150px;
  max-width: none;
  width: auto;
  padding: 13px 9.5px;
  font-family: "Shippori Mincho", serif;
  font-size: 17px!important;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: inline-block;
  height: auto;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 719px) {
  .u-text--btn {
    font-size: 12px!important;
    padding: 13px 5.5px;
    min-width: 119px;
  }
}

.u-text--btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: width 0.5s;
  background-color: #678AB2;
}

.u-text--btn:hover:before {
  width: 0;
}

@media screen and (max-width: 719px) {
  .u-text--btn:hover:before {
    width: 100%;
  }
}

.u-text--btn:after {
  content: '';
  width: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9.5px;
  height: 10px;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/btn-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.u-text--btn.u-text--btn--back {
  text-align: right;
}

.u-text--btn.u-text--btn--back:after {
  right: auto;
  left: 9.5px;
  transform: translateY(-50%) rotate(180deg);
}

.u-text--btn.u-text--btn--ja {
  font-family:"Noto Sans JP", sans-serif;
}

.u-text--link {
  color: #404040!important;
}

.c-btn {
  color: #fff;
  background-color: #678AB2;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: 500;
  transition: opacity 0.5s;
}

.c-btn:hover {
  opacity: 0.4;
}

@media screen and (max-width: 719px) {
  .c-btn {
    font-size: 12px;
  }

  .c-btn:hover {
    opacity: 1;
  }
}

.c-btn.c-btn--reverse {
  color: #fff;
  background-color: #8C8C8C;
}

@media screen and (max-width: 719px) {
  .u-margin__bottom--100 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 719px) {
  .u-margin__top--60 {
    margin-top: 50px;
  }
}

/* パンくず */
@media screen and (max-width: 719px) {
  .p-breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 719px) {
  .p-breadcrumbs--pc {
    display: block;
  }
}

.c-breadcrumbs__item:not(:first-child) {
  margin-left: 10px;
}

.c-breadcrumbs__item:not(:last-child):after {
  font-size: inherit;
  padding-top: 1px;
  margin-left: 10px;
}

.c-breadcrumbs__item, .c-breadcrumbs__item__inner {
  font-size: 12px!important;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  transition: opacity .5s;
  text-transform: uppercase;
}

@media screen and (max-width: 719px) {
  .c-breadcrumbs__item, .c-breadcrumbs__item__inner {
    font-size: 9px!important;
  }
}

.c-breadcrumbs__item, .c-breadcrumbs__item__inner:hover {
  opacity: 0.7;
}

@media screen and (max-width: 719px) {
  .c-breadcrumbs__item, .c-breadcrumbs__item__inner:hover {
    opacity: 1;
  }
}

.c-breadcrumbs__item a {
  text-decoration: none;
}


.p-breadcrumbs--sp {
  display: none;
}

/* ============================
ヘッダー
============================*/
#ecf_header_section.l-header {
    border-bottom-width: 0px;
    background-color: rgba(255 ,255 ,255, 0.8)!important;
  }

#ecf_header_section {
  .l-header__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 100px;
  }

  @media screen and (max-width: 719px) {
    .l-header__inner {
      padding: 0 20px;
      min-height: 50px!important;
      max-height: 50px!important;
    }
  }

  .l-header__inner__block__item--search {
    display: none;
  }

  .l-header__inner__block:has(> .l-header__inner__block__item--menu) {
    display: none;
  }

  @media screen and (max-width: 950px) {
    .l-header__inner__block:has(> .l-header__inner__block__item--menu) {
      display: block;
    }
  }

  .l-header__inner__block:has(> .p-header) {
    position: static;
  }

  .p-header {
    position: static;
  }

  .l-header__inner__block__item:has(> .p-header__nav) {
    margin-right: 40px;
  }

  @media screen and (max-width: 950px) {
    .p-header {
      display: none;
    }
  }

  .p-header__list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 0 40px;
  }

  .p-header__item {
  }

  .p-header__link {
    display: block;
    font-size: 17px;
    color: #404040;
    font-family: "Shippori Mincho", serif;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .5s;
  }

  a.p-header__link:hover {
    opacity: .7;
  }

  .p-header__link:has(+ .p-header__megaMenu) {
    padding-right: 22px;
    position: relative;
  }

  .p-header__link:has(+ .p-header__megaMenu):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/header-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .5s;
  }

  .p-header__link:has(+ .p-header__megaMenu.is-show):after {
    transform: translateY(-50%) rotate(180deg);
  }

  .p-header__megaMenu {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 100vw;
    transition: opacity 0.5s;
    left: 0;
    background-color: transparent;
    filter: drop-shadow(0px 10px 7px rgba(0,0,0, 0.05));
  }

  .p-header__megaMenu.is-show {
    opacity: 1;
    pointer-events: auto;
  }

  .p-header__megaMenu__inner {
    margin-top: 21px;
    padding: 54px 0px 50px;
    background-color: rgba(255,255,255, 0.8);
  }

  .p-header__megaMenu__card {
    padding: 0 50px 0;
    max-width: 870px;
    margin: 0 auto;
  }

  .p-header__megaMenu__card__list {
    list-style: none;
    display: flex;
    gap: 0 100px;
    justify-content: center;
  }

  .p-header__megaMenu__card__item:first-child {
    width: calc(((100% - 100px) * 300) / 670);
  }

  .p-header__megaMenu__card__item:nth-child(2) {
    width: calc(((100% - 100px) * 370) / 670);
    max-width: 370px;
  }

  .p-header__megaMenu__card__link {
    transition: opacity .5s;
  }

  .p-header__megaMenu__card__link:hover {
    opacity: .7;
  }

  .p-header__megaMenu__card__img {

  }

  .p-header__megaMenu__card__img img {
    width: 100%;
  }

  .p-header__megaMenu__category {
    padding: 0 50px;
  }

  .p-header__megaMenu__category__list {
    display: flex;
    gap: 100px;
    justify-content: center;
  }

  .p-header__megaMenu__category__item {

  }

  .p-header__megaMenu__category__link {
    text-decoration: none;
    color: #404040;
    transition: opacity .5s;
  }

  .p-header__megaMenu__category__link:hover {
    opacity: .7;
  }

  .p-header__megaMenu__category__titleEn {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    letter-spacing: 0.07em;
  }

  .p-header__megaMenu__category__titleJa {
    font-family:"Noto Sans JP", sans-serif;
    font-size: 13px;
    display: block;
    margin-top: 8px;
  }

  @media screen and (max-width: 719px) {
    .l-header__inner:has(+ .is-active) .l-header__inner__block__item--menu {
      pointer-events: none;
    }

    .l-header__inner:has(+ .is-active) .u-icon--menu:before {
      content: "\e906";
    }

    .c-gmenu {
      margin-top: 50px;
      height: calc(100vh - 50px);
      overflow: auto;
    }

    .c-gmenu__container {
      width: 100%;
    }

    .c-gmenu__container__close {
      left: 18px;
      top: 21px;
      position: fixed;
      width: 20.813px;
      height: 24px;
      opacity: 0;
    }
  }

  .c-gmenu__container__inner {
    padding-top: 10px;
  }

  .c-gmenu__container__inner__list {
    border-top-width: 0px;
  }

  .c-gmenu__container__inner__list__item:first-child, .c-gmenu__container__inner__list__item:last-child {
    display: none;
  }

  div.c-gmenu__container__inner__list__item__child__item__inner:hover {
    opacity: 1;
  }

  .c-gmenu__container__inner__list__item__child__item__inner > span {
    font-size: 18.5px!important;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
  }

  .p-drawer__brand__link {
    display: block;
  }

  .p-drawer__brand {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    padding: 0 15px;
  }

  .p-drawer__category {
    margin-top: 30px;
  }

  .p-drawer__category__list:not(:first-child) {
    margin-top: 22px;
  }

  .p-drawer__category__link {
    display:flex;
    gap: 0 10px;
    padding-left: 15px;
    align-items: center;
  }

  .p-drawer__category__titleEn {
    font-size: 16px!important;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
  }

  .p-drawer__category__titleJa {
    font-size: 10px!important;
    letter-spacing: 0.01em;
    font-family:"Noto Sans JP", sans-serif;
  }

  .l-header__inner__block__item--cart {
    order: 2;
    margin-right: 40px;
  }

  @media screen and (max-width: 719px) {
    .l-header__inner__block__item--cart {
      margin-right: 15px;
    }
  }

  .l-header__inner__block__item:has(+ .l-header__inner__block__item--cart) {
    order: 3;
    margin-right: 0px;
  }
}


/* ============================
トップ画面
============================*/
#index-view {
  .p-kv_slider__track__list__item__inner:before {
    background: transparent;
  }

  @media screen and (max-width: 719px) {
    .p-kv_slider__track__list__item__inner {
      padding-top: 137%;
    }
  }

  .p-kv_slider__nav {
    justify-content: flex-start;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 100px 42px;
    width: 100%;
  }

  @media screen and (max-width: 719px) {
    .p-kv_slider__nav {
      display: none;
    }
  }

  .p-kv_slider__nav__arrow {
    display: none;
  }

  .p-kv_slider__nav__pagination__dot {
    transform: scale(1);
    transition: transform 0.3s;
  }

  .p-kv_slider__nav__pagination__dot .u-color__bg--base {
    background: #CCCCCC!important;
  }

  .p-kv_slider__nav__pagination__dot.is-current .u-color__bg--base {
    background: #678AB2!important;
    transform: scale(1.1);
  }

.p-new_product {
  max-width: 1440px;
  margin: 0 auto;
}

.p-new_product__title__en, .p-news__inner__title__en {
  text-align: left;
}

.p-category_panel {
  padding: 120px 100px 145px;
  background: #F6FAFE;
}

.p-category_panel__title {
  place-items: baseline;
  max-width: 1240px;
  margin: 0 auto;
}

.p-new_product__title__jp,.p-news__inner__title__jp {
  display: block;
  text-align: left;
}

@media screen and (max-width: 719px) {
  .p-category_panel {
    padding: 60px 20px;
    background: #F6FAFE;
  }
}

.p-category_panel__container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.p-category_panel__content {
  gap: 0 56px;
}

@media screen and (max-width: 719px) {
  .p-category_panel__content {
    flex-direction: column;
    gap: 30px 0;
  }
}

.p-category_panel__block {
  position: relative;
  padding-bottom: 47px;
  flex: 2;
}

@media screen and (max-width: 719px) {
  .p-category_panel__block {
    padding-bottom: 30px;
    flex: none;
  }
}

.p-category_panel__block:before {
  background: transparent;
}

.p-category_panel__container--flex .p-category_panel__block {
  height: 256px;
}

@media screen and (max-width: 719px) {
  .p-category_panel__container--flex .p-category_panel__block {
    height: 171.5px;
  }
}

.p-category_panel__image {
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.5s;
}

.p-category_panel__category {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #404040!important;
  font-size: 24px!important;
  font-family: "Shippori Mincho", serif;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 27px;

}

@media screen and (max-width: 719px) {
  .p-category_panel__category {
    font-size: 16px!important;
    line-height: 15px;
    gap: 7px 10px;
  }
}

.p-category_panel__category:has(+ a[href="/shop/product_categories/skincare"]):after, .p-category_panel__category:has(+ a[href="/shop/product_categories/innercare"]):after {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family:"Noto Sans JP", sans-serif;
}

@media screen and (max-width: 719px) {
  .p-category_panel__category:has(+ a[href="/shop/product_categories/skincare"]):after, .p-category_panel__category:has(+ a[href="/shop/product_categories/innercare"]):after {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}

.p-category_panel__category:has(+ a[href="/shop/product_categories/skincare"]):after {
  content: 'スキンケア';
}

.p-category_panel__category:has(+ a[href="/shop/product_categories/innercare"]):after {
  content: 'インナーケア';
}

.p-category_panel__info {
  transition: opacity 0.5s;
}

.p-category_panel__info a{
  display: none;
}

.p-category_panel__link {
  display: block;
  position: relative;
  z-index: 10;
  height: calc(100% + 47px);
}

@media screen and (max-width: 719px) {
  .p-category_panel__link {
    height: calc(100% + 30px);
  }
}

.p-category_panel__block:hover .p-category_panel__image, .p-category_panel__block:hover .p-category_panel__info  {
  opacity: 0.7;
}

@media screen and (max-width: 719px) {
  .p-category_panel__block:hover .p-category_panel__image, .p-category_panel__block:hover .p-category_panel__info {
    opacity: 1;
  }
}

.p-brand {
  max-width: 1440px;
  margin: 0 auto;
}

.p-brand__inner {
  padding: 0 100px;
}

@media screen and (max-width: 719px) {
  .p-brand__inner {
    padding: 0 20px;
  }
}

.p-brand__inner__list {
  margin-top: 60px;
}

@media screen and (max-width: 719px) {
  .p-brand__inner__list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 719px) {
  .p-brand__inner__list {
    margin-top: 45px;
  }
}

.p-brand__inner__item {
  display: flex;
  align-items: center;
  gap: 0 87px;
}

@media screen and (max-width: 719px) {
  .p-brand__inner__item {
    gap: 0 24px;
  }
}

.p-brand__inner__item:not(:first-child) {
  margin-top: 100px;
}

@media screen and (max-width: 719px) {
  .p-brand__inner__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-brand__inner__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-brand__inner__content {
  width: calc((100% - 87px) * 0.4);
}

@media screen and (max-width: 719px) {
  .p-brand__inner__content {
     width: calc((100% - 24px) * 0.52);
  }
}

.p-brand__inner__logo {
  width: 100%;
}

.p-brand__inner__item:first-child .p-brand__inner__logo {
  max-width: 213.53px;
}

@media screen and (max-width: 719px) {
  .p-brand__inner__item:first-child .p-brand__inner__logo {
    max-width: 118.5px;
  }
}

.p-brand__inner__item:nth-child(2) .p-brand__inner__logo {
  max-width: 306.1px;
}

@media screen and (max-width: 719px) {
  .p-brand__inner__item:nth-child(2) .p-brand__inner__logo {
    max-width: 137px;
  }
}

.p-brand__inner__logo img {
  width: 100%;
}

.p-brand__inner__description {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.07em;
  margin-top: 28px;
  color: #404040;
}

@media screen and (max-width: 719px) {
  .p-brand__inner__description {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-top: 19px;
  }
}

.p-brand__inner__more {
  margin-top: 19px;
}

@media screen and (max-width: 719px) {
  .p-brand__inner__more {
    margin-top: 10px;
  }
}

.p-brand__inner__img {
  flex: 1;
  width: calc((100% - 87px) * 0.6);
}

@media screen and (max-width: 719px) {
  .p-brand__inner__img {
    width: calc((100% - 24px) * 0.48);
  }
}

.p-brand__inner__img img {
  width: 100%;
}

.p-news {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 110px 100px 40px;
}

@media screen and (max-width: 719px) {
  .p-news {
    padding: 0 20px;
  }
}

.p-news__inner {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 86px;
}

@media screen and (max-width: 719px) {
  .p-news__inner {
    flex-direction: column;
    gap: 0;
  }
}

.p-news__inner__title {
  width: 149px;
}

@media screen and (max-width: 719px) {
  .p-news__inner__title {
    width: 100%;
  }
}

.p-news__inner__list {
  width: calc(100% - 86px - 149px);
}

@media screen and (max-width: 719px) {
  .p-news__inner__list {
    width: 100%;
  }
}

.c-news_item:first-child {
  border-top-width: 0px;
}

.c-news_item {
  border-bottom-width: 0px;
}

.c-news_item__inner {
  padding: 11px 10px;
}

@media screen and (max-width: 719px) {
  .c-news_item__inner {
    padding: 12px 0px;
    display: flex;
    gap: 0 17.5px;
  }
}

.c-news_item__inner__date {
  font-size: 14px!important;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 719px) {
  .c-news_item__inner__date {
    font-size: 12px!important;
    width: 69px;
  }
}

.c-news_item__inner__title {
  font-size: 16px!important;
  line-height: 1.6;
  letter-spacing: 0.06em;
  width: calc(100% - 17.5px - 69px);
}

@media screen and (max-width: 719px) {
  .c-news_item__inner__title {
    font-size: 12px!important;
    letter-spacing: 0.03em;
    line-height: 1.8;
    margin-top: 0;
  }
}

.p-news__inner__more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 36px;
}

.p-news__inner__more__btn {
  margin-right: 0;
}
@media screen and (max-width: 719px) {
  .p-news__inner__more__btn {
    margin-top: 20px;
  }
}
}

/* ============================
商品一覧
============================*/

.c-product_item__inner__eyecatch {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  overflow: hidden;
}

.c-product_item__inner__eyecatch__img {
  padding-top: 100%;
}

.c-product_item__inner__eyecatch__tags__new {
  color: #E39494;
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  width: 58px;
  height:58px;
  border-radius: 50%;
  border: 1px solid #E39494;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 719px) {
  .c-product_item__inner__eyecatch__tags__new {
    font-size: 12px;
    width: 44px;
    height:44px;
  }
}

.c-product_item .c-product_item__inner__content {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width: 719px) {
  .c-product_item .c-product_item__inner__content {
    margin-top: 7.5px;
     gap: 1.5px 6px;
  }
}

.c-product_item__inner__badge {
  order: 1;
}

.c-product_item__inner__category {
  order: 2;
  display: inline-block;
  font-size: 14px!important;
  line-height: 21.2px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 719px) {
  .c-product_item__inner__category {
    font-size: 10px!important;
  }
}

.c-product_item__inner__title{
  order: 3;
  font-size: 14px!important;
  line-height: 21.2px;
  letter-spacing: 0.05em;
  width: 100%;
}

@media screen and (max-width: 719px) {
  .c-product_item__inner__title{
    font-size: 10px!important;
    line-height: 150%;
  }
}

.c-product_item__inner__price {
  order: 4;
  font-size: 14px!important;
  line-height: 21.2px;
  letter-spacing: 0.06em;
  margin-top: 0px;
  width: 100%;
}

@media screen and (max-width: 719px) {
  .c-product_item__inner__price {
    font-size: 10px!important;
  }
}

/* .c-product_item__inner__price #price {
  display: none;
} */

.c-product_item__inner__price .price {
  font-size: 18px!important;
  font-weight: 500;
}

@media screen and (max-width: 719px) {
  .c-product_item__inner__price .price {
    font-size: 12.5px!important;
  }
}

.l-container__row:has(> .p-category_tool), .l-container__row:has(> .p-list_header) {
  display: none;
}

.p-category__menu {
  display: flex;
  justify-content: center;
}

.p-category__menu__list {
  display: flex;
  justify-content: center;
  max-width: 640px;
  gap: 0 20px;
}

@media screen and (max-width: 719px) {
  .p-category__menu__list {
    gap: 0;
  }
}

.p-category__menu__item {
  min-width: 200px;
}

@media screen and (max-width: 719px) {
  .p-category__menu__item {
    min-width: 108.5px;
  }
}

.p-category__menu__link {
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.09em;
  font-weight: 500;
  padding: 17px 10px;
  color: #5E5E5E;
  display: block;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 719px) {
  .p-category__menu__link {
    font-size: 10px;
    padding: 10px;
  }
}

.p-category__menu__link:before {
  width: 100%;
  height: 3px;
  background-color: #678AB2;
  content: '';
  bottom: 0;
  position: absolute;
  opacity: 0;
  left: 0;
  transition: opacity 0.5s;
}

.p-category__menu__link:hover::before {
  opacity: 1;
}

@media screen and (max-width: 719px) {
  .p-category__menu__link:hover {
    opacity: 1;
  }
}

.p-category__menu__link.is-current:before {
  opacity: 1;
}

/* 商品ページ ファーストビュー */
.c-category_header {
  min-height: auto;
  height: 227px;
}

@media screen and (max-width: 719px) {
  .c-category_header {
    height: 124.5px;
  }
}

.c-category_header:before {
  background: transparent;
}

.c-category_header__inner__title {
  font-size: 40px!important;
  letter-spacing: 0.07em;
  color: #404040!important;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  .c-category_header__inner__title {
    font-size: 20px!important;
  }
}

.c-category_header__inner__lead:empty {
  display: none;
}

/* ============================
商品詳細
============================*/
#product-show-view {
  .c-product_img {
    position: relative;
  }

  .c-product_img .splide {
    position: static;
  }

  .c-product_img .splide__arrow {
    opacity: 1;
    top: calc(50% - 60px);
  }

  .splide__arrow svg {
    fill: #678AB2;
  }

  .p-product_content__inner__info {
    position: relative;
  }

  @media screen and (max-width: 719px) {
    .p-product_content__inner__info {
      padding-right: 0;
      padding-left: 0;
    }
  }

  .c-product_info__category {
  font-size: 14px!important;
  line-height: 36px;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__category {
      font-size: 11px!important;
      line-height: 1.6;
    }
  }

  .c-product_info__title {
    font-size: 24px!important;
    font-family:"Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__title {
      line-height: 1.6;
      font-size: 14px!important;
    }
  }

  .p-product__content__labels__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__labels__list {
      margin-top: 10px;
    }
  }

  .p-product__content__label {
    font-size: 12px;
    line-height: 21.2px;
    letter-spacing: 0.05em;
    border-radius: 70px;
    color: #fff;
    padding: 0 20px 2px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__label {
      font-size: 10px;
      line-height: 10.6px;
      padding: 2px 5.5px;
    }
  }

  .p-product__content__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 36px;
    color: #404040;
    font-weight: 400;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__text {
      font-size: 11px;
      line-height: 1.6;
      margin-top: 7.5px;
    }
  }

  .p-product__content__description {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.85;
    font-weight: 400;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__description {
      font-size: 12px;
      line-height: 1.6;
    }
  }

  .p-product__content__description.p-product__content__description--bold {
    font-weight: 700;
  }

  .p-product__content__description.p-product__content__description--sm {
    font-size: 12px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__description.p-product__content__description--sm {
      font-size: 10px;
    }
  }

  .p-product__content__description span {
    font-size: 12px;
    vertical-align: top;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__description span {
      font-size: 10px;
    }
  }

  .p-product__content__description + .p-product__content__description--sm {
    margin-top: 10px;
  }

  .p-product__content__text + .p-product__content__description, .p-product__content__labels__list + .p-product__content__description, .c-product_info__title + .p-product__content__description {
    margin-top: 20px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__text + .p-product__content__description, .p-product__content__labels__list + .p-product__content__description, .c-product_info__title + .p-product__content__description {
      margin-top: 15px;
    }
  }

  .c-product_info__price {
    font-size: 14px!important;
    line-height: 21.2px;
    letter-spacing: 0.06em;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__price {
      margin-top: 20px;
    }
  }

  @media screen and (max-width: 719px) {
    #product-price-content > *:not(.sales_price) {
      font-size: 10px!important;
      line-height: 1.6;
    }
  }

  .sales_price {
    font-size: 30px!important;
    font-weight: 500;
    line-height: 21.2px;
    letter-spacing: 0.03em;
  }

  @media screen and (max-width: 719px) {
    .sales_price {
      font-size: 16px!important;
      line-height: 1.6;
    }
  }

  .sales_price:before {
    content: '¥';
    font-size: 25px!important;
    letter-spacing: 0.26em;
  }

  @media screen and (max-width: 719px) {
    .sales_price:before {
      font-size: 13px!important;
    }
  }

  .sales_price .yen {
    font-size: 20px;
    padding-left: 3px;
    letter-spacing: 0.26em;
  }

  @media screen and (max-width: 719px) {
    .sales_price .yen {
      font-size: 10px;
    }
  }

  .sales_price-include-tax:before {
    content: '¥';
    letter-spacing: 0.26em;
  }

  .sales_price-include-tax .yen {
    font-size: 12px;
    padding-left: 2px;
    letter-spacing: 0.26em;
  }

  @media screen and (max-width: 719px) {
    .sales_price-include-tax .yen {
      font-size: 6px;
    }
  }

  .c-product_info__favorite {
    display: none;
  }

  .p-product__content__detail {
    margin-top: 180px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail {
      margin-top: 0;
      margin-bottom: 50px;
    }
  }

  .p-product_content__inner:has(> .p-product__content__detail) {
    margin-top: 50px;
  }

  @media screen and (max-width: 719px) {
    .p-product_content__inner:has(> .p-product__content__detail) {
      margin-top: 44px;
    }
  }

  .p-product_content__inner {
    margin-bottom: 370px;
  }

  @media screen and (max-width: 719px) {
    .p-product_content__inner {
      width: 100%;
      margin-bottom: 50px;
    }
  }

  .p-product__content__section + .p-product__content__section {
    margin-top: 100px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__section + .p-product__content__section {
      margin-top: 50px;
    }
  }

  .p-product__content__detail__heading {
    font-size: 31px;
    letter-spacing: 0.07em;
    font-weight: 500;
    color: #404040;
    font-family: "Shippori Mincho", serif;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__heading {
      font-size: 20px;
    }
  }

  .p-product__content__detail__subHeading {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #678AB2;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__subHeading {
      font-size: 11px!important;
    }
  }

  .p-product__content__detail__features__title {
    font-size: 25px;
    line-height: 1.8;
    color: #404040;
    font-family: "Shippori Mincho", serif;
    margin-top: 30px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__title {
      font-size: 19px;
      margin-top: 15px;
    }
  }

  .p-product__content__detail__features__title span {
    font-size: 12.5px;
    vertical-align: text-top;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__title span {
      font-size: 10px;
    }
  }

  .p-product__content__detail__features__top__list {
    display: flex;
    gap: 0 48px;
    margin-top: 37px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__list {
      gap: 0 28px;
      margin-top: 20px;
    }
  }

  .p-product__content__detail__features__top__item {
    width: calc((100% - 48px) / 2);
  }

  .p-product__content__detail__features__top__img {
    margin: 0;
    position: relative;
  }

  .p-product__content__detail__features__top__img img {
    width: 100%;
  }

  .p-product__content__detail__features__top__item:nth-child(2n) .p-product__content__detail__features__top__img:before {
    content: '';
    position: absolute;
    width: 73px;
    height: 73px;
    background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/icon-multiply.png');
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: -62px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__item:nth-child(2n) .p-product__content__detail__features__top__img:before {
      width: 36.5px;
      height: 36.5px;
      left: -33px;
    }
  }

  .p-product__content__detail__features__top__caption {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    letter-spacing: -0.04em;
    background-color: #678AB2;
    text-align: center;
    padding: 16px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__caption {
      font-size: 10px;
      padding: 7.5px;
      line-height: 12.5px;
    }
  }

  .p-product__content__detail__features__top__description {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.07em;
    color: #404040;
    margin-top: 24px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__description {
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 0.03em;
      margin-top: 20px;
    }
  }

  .p-product__content__detail__features__top__labels {
    margin-top: 47px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__labels {
      margin-top: 26px;
    }
  }

  .p-product__content__detail__features__top__label {
    border: 1px solid #678AB2;
    padding: 27px 20px 27px 94px;
    position: relative;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__label {
      padding: 16.5px 10px 16.5px 42.5px;
    }
  }

  .p-product__content__detail__features__top__label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }

  .p-product__content__detail__features__top__label:first-child:before {
    background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/icon-seram.png');
    width: 30px;
    height: 44px;
    left: 34px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__label:first-child:before {
      width: 15px;
      height: 22px;
      left: 17px;
    }
  }

  .p-product__content__detail__features__top__label:nth-child(2):before {
    background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/icon-mask.png');
    width: 44px;
    height: 44px;
    left: 26px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__label:nth-child(2):before {
      width: 22px;
      height: 22px;
      left: 13px;
    }
  }

  .p-product__content__detail__features__top__label:not(:first-child) {
    margin-top: 21px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__label:not(:first-child) {
      margin-top: 10px;
    }
  }

  .p-product__content__detail__features__top__label__text {
    font-size: 15px;
    line-height: 31px;
    color: #404040;
    letter-spacing: 0.14em;
    display: inline;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__label__text {
      font-size: 12px;
      line-height: 15.5px;
      letter-spacing: 0.04em;
    }
  }

  .p-product__content__detail__features__top__label__text span {
    font-size: 22px;
    line-height: 31px;
    color: #678AB2;
    letter-spacing: 0.04em;
    padding: 0 5px;
    display: inline-block;
    transform: translateY(2px);
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__label__text span {
      font-size: 15.5px;
      line-height: 15.5px;
      transform: translateY(1px);
    }
  }

  .p-product__content__detail__features__top__note {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.07em;
    color: #404040;
    margin-top: 36px;
    margin-bottom: 85px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__top__note {
      font-size: 10px;
      margin-top: 20px;
      margin-bottom: 50px;
    }
  }

  .p-product__content__detail__features__list {
    margin-top: 28px;
  }


  .p-product__content__detail__features__item:not(:first-child) {
    margin-top: 50px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__item:not(:first-child) {
      margin-top: 25px;
    }
  }

  .p-product__content__detail__numText {
    font-size: 22px;
    line-height: 44px;
    color: #404040;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    position: relative;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__numText {
      font-size: 14px;
      line-height: 22px;
    }
  }

  .p-product__content__detail__numText span {
    font-size: 14px;
    vertical-align: top;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__numText span {
      vertical-align: top;
      font-size: 10px;
    }
  }

  .p-product__content__detail__numText:before {
    padding-right: 22px;
    letter-spacing: 0.06em;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__numText:before {
      padding-right: 14px;
    }
  }

  li:has(> .p-product__content__detail__numText) {
    counter-increment: product-counter;
  }

  .p-product__content__detail__numText::before {
    content: counter(product-counter, decimal-leading-zero);
  }

  .p-product__content__detail__numText:after {
    content: '';
    width: 1px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 39px;
    background-color: #404040;
  }


  @media screen and (max-width: 719px) {
    .p-product__content__detail__numText:after {
      height: 11px;
      top: 6px;
      left: 21px;
    }
  }

  .p-product__content__detail__features__item__img {
    margin-top: 20px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__item__img {
      margin-top: 10px;
    }
  }

  .p-product__content__detail__features__item__description {
    font-size: 14px;
    line-height: 1.9;
    color: #404040;
    letter-spacing: 0.07em;
    margin-top: 29px;
    font-weight: 400;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__features__item__description {
      font-size: 12px;
      margin-top: 15px;
    }
  }

  .p-product__content__detail__series__list {
    margin-top: 40px;
  }

  .p-product__content__detail__series__item {
    position: relative;
  }

  .p-product__content__detail__series__item:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #dfdfdf;
    top: 19px;
    left: 0;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__item:after {
      top: 13px;
    }
  }

  .p-product__content__detail__series__item:not(:first-child) {
    margin-top: 40px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__item:not(:first-child) {
      margin-top: 25px;
    }
  }

  .p-product__content__detail__series__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    font-family: "Shippori Mincho", serif;
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__title {
      font-size: 14px;
      line-height: 18px;
    }
  }

  .p-product__content__detail__series__title:before {
    width: calc(100% + 23.5px);
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__title:before {
      width: calc(100% + 13.5px);
    }
  }

  .p-product__content__detail__series__block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__block {
      margin-top: 15px;
    }
  }

  .p-product__content__detail__series__img {
    width: 26%;
  }

  .p-product__content__detail__series__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 67%;
  }

  .p-product__content__detail__series__description {
    font-size: 23px;
    font-weight: 500;
    line-height: 165%;
    font-family: "Shippori Mincho", serif;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__description {
      font-size: 14px;
    }
  }

  .p-product__content__detail__series__labels {
    margin-top: 20px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__labels {
      margin-top: 8px;
    }
  }

  .p-product__content__detail__series__btn {
    justify-content: flex-end;
    display: flex;
    margin-top: 40px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__series__btn {
      margin-top: 20px;
    }
  }

  .p-product__content__detail__category__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.8;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    margin-top: 40px;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__category__title {
      font-size: 19px;
      line-height: 1.6;
      margin-top: 20.5px;
    }
  }

  .p-product__content__detail__category__thumb {
    margin-top: 30px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__category__thumb {
      margin-top: 15px;
    }
  }

  .p-product__content__detail__category__description {
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.9;
    font-weight: 400;
    margin-top: 40px;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__category__description {
      font-size: 12px;
      letter-spacing: 0.03em;
      margin-top: 25px;
      line-height: 1.8;
    }
  }

  .p-product__content__detail__category__list {
    margin-top: 76px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__category__list {
      margin-top: 35px;
    }
  }

  .p-product__content__detail__category__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__category__item {
      row-gap: 10px;
    }
  }

  .p-product__content__detail__category__item:not(:first-child) {
    margin-top: 40px;
  }

  .p-product__content__detail__category__item .p-product__content__detail__numText {
    width: 100%;
  }

  .p-product__content__detail__category__img {
    width: 41%;
  }

  .p-product__content__detail__category__text {
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.9;
    width: 54%;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__category__text {
      font-size: 12px;
      letter-spacing: 0.03em;
    }
  }

  .p-product__content__detail__explanation__img {
    margin-top: 40px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__explanation__img {
      margin-top: 25px;
    }
  }

  .p-product__content__detail__explanation__list {
    margin-top: 60px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__explanation__list {
      margin-top: 27.5px;
    }
  }

  .p-product__content__detail__explanation__item {
    border-bottom: 1px solid #404040;
  }

  .p-product__content__detail__explanation__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.1em;
    padding: 35px 15px 35px 0;
    cursor: pointer;
    position: relative;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__explanation__title {
      font-size: 12px;
      line-height: 1.8;
      padding: 22.5px 6px 22.5px 0;
    }
  }

  .p-product__content__detail__explanation__title::before, .p-product__content__detail__explanation__title::after {
    position: absolute;
    background-color: #404040;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }

  .p-product__content__detail__explanation__title::before {
    width: 12px;
    height: 1px;
    right: 0;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__explanation__title::before {
      width: 6px;
    }
  }

  .p-product__content__detail__explanation__title::after {
    width: 1px;
    right: 5.5px;
    height: 12px;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__explanation__title::after {
      height: 6px;
      right: 2.515px;
    }
  }

  .p-product__content__detail__explanation__title:has(+ .is-open):after {
    opacity: 0;
  }

  .p-product__content__detail__explanation__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s ease-out;
  }

  .p-product__content__detail__explanation__content.is-open {
    grid-template-rows: 1fr;
  }

  .p-product__content__detail__explanation__inner {
    overflow: hidden;
  }

  .p-product__content__detail__explanation__text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.07em;
    padding: 40px 0;
    color: #404040;
  }

  @media screen and (max-width: 719px) {
    .p-product__content__detail__explanation__text {
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 0.03em;
      padding: 22.5px 0;
    }
  }

  .c-product_info__share, .c-product_info__badge {
    margin-top: 0;
  }

  .c-product_info__co_selling {
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-product_info__co_selling__nav__list {
    display: block;
    width: 100%;
    border: none;
    padding: 27px 0;
    opacity: 0.6;
    transition: opacity 0.3s;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__nav__list {
      padding: 13px 0;
    }
  }

  .c-product_info__co_selling__nav__list.active {
    opacity: 1;
  }

  .c-product_info__co_selling__nav__list:not(:first-child) {
    border-top: 1px solid #dfdfdf;
  }

  .c-product_info__co_selling__nav a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #404040;
    height: auto;
    padding-left: 44px;
    position: relative;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__nav a {
      padding-left: 21.5px;
    }
  }

  .c-product_info__co_selling__nav a:before, .c-product_info__co_selling__nav a:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-product_info__co_selling__nav a:before {
    width: 26px;
    height: 26px;
    border: 1px solid #404040;
    left: 0;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__nav a:before {
      width: 13px;
      height: 13px;
    }
  }

  .c-product_info__co_selling__nav a:after {
    width: 14px;
    height: 14px;
    background-color: #404040;
    left: 6px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__nav a:after {
      width: 7px;
      height: 7px;
      left: 3px;
    }
  }

  .c-product_info__co_selling__nav .active a {
    background-color: #fff;
  }

  .c-product_info__co_selling__nav .active a:after {
    opacity: 1;
  }

  .c-product_info__co_selling__name {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__name {
      font-size: 12px;
      line-height: 1.6;
    }
  }

  .c-product_info__co_selling__price {
    font-size: 30px;
    line-height: 21.2px;
    letter-spacing: 0.03em;
    font-weight: 500;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__price {
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.06em;
    }
  }

  .c-product_info__co_selling__price::first-letter {
    font-size: 25px;
    letter-spacing: 0.26em;
    font-weight: 400;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__price::first-letter {
      font-size: 13px;
    }
  }

  .c-product_info__co_selling__price span {
    font-size: 14px;
    font-weight: 400;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__price span {
      font-size: 10px;
    }
  }

  .c-product_info__co_selling__supply {
    display: flex;
    padding-left: 44px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  @media screen and (max-width: 1150px) {
    .c-product_info__co_selling__supply {
      justify-content: flex-end;
    }
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__supply {
      margin-top: 7px;
      justify-content: space-between;
      padding-left: 21.5px;
    }
  }

  .c-product_info__co_selling__labels {
    display: flex;
    gap: 10px 18px;
    flex-wrap: wrap;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__labels {
      gap: 0 5px;
    }
  }

  .c-product_info__co_selling__label {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #E39494;
    border-radius: 70px;
    border: 1px solid #E39494;
    left: 21.2px;
    padding: 7px 10px;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__label {
      font-size: 10px;
      line-height: 1.6;
      padding: 1.5px 7.5px;
    }
  }

  .c-product_info__co_selling__link {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.85;
    text-decoration: underline;
    color: #404040;
    cursor: pointer;
  }

  @media screen and (max-width: 719px) {
    .c-product_info__co_selling__link {
      font-size: 11px;
      line-height: 1.6;
    }
  }
  .c-product_info__co-selling-product__option_types__wrapper_quantity, .c-product_info__co-selling-product__label, .c-product_info__co_selling__tab_content__title, .c-product_info__co_selling__tab_content__price {
    display: none;
  }

  .c-product_info__co_selling__tab_content {
    border-bottom: 0px;
    padding: 0;
  }
}

/* ============================
カート
============================*/
.p-cart_content > p {
  font-size: 18px!important;
  letter-spacing: 0.05em;
  line-height: 81px;
}

@media screen and (max-width: 719px) {
  .p-cart_content > p {
    font-size: 12px!important;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

/* カート商品一覧 */
@media screen and (max-width: 719px) {
  .c-cart_item {
    position: relative;
  }
}

@media screen and (max-width: 719px) {
  .c-cart_item__info {
    padding-top: 10px;
  }
}

.c-cart_item__info__category {
  font-size: 14px!important;
  line-height: 20px;
  letter-spacing: 0.05em;
  display: none;
}

@media screen and (max-width: 719px) {
  .c-cart_item__info__category {
    font-size: 9px!important;
    line-height: 1.3;
  }
}

.c-cart_item__info__title {
  font-size: 16px!important;
  line-height: 21.2px;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 719px) {
  .c-cart_item__info__title {
    font-size: 12px!important;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 719px) {
  .c-order_quantity {
    width: min(100%, 60px);
  }

  .c-order_quantity .c-order_quantity__input {
    font-size: 10px;
    height: 20px;
    padding: 0 15px 2px;
  }

  .c-order_quantity__minus, .c-order_quantity__plus {
    height: 20px;
    width: 20px;
  }

  .c-order_quantity__minus i, .c-order_quantity__plus i {
    font-size: 10px;
  }
}

@media screen and (max-width: 719px) {
  .c-cart_item__info__quantity {
    justify-content: space-between;
  }
}

@media screen and (max-width: 719px) {
  .c-cart_item__action {
    justify-content: flex-end;
    margin-top: 0;
  }
}


.c-cart_item__action__price::first-letter {
  font-size: 14px!important;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 719px) {
  .c-cart_item__action__price::first-letter {
    font-size: 10px!important;
  }
}

.c-cart_item__action__price {
  font-size: 18px!important;
  line-height: 21.2px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 719px) {
  .c-cart_item__action__price {
    font-size: 11px!important;
    line-height: 1.6;
  }
}

.c-cart_item__action__price span {
  font-size: 14px!important;
  line-height: 21.2px;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 719px) {
  .c-cart_item__action__price span {
    font-size: 10px!important;
  }
}

@media screen and (max-width: 719px) {
  .c-cart_item__action__delete {
    position: absolute;
    top: 20px;
    right: 0px;
  }
}

.c-cart_item__action__delete__btn {
  border: 1px solid #404040;
  border-radius: 50%;
}

.c-cart_item__action__delete__btn i {
  font-size: 13px;
}

.c-cart_item__action__delete__btn span {
  display: none;
}

/* 金額一覧 */
.c-billing_list {
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 719px) {
  .p-cart_content .c-billing_list {
    margin: 0;
  }
}

.c-billing_list__title {
  font-size: 16px!important;
  line-height: 36px;
  letter-spacing: 0.005em;
  padding: 5px 37.5px 25px;
}

@media screen and (max-width: 719px) {
  .c-billing_list__title {
    font-size: 10px!important;
    line-height: 18px;
    padding: 12.5px;
  }
}

.c-billing_list__detail__bottom__border {
  margin-top: 0;
  padding-bottom: 0;

}

.c-billing_list__detail__item:not(:first-child) {
  border-top: 1px solid #D8DDDF;
}

.c-billing_list__detail__item:not(:last-child) {
  margin-bottom: 0;
}

.c-billing_list__detail__item__row {
  padding: 25px 37.5px;
}

@media screen and (max-width: 719px) {
  .c-billing_list__detail__item__row {
    padding: 12.5px;
  }
}

.c-billing_list__detail__item__row__title {
  font-size: 16px!important;
  line-height: 36px;
  letter-spacing: 0.005em;
}

@media screen and (max-width: 719px) {
  .c-billing_list__detail__item__row__title {
    font-size: 10px!important;
    line-height: 18px;
  }
}

.c-billing_list__detail__item__row__price {
  font-size: 16px!important;
  line-height: 21.2px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 719px) {
  .c-billing_list__detail__item__row__price {
    font-size: 12px!important;
    line-height: 10.6px;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}

.c-billing_list__detail__item__row__price::first-letter {
  font-size: 14px!important;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 719px) {
  .c-billing_list__detail__item__row__price::first-letter {
    font-size: 10px!important;
  }
}

.c-billing_list__total {
  border-bottom: 1px solid #D8DDDF;
  margin-top: 0;
  padding: 25px 37.5px;
}

@media screen and (max-width: 719px) {
  .c-billing_list__total {
    padding: 12.5px;
  }
}

.c-billing_list__total__title {
  font-size: 20px!important;
  line-height: 36px;
}

@media screen and (max-width: 719px) {
  .c-billing_list__total__title {
    font-size: 10px!important;
    line-height: 18px;
  }
}

.c-billing_list__total__price {
  font-weight: 500;
  font-size: 23px!important;
  line-height: 21.2px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 719px) {
  .c-billing_list__total__price {
    font-weight: 700;
    font-size: 14px!important;
    line-height: 10.6px;
  }
}

.c-billing_list__total__price::first-letter {
  font-size: 14px!important;
  letter-spacing: 0.26em;
}

/* サイドバー */
@media screen and (max-width: 719px) {
  .p-cart_content__inner__side {
    margin-top: 50px;
  }
}

.c-cart_submit {
  display: flex;
  flex-direction: column;
  border-bottom-width: 0px;
}

@media screen and (max-width: 719px) {
  .c-cart_submit {
    border-top-width: 0px;
  }
}

.c-cart_submit__block + .c-cart_submit__block {
  border-top-width: 0px;
}

.c-cart_submit__block:has(> .c-cart_submit__heading ) {
  padding-top: 0;
}

.c-cart_submit__block__submit {
  margin-top: 30px;
  height: 65px;
}

@media screen and (max-width: 719px) {
  .c-cart_submit__block__submit {
    margin-top: 20px;
    height: 40px;
  }
}

.c-cart_submit__heading {
  font-size: 18px!important;
  line-height: 2.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #404040;
}

@media screen and (max-width: 719px) {
  .c-cart_submit__heading {
    font-size: 14px!important;
    line-height: 1.6;
  }
}

.c-cart_submit__text {
  font-size: 15px!important;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 20px;
  color: #404040;
}

@media screen and (max-width: 719px) {
  .c-cart_submit__text {
    font-size: 12px!important;
    line-height: 1.8;
  }
}

.cart_show_login_form {
  order: 1;
  margin-top: 60px;
}

@media screen and (max-width: 719px) {
  .cart_show_login_form {
    margin-top: 10px;
  }
}

.c-cart_submit__block__title {
  display: none;
}

.c-cart_submit__label {
  font-size: 16px!important;
  letter-spacing: 0.06em;
  line-height: 2.4;
}

@media screen and (max-width: 719px) {
  .c-cart_submit__label {
    font-size: 11px!important;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 10px;
  }
}

.c-cart_back {
  width: 100%;
  height: 65px;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.c-cart_back.c-cart_back--empty {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 719px) {
  .c-cart_back {
    max-width: 280px;
    margin: 0 auto;
    height: 40px;
  }
}

@media screen and (max-width: 719px) {
  .c-cart_back.c-cart_back--empty {
    margin-top: 50px;
    max-width: 225px;
  }
}

.js-browsing-histories {
  display: none;
}

.p-recommend_product__inner .product_description {
  display: none;
}
/* ============================
注文情報入力画面
============================*/
.p-checkout__bottom__back, .p-checkout_confirm__inner__list__block__back {
  max-width: 320px;
  font-weight: 500;
  color: #fff!important;
  width: 100%;
  height: 60px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px!important;
}

.p-checkout_confirm__inner__list__block__back {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 719px) {
  .p-checkout__bottom__back, .p-checkout_confirm__inner__list__block__back {
    font-size: 12px!important;
    max-width: 280px;
    height: 50px;
  }
}

/* ============================
注文情報確認画面
============================*/
@media screen and (max-width: 920px) {
  .p-checkout_confirm__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 920px) {
  .p-checkout_confirm__inner__list, .p-checkout_confirm__inner__side {
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .p-checkout_confirm__inner__list {
    order: 2;
    margin-top: 80px;
  }
}

@media screen and (max-width: 719px) {
  .p-checkout_confirm__inner__list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 920px) {
  .p-checkout_confirm__inner__side {
    order: 1;
  }
}

.p-checkout_confirm__inner__list__block__title {
  font-size: 20px!important;
  margin-bottom: 30px;
}

@media screen and (max-width: 719px) {
  .p-checkout_confirm__inner__list__block__title {
    font-size: 17px!important;
    margin-bottom: 20px;
  }
}

.p-order-confirm .c-form_table--confirm tbody tr th, .p-order-confirm .c-form_table--confirm tbody tr td {
  padding: 24px 20px;
}

.p-order_confirmation .c-confirm_field__row {
  padding-bottom: 0px;
}

.p-checkout_confirm__inner__side {
  .c-billing_list__title {
    padding: 0px 0px 25px;
  }

  @media screen and (max-width: 719px) {
    .c-billing_list__detail__item__tax__rate, .c-billing_list__detail__item__tax__list__item__title, .c-billing_list__detail__item__tax__list__item__price {
      font-size: 10px!important;
    }
  }

  .c-billing_list__detail__base {
    margin-top: 0;
    padding-bottom: 0;
  }

  .c-billing_list__detail__item__row, .c-billing_list__total {
    padding-right: 0;
    padding-left: 0;
  }

  .c-billing_list__detail__top__border, .c-billing_list__total {
    margin-top: 0;
  }

  .p-shipping_address_table {
    padding: 0px 0px 25px;
  }
}

/* ============================
お知らせ一覧
============================*/
.p-page-archive {
  .c-news_item__inner {
    display: block;
    padding: 23px 30px;
  }

  @media screen and (max-width: 719px) {
    .c-news_item__inner {
      padding: 12.5px;
    }
  }

  .c-news_item__inner__date {
    font-size: 14px!important;
    color: #678AB2!important;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }

  @media screen and (max-width: 719px) {
    .c-news_item__inner__date {
      font-size: 9px!important;
      letter-spacing: 0.06em;
    }
  }

  .c-news_item__inner__title {
    font-size: 16px!important;
    line-height: 1.8;
    padding-left: 0;
  }

  @media screen and (max-width: 719px) {
    .c-news_item__inner__title {
      font-size: 12px!important;
      letter-spacing: 0.03em;
      line-height: 1.8;
    }
  }
}

.p-checkout_confirm__inner__list__block:not(:last-child) {
  margin-bottom: 80px;
}

/* ============================
お知らせ詳細
============================*/

.p-page-detail {
  .p-column_header__panel__inner {
    padding-top: 80px;
  }
  @media screen and (max-width: 719px) {
    .p-column_header__panel__inner {
      padding-top: 60px;
    }
  }

  .p-column_header__panel__inner__top__date {
    font-size: 14px!important;
    color: #678AB2!important;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }

  @media screen and (max-width: 719px) {
    .p-column_header__panel__inner__top__date {
      font-size: 9px!important;
    }
  }

  .p-column_header__panel__inner__title {
    font-size: 22px!important;
    font-weight: 500;
    line-height: 1.8;
    font-family:"Noto Sans JP", sans-serif;
    padding-bottom: 28px;
    border-bottom: 1px solid #DFDFDF;
  }

  @media screen and (max-width: 719px) {
    .p-column_header__panel__inner__title {
      font-size: 15px!important;
      line-height: 1.6;
      letter-spacing: 0.05em;
      padding-bottom: 15px;
    }
  }

  .p-page_article__inner p {
    font-size: 14px;
  }

  @media screen and (max-width: 719px) {
    .p-page_article__inner p {
      font-size: 12px;
    }
  }

  .c-article_nav__inner__back {
    margin: 0 auto;
  }
}

/* ============================
固定ページ
============================*/

.p-page_header__inner__title__sub {
  color: #678AB2;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  margin-top: 15px;
}

/* ============================
定期購入について
============================*/
.p-page__subscription {
  .p-page_content__inner{
    max-width: 1100px;
    .p-page__subscription__description {
      font-size: 20px;
      letter-spacing: 0.06em;
      line-height: 37px;
      text-align: center;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__description {
        font-size: 12px;
        letter-spacing: 0.03em;
        line-height: 1.8;
      }
    }

    .p-page__subscription__body {
      margin-top: 70px;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__body {
        margin-top: 40px;
      }
    }

    .p-page__subscription__box {
      background-color: rgba(103, 138, 178, 0.1);
      padding: 70px;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__box {
        padding: 30px;
      }
    }

    .p-page__subscription__box:not(:first-child) {
      margin-top: 70px;
    }

    .p-page__subscription__box__heading {
      font-size: 24px;
      letter-spacing: 0.07em;
      line-height: 36px;
      text-align: center;
      font-weight: 500;
      color: #678AB2;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__box__heading {
        font-size: 14px;
        font-family:"Noto Sans JP", sans-serif;
        line-height: 1.6;
      }
    }

    .p-page__subscription__box__imgs {
      margin-left: 0;
      margin-top: 32px;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__box__imgs {
        margin-top: 15px;
      }
    }

    .p-page__subscription__box__imgs.p-page__subscription__box__imgs--col3 {
      display: flex;
      gap: 0 32px;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__box__imgs.p-page__subscription__box__imgs--col3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 10%;
      }
    }

    .p-page__subscription__box__img {
      list-style-type: none;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__box__imgs.p-page__subscription__box__imgs--col3 .p-page__subscription__box__img {
        width: 45%;
      }
    }

    .p-page__subscription__box__description {
      font-size: 16px;
      letter-spacing: 0.02em;
      line-height: 1.85;
      margin-top: 40px;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__box__description {
        font-size: 12px;
        margin-top: 15px;
        letter-spacing: 0.03em;
      }
    }

    .p-page__subscription__faq {
      margin-top: 80px;
    }

    @media screen and (max-width: 719px) {
      .p-page__subscription__faq {
        margin-top: 40px;
      }
    }

    .p-faq__inner__list__heading {
      font-size: 20px;
      text-align: center;
      font-weight: 500;
      color: #404040;
    }

    @media screen and (max-width: 719px) {
      .p-faq__inner__list__heading {
        font-size: 14px;
      }
    }

    .p-faq__inner__list__item__question:has(+ .is-open) .u-icon--plus {
      opacity: 0;
    }

    .p-faq__inner__list__item__question:has(+ .is-open) .u-icon--minus {
      opacity: 1;
      transform: scale(1);
    }

    .p-faq__inner__list__item__answer {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.5s ease-out;
      padding: 0!important;
    }

    .p-faq__inner__list__item__answer.is-open {
      grid-template-rows: 1fr;
    }

    .p-faq__inner__list__item__answer__inner {
      overflow: hidden;
    }

    .p-faq__inner__list__item__answer__wrap {
      padding: 4px 44px 33.5px 82px;
      position: relative;
    }

    @media screen and (max-width: 719px) {
      .p-faq__inner__list__item__answer__wrap {
        padding: 2px 22px 13.5px 46px;
      }
    }
  }
}

/* ============================
定期購入について
============================*/
.p-page__kc_skin {
  .l-container__row {
    margin-top: 0px;
  }

  .p-page_content {
    padding: 0;
  }

  .p-page_content__inner {
    max-width: none;
  }
}

/* ============================
ブランド (KC SKIN)
============================*/
.p-page__kc_skin .u-margin__bottom--100 {
  margin-bottom: 0;
}

.p-page__kc_skin__fv {
  position: relative;
  margin-top: 26px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv {
    margin-top: 0px;
  }
}

h2.p-page__kc_skin__fv__catch {
  /* font-size: 114px; */
  font-size: 5.9375vw;
  letter-spacing: 0.08em;
  position: absolute;
  /* padding-left: 106px; */
  padding-left: 5.52vw;
  font-family: "Shippori Mincho", serif;
  z-index: 2;
}

@media screen and (max-width: 719px) {
  h2.p-page__kc_skin__fv__catch {
    font-size: 46px;
    padding-left: 22px;
    line-height: 1.2;
  }
}

.p-page__kc_skin__fv__main {
  width: calc(100% - 5.52vw);
  margin-left: auto;
  padding-top: 4.73vw;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__main {
    width: 100%;
    padding-top: 91px;
  }
}

.p-page__kc_skin__fv__slide {
  display: flex;
  flex-direction: row-reverse;
  /* gap: 0 30px; */
  gap: 0 1.5625vw;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__slide {
    display: block;
  }
}

p.p-page__kc_skin__fv__description {
  /* font-size: 21px; */
  font-size: 1.093vw;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", serif;
  /* padding-top: 75px; */
  padding-top: 3.9vw;
}

@media screen and (max-width: 719px) {
  p.p-page__kc_skin__fv__description {
      position: absolute;
      top: 40px;
      left: 27px;
      font-size: 12.5px;
      padding-top: 0;
      margin-top: 0;
  }
}

.p-page__kc_skin__fv__img {
  width: calc(100% - 1.5625vw - 14vw);
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__img {
    width: 100%;
  }
}

.p-page__kc_skin__fv__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 14vw;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content {
    width: 100%;
  }
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__foot {
    margin-top: 25px;
    padding: 0 25px;
  }
}

.p-page__kc_skin__fv__content__list {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__list {
    max-width: none;
    width: 70%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.p-page__kc_skin__fv__content__item {
  /* padding: 20px 0; */
  padding: 1.04vw 0;
  border-bottom: 0.81px solid #404040;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__item {
    padding: 11px 0;
    border-bottom: 0.405px solid #404040;
  }
}

.p-page__kc_skin__fv__content__item:first-child {
  order: 1;
}

.p-page__kc_skin__fv__content__item:nth-child(2) {
  order: 3;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__item:nth-child(2) {
    order: 2;
  }
}

.p-page__kc_skin__fv__content__item:nth-child(3) {
  order: 2;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__item:nth-child(3) {
    order: 3;
  }
}

.p-page__kc_skin__fv__content__item:nth-child(4) {
  order: 4;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__item:nth-child(2n + 1) {
    width: 70%;
  }

  .p-page__kc_skin__fv__content__item:nth-child(2n) {
    width: 30%;
  }
}

.p-page__kc_skin__fv__content__inner {
  display: flex;
  /* gap: 0 20px; */
  gap: 0 1.05vw;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__inner {
    flex-direction: column;
    gap: 0;
  }
}

.p-page__kc_skin__fv__content__title {
  /* font-size: 13px; */
  font-size: 0.67vw;
  line-height: 1.4;
  /* width: 67px; */
  width: 3.6vw;
  font-family: "Overpass Mono", monospace;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__title {
    font-size: 9px;
    width: 100%;
  }
}

.p-page__kc_skin__fv__content__detail {
  /* font-size: 13px; */
  font-size: 0.67vw;
  line-height: 1.4;
  width: calc(100% - 3.6vw - 1.04vw);
  font-family: "Overpass Mono", monospace;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__detail {
    font-size: 9px;
    width: 100%;
  }
}

.p-page__kc_skin__fv__content__img {
  max-width: 8.28vw;
  width: 100%;
  /* margin-top: 58px; */
  margin-top: 3.02vw;
  padding-bottom: 0.88vw;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__content__img {
    max-width: 100px;
    margin-top: 27px;
  }
}

.p-page__kc_skin__fv__scroll {
  position: absolute;
  transform: rotate(90deg);
  /* right: 70px; */
  right: 1.6vw;
  /* bottom: 50px; */
  bottom: 2.6vw;
  z-index: 2;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__scroll {
    right: -56px;
    bottom: 109px;
  }
}

.p-page__kc_skin__fv__scroll__text {
  /* font-size: 17px; */
  font-size: 0.88vw;
  position: relative;
  font-family: "Shippori Mincho", serif;
  /* line-height: 52px; */
  line-height: 2.70vw;
  /* padding-right: 137px; */
  padding-right: 7.13vw;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__scroll__text {
    font-size: 10px;
    line-height: 52px;
    padding-right: 151.5px;
  }
}

.p-page__kc_skin__fv__scroll__text:before, .p-page__kc_skin__fv__scroll__text:after {
  content: '';
  position: absolute;
}

.p-page__kc_skin__fv__scroll__text:before {
  /* width: 122px; */
  width: 6.35vw;
  height: 1px;
  background-color: #404040;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__fv__scroll__text:before {
    width: 145.5px;
  }
}

.p-page__kc_skin__fv__scroll__text:after {
  width: 3px;
  height: 3px;
  background-color: #404040;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-page__kc_skin__about {
  position: relative;
  z-index: 2;
}

.p-page__kc_skin__about__inner {
  padding-top: 255px;
  padding-bottom: 210px;
  position: relative;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__inner {
    padding-top: 90px;
    padding-bottom: 85px;
  }
}


@keyframes floatXY3 {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(10px, -12px); }
}

.p-page__kc_skin__about__inner:before {
  content: '';
  position: absolute;
  background-size: contain;
  bottom: -5%;
  right: 5%;
  width: 15%;
  aspect-ratio: 540/526;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/kc-skin-about-bg-04.png');
  animation: floatXY3 3s ease-in-out infinite alternate;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__inner:before {
    width: 27%;

  }
}

.p-page__kc_skin__about__head {
  display: flex;
  justify-content: space-between;
  width: 78%;
  position: relative;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__head {
    width: 100%;
  }
}

.p-page__kc_skin__about__head:before, .p-page__kc_skin__about__head:after {
  content: '';
  position: absolute;
  background-size: contain;
}

@keyframes floatY2 {
  0%   { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-18px) rotate(3deg); }
}

.p-page__kc_skin__about__head:before {
  top: 2%;
  left: 5%;
  width: 11%;
  aspect-ratio: 322/324;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/kc-skin-about-bg-02.png');

  animation: floatY2 4s ease-in-out infinite alternate;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__head:before {
    top: auto;
    bottom: 10%;
  }
}

@keyframes floatScale4 {
  0%   { transform: translateY(0) scale(1); }
  100% { transform: translateY(-20px) scale(1.03); }
}

.p-page__kc_skin__about__head:after {
  top: -12%;
  right: -14%;
  width: 21%;
  aspect-ratio: 576/672;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/kc-skin-about-bg-03.png');
  filter: blur(17px);

  animation: floatScale4 4s ease-in-out infinite alternate;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__head:after {
    top: -3%;
    right: 0;
    filter: blur(6px);
  }
}

.p-page__kc_skin__about__head__heading {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__head__heading {
    align-items: flex-start;
    width: 200px;
    transform: translateX(25px);
  }
}

.p-page__kc_skin__about__head__headingEn {
  font-family: "Shippori Mincho", serif;
  /* font-size: 20px; */
  font-size: 1.04vw;
  /* line-height: 52px; */
  line-height: 2.7vw;
  letter-spacing: 0.1em;
  /* width: 450.5px; */
  width: 23.4vw;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__head__headingEn {
    font-size: 11px;
    line-height: 26px;
  }
}

h2.p-page__kc_skin__about__head__title {
  font-family: "Shippori Mincho", serif;
  /* font-size: 85px; */
  font-size: 4.4vw;
  letter-spacing: 0.06em;
  color: #74829B;
  line-height: 135%;
}

@media screen and (max-width: 719px) {
  h2.p-page__kc_skin__about__head__title {
    font-size: 37.5px;
  }
}

.p-page__kc_skin__about__head__img {
  width: 36%;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__head__img {
    width: calc(100% - 200px);
    margin-top: 54px;
  }
}

.p-page__kc_skin__about__foot {
  display: flex;
  justify-content: space-between;
  width: 78%;
  margin-top: 100px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__foot {
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
  }
}

.p-page__kc_skin__about__foot__img {
  width: 58%;
  margin-top: -20%;
  position: relative;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__foot__img {
    width: 85%;
    margin-top: 0;
  }
}

/* 上下にゆらゆら */
@keyframes floatY {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}

/* 左右にゆらゆら */
@keyframes floatX {
  0%   { transform: translateX(0); }
  100% { transform: translateX(10px); }
}

.p-page__kc_skin__about__foot__img:before {
  content: '';
  position: absolute;
  left: -18%;
  top: -34%;
  width: 44%;
  aspect-ratio: 527/513;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/kc-skin-about-bg-01.png');
  background-size: contain;
  animation: floatY 3s ease-in-out infinite alternate, floatX 4s ease-in-out infinite alternate;
}

.p-page__kc_skin__about__foot__description {
  width: 36%;
  position: relative;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__foot__description {
    width: calc(100% - 50px);
    margin: 55px auto 0;
  }
}

@keyframes floatTilt5 {
  0%   { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(8px, -15px) rotate(-2deg); }
}

.p-page__kc_skin__about__foot__description:before {
  content: '';
  position: absolute;
  top: 15%;
  right: -30%;
  width: 20%;
  filter: blur(10px);
  aspect-ratio: 322/324;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/kc-skin-about-bg-02.png');
  background-size: contain;
  animation: floatTilt5 3.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__about__foot__description:before {
    top: auto;
    bottom: -15%;
    right: -25px;
    filter: blur(5px);
  }
}

p.p-page__kc_skin__about__foot__text {
  /* font-size: 14px; */
  font-size: 0.72vw;
  line-height: 2.1;
}

@media screen and (max-width: 719px) {
  p.p-page__kc_skin__about__foot__text {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

p.p-page__kc_skin__about__foot__text + p.p-page__kc_skin__about__foot__text {
  margin-top: 15px;
}

.p-page__kc_skin__sticky {
  position: relative;
}

.p-page__kc_skin__sticky.p-page__kc_skin__sticky__01, .p-page__kc_skin__sticky.p-page__kc_skin__sticky__01 .p-page__kc_skin__sticky__inner {
  height: 964px;
}

@media screen and (max-width: 719px) {
    .p-page__kc_skin__sticky.p-page__kc_skin__sticky__01, .p-page__kc_skin__sticky.p-page__kc_skin__sticky__01 .p-page__kc_skin__sticky__inner {
    height: 443.5px;
  }
}

.p-page__kc_skin__sticky.p-page__kc_skin__sticky__02, .p-page__kc_skin__sticky.p-page__kc_skin__sticky__02 .p-page__kc_skin__sticky__inner {
  height: 623px;
}

@media screen and (max-width: 719px) {
    .p-page__kc_skin__sticky.p-page__kc_skin__sticky__02, .p-page__kc_skin__sticky.p-page__kc_skin__sticky__02 .p-page__kc_skin__sticky__inner {
    height: 358.5px;
  }
}

.p-page__kc_skin__stick__inner {
  height: 100%;
}

.p-page__kc_skin__sticky__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  display: block;
  z-index: -1;
}

.p-page__kc_skin__sticky__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.p-page__kc_skin__sticky__text {
  font-size: 39px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 790px;
  width: 100%;
  padding: 0 50px;
}

@media screen and (max-width: 719px) {
  p.p-page__kc_skin__sticky__text {
    font-size: 16.5px;
    padding: 0 20px;
  }
}

.p-page__kc_skin__feature {
  background: linear-gradient(180deg, #929DAF, #74829B);
  color: #fff;
  position: relative;
}

.p-page__kc_skin__feature__inner {
  padding: 200px 100px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__inner {
    padding: 85px 25px;
  }
}

.p-page__kc_skin__feature__blocks {
  counter-reset: feature; /* カウンターをリセット */
}

.p-page__kc_skin__feature__block {
  position: relative;
  counter-increment: feature; /* 各ブロックごとに+1 */
}

.p-page__kc_skin__feature__block:not(:first-child) {
  margin-top: 111px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__block:not(:first-child) {
    margin-top: 60px;
  }
}

.p-page__kc_skin__feature__block:before {
  content: "FEATURES " counter(feature, decimal-leading-zero);
  font-size: 20px;
  line-height: 52px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__block:before {
    font-size: 10px;
    line-height: 26px;
  }
}

.p-page__kc_skin__feature__block:after {
  content: '';
  width: calc(100% - 219px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 26px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__block:after {
    width: calc(100% - 109.5px);
    top: 12px;
    height: 0.5px;
  }
}

h2.p-page__kc_skin__feature__heading {
  font-size: 35px;
  line-height: 1.6;
  margin-top: 100px;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  h2.p-page__kc_skin__feature__heading {
    font-size: 17.5px;
    margin-top: 25px;
  }
}

h2.p-page__kc_skin__feature__heading span {
  font-size: 17.5px;
  vertical-align: text-top;
}

@media screen and (max-width: 719px) {
  h2.p-page__kc_skin__feature__heading span {
    font-size: 11px;
  }
}

.p-page__kc_skin__feature__list {
  margin-top: 100px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__list {
    margin-top: 26px;
  }
}

.p-page__kc_skin__feature__item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__item {
    display: block;
  }
}

.p-page__kc_skin__feature__item:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-page__kc_skin__feature__item:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-page__kc_skin__feature__item__img {
  width: 50%;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__item__img {
    width: 100%;
  }
}

.p-page__kc_skin__feature__item__content {
  width: 46%;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__item__content {
    width: 100%;
  }
}

.p-page__kc_skin__feature__item__title {
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 72px;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__item__title {
    font-size: 15px;
    line-height: 36px;
    margin-top: 10px;
  }
}

p.p-page__kc_skin__feature__item__description {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.9;
}

@media screen and (max-width: 719px) {
  p.p-page__kc_skin__feature__item__description {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}

p.p-page__kc_skin__feature__item__description span {
  font-size: 10px;
  vertical-align: top;
}

.p-page__kc_skin__feature__labels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 38px;
  margin-top: 80px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__labels {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 15px;
    margin-top: 35px;
  }
}

.p-page__kc_skin__feature__label {
  font-size: 28px;
  line-height: 72px;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #fff;
  text-align: center;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__label {
    font-size: 14px;
    line-height: 36px;
  }
}

p.p-page__kc_skin__feature__text {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.07em;
  margin-top: 40px;
}

@media screen and (max-width: 719px) {
  p.p-page__kc_skin__feature__text {
    font-size: 8px;
    line-height: 1.6;
    margin-top: 30px;

  }
}

.p-page__kc_skin__feature__cards {
  display: flex;
  gap: 0 170px;
  margin-top: 86px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__cards {
    gap: 0 32px;
    margin-top: 27px;
  }
}

.p-page__kc_skin__feature__card {
}

.p-page__kc_skin__feature__card__img {
  position: relative;
}

.p-page__kc_skin__feature__card:nth-child(2n) .p-page__kc_skin__feature__card__img:before {
  position: absolute;
  top: 50%;
  left: -122px;
  content: '';
  width: 80px;
  height: 80px;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/icon-plus.png');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__card:nth-child(2n) .p-page__kc_skin__feature__card__img:before {
    width: 25px;
    height: 25px;
    left: -28px;
  }
}

.p-page__kc_skin__feature__card__title {
  font-size: 30px;
  line-height: 72px;
  letter-spacing: 0.06em;
  margin-top: 10px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__feature__card__title {
    font-size: 15px;
    line-height: 1.4;

  }
}

p.p-page__kc_skin__feature__card__description {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 719px) {
  p.p-page__kc_skin__feature__card__description {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}

.p-page__kc_skin__product {
  background-color: #fff;
  position: relative;

}

.p-page__kc_skin__product__inner {
  padding: 200px 100px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__product__inner {
    padding: 85px 25px;
  }
}

h2.p-page__kc_skin__product__heading {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 52px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  h2.p-page__kc_skin__product__heading {
    font-size: 23.5px;
    letter-spacing: 0.07em;
  }
}

.p-page__kc_skin__product__blocks {
  margin-top: 100px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__product__blocks {
    margin-top: 50px;
  }
}

.p-page__kc_skin__product__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.p-page__kc_skin__product__line {
  content: '';
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #404040;
  top: 27.5px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__product__line {
    top: 14.5px;
  }
}

.p-page__kc_skin__product__line:before,.p-page__kc_skin__product__line:after {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #404040;
  border-radius: 50%;
}

.p-page__kc_skin__product__line:before {
  left: -1px;
}

.p-page__kc_skin__product__line:after {
  right: -1px;
}

.p-page__kc_skin__product__block:not(:first-child) {
  margin-top: 100px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__product__block:not(:first-child) {
    margin-top: 50px;
  }
}

h3.p-page__kc_skin__product__title {
  font-size: 20px;
  line-height: 52px;
  letter-spacing: 0.1em;
  padding: 0 71px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  h3.p-page__kc_skin__product__title {
    font-size: 11px;
    line-height: 26px;
    padding: 0 33.5px;
  }
}

.p-page__kc_skin__product__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4px;
  margin-top: 40px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__product__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7px;
    row-gap: 25px;
  }
}

.p-page__kc_skin__product__item {

}

a.p-page__kc_skin__product__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.p-page__kc_skin__product__img {
  position: relative;
  z-index: 2;
}

.p-page__kc_skin__product__img:before {
  position: absolute;
  width: 100%;
  height: 70%;
  content: '';
  background: #F8F8F8;
  transition: background 0.5s;
  z-index: -1;
}

.p-page__kc_skin__product__item:first-child:hover .p-page__kc_skin__product__img:before {
  background: #C7E0D1;
}

.p-page__kc_skin__product__item:nth-child(2):hover .p-page__kc_skin__product__img:before {
  background: #EFDFEB;
}

.p-page__kc_skin__product__item:nth-child(3):hover .p-page__kc_skin__product__img:before {
  background: #F8F6E4;
}

.p-page__kc_skin__product__name {
  font-size: 23px;
  text-align: center;
  line-height: 52px;
  letter-spacing: -0.02em;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__product__name {
    font-size: 13px;
    line-height: 26px;
  }
}

.p-page__kc_skin__product__btn {
  text-decoration: none;
  font-size: 15px;
  line-height: 52px;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho", serif;
  padding-right: 43px;
  margin: 0 auto;
  position: relative;
  transition: opacity .5s;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__product__btn {
    font-size: 11px;
    line-height: 26px;
  }
}

.p-page__kc_skin__product__btn:after {
  content: '';
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 3.5px;
  background-image: url('https://d2w53g1q050m78.cloudfront.net/haneoscojp/uploads/assets/images/btn-arrow-long.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: right 0.5s;
}

.p-page__kc_skin__instagram {
  position: relative;
  background-color: #fff;
}

.p-page__kc_skin__instagram__inner {
  padding: 200px 100px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__instagram__inner {
    padding: 85px 25px;
  }
}

h2.p-page__kc_skin__instagram__heading {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 52px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 719px) {
  h2.p-page__kc_skin__instagram__heading {
    font-size: 23.5px;
    letter-spacing: 0.07em;
  }
}

.p-page__kc_skin__instagram__list {
  margin-top: 100px;
}

@media screen and (max-width: 719px) {
  .p-page__kc_skin__instagram__list {
    margin-top: 50px;
  }
}
/* ============================
会社概要
============================*/
@media screen and (max-width: 719px) {
  .p-page__baseInfo .c-table tbody tr {
    padding: 0;
  }
}

.p-page__baseInfo .c-table tbody tr th, .p-page__baseInfo .c-table tbody tr td {
  font-size: 16px!important;
  letter-spacing: 0.1em;
  padding: 30px 25px;
}

@media screen and (max-width: 719px) {
  .p-page__baseInfo .c-table tbody tr th, .p-page__baseInfo .c-table tbody tr td {
    font-size: 12px!important;
    line-height: 1.8;
    letter-spacing: 0.03em;
    padding: 12.5px;
    display: table-cell;
  }
}

.p-page__baseInfo .c-table tbody tr th {
  min-width: 179px;
}

@media screen and (max-width: 719px) {
  .p-page__baseInfo .c-table tbody tr th {
    min-width: 118px;
  }
}

/* ============================
特商法
============================*/

.p-page__lawInfo .c-table tbody tr {
  padding: 21px 0;
  display: block;
}

@media screen and (max-width: 719px) {
  .p-page__lawInfo .c-table tbody tr {
    padding: 11px 0;
  }
}

.p-page__lawInfo .c-table tbody tr th, .p-page__lawInfo .c-table tbody tr td {
  display: block;
  padding: 9px 0;
}

@media screen and (max-width: 719px) {
  .p-page__lawInfo .c-table tbody tr th, .p-page__lawInfo .c-table tbody tr td {
    padding: 1.5px 0;
  }
}

.p-page__lawInfo .c-table tbody tr th {
  font-size: 16px!important;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 719px) {
  .p-page__lawInfo .c-table tbody tr th {
    font-size: 12px!important;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.p-page__lawInfo .c-table tbody tr td {
  font-size: 14px!important;
  line-height: 26px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 719px) {
  .p-page__lawInfo .c-table tbody tr td {
    font-size: 11px!important;
    line-height: 1.8;
  }
}

.p-page__lawInfo .c-table a {
  color: #678AB2;
  text-decoration: underline;
  transition: opacity .3s;
}

.p-page__lawInfo .c-table a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 719px) {
  .p-page__lawInfo .c-table a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

/* ============================
プライバシーポリシー・利用規約
============================*/
.p-page__legal li:first-child h2 {
  display: none;
}

.p-page__legal h2 {
  font-size: 16px!important;
  line-height: 18px;
  font-weight: 500;
}

@media screen and (max-width: 719px) {
  .p-page__legal h2 {
    font-size: 12px!important;
    line-height: 1.2;
    font-weight: 500;
  }
}

.p-page__legal h2 + span, .p-page__legal h2 + pre {
  font-size: 14px!important;
  line-height: 26px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 719px) {
  .p-page__legal h2 + span, .p-page__legal h2 + pre {
    font-size: 11px!important;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}

.p-page__legal pre a {
  color: #678AB2;
  text-decoration: underline;
  transition: opacity .3s;
}

.p-page__legal pre a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 719px) {
  .p-page__legal pre a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.p-page__legal .p-page_content__inner > ul > li:not(:last-child) {
margin-bottom: 50px;
}

@media screen and (max-width: 719px) {
  .p-page__legal .p-page_content__inner > ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* ============================
よくある質問
============================*/

.p-faq__inner {
  max-width: 1100px;
}

.p-faq__inner__menu {

}

.p-faq__inner__menu__list {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__menu__list {
    gap: 15px 0;
  }
}

.p-faq__inner__menu__list li {
  min-width: 200px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__menu__list li {
    min-width: 108.5px;
  }
}

.p-faq__inner__menu__list a {
  font-size: 17px!important;
  letter-spacing: 0.09em;
  display: block;
  font-weight: 400;
  text-align: center;
  scroll-behavior: smooth;
  transition: opacity .5s;
  color: #5E5E5E;
  padding: 17px 10px;
  position: relative;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__menu__list a {
    font-size: 11px!important;
    padding: 10px;
  }
}

.p-faq__inner__menu__list a:before {
  width: 100%;
  height: 3px;
  background-color: #678AB2;
  content: '';
  bottom: 0;
  position: absolute;
  opacity: 0;
  left: 0;
  transition: opacity 0.5s;
}

.p-faq__inner__menu__list a:hover:before {
  opacity: 1;
}

.p-faq__inner__list {
  margin-top: 80px;
  border-top-width: 0px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list {
    margin-top: 40px;
  }
}

.p-faq__inner__list__heading {
  font-size: 24px!important;
  font-weight: 700;
  font-family:"Noto Sans JP", sans-serif;
  color: #678AB2;
  scroll-margin-top: 50px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__heading {
    font-size: 14px!important;
  }
}

.p-faq__inner__list__item + .p-faq__inner__list__heading {
  margin-top: 100px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item + .p-faq__inner__list__heading {
    margin-top: 50px;
  }
}

.p-faq__inner__list__title {
  font-size: 20px!important;
  font-weight: 500;
  margin-top: 50px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__title {
    font-size: 14px!important;
    margin-top: 25px;
  }
}

.p-faq__inner__list__item:first-child {
  border-top: 1px solid #D8DDDF;
}

.p-faq__inner__list__item__question {
  padding: 33.5px 44px 33.5px 82px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__question {
    padding: 13.5px 22px 13.5px 45.5px;
  }
}

.p-faq__inner__list__item__question .u-text--subhead {
  font-family: "Shippori Mincho", serif;
  font-size: 20px!important;
  line-height: 1.8;
  color: #678AB2!important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #678AB2;
  top: 30px;
  left: 26px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__question .u-text--subhead {
    font-size: 12px!important;
    width: 22.5px;
    height: 22.5px;
    padding-bottom: 2px;
    top: 12.5px;
    left: 12.5px;
  }
}

.p-faq__inner__list__item__question .u-text--strong {
  font-size: 16px!important;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__question .u-text--strong {
    font-size: 12px!important;
  }
}

.p-faq__inner__list__item__answer {
  padding: 4px 44px 33.5px 82px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__answer {
    padding: 2px 22px 13.5px 46px;
  }
}

.p-faq__inner__list__item__answer .u-text--subhead {
  font-family: "Shippori Mincho", serif;
  font-size: 20px!important;
  line-height: 1.8;
  color: #fff!important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #678AB2;
  border: 1px solid #678AB2;
  top: 0px;
  left: 26px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__answer .u-text--subhead {
    font-size: 12px!important;
    width: 22.5px;
    height: 22.5px;
    left: 12.5px;
    padding-bottom: 2px;
  }
}

.p-faq__inner__list__item__answer .u-text--body {
  font-size: 16px!important;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__answer .u-text--body {
    font-size: 12px!important;
  }
}

.p-faq__inner__list__item__answer .u-text--body a {
  text-decoration: underline;
  color: #678AB2;
  transition: opacity 0.5s;
}

.p-faq__inner__list__item__answer .u-text--body a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__answer .u-text--body a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.p-faq__inner__list__item__question .u-icon--plus, .p-faq__inner__list__item__question .u-icon--minus {
  top: 36px;
}

@media screen and (max-width: 719px) {
  .p-faq__inner__list__item__question .u-icon--plus, .p-faq__inner__list__item__question .u-icon--minus {
    top: 18px;
    font-size: 12px;
  }
}

/* ============================
フォーム
============================*/
/* お問い合わせ登録 */
.p-contact__head {
  margin: 80px 0 50px;
}

@media screen and (max-width: 719px) {
  .p-contact__head {
    margin: 40px 0 25px;
  }
}

.p-contact__head__description {
  font-size: 18px!important;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 719px) {
  .p-contact__head__description {
    font-size: 12px!important;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

.c-form_table tr th, .c-form_table tr td {
  display: block;
}

.c-form_table tr th {
  font-size: 16px!important;
  line-height: 2.4;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 719px) {
  .c-form_table tr th {
    font-size: 12px!important;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.c-form_table tr th .u-color__text--alert {
  font-size: 13px!important;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #E39494;
  border-radius: 2px;
  margin-left: 10px;
  padding: 0 6px;
}

@media screen and (max-width: 719px) {
  .c-form_table tr th .u-color__text--alert {
    font-size: 10px!important;
    line-height: 2.4;
    letter-spacing: 0.05em;
    padding: 0 4px;
  }
}

.u-text--input {
  font-size: 18px!important;
  color: #404040!important;
}

.u-text--input::placeholder {
  font-size: 14px!important;
}

@media screen and (max-width: 719px) {
  .u-text--input, .u-text--input::placeholder {
    font-size: 10px!important;
  }
}

.c-form_table > tbody > tr > td input[type=text], .c-form_table > tbody > tr > td input[type=tel], .c-form_table > tbody > tr > td input[type=email], .c-form_table > tbody > tr > td input[type=password], .c-form_table__select > *  {
  height: 56px;
}

@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > td input[type=text], .c-form_table > tbody > tr > td input[type=tel], .c-form_table > tbody > tr > td input[type=email], .c-form_table > tbody > tr > td input[type=password], .c-form_table__select > *  {
    height: 40px;
  }
}

.c-form_table > tbody > tr > td textarea, .c-form_table--confirm > tbody > tr > td textarea {
  height: 378px;
}

@media screen and (max-width: 719px) {
  .c-form_table > tbody > tr > td textarea, .c-form_table--confirm > tbody > tr > td textarea {
    height: 189px;
  }
}

.c-form_table__checkbox .u-color__btn {
  color: inherit!important;
}

.c-form_table__checkbox input {
  margin-right: 15px;
}

.c-form_table__checkbox__text a {
  color: #678AB2;
  text-decoration: underline;
  transition: opacity 0.5s;
}

.c-form_table__checkbox__text a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 719px) {
  .c-form_table__checkbox__text a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.c-form_table__checkbox__text, .p-account__inner__content__form__bottom__link {
  font-size: 16px!important;
  line-height: 2.4;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 719px) {
  .c-form_table__checkbox__text, .p-account__inner__content__form__bottom__link {
    font-size: 11px!important;
  }
}

.p-account_form__inner__bottom__btn {
  height: 65px;
}

@media screen and (max-width: 719px) {
  .p-account_form__inner__bottom__btn {
    max-width: 210px;
    height: 40px;
  }
}

/* お問い合わせ確認 */
.c-form_table--confirm {
  display: grid;
}

.c-form_table--confirm tbody tr:first-child {
  border-top: 1px solid #D8DDDF;
}

@media screen and (max-width: 719px) {
  .c-form_table--confirm tbody tr {
    padding-bottom: 0;
  }

  .c-form_table--confirm > tbody > tr:not(:last-child) {
    margin-bottom: 0;
  }
}

.c-form_table--confirm tbody tr th {
  font-size: 16px!important;
  line-height: 1.8;
  padding: 32px 30px;
}

@media screen and (max-width: 719px) {
  .c-form_table--confirm tbody tr th {
    min-width: 143px;
    font-size: 12px!important;
    line-height: 1.8;
    padding: 12.5px 15px;
    letter-spacing: 0.03em;
    display: table-cell;
  }
}

.c-form_table--confirm tbody tr td {
  padding: 32px 30px 25px 30px;
  font-size: 16px!important;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media screen and (max-width: 719px) {
  .c-form_table--confirm tbody tr td {
    font-size: 12px!important;
    line-height: 1.8;
    letter-spacing: 0.03em;
    padding: 12.5px 15px 12.5px 0;
    display: table-cell;
  }
}

.c-form_table--confirm__content {
  display: block;
}

.c-form_table--confirm__content th, .c-form_table--confirm__content td {
  display: block;
}

@media screen and (max-width: 719px) {
  .c-form_table--confirm tbody .c-form_table--confirm__content th, .c-form_table--confirm tbody .c-form_table--confirm__content td {
    display: block;
  }
}

.c-form_table--confirm > tbody > .c-form_table--confirm__content > td {
  font-size: 16px!important;
  line-height: 1.8;
  padding: 0px 30px 32px 30px;

}

@media screen and (max-width: 719px) {
  .c-form_table--confirm > tbody > .c-form_table--confirm__content > td {
    font-size: 12px!important;
    letter-spacing: 0.03em;
    line-height: 1.8;
    padding: 0px 12.5px 12.5px 12.5px;
  }
}

@media screen and (max-width: 719px) {
  .p-account_form__inner__bottom {
    margin-top: 30px;
  }
}

.p-page__contact .p-account_form__inner__bottom__link {
  text-decoration: none;
  max-width: 320px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

@media screen and (max-width: 719px) {
  .p-page__contact .p-account_form__inner__bottom__link {
    max-width: 210px;
    height: 40px;
  }
}

/* お問い合わせ完了 */
.p-page_header__inner__message {
  font-size: 18px!important;
  line-height: 81px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 719px) {
  .p-page_header__inner__message {
    font-size: 12px!important;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}

.p-page_header__inner__lead {
  font-size: 14px!important;
  line-height: 26px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 719px) {
  .p-page_header__inner__lead {
    font-size: 12px!important;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.p-page_header__inner__btn {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  max-width: 150px;
}

@media screen and (max-width: 719px) {
  .p-page_header__inner__btn {
    max-width: 94.5px;
  }
}

/* ============================
ログイン
============================*/
.p-login {
  margin-top: 80px;
}

.p-login__inner {
  align-items: flex-start;
}

@media screen and (max-width: 719px) {
  .p-login {
    margin-top: 40px;
  }
}

.p-login__inner__login {
  border: 1px solid #dfdfdf;
  padding: 4.5%;
}

.p-login__inner__registration {
  border: 1px solid #dfdfdf;
  padding:4.5%;
}

/* ============================
マイページ
============================*/
.p-account__inner__content__title, .p-list_header__inner__title {
  font-family:"Noto Sans JP", sans-serif;
}

.c-account_menu__logout {
  padding: 0;
}

.c-account_menu__logout .c-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================
フッター
============================*/
#ecf_footer_section.l-footer {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #ecf_footer_section.l-footer {
    flex-direction: column;
  }
}

@media screen and (max-width: 719px) {
  #ecf_footer_section.l-footer {
    padding: 46px 20px 30px;
  }
}

#ecf_footer_section {
  @media screen and (max-width: 1200px) {
    .l-footer__info{
      order: 0;
      width: 100%;
      max-width: none;
      display: flex;
      justify-content: center;
    }
  }

  @media screen and (max-width: 719px) {
    .l-footer__info {
      justify-content: flex-start;
    }
  }

  @media screen and (max-width: 1200px) {
    .l-footer__info__store__logo {
      margin-bottom: 50px;
    }
  }

  .footer_body {
    position: absolute;
    left: 100px;
    bottom: 37px;
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
  }

  @media screen and (max-width: 1200px) {
    .footer_body {
      bottom: 54px;
      left: 50%;
      transform: translateX(-50%);
    }
  }

  .l-footer__menu {
    justify-content: center;
    padding-bottom: 142px;
  }

  @media screen and (max-width: 719px) {
    .l-footer__menu {
      display: flex;
      flex-direction: column;
    }
  }

  .c-footer_menu:first-child {
    order: 2;
  }

  .c-footer_menu:first-child
  .c-footer_menu__list__item:has(> .footer_link[href="/shop/product_categories/skincare"]), .c-footer_menu:first-child .c-footer_menu__list__item:has(> .footer_link[href="/shop/product_categories/innercare"]) {
    display: block;
  }

  .c-footer_menu:first-child .c-footer_menu__list__item {
    display: none;
  }

  .c-footer_menu:nth-child(2) {
    order: 1;
  }

  .c-footer_menu:nth-child(n+3) {
    order: 3; /* 3番目以降を全部3にする（同順位） */
  }

  .c-footer_menu__title {
    font-family: "Shippori Mincho", serif;
    font-size: 18px!important;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
  }

  @media screen and (max-width: 719px) {
    .c-footer_menu__title {
      font-size: 15px!important;
      margin-bottom: 0;
    }
  }

  @media screen and (max-width: 1200px) {
    .c-footer_menu:nth-child(2) {
      margin-left: 0;
    }
  }

  @media screen and (max-width: 719px) {
    .c-footer_menu__title:before, .c-footer_menu__title:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
    }

    .c-footer_menu__title:before {
      width: 11px;
      height: 1px;
      right: 0;
    }

    .c-footer_menu__title:after {
      width: 1px;
      height: 11px;
      right: 5.25px;
      transition: opacity .5s;
    }

    .c-footer_menu__title:has(+ .is-show):after {
      opacity: 0;
    }

    .c-footer_menu__inner {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.5s ease-out;
    }

    .c-footer_menu__inner.is-show {
      grid-template-rows: 1fr;
    }

    .c-footer_menu__list {
      overflow: hidden;
      display: flex;
      gap: 5px 35px;
      flex-wrap: wrap;
    }
  }

  @media screen and (max-width: 719px) {
    .c-footer_menu__list__item {
      margin-top: 20px;
      margin-bottom: 0;
    }
  }

  .footer_link {
    font-size: 14px!important;
    letter-spacing: 0.05em;
  }

  @media screen and (max-width: 719px) {
    .footer_link {
      font-size: 13.5px!important;
  }
}
