@charset "UTF-8";
/**
* @file index.scss
**/
/**
* @file _config.scss
**/
/**
* @file _reset.scss
**/
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */

/* 20240405 add fonts */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 700;
  src:url("../fonts/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 300;
  src:url("../fonts/NotoSansJP-Light.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 400;
  src:url("../fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 200;
  src:url("../fonts/NotoSansJP-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 100;
  src:url("../fonts/NotoSansJP-Thin.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

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

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

button {
  border: 0;
  outline: none;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
* @file _m-media.scss
**/
.feature {
  padding-top: 100px;
  padding-bottom: 100px;
  /* 前ページボタンのスタイル */
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.feature .content-width {
  position: relative;
}
.feature__container {
  overflow: hidden;
}
.feature__lists {
  margin-top: 30px;
}
.feature .item__link {
  -webkit-transition: all 0.5s;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.feature .item__img {
  -webkit-transition: all 0.5s;
  width: 100%;
  height: 100%;
  min-height: 350px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .feature .item__img {
    min-height: 230px;
  }
}
.feature .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature .item__txt {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 15px;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
  word-break: break-all;
}
.feature .item__link:hover .item__img {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.feature .swiper-button-next,
.feature .swiper-button-prev {
  display: block;
  z-index: 1;
  position: absolute;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .feature .swiper-button-next,
  .feature .swiper-button-prev {
    display: block;
  }
}

.feature .swiper-button-next {
  right: -30px;
  transform: scale(-1, 1); /* 左右反転 */
  background-image: url(../images/index/feature-next-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 220px;
}
.feature .swiper-button-prev {
  left: -30px;
  background-image: url(../images/index/feature-next-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 220px;
}
@media screen and (max-width: 768px) {
  .feature .swiper-button-next {
    -webkit-transform: scale(-1, 1);
    right: -10px;
    transform: scale(-1, 1); /* 左右反転 */
    background-image: url(../images/index/feature-next-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 250px;
    width: 35px;
  }
  .feature .swiper-button-prev {
    left: -10px;
    background-image: url(../images/index/feature-next-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 250px;
    width: 35px;
  }
}



.feature .swiper-button-prev::after,
.feature .swiper-button-next::after {
  display: none;
}

/**
* @file _footer.scss
**/
.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #434748;
}
.footer p,
.footer a,
.footer span {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__logo {
  width: 60px;
  height: 90px;
}
.footer__logo img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__logo-txt {
  margin-left: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: calc(30 / (1.8 * 10));
  letter-spacing: 0.1em;
}
.footer__sns-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer__sns-box {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.footer .sns-box__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  gap: 15px;
}
.footer .sns-box__ttl {
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.footer .sns-box .lists__item {
  width: 35px;
  height: 35px;
}
.footer .sns-box .item__link img {
  width: 100%;
}
.footer__nav {
  margin-top: 50px;
  margin-bottom: 25px;
}
.footer .nav__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media screen and (max-width: 768px) {
  .footer .nav__lists {
    gap: 0 30px;
  }
}
.footer .nav .lists__item {
  position: relative;
}
.footer .nav .lists__item::before {
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .footer .nav .lists__item {
    width: 45%;
    padding: 15px 0;
    border-top: 1px solid #fff;
  }
/*
  .footer .nav .lists__item:nth-child(6), .footer .nav .lists__item:nth-child(7) {
    border-bottom: 1px solid #fff;
  }
  .footer .nav .lists__item::before {
    display: none;
  }
*/
}
.footer .nav .item__link {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.footer .nav .lists__item:first-child .item__link {
  padding-left: 0;
}
.footer .nav .lists__item:last-child::before {
  display: none;
}
.footer__txt {
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__txt {
    line-height: 1.7777777778;
    text-align: center;
  }
}
.footer__txt-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .footer__txt-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 20px;
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
  }
}

.pagetop {
  z-index: 4000;
  position: fixed;
  right: 20px;
  bottom: 0;
}
.pagetop__button {
  width: 100px;
  margin: 0 0 20px 0;
  padding: 5px;
  float: right;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 10px;
  text-align: center;
}
.pagetop__link {
  color: #333;
  text-decoration: none;
}
.pagetop__link > p {
  margin-bottom: 0;
}

/**
* @file _header.scss
**/
.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  border-bottom: none;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.header h3,
.header a {
  font-family: "Noto Sans JP", sans-serif;
}
.header .content-width {
  max-width: 1070px;
}
.header.is-open {
  z-index: 5;
  position: fixed;
  width: 100%;
  background-color: #750205;
}
.header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: height 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 80px;
  transition: height 0.5s;
}
@media screen and (max-width: 768px) {
  .header__container {
    display: none;
  }
}
.header__container.is-scroll {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: height 0.5s;
  justify-content: space-between;
  height: 50px;
  transition: height 0.5s;
}
/*
.header__logo {
  width: 100%;
  max-width: 140px;
  height: 30px;
  line-height: 1;
}
*/
@media screen and (max-width: 1024px) {
  .header__logo {
    /* 240205 change */
    /* max-width: 120px; */
    max-width: 11.72vw;
    height: auto;
  }
  .header__logo img {
    -o-object-position: bottom;
    object-position: bottom;
  }
}
.header__logo a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo.is-scroll {
  max-width: 100px;
  height: auto;
}
.header__nav {
  height: 100%;
}
.header .nav__lists {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  height: 100%;
  margin-left: 105px;
  gap: 30px;
}
/* 240205 add */
@media screen and (min-width: 1025px) {
  .header .nav__lists {
    gap: 2vw;
  }
  .header__nav {
    margin-left: auto;
  }
}
/* 240205 add */
@media screen and (min-width: 1201px) {
  .header .nav__lists {
    margin-left: 0;
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav__lists {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* 240205 add */
  .header__nav {
    margin-left: auto;
  }
  .header .nav__lists {
    margin-left: 5px;
    gap: 10px;
  }
}
.header .nav .lists__item {
  height: 100%;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .header .nav .lists__item:not(:first-child) {
      margin-left: 40px;
    }
  }
}
@media screen and (max-width: 1024px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .header .nav .lists:not(:first-child) {
        margin-left: 10px;
      }
    }
  }
}
.header .nav .item__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.header .nav .item__wrapper {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.header .nav .item__ttl {
  position: relative;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  /* 240205 add */
  .header .nav .item__ttl {
    margin-top: 10px;
  }
}
@media screen and (max-width: 850px) {
  .header .nav .item__ttl {
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .item__ttl {
    font-size: 1.2rem;
    line-height: calc(12 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.header .nav .item__ttl::after {
  -webkit-transition: all 0.5s;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  content: "";
  transition: all 0.5s;
}
.header .nav.is-scroll .item__ttl {
  margin-top: 5px;
}
.header .nav.is-scroll .item__wrapper {
  top: 50px;
}
.header .link__box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.header .link__box:not(:first-of-type) {
  margin-top: 60px;
}
.header .link__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .link .next-link {
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.header .link__sub-ttl {
  padding-left: 5px;
  border-left: 2px solid #000;
  font-size: 1.6rem;
  line-height: calc(16 / (1.6 * 10));
  letter-spacing: 0.1em;
}
.header .link__sub-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.header .link__sub-lists:first-of-type {
  margin-top: 30px;
}
.header .link .sub-lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .link .sub-lists__item:not(:first-child) {
  margin-left: 20px;
}
.header .link .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 160px;
}
.header .link .item__img {
  width: 25px;
  height: 25px;
}
.header .link .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.header .link .item__category-ttl {
  margin-left: 10px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.header .item__container:hover .item__wrapper {
  -webkit-transition: all 0.5s;
  visibility: visible;
  transition: all 0.5s;
}
.header .item__container:hover .item__ttl::after {
  -webkit-transition: all 0.5s;
  width: 100%;
  transition: all 0.5s;
}
.header__icon-wrapper {
  height: 100%;
  margin-top: 5px;
  margin-left: auto;
}
.header .icon-wrapper__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  /* 240205 add */
  .header__icon-wrapper {
    margin-left: 0.98vw;
  }
  .header .icon-wrapper__lists {
    gap: 10px;
  }
}
.header .icon-wrapper .lists__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .header .icon-wrapper .lists__item:not(:first-child) {
      margin-left: 20px;
    }
  }
}
@media screen and (max-width: 1024px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      .header .icon-wrapper .lists__item:not(:first-child) {
        margin-left: 10px;
      }
    }
  }
}
.header .icon-wrapper .item__box {
  position: relative;
}
.header .icon-wrapper .item__img {
  width: 18px;
  height: 20px;
}
.header .icon-wrapper .item__img::after {
  -webkit-transition: all 0.5s;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  content: "";
  transition: all 0.5s;
}
.header .icon-wrapper .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.header .icon-wrapper .item__sub-lists {
  -webkit-transform: translateX(-50%) translateY(100%);
  visibility: hidden;
  z-index: 10;
  position: absolute;
  bottom: -15px;
  left: 50%;
  padding: 20px;
  transform: translateX(-50%) translateY(100%);
  border: 1px solid #000;
  background-color: #fff;
}
.header .icon-wrapper .sub-lists__sub-item:not(:first-child) {
  margin-top: 15px;
}
.header .icon-wrapper .sub-item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header .icon-wrapper .sub-item__img {
  width: 20px;
  height: 20px;
}
.header .icon-wrapper .sub-item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.header .icon-wrapper .sub-item__ttl {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.header .icon-wrapper .lists__item:hover .item__img::after {
  -webkit-transition: all 0.5s;
  width: 100%;
  transition: all 0.5s;
}
.header .icon-wrapper .lists__item:hover .item__sub-lists {
  visibility: visible;
}
.header .icon-wrapper .sub-item__link:hover .sub-item__ttl {
  text-decoration: underline;
}
.header .icon-wrapper .search {
  -webkit-transform: translateX(-85%) translateY(100%);
  transform: translateX(-85%) translateY(100%);
}
.header .icon-wrapper .search__form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header .icon-wrapper .search__link-input {
  display: none;
}
.header .icon-wrapper .search__link {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}
.header .icon-wrapper .box142 {
  width: 250px;
  max-width: 250px;
  padding: 5px;
  border: 1px solid #000;
}
.header__container--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__container--sp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
}
.header__container--sp .img-white {
  -webkit-transition: opacity 0.5s;
  opacity: 0;
  transition: opacity 0.5s;
}
.header__container--sp .img-white.is-open {
  -webkit-transition: opacity 0.5s;
  opacity: 1;
  transition: opacity 0.5s;
}
.header .nav-sp__ttl {
  display: block;
  font-size: 1rem;
  line-height: calc(10 / (1 * 10));
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.header .nav-sp__ttl.white {
  color: #fff;
}
.header .nav-sp__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.header .nav-sp .lists__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35px;
}
.header .nav-sp .lists__item:not(:first-child) {
  margin-left: 10px;
}
.header .nav-sp .item__link {
  display: block;
}
.header .nav-sp .item__img {
  position: relative;
  height: 22px;
  margin: 0 auto;
  margin-bottom: 2px;
}
.header .nav-sp .item__img img {
  -o-object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .nav-sp .cart {
  width: 21.2px;
}
.header .nav-toggle {
  z-index: 10;
  position: relative;
  width: 25px;
  height: 16px;
  margin: 0 auto;
  margin-top: 3px;
  margin-bottom: 5px;
  cursor: pointer;
}
.header .menu-line {
  -webkit-transition: 0.8s ease;
  z-index: 10;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1.8px;
  background-color: #000;
  transition: 0.8s ease;
}
.header .menu-line1 {
  top: 0;
}
.header .menu-line2 {
  top: 8px;
}
.header .menu-line3 {
  top: 16px;
}
.header #js-nav-menu.is-open .nav-toggle {
  width: 30px;
  height: 20px;
}
.header #js-nav-menu.is-open .menu-line1 {
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 10px;
  transform: rotate(135deg);
  background-color: #fff;
}
.header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.header #js-nav-menu.is-open .menu-line3 {
  -webkit-transform: rotate(-135deg);
  position: absolute;
  top: 10px;
  transform: rotate(-135deg);
  background-color: #fff;
}
.header #js-nav-menu.is-open .nav-sp__ttl {
  display: none;
}
.header__logo-sp {
  width: 100%;
  max-width: 140px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__logo-sp {
    max-width: 75px;
  }
  .header__logo-sp img {
    vertical-align: middle;
  }
}
.header .logo-sp__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.header .logo-sp__link img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__sp-menu {
  -webkit-transition: all 0.5s;
  z-index: 10;
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100vw;
  height: calc(100% - 60px);
  padding: 25px;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s;
}
.header__sp-menu.is-open {
  -webkit-transition: all 0.5s;
  left: 0;
  transition: all 0.5s;
  height: 100vh;
}
.header .sp-menu .lists__item {
  width: 100%;
  border-top: 1px solid #fff;
  cursor: pointer;
}
.header .sp-menu .lists__item:last-of-type {
  border-bottom: 1px solid #fff;
}
.header .sp-menu .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  color: #fff;
}
.header .sp-menu .item__img {
  width: 30px;
  height: 30px;
}
.header .sp-menu .item__ttl {
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.header .sp-menu .item__next {
  -webkit-transition: border-bottom 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  transform: translateY(-50%);
  transition: border-bottom 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-bottom 0.5s;
  transition: transform 0.5s, border-bottom 0.5s, -webkit-transform 0.5s;
}
.header .sp-menu .has-child.is-open {
  border-bottom: 1px solid #fff;
}
.header .sp-menu .has-child.is-open .item__next {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.header .sp-menu .child__lists {
  display: none;
  width: 90%;
  margin-left: auto;
}
.header .sp-menu .child .lists__item:first-child {
  border-top: none;
}
.header .sp-menu .child .lists__item:last-child {
  border-bottom: none;
}
.header .sp-search {
  height: auto;
}
.header .sp-search .search__form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header .sp-search .search__link-input {
  display: none;
}
.header .sp-search .search__link {
  display: block;
  width: 40px;
  height: 40px;
  padding-left: 10px;
  cursor: pointer;
}
.header .sp-search .search__link img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .sp-search .box142 {
  width: calc(100% - 40px);
  padding: 10px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
.header .sp-search .box142::-webkit-input-placeholder {
  color: #fff;
}
.header .sp-search .box142::-moz-placeholder {
  color: #fff;
}
.header .sp-search .box142:-ms-input-placeholder {
  color: #fff;
}
.header .sp-search .box142::-ms-input-placeholder {
  color: #fff;
}
.header .sp-search .box142::placeholder {
  color: #fff;
}
.header .sp-search__ttl {
  margin-top: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.header .sp-search__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 7px;
}
.header .sp-search .lists__item {
  width: 31.6%;
  height: 30px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .header .sp-search .lists__item:not(:first-child) {
      margin-left: 7px;
    }
  }
}
.header .sp-search .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: calc(11 / (1.1 * 10));
  letter-spacing: 0.1em;
}
.header .sp-search .next-link {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
  text-align: right;
}

.info {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.info__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .info__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info .lists__item {
  width: calc((100% - 15px) / 2);
  padding: 25px 30px;
  border: 2px solid rgba(67, 71, 72, 0.1);
}
@media screen and (max-width: 768px) {
  .info .lists__item {
    width: 100%;
    margin: 0 auto;
  }
}
.info .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.info .item__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.info .item__img {
  width: 65px;
  height: 60px;
}
.info .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info .item__content {
  width: calc(100% - 65px);
  padding-left: 15px;
}
.info .item__ttl {
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.info .item__txt {
  font-size: 1.2rem;
  line-height: calc(24 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.media {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .media {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.media__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 50px;
  border: 2px solid rgba(67, 71, 72, 0.1);
}
@media screen and (max-width: 768px) {
  .media__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 60px;
  }
}
.media__img {
  width: 320px;
  height: 220px;
}
@media screen and (max-width: 768px) {
  .media__img {
    width: 100%;
    height: auto;
    max-height: 320px;
  }
}
.media__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media__content {
  width: calc(100% - 320px);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .media__content {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
.media__ttl {
  font-size: 1.6rem;
  line-height: calc(16 / (1.6 * 10));
  letter-spacing: 0.1em;
}
.media__txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.media__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  margin-top: 15px;
  margin-left: auto;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
.media__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .media__link {
    margin: 0 auto;
    margin-top: 15px;
  }
}
.media__next {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 48%;
  right: 10px;
  width: 6px;
  transform: translateY(-50%);
  pointer-events: none;
}
.media__next img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}

.news {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 50px;
  }
}
.news .lists__item {
  padding: 20px 0;
  border-top: 1px solid rgba(67, 71, 72, 0.1);
  cursor: pointer;
}
.news .lists__item:last-child {
  border-bottom: 1px solid rgba(67, 71, 72, 0.1);
}
.news .item__ttl-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.news .item__ttl-box::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
.news .item__ttl-box::after {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 7px;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.news .item__ttl-box.is-open::after {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.news .item__date {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: calc(16 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.news .item__ttl {
  margin-left: 30px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: calc(16 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.news .item__ttl a {
  text-decoration: underline;
}
.news .item__content {
  display: none;
  margin-top: 30px;
  padding-left: 103px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: calc(26 / (1.2 * 10));
  letter-spacing: 0.1em;
}

.push-item {
  padding-top: 100px;
  background-color: rgba(67, 71, 72, 0.08);
}
@media screen and (max-width: 768px) {
  .push-item {
    padding-top: 50px;
  }
}
.push-item__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .push-item__lists {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.push-item .lists__item {
  width: 100%;
  max-width: 245px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .push-item .lists__item {
    width: 48%;
  }
}
.push-item .item__img {
  -webkit-transition: all 0.5s;
  width: 100%;
  height: 245px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .push-item .item__img {
    height: auto;
  }
}
.push-item .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.push-item .item__content {
  padding: 20px;
}
.push-item .item__category {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.push-item .item__ttl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.push-item .item__txt {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: lighter;
  font-size: 1.2rem;
  line-height: calc(24 / (1.2 * 10));
  letter-spacing: 0.1em;
  word-break: break-all;
}
.push-item .item__price {
  font-size: 1.2rem;
  line-height: calc(24 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.push-item .item__link:hover .item__img {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}

div#ranking_all {
  padding: 0;
}

.ranking {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(67, 71, 72, 0.08);
}
@media screen and (max-width: 768px) {
  .ranking {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ranking__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  overflow-x: scroll;
  gap: 20px;
}
.ranking .lists__item {
  width: 198px;
}
.ranking .item__img {
  width: 198px;
  height: 198px;
}
.ranking .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ranking .item__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ranking .item__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: calc(24 / (2.4 * 10));
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.1em;
}
.ranking .item__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: calc(100% - 55px);
  -webkit-line-clamp: 2;
  margin-left: 15px;
  overflow: hidden;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(24 / (1.4 * 10));
  letter-spacing: 0.1em;
  word-break: break-all;
}
.ranking__product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .ranking__product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    margin-top: 50px;
  }
}
.ranking .r-product-list__content {
  width: 100%;
  max-width: 410px;
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .ranking .r-product-list__content {
    max-width: none;
    padding: 40px;
  }
}
.ranking .r-product-list__ttl {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .ranking .r-product-list__ttl {
    max-width: 220px;
    margin: 0 auto;
  }
}
.ranking .r-product-list__ttl img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.ranking .r-product-list__ttl span {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ranking .r-product-list__ttl span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
.ranking .r-product-list__txt {
  margin-top: 80px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ranking .r-product-list__txt {
    margin-top: 20px;
    font-size: 1rem;
    line-height: calc(26 / (1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.ranking .r-product-list__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  margin-top: 80px;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .ranking .r-product-list__link {
    margin: 20px auto 0;
  }
}
.ranking .r-product-list__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.ranking .r-product-list__img-link {
  -webkit-transition: opacity 0.5s;
  display: block;
  width: calc(100% - 410px);
  height: 100%;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .ranking .r-product-list__img-link {
    width: 100%;
  }
}
.ranking .r-product-list__img-link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.ranking .r-product-list__img-link img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salon {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(67, 71, 72, 0.08);
}
@media screen and (max-width: 768px) {
  .salon {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.salon__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .salon__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
}
.salon__img {
  width: 520px;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .salon__img {
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
  }
}
.salon__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salon__content {
  width: calc(100% - 520px);
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .salon__content {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
.salon__ttl {
  font-size: 1.6rem;
  line-height: calc(16 / (1.6 * 10));
  letter-spacing: 0.1em;
}
.salon__txt {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: justify;
}
.salon__link-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .salon__link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.salon__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
/*  line-height: calc(14 / (1.4 * 10));*/
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}

@media screen and (min-width: 769px) {
.salon_webpage{
	line-height: 1;
    padding-top: 10px;
    display: block;
}
}

@media screen and (max-width: 768px) {
.salon_webpage{
	line-height: 1;
    display: block;
}
}

.salon__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.salon__next {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 48%;
  right: 10px;
  width: 6px;
  transform: translateY(-50%);
  pointer-events: none;
}
.salon__next img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}

.search {
  padding-top: 100px;
  background-color: rgba(67, 71, 72, 0.08);
}
@media screen and (max-width: 768px) {
  .search {
    padding-top: 50px;
  }
}
.search__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 325px;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .search__lists {
    height: auto;
    gap: 10px;
  }
}
.search .lists__item {
  position: relative;
  width: 50%;
  max-width: 525px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .search .lists__item {
    width: 100%;
    max-width: none;
  }
}
.search .item__link {
  -webkit-transition: -webkit-text-decoration 0.5s;
  display: block;
  padding: 20px;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: -webkit-text-decoration 0.5s;
  transition: text-decoration 0.5s;
  transition: text-decoration 0.5s, -webkit-text-decoration 0.5s;
}
.search .item__link:hover {
  -webkit-transition: -webkit-text-decoration 0.5s;
  text-decoration: underline;
  transition: -webkit-text-decoration 0.5s;
  transition: text-decoration 0.5s;
  transition: text-decoration 0.5s, -webkit-text-decoration 0.5s;
}
.search .item__img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  transform: translateY(-50%);
  pointer-events: none;
}
.search .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.search__button {
  display: block;
  position: relative;
  width: 50%;
  max-width: 525px;
  margin: 20px auto 0;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .search__button {
    width: 100%;
    max-width: none;
  }
}
.search__button span {
  -webkit-transition: -webkit-text-decoration 0.5s;
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
  transition: -webkit-text-decoration 0.5s;
  transition: text-decoration 0.5s;
  transition: text-decoration 0.5s, -webkit-text-decoration 0.5s;
}
.search__button span:hover {
  -webkit-transition: -webkit-text-decoration 0.5s;
  text-decoration: underline;
  transition: -webkit-text-decoration 0.5s;
  transition: text-decoration 0.5s;
  transition: text-decoration 0.5s, -webkit-text-decoration 0.5s;
}
.search__button div {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  transform: translateY(-50%);
  pointer-events: none;
}
.search__button div img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}

/**
* @file _l-common.scss
**/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

main,
header,
footer {
  margin: auto;
}

body.is-stop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

p,
input,
textarea {
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}

.lazyload-img {
  -webkit-transition: 0.3s opacity;
  opacity: 0;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

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

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

.content-width {
  max-width: 1070px;
  margin: auto;
}

.content-padding {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .content-padding {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.js-banner {
  opacity: 0;
  pointer-events: none;
}
.js-banner.is-active {
  opacity: 1;
  pointer-events: all;
}

.floating {
  z-index: 4;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 400px;
  height: 150px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .floating {
    bottom: 15px;
    left: 15px;
    width: 120px;
    height: 120px;
  }
}
.floating__banner {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.floating__banner:hover {
  -webkit-transition: opacity 0.6s;
  opacity: 0.6;
  transition: opacity 0.6s;
}
.floating__banner img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.floating__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .floating__close {
    width: 30px;
    height: 30px;
  }
}
.floating__close img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}

.modal-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.modal-banner__wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .modal-banner__wrapper {
    max-width: 300px;
  }
}
.modal-banner__banner {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-banner__banner {
    width: 100%;
    max-width: 300px;
  }
}
.modal-banner__banner img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-banner__close {
  -webkit-transform: translate(-50% -50%);
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  transform: translate(-50% -50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-banner__close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.modal-banner__close img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-contents {
  padding-top: 80px;
  background: #fff;
}
.l-contents__frame {
  padding: 0;
}

.c-breadcrumb {
  margin: 20px auto;
}
.c-breadcrumb:last-of-type {
  margin: 20px auto;
}

.detile-header-bunner{
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.detile-header-bunner a{
    width: 100%;
    display: block;
}

@media screen and (max-width:768px){
	.detile-header-bunner{
    width: 100%;
}
}

h2 {
  z-index: 0;
  margin: 0;
  text-align: left;
}

a {
  -webkit-transition: none;
  transition: none;
}

p {
  margin-bottom: 0;
}

#wrapper {
  overflow: visible;
}

div#container {
  padding-top: 80px;
  overflow: visible;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  div#container {
    padding-top: 60px;
  }
}

div#one_maincolumn {
  margin-top: 0;
}

ul.pagenumberarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.pagenumberarea a,
.pagenumberarea span {
  vertical-align: baseline;
}

.ict_bg,
.kanren {
  height: 25px;
}

.ict_bg a,
.kanren a {
  vertical-align: baseline;
}

#guidecolumn *,
#mypagecolumn *,
#shoppingcolumn * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: baseline;
}

#guidecolumn {
  font-family: "Noto Serif JP", serif;
}
#guidecolumn h2,
#guidecolumn h3,
#guidecolumn h4,
#guidecolumn p,
#guidecolumn span,
#guidecolumn th,
#guidecolumn td,
#guidecolumn a {
  font-family: "Noto Serif JP", serif;
}
#guidecolumn h2 {
  text-align: center;
}
#guidecolumn td a:link {
  color: #00e;
  text-decoration: underline;
}
#guidecolumn td a:visited {
  color: #551a8b;
  text-decoration: underline;
}
#guidecolumn td a:active {
  color: #f00;
  text-decoration: underline;
}
#guidecolumn .contents-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#guidecolumn .custom-selectbox select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guidecolumn .btn_area_n2 {
    width: 100%;
  }
}

.guide_ttl_bg h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.tokuten h2,
.tokuten h4,
.tokuten p,
.tokuten span,
.tokuten th,
.tokuten td,
.tokuten a,
.per-stage h2,
.per-stage h4,
.per-stage p,
.per-stage span,
.per-stage th,
.per-stage td,
.per-stage a,
.arrangement h2,
.arrangement h4,
.arrangement p,
.arrangement span,
.arrangement th,
.arrangement td,
.arrangement a {
  font-family: 游ゴシック体, yugothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif !important;
}

.online-counseling #guidecolumn a {
  font-family: 游ゴシック体, yugothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
}

.btn_mgprev a {
  padding-top: 0;
}

.area_tab p a {
  color: #fff;
}

#mypagecolumn p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
#mypagecolumn input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
#mypagecolumn .t_login {
  padding-left: 5px;
}
#mypagecolumn .loginarea {
  margin-top: 20px;
}
@media screen and (max-width: 479px) {
  #mypagecolumn .loginarea {
    margin-top: 0;
  }
}
#mypagecolumn .loginarea .inputbox p:first-of-type {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mypagecolumn .loginarea .inputbox p:first-of-type {
    white-space: normal;
  }
}
#mypagecolumn .loginarea .inputbox .passwd {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mypagecolumn .loginarea .inputbox .passwd {
    white-space: normal;
  }
}
#mypagecolumn .loginarea .inputbox .box250 {
  width: 50%;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  #mypagecolumn .loginarea .inputbox .box250 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
  }
}
#mypagecolumn .loginarea .inputbox .passwd .box275 {
  width: 50%;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  #mypagecolumn .loginarea .inputbox .passwd .box275 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
  }
}
#mypagecolumn .inputtext02 a {
  font-family: "Noto Serif JP", serif;
}
#mypagecolumn .inputtext02 a:link {
  color: #00e;
  text-decoration: underline;
}
#mypagecolumn .inputtext02 a:visited {
  color: #551a8b;
  text-decoration: underline;
}
#mypagecolumn .inputtext02 a:active {
  color: #f00;
  text-decoration: underline;
}
#mypagecolumn #mycontentsarea .box120 {
  width: auto;
  max-width: 90px;
}
#mypagecolumn #amazon_button_area {
  width: 46% !important;
}
@media screen and (max-width: 768px) {
  #mypagecolumn #amazon_button_area {
    width: 95% !important;
  }
}
#mypagecolumn #amazon_button_area div:first-of-type {
  float: none !important;
  text-align: center;
}
#mypagecolumn #amazon_pay_button_v2 {
  max-width: 450px;
  margin: 20px auto;
  float: none !important;
}
@media screen and (max-width: 768px) {
  #mypagecolumn #amazon_pay_button_v2_click_area #AmazonPayButtonV2 {
    width: 100% !important;
  }
}
#mypagecolumn #amazon_h {
  font-family: "Noto Sans JP", sans-serif;
}
#mypagecolumn input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
#mypagecolumn #amazon_v2_agree {
  vertical-align: middle;
}
#mypagecolumn #login_mypage {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #mypagecolumn #login_mypage {
    margin-top: 5px;
  }
}

#shoppingcolumn input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
#shoppingcolumn input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
#shoppingcolumn textarea {
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}
#shoppingcolumn .t_daybox select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#shoppingcolumn .t_daybox .custom-selectbox {
  vertical-align: middle;
}
#shoppingcolumn .t_daybox .w20 {
  min-width: 165px;
}
#shoppingcolumn form .custom-selectbox select {
  width: auto;
  float: none;
}
#shoppingcolumn .custom-selectbox {
  width: auto;
}
#shoppingcolumn .custom-selectbox select {
  min-width: 200px;
}
#shoppingcolumn .loginarea .inputbox .box250,
#shoppingcolumn .loginarea .inputbox .box275 {
  display: block;
}
#shoppingcolumn .loginarea .inputbox .box275 {
  margin-left: 0 !important;
}
#shoppingcolumn .loginarea {
  min-height: auto !important;
}
#shoppingcolumn .subhead + p .attention {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #shoppingcolumn .subhead + p .attention {
    font-size: 12px;
  }
}
#shoppingcolumn .dlt_wrap dt.require {
  min-width: 275px;
  white-space: nowrap;
}
#shoppingcolumn .dlt_wrap dt.require::after {
  position: static;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #shoppingcolumn .dlt_wrap dt.require {
    min-width: 190px;
  }
}
#shoppingcolumn .pointarea p {
  margin-bottom: 10px;
}
#shoppingcolumn .pointarea .point__txt {
  line-height: 2;
}
#shoppingcolumn .attention.fz16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #shoppingcolumn .attention.fz16 {
    font-size: 1.2rem;
  }
}

#productscolumn #count_down_119 {
  display: none;
}
#productscolumn .favoritebtn a {
  cursor: pointer;
}

.item__delete {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.item__delete .item_check {
  display: block;
  position: static;
}

#fv_list p a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}

.tblareabtn a {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.cartbtn2,
.lst_cartbtn a,
.t_cartbtn2 a {
  cursor: pointer;
}

.t_cartbtn2 {
  background-color: #968b42;
}

.family-sale .family-sale-fv {
  max-height: none;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-fv .content-padding {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-fv__container {
    max-height: none;
  }
}
.family-sale .family-sale-fv__img {
  display: block;
  width: 100%;
  height: auto;
}
.family-sale .family-sale-fv__img img,
.family-sale .family-sale-fv__img source {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.family-sale .family-sale-fv__txt {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: calc(21 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-fv__txt {
    max-width: 260px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.family-sale .family-sale-fv__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 22px 10px;
  border: 2px solid #eceded;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-fv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 225px;
    margin-top: 30px;
    padding: 30px 35px;
  }
}
.family-sale .family-sale-fv .box__ttl {
  display: block;
  font-size: 1.8rem;
  line-height: calc(28 / (1.8 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.family-sale .family-sale-fv .box__img {
  width: 200px;
  height: 85px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-fv .box__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-fv .box__img {
    margin-top: 25px;
    margin-left: 0;
  }
}
.family-sale .family-sale-fv .box__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.family-sale .family-sale-product {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.family-sale .family-sale-product__container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.family-sale .family-sale-product__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -90px;
  margin-left: -20px;
}
.family-sale .family-sale-product .lists__item {
  width: calc(20% - 20px);
  margin-top: 90px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .lists__item {
    width: calc(50% - 20px);
    margin-top: 40px;
  }
}
.family-sale .family-sale-product .item__img {
  display: block;
  width: 100%;
  min-height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img {
    height: auto;
    min-height: auto;
  }
}
.family-sale .family-sale-product .item__img img {
  -webkit-transition: -webkit-transform 1s;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.family-sale .family-sale-product .item__img:hover img {
  -webkit-transition: -webkit-transform 1s;
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.family-sale .family-sale-product .item__img.best, .family-sale .family-sale-product .item__img.homme {
  position: relative;
}
.family-sale .family-sale-product .item__img.best::before, .family-sale .family-sale-product .item__img.homme::before {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.best::before, .family-sale .family-sale-product .item__img.homme::before {
    top: 4px;
    right: 4px;
  }
}
.family-sale .family-sale-product .item__img.best::before {
  width: 50px;
  height: 50px;
  background-image: url(../images/family-sale/best@2x.png);
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.best::before {
    width: 40px;
    height: 40px;
  }
}
.family-sale .family-sale-product .item__img.homme::before {
  width: 50px;
  height: 15px;
  background-image: url(../images/family-sale/homme@2x.png);
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.homme::before {
    width: 40px;
  }
}
.family-sale .family-sale-product .item__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  overflow: hidden;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__ttl {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0;
  }
}
.family-sale .family-sale-product .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border: 1px solid #434748;
  background-color: #434748;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__link {
    margin-top: 10px;
  }
}
.family-sale .family-sale-product .item__link:hover {
  -webkit-transition: all 0.4s;
  background-color: #fff;
  color: #434748;
  transition: all 0.4s;
}
.family-sale .family-sale-product .item__value {
  display: block;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.family-sale .num_quantity {
  margin-top: 10px;
}
.family-sale .num_quantity dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.family-sale .num_quantity dt {
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.family-sale .soldout {
  min-height: 24px;
  margin-top: 10px;
  text-align: center;
}
.family-sale .soldout em {
  font-size: 1.2rem;
  line-height: calc(24 / (1.2 * 10));
  letter-spacing: 0.1em;
}

/* 2023.09.05 ベリッシマ様側で追記したCSS */
.family-sale .family-sale-product .item__img.ten,
.family-sale .family-sale-product .item__img.twelve,
.family-sale .family-sale-product .item__img.fifteen,
.family-sale .family-sale-product .item__img.forty,
.family-sale .family-sale-product .item__img.fifty {
  position: relative;
}

.family-sale .family-sale-product .item__img.ten::before,
.family-sale .family-sale-product .item__img.twelve::before,
.family-sale .family-sale-product .item__img.fifteen::before,
.family-sale .family-sale-product .item__img.forty::before,
.family-sale .family-sale-product .item__img.fifty::before {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.ten::before,
  .family-sale .family-sale-product .item__img.twelve::before,
  .family-sale .family-sale-product .item__img.fifteen::before,
  .family-sale .family-sale-product .item__img.forty::before,
  .family-sale .family-sale-product .item__img.fifty::before {
    top: 4px;
    right: 4px;
  }
}
.family-sale .family-sale-product .item__img.ten::before {
  width: 50px;
  height: 50px;
  background-image: url(../images/family-sale2022/ten@2x.png);
}

@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.ten::before {
    width: 40px;
    height: 40px;
  }
}
.family-sale .family-sale-product .item__img.twelve::before {
  width: 50px;
  height: 50px;
  background-image: url(../images/family-sale2022/twelve@2x.png);
}

@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.twelve::before {
    width: 40px;
    height: 40px;
  }
}
.family-sale .family-sale-product .item__img.fifteen::before {
  width: 50px;
  height: 50px;
  background-image: url(../images/familysale2023/fifteen@2x.png);
}

@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.fifteen::before {
    width: 40px;
    height: 40px;
  }
}
.family-sale .family-sale-product .item__img.forty::before {
  width: 50px;
  height: 50px;
  background-image: url(../images/familysale2023/forty@2x.png);
}

@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.forty::before {
    width: 40px;
    height: 40px;
  }
}
.family-sale .family-sale-product .item__img.fifty::before {
  width: 50px;
  height: 50px;
  background-image: url(../images/familysale2023/fifty@2x.png);
}

@media screen and (max-width: 768px) {
  .family-sale .family-sale-product .item__img.fifty::before {
    width: 40px;
    height: 40px;
  }
}
.illuminateporder {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
.illuminateporder .fadein {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.illuminateporder .fadein.scrollin {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.illuminateporder div[class*=moving-text-] {
  position: relative;
  left: 0;
}
.illuminateporder .content-width {
  max-width: 1000px;
}
.illuminateporder .common__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 40px;
  margin-top: 62px;
  padding: 0 20px;
  background-color: #434748;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .illuminateporder .common__link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .illuminateporder .common__link {
    max-width: 168px;
  }
}
.illuminateporder .common__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.illuminateporder .common__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.illuminateporder .fv {
  max-width: none;
  max-height: none;
}
.illuminateporder .fv__container {
  max-height: none;
}
.illuminateporder .fv__img {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.illuminateporder .fv__img source,
.illuminateporder .fv__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.illuminateporder .fv__img img {
  min-height: 500px;
}
@media screen and (max-width: 1000px) {
  .illuminateporder .fv__img img {
    min-height: 350px;
  }
}
.illuminateporder .about {
  padding: 100px 30px 150px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .about {
    padding: 58px 0 50px;
  }
}
.illuminateporder .about__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.illuminateporder .about .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.illuminateporder .about .lists__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: -190px;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .about .lists__item:nth-of-type(even) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .lists__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
}
.illuminateporder .about .item__content {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .item__content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
.illuminateporder .about .item__content::before {
  z-index: -1;
  position: absolute;
  top: -64px;
  left: 0;
  width: 294px;
  height: 230px;
  background: url("../images/illuminatepowder/about-bg@2x.png") center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .item__content::before {
    -webkit-transform: translateX(-50%);
    top: -45px;
    left: 50%;
    width: 220px;
    transform: translateX(-50%);
  }
}
.illuminateporder .about .item__ttl {
  font-weight: 200;
  font-size: 2.6rem;
  line-height: calc(46 / (2.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .item__ttl {
    font-size: 2rem;
    line-height: calc(40 / (2 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .about .item__txt {
  margin-top: 42px;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .item__txt {
    margin-top: 22px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .about .item__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .item__img {
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
  }
}
.illuminateporder .about .item__img img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  object-fit: contain;
}
.illuminateporder .about .item .attention {
  display: block;
  margin-top: 20px;
  color: #333;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: calc(28 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.illuminateporder .about .lists__item:nth-of-type(odd) .item__content {
  padding-right: 84.5px;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .about .lists__item:nth-of-type(odd) .item__content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .lists__item:nth-of-type(odd) .item__content {
    padding-right: 50px;
  }
}
.illuminateporder .about .lists__item:nth-of-type(even) .item__content {
  margin-bottom: 50px;
  padding-left: 84.5px;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .about .lists__item:nth-of-type(even) .item__content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .lists__item:nth-of-type(even) .item__content {
    margin-bottom: 0;
    padding-left: 50px;
  }
}
.illuminateporder .about .lists__item:nth-of-type(even) .item__content::before {
  -webkit-transform: rotate(45deg);
  left: 84.5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .lists__item:nth-of-type(even) .item__content::before {
    left: 40px;
  }
}
.illuminateporder .about .shineskin {
  display: block;
  position: relative;
  bottom: 20px;
  left: 80px;
  width: 620px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .about .shineskin {
    bottom: 25px;
    left: 50px;
    width: 245px;
  }
}
@media screen and (max-width: 599px) {
  .illuminateporder .about .shineskin {
    left: 25px;
  }
}
.illuminateporder .about .shineskin img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  object-fit: contain;
}
.illuminateporder .clarity {
  padding: 50px 0 70px;
  background: url("../images/illuminatepowder/clarity-bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity {
    background: url("../images/illuminatepowder/clarity-bg-sp@2x.png") center/cover no-repeat;
  }
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity {
    padding: 34px 0;
  }
}
.illuminateporder .clarity__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}
.illuminateporder .clarity__img {
  width: 450px;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity__img {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
  }
}
.illuminateporder .clarity__img img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  object-fit: contain;
}
.illuminateporder .clarity__content {
  width: calc(100% - 450px);
  margin-top: 60px;
  padding-left: 68px;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity__content {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}
.illuminateporder .clarity__ttl {
  font-weight: 200;
  font-size: 2.6rem;
  line-height: calc(26 / (2.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity__ttl {
    margin-top: 29px;
    font-size: 2.1rem;
    line-height: calc(27 / (2.1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.illuminateporder .clarity__ttl span {
  display: block;
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.illuminateporder .clarity__price {
  display: block;
  margin-top: 15px;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity__price {
    margin-top: 18px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.illuminateporder .clarity__txt {
  margin-top: 20px;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity__txt {
    margin-top: 32px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.illuminateporder .clarity__link {
  margin-top: 62px;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .clarity__link {
    margin: 30px auto 0;
  }
}
.illuminateporder .clarity .claritytxt {
  width: 410px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .clarity .claritytxt {
    width: 320px;
    margin: 50px auto 0;
  }
}
.illuminateporder .clarity .claritytxt img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  object-fit: contain;
}
.illuminateporder .point__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 50px 0;
  background: #fff url("../images/illuminatepowder/point-bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: auto;
    padding: 100px 0;
  }
}
.illuminateporder .point__wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .point__wrapper {
    height: 515px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .point__wrapper {
    height: 400px;
  }
}
.illuminateporder .point__num-box {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1150px) {
  .illuminateporder .point__num-box {
    left: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .illuminateporder .point__num-box {
    left: 110px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .point__num-box {
    -webkit-transform: translateX(-50%) translateY(100%);
    top: auto;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 250px;
    transform: translateX(-50%) translateY(100%);
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .num-box__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.illuminateporder .point .num-box__ttl {
  display: block;
  font-weight: 200;
  font-size: 1rem;
  line-height: calc(10 / (1 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .num-box__ttl {
    text-align: left;
  }
}
.illuminateporder .point .num-box__txt {
  -webkit-transform: translateY(50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  left: -170px;
  transform: translateY(50%) rotate(-90deg);
  color: #969696;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: calc(11 / (1.1 * 10));
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .num-box__txt {
    -webkit-transform: translateX(-50%);
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .point .num-box__lists {
  margin-top: 9px;
}
.illuminateporder .point .num-box__scroll-bar {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: 0%;
  transform: translateX(-50%);
  background-color: #434748;
  content: "";
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .num-box__scroll-bar {
    -webkit-transform: translateY(-50%);
    top: 70%;
    left: 0;
    width: 0%;
    height: 1px;
    transform: translateY(-50%);
  }
}
.illuminateporder .point .num-box .lists__num-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #434748;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .num-box .lists__num-item {
    width: 29px;
    height: 29px;
  }
}
.illuminateporder .point .num-box .lists__num-item:not(:first-of-type) {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .num-box .lists__num-item:not(:first-of-type) {
    margin: 0 0 0 36px;
  }
}
.illuminateporder .point .num-box .item__num {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .num-box .item__num {
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .point .num-box .lists__num-item.is-active {
  background-color: #434748;
}
.illuminateporder .point .num-box .lists__num-item.is-active .item__num {
  color: #fff;
}
.illuminateporder .point__lists {
  position: relative;
}
.illuminateporder .point .lists__item {
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  -webkit-transform: translateY(100px) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  transform: translateY(100px) translateX(-50%);
  opacity: 0;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}
.illuminateporder .point .lists__item.is-active {
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  opacity: 1;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}
.illuminateporder .point .item__point-num {
  display: block;
  color: #969696;
  font-weight: 200;
  font-size: 4.4rem;
  line-height: calc(58 / (4.4 * 10));
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .item__point-num {
    font-size: 3rem;
    line-height: calc(34 / (3 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .point .item__ttl {
  margin-top: 47px;
  font-weight: 200;
  font-size: 2.6rem;
  line-height: calc(46 / (2.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .point .item__ttl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .item__ttl {
    margin-top: 35px;
    font-size: 2rem;
    line-height: calc(27 / (2 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .point .item__txt {
  margin-top: 35px;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .point .item__txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .item__txt {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .point .item__img {
  width: 100%;
  margin: 55px auto 0;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .point .item__img {
    max-width: 350px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .item__img {
    max-width: 250px;
    margin: 30px auto 0;
  }
}
.illuminateporder .point .item__img img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  object-fit: contain;
}
.illuminateporder .point .lists__item:not(:first-of-type) .item__img {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .illuminateporder .point .lists__item:not(:first-of-type) .item__img {
    width: 100%;
    max-width: 160px;
  }
}
.illuminateporder .point__spacer {
  width: 100%;
  height: 5500px;
}
.illuminateporder .point.is-over {
  -webkit-transform: none;
  transform: none;
}
.illuminateporder .additive-free {
  padding: 96px 0 100px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free {
    padding: 48px 0 50px;
  }
}
.illuminateporder .additive-free__ttl {
  text-align: center;
}
.illuminateporder .additive-free__ttl span {
  display: block;
  font-weight: 200;
  font-size: 2rem;
  line-height: calc(20 / (2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free__ttl span {
    font-size: 1.5rem;
    line-height: calc(15 / (1.5 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .additive-free__ttl span:last-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free__ttl span:last-of-type {
    margin-top: 15px;
  }
}
.illuminateporder .additive-free__ttl strong {
  font-weight: 200;
  font-size: 4.4rem;
  line-height: calc(44 / (4.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free__ttl strong {
    font-size: 3.3rem;
    line-height: calc(33 / (3.3 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .additive-free__ttl strong:last-of-type {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free__ttl strong:last-of-type {
    margin-left: 4px;
  }
}
.illuminateporder .additive-free__ttl .ttl__samll {
  font-weight: 200;
  font-size: 2.2rem;
  line-height: calc(22 / (2.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free__ttl .ttl__samll {
    font-size: 1.8rem;
    line-height: calc(18 / (1.8 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .additive-free__lists {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 630px;
  margin: 50px auto 0;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free__lists {
    margin: 29px auto 0;
  }
}
.illuminateporder .additive-free .lists__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  padding: 16px 5px;
  border-radius: 10px;
  background-color: #434748;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free .lists__item {
    width: 141px;
    padding: 12px 5px;
    border-radius: 7.5px;
  }
}
.illuminateporder .additive-free .lists__item span {
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(16 / (1.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .additive-free .lists__item span {
    font-size: 1.2rem;
    line-height: calc(12 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .outline__img-wrapper {
  background: url("../images/illuminatepowder/outline-bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .illuminateporder .outline__img-wrapper {
    padding-top: 70px;
  }
}
.illuminateporder .outline__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .illuminateporder .outline__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.illuminateporder .outline__img {
  width: 50%;
  height: 100%;
  max-height: 410px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .outline__img {
    width: 100%;
    max-width: 300px;
  }
}
.illuminateporder .outline__img img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.illuminateporder .outline__txt {
  padding-left: 120px;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .outline__txt {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .outline__txt {
    padding-left: 0;
  }
}
.illuminateporder .outline__txt span {
  display: inline-block;
  font-weight: 200;
  font-size: 2.6rem;
  line-height: calc(54 / (2.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .illuminateporder .outline__txt span {
    font-size: 2.2rem;
    line-height: calc(36 / (2.2 * 10));
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .illuminateporder .outline__txt span {
    font-size: 1.8rem;
    line-height: calc(39 / (1.8 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .outline__content {
  padding: 100px 20px 85px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .illuminateporder .outline__content {
    padding: 50px;
  }
}
.illuminateporder .outline__data {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.illuminateporder .outline .data__box:not(:first-of-type) {
  margin-top: 28px;
}
.illuminateporder .outline .data__ttl, .illuminateporder .outline .data__content {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .illuminateporder .outline .data__ttl, .illuminateporder .outline .data__content {
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .product {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .illuminateporder .product {
    padding-top: 50px;
  }
}
.illuminateporder .product__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .illuminateporder .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
.illuminateporder .product__img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.illuminateporder .product__img img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.illuminateporder .product__ttl {
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: calc(22 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .illuminateporder .product__ttl {
    margin-top: 20px;
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.illuminateporder .product__link {
  margin: 20px auto 0;
}

/**
* @file _l-index.scss
**/
.section__en-ttl {
  display: block;
  font-weight: lighter;
  font-size: 4.2rem;
  line-height: calc(42 / (4.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.section__ttl {
  margin-top: 15px;
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}

.swiper-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-bottom: 15px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.fv {
  width: 100%;
  max-width: 2000px;
  max-height: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__container {
    max-height: 600px;
  }
}
.fv__lists {
  width: 100%;
}
.fv .lists__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .lists__item {
    height: 100%;
    min-height: 450px;
  }
}
.fv .item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.fv .item__link picture,
.fv .item__link source {
  display: block;
  width: 100%;
  height: 100%;
}
.fv .item__link img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 740px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv .item__link img {
    -o-object-fit: contain;
    max-height: 550px;
    object-fit: contain;
  }
}

.instagram .content-width {
  max-width: 1000px;
}
.instagram__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .instagram__header {
    margin-top: -60px;
  }
}
.instagram__footer {
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: #434748;
}
.instagram__footer .footer__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .instagram__footer .footer__lists {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 30px;
  }
}
.instagram__footer .lists__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .instagram__footer .lists__item {
    width: calc(50% - 15px);
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.instagram__footer .lists__item:not(:first-of-type) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .instagram__footer .lists__item:not(:first-of-type) {
    margin-left: 0;
  }
}
.instagram__footer .lists__item:not(:first-of-type)::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .instagram__footer .lists__item:not(:first-of-type)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .instagram__footer .lists__item:nth-of-type(2n) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .instagram__footer .lists__item:first-of-type {
    border-bottom: none;
  }
}
.instagram__footer .item__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(26 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
.instagram__footer .copyright {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: calc(26 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instagram__footer .copyright {
    margin-top: 50px;
  }
}
.instagram .fv {
  width: 100%;
  max-height: none;
}
@media screen and (max-width: 768px) {
  .instagram .fv__container {
    max-height: none;
  }
}
.instagram .fv__img {
  width: 100%;
}
.instagram .fv__img source,
.instagram .fv__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 435px;
  object-fit: cover;
}
.instagram .entry {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .instagram .entry {
    padding-top: 50px;
  }
}
.instagram .entry__container {
  padding: 30px 15px;
  border: 2px solid #eceded;
}
.instagram .entry__ttl {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: calc(34 / (1.8 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.instagram .entry__lists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 485px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .instagram .entry__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.instagram .entry .lists__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .instagram .entry .lists__item:not(:first-of-type) {
    margin-top: 70px;
  }
}
.instagram .entry .lists__item:first-of-type {
  position: relative;
}
.instagram .entry .lists__item:first-of-type::after {
  position: absolute;
  top: 35px;
  right: -95px;
  width: 100px;
  height: 1px;
  background-color: #434748;
  content: "";
}
@media screen and (max-width: 768px) {
  .instagram .entry .lists__item:first-of-type::after {
    -webkit-transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 35px;
    transform: translateX(-50%);
  }
}
.instagram .entry .item__num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border: 1px solid black;
  border-radius: 50%;
  font-size: 3.6rem;
  line-height: calc(36 / (3.6 * 10));
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}
.instagram .entry .item__img {
  width: 80px;
  height: 80px;
  margin-top: 20px;
}
.instagram .entry .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.instagram .entry .item__txt {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: calc(24 / (1.6 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.instagram .entry .item .bold {
  font-weight: bold;
}
.instagram .entry__attention {
  font-size: 1.2rem;
  line-height: calc(22 / (1.2 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.instagram .entry__attention:first-of-type {
  margin-top: 20px;
}
.instagram .hashtag {
  padding-top: 40px;
  padding-bottom: 100px;
}
.instagram .hashtag .smarthash_more_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  padding: 0;
  border-radius: 0;
  transition: all 0.4s;
}
.instagram .hashtag .smarthash_more_btn:hover {
  -webkit-transition: all 0.4s;
  background-color: #968b42;
  color: #fff;
  transition: all 0.4s;
}

.lekarka-hotel {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel {
    margin-top: -60px;
  }
}
.lekarka-hotel__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 80px;
}
.lekarka-hotel .lekarka-hotel-fv {
  max-width: none;
  max-height: none;
}
.lekarka-hotel .lekarka-hotel-fv__container {
  position: relative;
}
.lekarka-hotel .lekarka-hotel-fv__img {
  display: block;
  position: relative;
  width: 100vw;
  min-height: 600px;
  padding-top: 56%;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lekarka-hotel-fv__img {
    min-height: auto;
    max-height: 650px;
    padding-top: 0;
  }
}
.lekarka-hotel .lekarka-hotel-fv__img source,
.lekarka-hotel .lekarka-hotel-fv__img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lekarka-hotel-fv__img source,
  .lekarka-hotel .lekarka-hotel-fv__img img {
    position: static;
    height: 100%;
    min-height: auto;
    max-height: 650px;
  }
}
.lekarka-hotel .lekarka-hotel-fv__wrapper {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lekarka-hotel-fv__wrapper {
    width: 100%;
  }
}
.lekarka-hotel .lekarka-hotel-fv__logo {
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lekarka-hotel .lekarka-hotel-fv__logo {
    max-width: 300px;
  }
}
.lekarka-hotel .lekarka-hotel-fv__logo img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.lekarka-hotel .lekarka-hotel-fv__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 200px;
  gap: 50px;
}
@media screen and (max-width: 1260px) {
  .lekarka-hotel .lekarka-hotel-fv__lists {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .lekarka-hotel .lekarka-hotel-fv__lists {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lekarka-hotel-fv__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
  }
}
.lekarka-hotel .lekarka-hotel-fv .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.6s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 8px 30px 8px 20px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lekarka-hotel-fv .item__link {
    width: 110px;
    background: rgba(255, 255, 255, 0.4);
    color: #333;
    font-size: 1rem;
    line-height: calc(19 / (1 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0.05rem;
  }
}
.lekarka-hotel .lekarka-hotel-fv .item__link:hover {
  -webkit-transition: opacity 0.6s;
  opacity: 0.6;
  transition: opacity 0.6s;
}
.lekarka-hotel .lekarka-hotel-fv .item__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 45%;
  right: 15px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lekarka-hotel-fv .item__link::before {
    right: 10px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.lekarka-hotel .lekarka-hotel-fv__scroll {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.lekarka-hotel .lekarka-hotel-fv__scroll img {
  -o-object-fit: contain;
  display: block;
  width: 35px;
  margin: 0 auto;
  object-fit: contain;
}
.lekarka-hotel .lekarka-hotel-fv__scroll::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
.lekarka-hotel .lekarka-hotel-fv__txt {
  margin-top: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
  text-align: center;
}
.lekarka-hotel .lead {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lead {
    padding: 50px 0;
  }
}
.lekarka-hotel .lead__ttl {
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lead__ttl {
    max-width: 275px;
    padding: 0 15px;
  }
}
.lekarka-hotel .lead__ttl img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.lekarka-hotel .lead__txt {
  margin-top: 45px;
  font-size: 1.4rem;
  line-height: calc(32 / (1.4 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .lead__txt {
    margin-top: 30px;
    font-size: 1rem;
    line-height: calc(21 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .date {
  position: relative;
  height: 600px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .date {
    height: auto;
    min-height: 400px;
    padding: 50px 0;
  }
}
.lekarka-hotel .date__bg-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.lekarka-hotel .date__bg-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lekarka-hotel .date__container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 60px 30px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .date__container {
    padding: 50px 15px;
  }
}
.lekarka-hotel .date__ttl {
  width: 100%;
  max-width: 307px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .date__ttl {
    max-width: 225px;
  }
}
.lekarka-hotel .date__ttl img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.lekarka-hotel .date__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: calc(26 / (1.6 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .date__txt {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: calc(24 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .order {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .order {
    padding: 50px 0;
  }
}
.lekarka-hotel .order__ttl {
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .order__ttl {
    max-width: 108px;
  }
}
.lekarka-hotel .order__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .order__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 25px auto 0;
  }
}
.lekarka-hotel .order .lists__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  height: 180px;
  background: linear-gradient(140deg, rgb(126, 93, 61) 0%, rgb(137, 105, 72) 10%, rgb(167, 137, 102) 30%, rgb(202, 174, 137) 50%, rgb(202, 174, 137) 100%);
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .order .lists__item {
    max-width: 300px;
    height: 125px;
  }
}
.lekarka-hotel .order .item__date {
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(32 / (1.6 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .order .item__date {
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .order .item__ttl {
  margin-top: 25px;
  color: #fff;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: calc(24 / (2.4 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .order .item__ttl {
    margin-top: 22px;
    font-size: 1.7rem;
    line-height: calc(18 / (1.7 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .order__attention {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .order__attention {
    max-width: 300px;
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0.05rem;
  }
}
.lekarka-hotel .schedule {
  padding: 100px 0;
  background: linear-gradient(140deg, rgb(126, 93, 61) 0%, rgb(137, 105, 72) 10%, rgb(167, 137, 102) 30%, rgb(202, 174, 137) 50%, rgb(202, 174, 137) 100%);
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule {
    padding: 50px 0;
  }
}
.lekarka-hotel .schedule__ttl {
  color: #fff;
  font-weight: 400;
  font-size: 5rem;
  line-height: calc(50 / (5 * 10));
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule__ttl {
    font-size: 3.5rem;
    line-height: calc(35 / (3.5 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .schedule__lists {
  margin-top: 40px;
}
.lekarka-hotel .schedule .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.lekarka-hotel .schedule .lists__item .item__content {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .lists__item .item__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .lists__item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.lekarka-hotel .schedule .lists__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .lists__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.lekarka-hotel .schedule .lists__item:nth-of-type(2n) .item__content {
  padding: 50px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .lists__item:nth-of-type(2n) .item__content {
    padding: 0;
  }
}
.lekarka-hotel .schedule .item__img {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item__img {
    width: 100%;
    height: auto;
  }
}
.lekarka-hotel .schedule .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lekarka-hotel .schedule .item__content {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item__content {
    padding: 0;
  }
}
.lekarka-hotel .schedule .item__ttl {
  color: #fff;
  font-size: 4.6rem;
  line-height: calc(46 / (4.6 * 10));
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item__ttl {
    font-size: 3.2rem;
    line-height: calc(32 / (3.2 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.lekarka-hotel .schedule .item__ttl span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: calc(19 / (1.9 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item__ttl span {
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: calc(13 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .schedule .item__data {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item__data {
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.lekarka-hotel .schedule .item .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lekarka-hotel .schedule .item .data__box:not(:first-of-type) {
  margin-top: 15px;
}
.lekarka-hotel .schedule .item .data__ttl {
  width: 135px;
  color: #fff;
  font-size: 1.8rem;
  line-height: calc(18 / (1.8 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item .data__ttl {
    width: 100px;
    font-size: 1.3rem;
    line-height: calc(13 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .schedule .item .data__ttl.stay {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item .data__ttl.stay {
    width: 180px;
  }
}
.lekarka-hotel .schedule .item .data__content {
  width: calc(100% - 135px);
  padding-left: 45px;
  color: #fff;
  font-size: 1.8rem;
  line-height: calc(18 / (1.8 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item .data__content {
    width: calc(100% - 100px);
    font-size: 1.3rem;
    line-height: calc(13 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .schedule .item .data__content.stay {
  width: calc(100% - 245px);
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .schedule .item .data__content.stay {
    width: calc(100% - 180px);
    padding-left: 15px;
  }
}
.lekarka-hotel .plan {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan {
    padding: 50px 0;
  }
}
.lekarka-hotel .plan__container {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.lekarka-hotel .plan .lists__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.lekarka-hotel .plan .lists__item:not(:first-of-type) {
  margin-top: 80px;
}
.lekarka-hotel .plan .lists__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan .lists__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.lekarka-hotel .plan .item__content {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan .item__content {
    width: 100%;
    margin-top: 25px;
  }
}
.lekarka-hotel .plan .item__img {
  width: calc(100% - 300px);
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan .item__img {
    width: 100%;
    max-width: none;
  }
}
.lekarka-hotel .plan .item__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.lekarka-hotel .plan .item__ttl {
  font-size: 2.8rem;
  line-height: calc(46 / (2.8 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan .item__ttl {
    font-size: 2rem;
    line-height: calc(32 / (2 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .plan .item__txt {
  font-size: 1.8rem;
  line-height: calc(48 / (1.8 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan .item__txt {
    font-size: 1.3rem;
    line-height: calc(34 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .plan .item__price {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: calc(24 / (1.6 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .lekarka-hotel .plan .item__price {
    font-size: 1.2rem;
    line-height: calc(30 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.lekarka-hotel .plan .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 40px;
  margin-top: 100px;
  padding: 0 20px;
  background: linear-gradient(140deg, rgb(126, 93, 61) 0%, rgb(137, 105, 72) 10%, rgb(167, 137, 102) 30%, rgb(202, 174, 137) 50%, rgb(202, 174, 137) 100%);
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1000px) {
  .lekarka-hotel .plan .item__link {
    max-width: 190px;
    margin-top: 30px;
  }
}
.lekarka-hotel .plan .item__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.lekarka-hotel .plan .item__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.mothersday .fv {
  width: 100%;
  max-width: none;
  max-height: none;
}
@media screen and (max-width: 768px) {
  .mothersday .fv__container {
    max-height: none;
  }
}
.mothersday .fv__img {
  width: 100%;
}
.mothersday .fv__img source,
.mothersday .fv__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 435px;
  object-fit: cover;
}
.mothersday .gift {
  padding: 100px 0 126px;
  background: url("../images/mothersday/gift@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .mothersday .gift {
    background-position: -600px;
  }
}
@media screen and (max-width: 768px) {
  .mothersday .gift {
    padding: 43px 0 87.2vw;
    background: url("../images/mothersday/gift-sp@2x.png") center/cover no-repeat;
  }
}
.mothersday .gift__ttl {
  font-weight: 100;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mothersday .gift__ttl {
    font-size: 2.5rem;
    line-height: calc(25 / (2.5 * 10));
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
.mothersday .gift__sub-ttl {
  margin-top: 30px;
  font-weight: 100;
  font-size: 2rem;
  line-height: calc(28 / (2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mothersday .gift__sub-ttl {
    margin-top: 23px;
    font-size: 1.6rem;
    line-height: calc(21 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .gift__txt {
  margin-top: 36px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mothersday .gift__txt {
    margin-top: 27px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .set {
  padding: 110px 0 80px;
  background: url("../images/mothersday/set-bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .mothersday .set {
    padding: 43px 0 40px;
  }
}
.mothersday .set__container {
  max-width: 980px;
  margin: 0 auto;
}
.mothersday .set__ttl {
  font-weight: 100;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mothersday .set__ttl {
    font-size: 2.5rem;
    line-height: calc(25 / (2.5 * 10));
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
.mothersday .set__sub-ttl {
  display: block;
  margin-top: 17.5px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mothersday .set__sub-ttl {
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .set__lists {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .mothersday .set__lists {
    margin-top: 30px;
  }
}
.mothersday .set .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mothersday .set .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mothersday .set .lists__item:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mothersday .set .lists__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.mothersday .set .item__img {
  width: calc(100% - 460px);
}
@media screen and (max-width: 768px) {
  .mothersday .set .item__img {
    width: 100%;
  }
}
.mothersday .set .item__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.mothersday .set .item__content {
  width: 60%;
  max-width: 460px;
  padding: 52px 50px 52px 0;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item__content {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0 15px 30px;
  }
}
.mothersday .set .item__ttl {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: calc(40 / (2.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item__ttl {
    font-size: 1.7rem;
    line-height: calc(32 / (1.7 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0.03em;
  }
}
.mothersday .set .item__benefit {
  display: inline-block;
  margin-top: 15px;
  padding: 8px;
  background-color: #eceded;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item__benefit {
    font-size: 1.1rem;
    line-height: calc(11 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .set .item__price {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item__price {
    font-size: 1.1rem;
    line-height: calc(11 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .set .item__txt {
  margin-top: 31px;
  font-size: 1.2rem;
  line-height: calc(24 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item__txt {
    margin-top: 26px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .set .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 40px;
  margin-top: 30px;
  padding: 0 20px;
  background-color: #434748;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item__link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .mothersday .set .item__link {
    max-width: 168px;
  }
}
.mothersday .set .item__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.mothersday .set .item__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.mothersday .set .item__limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  font-weight: 500;
}
.mothersday .set .item .limit__ttl {
  font-size: 1.2rem;
  line-height: calc(22 / (1.2 * 10));
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item .limit__ttl {
    font-size: 1.1rem;
    line-height: calc(20 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .set .item .limit__txt {
  font-size: 1.2rem;
  line-height: calc(22 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mothersday .set .item .limit__txt {
    font-size: 1.1rem;
    line-height: calc(20 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .attention {
  padding: 80px 0;
  background-color: #f0f0f0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .mothersday .attention {
    padding: 40px 0;
  }
}
.mothersday .attention__container {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 90px 75px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .mothersday .attention__container {
    padding: 50px 20px 42.5px;
  }
}
.mothersday .attention__ttl {
  font-weight: 300;
  font-size: 2rem;
  line-height: calc(28 / (2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mothersday .attention__ttl {
    font-size: 1.6rem;
    line-height: calc(21 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.mothersday .attention__data {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mothersday .attention__data {
    margin-top: 40px;
  }
}
.mothersday .attention .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mothersday .attention .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mothersday .attention .data__box:not(:first-of-type) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #eceded;
}
.mothersday .attention .data__ttl {
  width: 255px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mothersday .attention .data__ttl {
    width: 100%;
    text-align: center;
  }
}
.mothersday .attention .data__content {
  width: calc(100% - 255px);
  padding: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mothersday .attention .data__content {
    width: 100%;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.presale-fv {
  max-height: none;
}
@media screen and (max-width: 768px) {
  .presale-fv .content-padding {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .presale-fv__container {
    max-height: none;
  }
}
.presale-fv__img {
  display: block;
  width: 100%;
  height: auto;
}
.presale-fv__img img,
.presale-fv__img source {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presale-fv__txt {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .presale-fv__txt {
    margin: 30px auto 0;
    padding: 0 20px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.presale-fv__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 22px 10px;
  border: 2px solid #eceded;
}
@media screen and (max-width: 768px) {
  .presale-fv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 225px;
    margin-top: 30px;
    padding: 30px 35px;
  }
}
.presale-fv .box__ttl {
  display: block;
  font-size: 1.8rem;
  line-height: calc(28 / (1.8 * 10));
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.presale-fv .box__img {
  width: 200px;
  height: 85px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .presale-fv .box__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .presale-fv .box__img {
    margin-top: 25px;
    margin-left: 0;
  }
}
.presale-fv .box__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.presale .presale-product {
  padding-top: 60px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .presale .presale-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.presale .presale-product__container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.presale .presale-product__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 90px 20px;
}
@media screen and (max-width: 599px) {
  .presale .presale-product__lists {
    gap: 40px;
  }
}
.presale .presale-product .lists__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .presale .presale-product .lists__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .presale .presale-product .lists__item {
    width: 100%;
  }
}
.presale .presale-product .item__img {
  display: block;
  width: 100%;
  min-height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .presale .presale-product .item__img {
    height: auto;
    min-height: auto;
  }
}
.presale .presale-product .item__img img {
  -webkit-transition: -webkit-transform 1s;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.presale .presale-product .item__img:hover img {
  -webkit-transition: -webkit-transform 1s;
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.presale .presale-product .item__img.best, .presale .presale-product .item__img.homme {
  position: relative;
}
.presale .presale-product .item__img.best::before, .presale .presale-product .item__img.homme::before {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .presale .presale-product .item__img.best::before, .presale .presale-product .item__img.homme::before {
    top: 4px;
    right: 4px;
  }
}
.presale .presale-product .item__img.best::before {
  width: 50px;
  height: 50px;
  background-image: url(../images/presale/best@2x.png);
}
@media screen and (max-width: 768px) {
  .presale .presale-product .item__img.best::before {
    width: 40px;
    height: 40px;
  }
}
.presale .presale-product .item__img.homme::before {
  width: 50px;
  height: 15px;
  background-image: url(../images/presale/homme@2x.png);
}
@media screen and (max-width: 768px) {
  .presale .presale-product .item__img.homme::before {
    width: 40px;
  }
}
.presale .presale-product .item__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  padding: 20px 0 10px;
  overflow: hidden;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .presale .presale-product .item__ttl {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.presale .presale-product .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border: 1px solid #434748;
  background-color: #434748;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .presale .presale-product .item__link {
    margin-top: 10px;
  }
}
.presale .presale-product .item__link:hover {
  -webkit-transition: all 0.4s;
  background-color: #fff;
  color: #434748;
  transition: all 0.4s;
}
.presale .num_quantity {
  margin-top: 10px;
}
.presale .num_quantity dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.presale .num_quantity dt {
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.presale .soldout {
  min-height: 24px;
  margin-top: 10px;
  text-align: center;
}
.presale .soldout em {
  font-size: 1.2rem;
  line-height: calc(24 / (1.2 * 10));
  letter-spacing: 0.1em;
}

.product-detail {
  padding: 100px 0;
}
.product-detail div#productscolumn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.product-detail .t_cartbtn {
  background-color: #968b42;
}
.product-detail div#detailrightblock .numarea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-detail div#detailphotoblock {
  margin-top: 24px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product-detail div#detailphotoblock {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-detail {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.product-detail .display-none {
  display: none;
}
.product-detail .content-width {
  max-width: 980px;
}
.product-detail .common__ttl {
  position: relative;
  font-weight: 200;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.product-detail .common__ttl span {
  position: relative;
  padding: 0 30px;
  background-color: #fff;
}
.product-detail .common__ttl::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(67, 71, 72, 0.1);
  content: "";
}
.product-detail .related-product__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .product-detail .related-product__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-detail .related-product__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.5s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 95px;
  padding-right: 40px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .product-detail .related-product__link {
    width: 100%;
  }
}
.product-detail .related-product__link:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .product-detail .related-product__link:not(:first-of-type) {
    margin: 10px 0 0 0;
  }
}
.product-detail .related-product__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.product-detail .related-product__link::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #434748;
  border-bottom: 1px solid #434748;
  content: "";
}
.product-detail .related-product__link span {
  max-width: 250px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: calc(22 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.product-detail .related-product__img {
  width: 75px;
  height: 75px;
}
.product-detail .related-product__img img {
  -o-object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail .about {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .product-detail .about {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .about__section-ttl::before {
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: calc(100% - 30px);
    transform: translateX(-50%) translateY(-50%);
  }
}
.product-detail .about__txt {
  margin-top: 30px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(20 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-detail .about__txt {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: calc(18 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .about__wrapper {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .product-detail .about__wrapper {
    padding: 0 15px;
  }
}
.product-detail .about__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-detail .about__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-detail .about__img {
  width: 48%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .product-detail .about__img {
    width: 100%;
  }
}
.product-detail .about__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .about__content {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .product-detail .about__content {
    width: 100%;
    margin-top: 60px;
  }
}
.product-detail .about__category {
  padding: 5px 25px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.product-detail .about__ttl {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 3rem;
  line-height: calc(30 / (3 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-detail .about__ttl {
    font-size: 2.1rem;
    line-height: calc(25 / (2.1 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .about__sub-ttl {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.product-detail .about__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.product-detail .about__timing {
  display: block;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.product-detail .about__timing-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-detail .about__timing-img--morning, .product-detail .about__timing-img--night {
  width: 23px;
  height: 23px;
  margin-left: 25px;
}
.product-detail .about__timing-img--morning img, .product-detail .about__timing-img--night img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.product-detail .about__timing-img--night {
  width: 18px;
  height: 18px;
}
.product-detail .about__attention {
  display: inline-block;
  margin-top: 50px;
  font-size: 1rem;
  line-height: calc(10 / (1 * 10));
  letter-spacing: 0.1em;
}
.product-detail .about__recommend {
  margin-top: 50px;
  padding: 40px;
  background-color: rgba(67, 71, 72, 0.08);
}
@media screen and (max-width: 768px) {
  .product-detail .about__recommend {
    padding: 20px 10px;
  }
}
.product-detail .about .recommend__ttl {
  font-size: 1.6rem;
  line-height: calc(26 / (1.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.product-detail .about .recommend__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}
.product-detail .about .recommend .lists__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  background-color: #fff;
}
.product-detail .about .recommend .item__img {
  width: 18px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .product-detail .about .recommend .item__img {
    width: 15px;
    height: 12px;
  }
}
.product-detail .about .recommend .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.product-detail .about .recommend .item__txt {
  width: calc(100% - 18px);
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: calc(24 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-detail .about .recommend .item__txt {
    width: calc(100% - 15px);
    margin-left: 15px;
    font-size: 1.1rem;
    line-height: calc(21 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .explain {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .product-detail .explain {
    padding-top: 50px;
  }
}
.product-detail .explain__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product-detail .explain__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-detail .explain__img {
  width: 50%;
  max-width: 485px;
}
@media screen and (max-width: 768px) {
  .product-detail .explain__img {
    width: 100%;
  }
}
.product-detail .explain__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .explain__content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-detail .explain__content {
    width: 100%;
  }
}
.product-detail .explain__category {
  padding: 5px 25px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.product-detail .explain__ttl {
  width: 100%;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-detail .explain__ttl {
    font-size: 2rem;
    line-height: calc(28 / (2 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .explain__sub-ttl {
  display: block;
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: calc(40 / (1.8 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-detail .explain__sub-ttl {
    font-size: 1.5rem;
    line-height: calc(20 / (1.5 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .explain__txt {
  margin-top: 15px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-detail .explain__txt {
    font-size: 1.2rem;
    line-height: calc(20 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .point {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .product-detail .point {
    padding-top: 50px;
  }
}
.product-detail .point__head-img {
  width: 100%;
  margin-bottom: -55px;
  background-color: rgba(67, 71, 72, 0.08);
}
.product-detail .point__head-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .point__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  padding-bottom: 50px;
  gap: 50px;
  background-color: rgba(67, 71, 72, 0.08);
}
@media screen and (max-width: 768px) {
  .product-detail .point__container {
    padding: 0 10px;
    padding-bottom: 25px;
    gap: 25px;
  }
}
.product-detail .point__wrapper {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .product-detail .point__wrapper {
    padding: 25px;
  }
}
.product-detail .point__ttl {
  font-weight: 200;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-detail .point__ttl {
    font-size: 2.2rem;
    line-height: calc(24 / (2.2 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .point__sub-ttl {
  margin-top: 50px;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: calc(36 / (2.6 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .product-detail .point__sub-ttl {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: calc(22 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .point__txt {
  margin-top: 30px;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(30 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: justify;
}
.product-detail .point__txt strong {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, rgba(150, 124, 12, 0.25)), color-stop(80%, transparent));
  background: linear-gradient(transparent 0% 35%, rgba(150, 124, 12, 0.25) 35% 80%, transparent 80% 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .point__txt {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: calc(22 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.product-detail .point__img {
  width: 100%;
  margin-top: 50px;
}
.product-detail .point__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .product-detail .point__img {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.product-detail .point__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product-detail .point__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-detail .point .howto__txt {
  max-width: 473px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .product-detail .point .howto__txt {
    max-width: none;
  }
}
.product-detail .point .howto__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 473px);
  margin-top: 30px;
  padding-left: 50px;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .product-detail .point .howto__img-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
}
.product-detail .point .howto__img {
  width: 120px;
  height: 120px;
}
.product-detail .point .howto__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-detail .point .step__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 84px);
    margin-top: 15px;
  }
}
.product-detail .point .step .lists__item {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .lists__item {
    width: 100%;
  }
}
.product-detail .point .step .item__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  transition: opacity 0.5s;
}
.product-detail .point .step .item__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .item__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.product-detail .point .step .item__img {
  width: 100%;
  height: 220px;
}
.product-detail .point .step .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .item__img {
    width: 100px;
    height: 120px;
  }
}
.product-detail .point .step .item__ttl {
  margin-top: 15px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(22 / (1.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .item__ttl {
    margin-left: 5px;
    white-space: nowrap;
  }
}
.product-detail .point .step__flow-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step__flow-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    flex-direction: column;
    order: -1;
    margin-top: 15px;
  }
}
.product-detail .point .step .f-lists__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16.6666666667% + 10px);
  height: 66px;
  margin-left: -10px;
  background-color: #434748;
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .f-lists__item {
    -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    width: 84px;
    height: 135px;
    margin-top: -10px;
    margin-left: 0;
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  }
}
.product-detail .point .step .f-lists__item:first-child {
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  margin-left: 0;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .f-lists__item:first-child {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
  }
}
.product-detail .point .step .f-lists__item:last-child {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .f-lists__item:last-child {
    -webkit-clip-path: polygon(0% 0%, 50% 15%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 50% 15%, 100% 0, 100% 100%, 0% 100%);
  }
}
.product-detail .point .step .f-lists .item__txt {
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(22 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-detail .point .step .f-lists .item__txt {
    letter-spacing: 0.08em;
  }
}
.product-detail .point .banner {
  -webkit-transition: opacity 0.5s;
  display: block;
  padding: 0;
  transition: opacity 0.5s;
}
.product-detail .point .banner:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.product-detail .point .banner img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.product-detail .detail {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .product-detail .detail {
    padding-top: 0;
  }
}
.product-detail .detail .lists__item {
  border: 1px solid rgba(67, 71, 72, 0.1);
  border-bottom: none;
  cursor: pointer;
}
.product-detail .detail .lists__item:last-child {
  border-bottom: 1px solid rgba(67, 71, 72, 0.1);
}
.product-detail .detail .item__ttl-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
  height: 100%;
  padding: 20px 0;
}
.product-detail .detail .item__ttl-box::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
.product-detail .detail .item__ttl-box::after {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.product-detail .detail .item__ttl-box.is-open::after {
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.product-detail .detail .item__ttl {
  margin-left: 30px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: calc(16 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.product-detail .detail .item__content {
  display: none;
  padding: 30px;
  border-top: 1px solid rgba(67, 71, 72, 0.1);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: calc(26 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.product-detail .detail .c-lists__item:not(:first-child) {
  margin-top: 30px;
}
.product-detail .detail .c-lists .item__content-ttl {
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.product-detail .detail .c-lists .item__content-txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.product-detail .detail .a-lists__item:not(:first-child) {
  margin-top: 30px;
}
.product-detail .detail .a-lists .item__content-txt {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
}
.product-detail .detail .a-lists .item__content-txt::before {
  position: absolute;
  left: 0;
  content: "※";
}

.product_detail_b .point__container,
.product_detail_c .point__container,
.product_detail_d .point__container {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .product_detail_b .point__container,
  .product_detail_c .point__container,
  .product_detail_d .point__container {
    padding-top: 25px;
  }
}
.product_detail_b .point .howto__txt,
.product_detail_c .point .howto__txt,
.product_detail_d .point .howto__txt {
  max-width: none;
}

.product-detail .point .no-image .howto__txt {
  max-width: none;
}

.p-product-detail .product__image {
  width: 100%;
}

.product_detail_d .collaboration_prf {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .product_detail_d .collaboration_prf span.explain__sub-ttl {
    margin-top: 30px;
  }
}
.product_detail_d .collaboration_prf_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_detail_d a.collaboration_prf_sns {
  font-size: 80%;
}

.product-list-homme {
  /* スマホ縦から以上 */
  /* PC タブレット横用 */
  /* タブレット用 */
  /* スマ－トフォン横用 */
  /* スマ－トフォン縦用 */
  background-color: #000;
}
.product-list-homme .fv_wrap {
  position: relative;
  width: 100%;
  min-height: 90.5%;
}
.product-list-homme .fv_wrap div.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/product-list-homme/fv.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-list-homme .section_wrap {
  color: #211917;
  font-family: "Noto Serif JP", serif;
}
.product-list-homme .section_wrap .ti_wrap {
  margin-bottom: 90px;
  text-align: center;
}
.product-list-homme .section_wrap .ti_wrap h2 {
  margin-bottom: 30px;
  font-size: 240%;
  line-height: 1.8;
  letter-spacing: 8px;
}
.product-list-homme .section_wrap .ti_wrap p {
  font-weight: 100;
  font-size: 120%;
  line-height: 2;
  letter-spacing: 2px;
}
.product-list-homme .section_wrap.sec_intro {
  padding: 100px 0;
  background-image: url(../images/product-list-homme/bg_intro.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #221c36;
  color: #d6d1cb;
}
.product-list-homme .section_wrap.sec_intro .items_wrap {
  padding: 0 50px;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items {
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items:not(:last-child) {
  margin-bottom: -50px;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items:nth-child(1) {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 479px) {
  .product-list-homme .onoff_wrap_sp {
    display: none;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items figure {
  width: 52%;
  text-align: left;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items:nth-child(even) figure {
  text-align: right;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div {
  width: 48%;
  font-weight: 100;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 230%;
  line-height: 1.5;
  letter-spacing: 4px;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div p {
  margin-bottom: 30px;
  font-size: 110%;
  line-height: 1.8;
  letter-spacing: 2px;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div dl {
  margin-bottom: 40px;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div dl dt {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 200%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 4px;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div dl dd {
  margin-bottom: 10px;
  font-size: 110%;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div a {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 1s;
  display: inline-block;
  padding: 15px 66px;
  border: 1px solid #d6d1cb;
  font-size: 130%;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 4px;
  text-align: center;
  transition: all 1s;
}
.product-list-homme .section_wrap.sec_intro .items_wrap .items > div a:hover {
  border: 1px solid #221c36;
  background-color: #d6d1cb;
  color: #221c36;
}
.product-list-homme .section_wrap.sec_mission {
  padding: 100px 0;
  background-image: url(../images/product-list-homme/bg_mission.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  color: #d7d2cc;
  text-align: center;
}
.product-list-homme .section_wrap.sec_mission .ti_wrap_eng {
  margin-bottom: 60px;
}
.product-list-homme .section_wrap.sec_mission .ti_wrap_eng h2 {
  margin-bottom: 15px;
  font-size: 440%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 5px;
}
.product-list-homme .section_wrap.sec_mission .txt p:first-child {
  margin-bottom: 40px;
}
.product-list-homme .section_wrap.sec_mission .txt p {
  font-weight: 100;
  font-size: 100%;
  line-height: 2;
  letter-spacing: 2px;
}
.product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper {
  padding: 80px 0;
  background-image: url(../images/product-list-homme/bg_onoff.jpg);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-list-homme .section_wrap.sec_onoff .onoff_wrap .lower {
  background-image: url(../images/product-list-homme/sec_onoff_bg2.gif);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-list-homme .section_wrap.sec_onoff {
  color: #d7d2cc;
}
.product-list-homme .section_wrap.sec_onoff .onoff {
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
}
.product-list-homme .section_wrap.sec_onoff .onoff > div {
  width: 38%;
  padding: 55px 0;
}
.product-list-homme .section_wrap.sec_onoff .onoff > div dl:not(:last-child) {
  margin-bottom: 30px;
}
.product-list-homme .section_wrap.sec_onoff .onoff > div dl dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d2cc;
  font-style: italic;
  font-weight: 500;
  font-size: 170%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}
.product-list-homme .section_wrap.sec_onoff .onoff > div dl dd {
  font-weight: 100;
}
.product-list-homme .section_wrap.sec_exp {
  padding: 90px 0;
  background-image: url(../images/product-list-homme/bg_exp.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  color: #d7d2cc;
}
.product-list-homme .section_wrap.sec_exp .ti_wrap {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .product-list-homme .container {
    width: 94%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items {
    margin-bottom: -30px;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items figure {
    width: 46%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items > div {
    font-size: 1.3vw;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .product-list-homme .container {
    width: 94%;
    margin: 0 auto;
  }
  .product-list-homme .section_wrap.sec_intro {
    padding: 60px 0;
  }
  .product-list-homme .section_wrap .ti_wrap h2 {
    margin-bottom: 30px;
    font-size: 190%;
  }
  .product-list-homme .section_wrap .ti_wrap p {
    font-size: 110%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items:not(:last-child) {
    margin-bottom: 30px;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items figure {
    width: 46%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items > div {
    font-size: 1.3vw;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff {
    padding: 0 50px;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper {
    padding: 40px 0;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper ul li img {
    max-width: 70%;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper ul li:last-child {
    text-align: right;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .lower {
    font-size: 1.7vw;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff > div {
    padding: 35px 0;
  }
  .product-list-homme .section_wrap.sec_mission {
    padding: 60px 0;
  }
  .product-list-homme .section_wrap.sec_mission .ti_wrap_eng {
    margin-bottom: 40px;
  }
  .product-list-homme .section_wrap.sec_mission .ti_wrap_eng h2 {
    font-size: 390%;
  }
  .product-list-homme .section_wrap.sec_exp {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product-list-homme .container {
    width: 96%;
    margin: 0 auto;
  }
  .product-list-homme .section_wrap.sec_intro {
    padding: 60px 0;
  }
  .product-list-homme .section_wrap .ti_wrap {
    margin-bottom: 60px;
  }
  .product-list-homme .section_wrap .ti_wrap h2 {
    margin-bottom: 30px;
    font-size: 4.2vw;
  }
  .product-list-homme .section_wrap .ti_wrap p {
    font-size: 110%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items:not(:last-child) {
    margin-bottom: 30px;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items figure {
    width: 46%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items > div {
    font-size: 1.3vw;
  }
  .product-list-homme .section_wrap.sec_mission .ti_wrap_eng h2 {
    font-size: 8vw;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff {
    padding: 0 50px;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper {
    padding: 40px 0;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper ul li img {
    max-width: 80%;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .upper ul li:last-child {
    text-align: right;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap .lower {
    font-size: 1.7vw;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff > div {
    padding: 35px 0;
  }
  .product-list-homme .section_wrap.sec_mission {
    padding: 60px 0;
  }
  .product-list-homme .section_wrap.sec_mission .ti_wrap_eng {
    margin-bottom: 40px;
  }
  .product-list-homme .section_wrap.sec_mission .ti_wrap_eng h2 {
    font-size: 390%;
  }
  .product-list-homme .section_wrap.sec_exp {
    padding: 60px 0;
  }
  .product-list-homme a.top {
    bottom: 5vw;
  }
  .product-list-homme a.top img {
    width: 50px;
    height: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .product-list-homme .br_sp {
    display: block;
  }
  .product-list-homme .tot,
  .product-list-homme .header_sp_wrap .header_pc {
    display: none;
  }
  .product-list-homme .upper_tot {
    padding: 4px 0;
  }
  .product-list-homme .container {
    width: 94%;
    margin: 0 auto;
  }
  .product-list-homme .fv_wrap {
    position: relative;
    min-height: 84.5%;
  }
  .product-list-homme .fv_wrap div.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(//www.rakuten.ne.jp/gold/lekarkahomme/img/main/fv_sp.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product-list-homme .fv_wrap img {
    display: none;
  }
  .product-list-homme .section_wrap.sec_intro {
    padding: 60px 0;
  }
  .product-list-homme .section_wrap .ti_wrap {
    margin-bottom: 40px;
  }
  .product-list-homme .section_wrap .ti_wrap h2 {
    font-size: 4.8vw;
  }
  .product-list-homme .section_wrap .ti_wrap p {
    font-size: 3.5vw;
  }
  .product-list-homme .section_wrap.sec_intro {
    background-image: url(//www.rakuten.ne.jp/gold/lekarkahomme/img/main/bg_intro_sp.jpg);
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap {
    padding: 0 5%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items:not(:last-child) {
    margin-bottom: 50px;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items figure,
  .product-list-homme .section_wrap.sec_intro .items_wrap .items > div {
    width: 100%;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items figure {
    margin-bottom: 30px;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items > div {
    font-size: 3.4vw;
  }
  .product-list-homme .section_wrap.sec_intro .items_wrap .items > div a {
    padding: 15px 55px;
    font-size: 110%;
  }
  .product-list-homme .section_wrap.sec_mission {
    padding: 60px 0;
    background-image: url(//www.rakuten.ne.jp/gold/lekarkahomme/img/main/bg_mission_sp.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
  }
  .product-list-homme .section_wrap.sec_mission .ti_wrap_eng h2 {
    font-size: 11vw;
  }
  .product-list-homme .section_wrap.sec_mission .txt p {
    font-size: 3.1vw;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap {
    display: none;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff {
    display: block;
    padding: 0;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div {
    width: 100%;
    padding: 0 0 50px;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div > div {
    padding: 40px 0 70px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div > div img {
    max-width: 70%;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div > dl {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div.on {
    background-color: #221c36;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div.on > div {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    background-image: url(//www.rakuten.ne.jp/gold/lekarkahomme/img/main/bg_on.jpg);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div.off {
    background-color: #595587;
  }
  .product-list-homme .section_wrap.sec_onoff .onoff_wrap_sp .onoff > div.off > div {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    background-image: url(//www.rakuten.ne.jp/gold/lekarkahomme/img/main/bg_off.jpg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  }
  .product-list-homme .section_wrap.sec_exp {
    padding: 60px 0;
    background-image: url(//www.rakuten.ne.jp/gold/lekarkahomme/img/main/bg_exp_sp.jpg);
  }
  .product-list-homme .container {
    width: 96%;
    margin: 0 auto;
  }
  .product-list-homme .pc_only {
    display: none;
  }
  .product-list-homme .sp_only {
    display: inline;
  }
  .product-list-homme .btn_category a {
    font-size: 4vw;
  }
  .product-list-homme a.top {
    bottom: 5vw;
  }
  .product-list-homme a.top img {
    width: 50px;
    height: auto;
  }
  .product-list-homme .search_area input[type=text] {
    width: 76%;
  }
  .product-list-homme .search_area input[type=submit] {
    width: 14%;
  }
}
.product-list-homme .fadein {
  -webkit-transition: all 1500ms;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  transition: all 1500ms;
}
.product-list-homme .fadein.scrollin {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-list-homme .fv__img {
  width: 100%;
  height: calc(100vh - 80px);
}
@media screen and (max-width: 768px) {
  .product-list-homme .fv__img {
    max-height: 600px;
  }
}
.product-list-homme .fv__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list-homme .container {
  max-width: 1200px;
  margin: 0 auto;
}
.product-list-homme h2,
.product-list-homme h3,
.product-list-homme p {
  color: #d6d1cb;
  font-family: "Noto Serif JP", serif;
}
.product-list-homme .section_wrap .ti_wrap h2 {
  text-align: center;
}
.product-list-homme .section_wrap.sec_intro a {
  color: #d6d1cb;
}
.product-list-homme .section_wrap.sec_mission .ti_wrap_eng h2 {
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.product-list-homme .section_wrap.sec_mission .txt p {
  font-size: 16px;
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .product-list-homme .section_wrap.sec_mission .txt p {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .product-list-homme .section_wrap.sec_intro .items_wrap .items figure img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.product-list {
  background-image: url(../images/product-list/bg@2x.png);
  background-attachment: fixed;
}
.product-list .kv__container {
  max-width: 980px;
  margin: 0 auto;
}
.product-list .kv__img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product-list .kv__img {
    height: 400px;
  }
}
.product-list .kv__img picture img,
.product-list .kv__img picture source {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list .contents {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-list .contents {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.product-list .contents__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .product-list .contents__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-list .contents__wrapper-head {
  position: sticky;
  top: 150px;
  width: 48%;
  max-width: 430px;
  height: 796px;
}
@media screen and (max-width: 768px) {
  .product-list .contents__wrapper-head {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.product-list .contents__wrapper {
  width: 48%;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .product-list .contents__wrapper {
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
}
.product-list .contents__box {
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
.product-list .contents__ttl {
  position: relative;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: calc(46 / (3.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.product-list .contents__ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 40px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #000;
  content: "";
}
@media screen and (max-width: 768px) {
  .product-list .contents__ttl {
    font-size: 2.5rem;
    line-height: calc(35 / (2.5 * 10));
    letter-spacing: 0.1em;
  }
}
.product-list .contents__img {
  width: 100%;
  margin-top: 40px;
}
.product-list .contents__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-list .contents__list-ttl {
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: calc(24 / (1.6 * 10));
  letter-spacing: 0.1em;
}
.product-list .contents__list-ttl:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product-list .contents__list-ttl {
    max-width: 250px;
    font-size: 1.4rem;
    line-height: calc(20 / (1.4 * 10));
    letter-spacing: 0.1em;
  }
}
.product-list .contents__txt {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(24 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-list .contents__txt {
    max-width: 250px;
    font-size: 1.2rem;
    line-height: calc(18 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.product-list .contents__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 10px;
}
.product-list .contents .lists__item {
  background-color: #fff;
}
.product-list .contents .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: opacity 0.5s;
}
.product-list .contents .item__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.product-list .contents .item__img {
  width: 150px;
}
.product-list .contents .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .product-list .contents .item__img {
    width: 105px;
    height: 105px;
  }
}
.product-list .contents .item__content {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .product-list .contents .item__content {
    width: calc(100% - 105px);
  }
}
.product-list .contents .item__ttl {
  font-size: 1.4rem;
  line-height: calc(21 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-list .contents .item__ttl {
    font-size: 1.2rem;
    line-height: calc(18 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.product-list .contents .item__price {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product-list .contents .item__price {
    font-size: 1rem;
    line-height: calc(16 / (1 * 10));
    letter-spacing: 0.1em;
  }
}

.subscription {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
.subscription .section__ttl {
  position: relative;
  font-weight: 100;
  font-size: 4.2rem;
  line-height: calc(42 / (4.2 * 10));
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription .section__ttl {
    font-size: 3rem;
    line-height: calc(30 / (3 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .section__ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-ttl);
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .section__ttl::before {
    bottom: -20px;
    font-size: 1rem;
    line-height: calc(15 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .fv__container {
  position: relative;
}
.subscription .fv__img {
  display: block;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 768px) {
  .subscription .fv__img {
    height: 550px;
  }
}
.subscription .fv__img picture,
.subscription .fv__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 780px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .subscription .fv__img picture,
  .subscription .fv__img img {
    -o-object-position: top;
    height: 550px;
    object-position: top;
  }
}
.subscription .fv__content {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1070px;
  padding: 78px 20px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .subscription .fv__content {
    width: calc(100% - 40px);
    padding: 30px 15px;
  }
}
.subscription .fv__sub-ttl {
  margin-top: 70px;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription .fv__sub-ttl {
    margin-top: 50px;
    font-size: 1.3rem;
    line-height: calc(23 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .fv__txt {
  margin-top: 30px;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription .fv__txt {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .benefit {
  padding: 88px 0 100px;
}
@media screen and (max-width: 768px) {
  .subscription .benefit {
    padding: 40px 0 50px;
  }
}
.subscription .benefit__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .subscription .benefit__lists {
    margin-top: 45px;
  }
}
.subscription .benefit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
  border: 2px solid #eceded;
}
@media screen and (max-width: 768px) {
  .subscription .benefit__item {
    padding: 16px 20px;
    align-items: center;
  }
}
.subscription .benefit .item__num-box {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .subscription .benefit .item__num-box {
    width: 55px;
  }
}
.subscription .benefit .item__num {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-left: 5px;
  font-weight: 100;
  font-size: 6rem;
  line-height: calc(60 / (6 * 10));
  font-family: "Noto Sans Display", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .benefit .item__num {
    font-size: 3rem;
    line-height: calc(30 / (3 * 10));
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 0;
  }
}
.subscription .benefit .item__num::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-subttl);
  font-size: 1.6rem;
  line-height: calc(16 / (1.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .benefit .item__num::before {
    top: -13px;
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .benefit .item__num::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background: #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .subscription .benefit .item__num::after {
    width: 80%;
  }
}
.subscription .benefit .item__content {
  width: calc(100% - 85px);
  padding-left: 76.5px;
}
@media screen and (max-width: 768px) {
  .subscription .benefit .item__content {
    width: calc(100% - 55px);
    padding-left: 18px;
  }
}
.subscription .benefit .item__ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .benefit .item__ttl {
    font-size: 1.3rem;
    line-height: calc(19 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .benefit .item__txt {
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: calc(28 / (1.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .benefit .item__txt {
    font-size: 1rem;
    line-height: calc(16 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  padding: 98px 0 125px;
  background: url("../images/subscription/product-top-bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .subscription .product__ttl {
    height: 160px;
    padding: 50px 0;
  }
}
.subscription .product__ttl::before {
  bottom: 100px;
}
.subscription .product__link-lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1070px;
  margin: 100px auto 0;
  padding: 0 18px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .subscription .product__link-lists {
    margin-top: 30px;
    padding: 0 18px;
    gap: 10px;
  }
}
.subscription .product__link-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  height: 80px;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .subscription .product__link-item {
    width: 100%;
    height: 60px;
  }
}
.subscription .product__link-item .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 32px;
}
@media screen and (max-width: 768px) {
  .subscription .product__link-item .item__link {
    padding: 6px 17px;
  }
}
.subscription .product__link-item .item__link::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .subscription .product__link-item .item__link::before {
    width: 8px;
    height: 8px;
  }
}
.subscription .product__link-item .item__name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: calc(16 / (1.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .product__link-item .item__name {
    font-size: 1.2rem;
    line-height: calc(14 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product__link-item .item__num {
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 100;
  font-size: 4.2rem;
  line-height: calc(42 / (4.2 * 10));
  font-family: "Noto Sans Display", sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .subscription .product__link-item .item__num {
    padding-right: 34px;
    font-size: 2.3rem;
    line-height: calc(25 / (2.3 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product__link-item .item__num::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 6px;
  width: 40px;
  height: 1px;
  transform: translateY(-50%) rotate(-45deg);
  background: #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .subscription .product__link-item .item__num::before {
    right: 4px;
    width: 25px;
  }
}
.subscription .product__wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .subscription .product__wrapper {
    margin-top: 30px;
  }
}
.subscription .product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .subscription .product__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.subscription .product .item__content-box {
  position: relative;
  width: 50%;
  padding: 200px 20px;
}
@media screen and (max-width: 768px) {
  .subscription .product .item__content-box {
    width: 100%;
    padding: 50px 17px;
  }
}
.subscription .product .item__img-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .subscription .product .item__img-box {
    width: 100%;
  }
}
.subscription .product .c-item__content-lists {
  width: 100%;
}
.subscription .product .c-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subscription .product .c-item__img picture,
.subscription .product .c-item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscription .product .c-item__content {
  width: 100%;
  max-width: 490px;
  margin: 0 50px 0 auto;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__content {
    margin: 0 auto;
  }
}
.subscription .product .c-item__ttl-box {
  position: relative;
  padding: 85px 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__ttl-box {
    padding: 50px 10px 70px;
  }
}
.subscription .product .c-item__ttl-box span {
  position: absolute;
  top: 5px;
  left: 20px;
  font-weight: 100;
  font-size: 4.6rem;
  line-height: calc(46 / (4.6 * 10));
  font-family: "Noto Sans Display", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__ttl-box span {
    font-size: 2.7rem;
    line-height: calc(27 / (2.7 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product .c-item__ttl {
  position: relative;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: calc(38 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__ttl {
    font-size: 1.9rem;
    line-height: calc(22 / (1.9 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product .c-item__ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-ttl);
  font-size: 1.2rem;
  line-height: calc(28 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__ttl::before {
    bottom: -25px;
    font-size: 1rem;
    line-height: calc(16 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product .c-item__lead {
  margin-top: 128px;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: calc(44 / (2.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__lead {
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: calc(27 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product .c-item__txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__txt {
    margin-top: 14px;
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product .c-item__category-box {
  margin-top: 60px;
}
.subscription .product .c-item__category-lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.subscription .product .c-item__category-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #333;
}
.subscription .product .c-item__category-item span {
  font-size: 1.2rem;
  line-height: calc(28 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .product .c-item__category-item span {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product .i-item__box {
  -webkit-transition: all 1.6s;
  -webkit-transform: translateY(20px);
  position: absolute;
  bottom: 130px;
  left: 110px;
  width: 225px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.6s;
}
@media screen and (max-width: 1024px) {
  .subscription .product .i-item__box {
    left: 50px;
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .subscription .product .i-item__box {
    position: static;
    margin: 0 auto;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .subscription .product .i-item__box {
    margin: 0 auto;
  }
}
.subscription .product .i-item__box.first {
  opacity: 1;
}
.subscription .product .i-item__box.is-over {
  -webkit-transition: all 1.6s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 1.6s;
}
.subscription .product .i-item__box.product-06 {
  left: 50px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 1024px) {
  .subscription .product .i-item__box.product-06 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .subscription .product .i-item__box.product-06 {
    padding: 50px 0 130px;
  }
}
.subscription .product .i-item__img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .subscription .product .i-item__img {
    width: 100%;
  }
}
.subscription .product .i-item__img.product-01 {
  width: 164px;
}
.subscription .product .i-item__img.product-02 {
  width: 127px;
}
.subscription .product .i-item__img.product-03 {
  width: 180px;
}
.subscription .product .i-item__img.product-04 {
  width: 145px;
}
.subscription .product .i-item__img.product-05 {
  width: 160px;
}
.subscription .product .i-item__img.product-06 {
  width: 100%;
  max-width: 728px;
  margin-left: 0;
}
.subscription .product .i-item__img picture,
.subscription .product .i-item__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .subscription .product .i-item__img picture,
  .subscription .product .i-item__img img {
    display: block;
    margin: 0 auto;
  }
}
.subscription .product .i-item__content {
  position: relative;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .subscription .product .i-item__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px 0 40px;
  }
}
.subscription .product .i-item__content span {
  display: block;
  font-size: 1.2rem;
  line-height: calc(28 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .subscription .product .i-item__content.product-06 {
    padding-left: 50px;
  }
}
.subscription .product .i-item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
  display: none;
  z-index: 1;
  position: absolute;
  right: 40px;
  bottom: 40px;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  transform: translateY(-50%);
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .subscription .product .i-item__link {
    right: 10px;
    bottom: 80px;
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    line-height: calc(22 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .subscription .product .i-item__link {
    right: 15%;
    bottom: 80px;
    width: 70px;
    height: 70px;
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .product__item:nth-of-type(odd) .item__img-box {
  background: #f0f0f0;
}
.subscription .product__item:nth-of-type(even) .item__img-box {
  background: #dddede;
}
.subscription .product__item.is-over .item__img-box {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .subscription .product__item.is-over .item__img-box {
    position: static;
    height: auto;
  }
}
.subscription .product__item.is-over .i-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscription .product__item .i-item__box.is-over + .i-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscription .faq {
  padding-top: 85.5px;
}
@media screen and (max-width: 768px) {
  .subscription .faq {
    padding-top: 40px;
  }
}
.subscription .faq__lists {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .subscription .faq__lists {
    margin-top: 55px;
  }
}
.subscription .faq__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #eceded;
}
@media screen and (max-width: 768px) {
  .subscription .faq__item {
    padding-bottom: 20px;
  }
}
.subscription .faq__item:not(:first-of-type) {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .subscription .faq__item:not(:first-of-type) {
    padding-top: 20px;
  }
}
.subscription .faq__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.subscription .faq .item__question {
  cursor: pointer;
}
.subscription .faq .item__answer {
  display: none;
  margin-top: 24px;
}
.subscription .faq .item__ttl {
  position: relative;
  padding-left: 56px;
  font-weight: 200;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .faq .item__ttl {
    font-size: 1.6rem;
    line-height: calc(30 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .faq .item__ttl::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #f0f0f0;
  content: "";
}
@media screen and (max-width: 768px) {
  .subscription .faq .item__ttl::before {
    width: 25px;
    height: 25px;
  }
}
.subscription .faq .item__ttl::after {
  -webkit-transition: -webkit-transform 0.6s;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 25px;
  left: 20px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 768px) {
  .subscription .faq .item__ttl::after {
    top: 18px;
    left: 12px;
    width: 6px;
    height: 6px;
  }
}
.subscription .faq .item__txt {
  padding: 30px;
  background: #f0f0f0;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .faq .item__txt {
    padding: 15px;
    font-size: 1.2rem;
    line-height: calc(22 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .faq .item__question.is-active .item__ttl::after {
  -webkit-transition: -webkit-transform 0.6s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.subscription .ad-fv__container {
  position: relative;
}
.subscription .ad-fv__img {
  display: block;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__img {
    height: auto;
    max-height: 1000px;
  }
}
.subscription .ad-fv__img picture,
.subscription .ad-fv__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 780px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__img picture,
  .subscription .ad-fv__img img {
    -o-object-position: bottom;
    height: auto;
    max-height: 1000px;
    object-position: bottom;
  }
}
.subscription .ad-fv__content {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__content {
    -webkit-transform: translateX(-50%);
    top: 35px;
    width: 100%;
    transform: translateX(-50%);
  }
}
.subscription .ad-fv__ttl {
  position: relative;
  color: #fff;
  font-weight: 100;
  font-size: 4.2rem;
  line-height: calc(42 / (4.2 * 10));
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__ttl {
    font-size: 3rem;
    line-height: calc(30 / (3 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.subscription .ad-fv__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: attr(data-ttl);
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__ttl::before {
    -webkit-transform: translateX(-50%);
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    line-height: calc(15 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .ad-fv__sub-ttl {
  margin-top: 70px;
  color: #fff;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.3rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__sub-ttl {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: calc(28 / (1.6 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .subscription .ad-fv__sub-ttl {
    font-size: 1.3rem;
    line-height: calc(23 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .ad-fv__txt {
  margin-top: 30px;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__txt {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: calc(20 / (1.2 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .subscription .ad-fv__txt {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .ad-fv__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  max-width: 220px;
  height: 50px;
  margin-top: 60px;
  padding-left: 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(21 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__link {
    max-width: 155px;
    height: 35px;
    margin: 30px auto 0;
    font-size: 1.2rem;
    line-height: calc(18 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .ad-fv__link::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv__link::before {
    right: 15px;
    width: 6px;
    height: 6px;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
@keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 40px;
  }
}
@-webkit-keyframes scrollSp {
  0% {
    height: 0;
  }
  100% {
    height: 25px;
  }
}
@keyframes scrollSp {
  0% {
    height: 0;
  }
  100% {
    height: 25px;
  }
}
.subscription .ad-fv .scroll {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv .scroll {
    bottom: 30px;
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.subscription .ad-fv .scroll::before {
  -webkit-transform: translateY(100%);
  -webkit-animation: scroll 2s ease 0s infinite;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 1px;
  height: 0;
  transform: translateY(100%);
  background: #fff;
  content: "";
  animation: scroll 2s ease 0s infinite;
}
@media screen and (max-width: 768px) {
  .subscription .ad-fv .scroll::before {
    -webkit-animation: scrollSp 2s ease 0s infinite;
    bottom: -5px;
    animation: scrollSp 2s ease 0s infinite;
  }
}

/**
* @file _l-virtualstore.scss
**/
.virtualstore .section__ttl {
  color: #434748;
  font-size: 3.2rem;
  line-height: calc(38 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1070px) {
  .virtualstore .section__ttl {
    font-size: 2.4rem;
    line-height: calc(30 / (2.4 * 10));
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .virtualstore .section__ttl {
    font-size: 1.9rem;
    line-height: calc(29 / (1.9 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .section__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 60px auto 100px;
  padding: 15px 20px;
  background-color: #434748;
  color: #fff;
  font-size: 2rem;
  line-height: calc(40 / (2 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
.virtualstore .section__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .virtualstore .section__link {
    max-width: 270px;
    margin: 30px auto 50px;
    padding: 10px 15px;
    font-size: 1.2rem;
    line-height: calc(20 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .section__next {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 48%;
  right: 30px;
  width: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .virtualstore .section__next {
    right: 17px;
    width: 7px;
  }
}
.virtualstore .section__next img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.virtualstore .virtualstore-fv__container {
  position: relative;
}
.virtualstore .virtualstore-fv__img {
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__img {
    height: 630px;
  }
}
.virtualstore .virtualstore-fv__img picture,
.virtualstore .virtualstore-fv__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 780px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__img picture,
  .virtualstore .virtualstore-fv__img img {
    height: 630px;
  }
}
.virtualstore .virtualstore-fv__content {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1070px;
  padding: 65px 20px 48px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__content {
    width: calc(100% - 20px);
    padding: 30px 10px;
  }
}
.virtualstore .virtualstore-fv__ttl {
  position: relative;
  font-weight: 100;
  font-size: 4.2rem;
  line-height: calc(42 / (4.2 * 10));
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__ttl {
    font-size: 3rem;
    line-height: calc(30 / (3 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .virtualstore-fv__ttl::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-ttl);
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__ttl::before {
    bottom: -20px;
    font-size: 1rem;
    line-height: calc(15 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .virtualstore-fv__sub-ttl {
  margin-top: 70px;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__sub-ttl {
    margin-top: 50px;
    font-size: 1.3rem;
    line-height: calc(23 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .virtualstore-fv__txt {
  margin-top: 26px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__txt {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .virtualstore-fv__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: flex;*/
  justify-content: center;
  margin: 26px auto 0;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
	margin-bottom: 20px;
  }
}
.virtualstore .virtualstore-fv .lists__item {
  width: 25%;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv .lists__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 50%;
  }
}
.virtualstore .virtualstore-fv .item__img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv .item__img {
    width: 60px;
    height: 60px;
    margin: 0 5px 0 0;
  }
}
.virtualstore .virtualstore-fv .item__img picture,
.virtualstore .virtualstore-fv .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.virtualstore .virtualstore-fv .item__ttl {
  margin-top: 13px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: calc(28 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .virtualstore .virtualstore-fv .item__ttl {
    width: calc(100% - 60px);
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.virtualstore .recommend {
  padding: 98px 0;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .virtualstore .recommend {
    padding: 50px 0;
  }
}
.virtualstore .recommend__lists {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1070px;
  margin: 60px auto 0;
  gap: 20px;
}
@media screen and (max-width: 1070px) {
  .virtualstore .recommend__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .virtualstore .recommend__lists {
    margin: 30px auto 0;
    gap: 10px;
  }
}
.virtualstore .recommend .lists__item {
  width: 50%;
  max-width: 525px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 1070px) {
  .virtualstore .recommend .lists__item {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .virtualstore .recommend .lists__item {
    max-width: 285px;
    margin: 0 auto;
    padding: 15px 20px;
  }
}
.virtualstore .recommend .item__txt {
  font-size: 2rem;
  line-height: calc(26 / (2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .virtualstore .recommend .item__txt {
    font-size: 1.2rem;
    line-height: calc(14 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .recommend__txt {
  margin-top: 52px;
  font-size: 2rem;
  line-height: calc(26 / (2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .virtualstore .recommend__txt {
    margin-top: 27px;
    font-size: 1.1rem;
    line-height: calc(14 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .consultation__container {
  position: relative;
}
.virtualstore .consultation__img {
  width: 100%;
  height: 785px;
}
@media screen and (max-width: 1070px) {
  .virtualstore .consultation__img {
    height: 615px;
  }
}
@media screen and (max-width: 768px) {
  .virtualstore .consultation__img {
    height: 715px;
  }
}
.virtualstore .consultation__img picture,
.virtualstore .consultation__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 780px;
  object-fit: cover;
}
@media screen and (max-width: 1070px) {
  .virtualstore .consultation__img picture,
  .virtualstore .consultation__img img {
    -o-object-position: left;
    height: 615px;
    object-position: left;
  }
}
@media screen and (max-width: 768px) {
  .virtualstore .consultation__img picture,
  .virtualstore .consultation__img img {
    height: 715px;
  }
}
.virtualstore .consultation__content {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1070px;
  padding: 80px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1070px) {
  .virtualstore .consultation__content {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
.virtualstore .consultation__lists {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 60px 32.5px;
}
@media screen and (max-width: 1070px) {
  .virtualstore .consultation__lists {
    margin-top: 35px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .virtualstore .consultation__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.virtualstore .consultation .lists__item {
  width: 50%;
  max-width: 418px;
  padding-left: 30px;
  border-left: 5px solid #eceded;
}
@media screen and (max-width: 1070px) {
  .virtualstore .consultation .lists__item {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding-left: 13px;
  }
}
.virtualstore .consultation .item__ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1070px) {
  .virtualstore .consultation .item__ttl {
    font-size: 1.4rem;
    line-height: calc(25 / (1.4 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .consultation .item__txt {
  font-size: 1.6rem;
  line-height: calc(28 / (1.6 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1070px) {
  .virtualstore .consultation .item__txt {
    font-size: 1rem;
    line-height: calc(17 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .flow {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow {
    padding-top: 50px;
  }
}
.virtualstore .flow__lists {
  max-width: 1070px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow__lists {
    max-width: 275px;
    margin: 30px auto 0;
  }
}
.virtualstore .flow .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px 25px 75px;
  border: 2px solid #eceded;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .lists__item {
    padding: 20px;
  }
}
.virtualstore .flow .lists__item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .lists__item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.virtualstore .flow .item__img-box {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__img-box {
    width: 50px;
  }
}
.virtualstore .flow .item__step {
  padding-bottom: 5px;
  border-bottom: 2px solid #434748;
  font-size: 1.6rem;
  line-height: calc(16 / (1.6 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__step {
    font-size: 1rem;
    line-height: calc(16 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .flow .item__img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__img {
    margin: 20px auto 0;
  }
}
.virtualstore .flow .item__img.img-01 {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__img.img-01 {
    width: 45px;
  }
}
.virtualstore .flow .item__img.img-02 {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__img.img-02 {
    width: 43px;
  }
}
.virtualstore .flow .item__img.img-03 {
  width: 78px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__img.img-03 {
    width: 46px;
  }
}
.virtualstore .flow .item__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.virtualstore .flow .item__content {
  width: calc(100% - 85px);
  padding-left: 72px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__content {
    width: calc(100% - 50px);
    padding-left: 20px;
  }
}
.virtualstore .flow .item__ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: calc(44 / (2.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__ttl {
    font-size: 1.3rem;
    line-height: calc(19 / (1.3 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .flow .item__txt {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: calc(28 / (1.6 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .item__txt {
    font-size: 1rem;
    line-height: calc(16 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .flow__attention-box {
  max-width: 1070px;
  margin: 50px auto 0;
  padding: 30px;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow__attention-box {
    max-width: 275px;
    margin: 10px auto 0;
    padding: 20px;
  }
}
.virtualstore .flow .attention__ttl {
  color: #333;
  font-weight: 500;
  font-size: 2rem;
  line-height: calc(44 / (2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .attention__ttl {
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .flow .attention__lists {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .attention__lists {
    margin-top: 14px;
  }
}
.virtualstore .flow .attention .a-lists__item {
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .attention .a-lists__item {
    padding-left: 10px;
    font-size: 1rem;
    line-height: calc(16 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.virtualstore .flow .attention .a-lists__item::before {
  position: absolute;
  top: 14px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .virtualstore .flow .attention .a-lists__item::before {
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
  }
}

.vivorka .section__en-ttl {
  display: block;
  font-weight: 100;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .section__en-ttl {
    font-size: 2.5rem;
    line-height: calc(25 / (2.5 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .section__ttl {
  position: relative;
  margin-top: 20px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .section__ttl {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .fv {
  max-height: none;
}
.vivorka .fv__container {
  max-height: none;
}
.vivorka .fv__img {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.vivorka .fv__img source,
.vivorka .fv__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vivorka .fv__img img {
  min-height: 500px;
}
@media screen and (max-width: 1000px) {
  .vivorka .fv__img img {
    min-height: 350px;
  }
}
.vivorka .concept {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .vivorka .concept {
    padding: 45px 0;
  }
}
.vivorka .concept__txt {
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .concept__txt {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .produce {
  background-color: #f0f3f4;
}
.vivorka .produce__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .vivorka .produce__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vivorka .produce__content {
  width: 100%;
  max-width: 540px;
  padding: 82px 0 20px;
}
@media screen and (max-width: 1000px) {
  .vivorka .produce__content {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .vivorka .produce__content {
    width: 100%;
    max-width: none;
    padding-top: 40px;
  }
}
.vivorka .produce__ttl {
  font-weight: 100;
  font-size: 3.1rem;
  line-height: calc(31 / (3.1 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vivorka .produce__ttl {
    font-size: 2.5rem;
    line-height: calc(30 / (2.5 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.vivorka .produce__txt {
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vivorka .produce__txt {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.vivorka .produce__logo {
  width: 100%;
  max-width: 130px;
  margin: 30px 0 0 25%;
}
@media screen and (max-width: 768px) {
  .vivorka .produce__logo {
    max-width: 115px;
    margin: 15px auto;
  }
}
.vivorka .produce__logo img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vivorka .produce__img {
  width: calc(100% - 540px);
  max-width: 490px;
}
@media screen and (max-width: 1000px) {
  .vivorka .produce__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .vivorka .produce__img {
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0;
  }
}
.vivorka .produce__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vivorka .limited {
  margin-top: 50px;
  padding: 60px 0;
  background-color: rgba(67, 71, 72, 0.08);
}
.vivorka .limited__ttl {
  display: block;
  font-weight: 100;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .limited__ttl {
    font-size: 2.5rem;
    line-height: calc(25 / (2.5 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .limited__txt {
  position: relative;
  margin-top: 20px;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: calc(28 / (1.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .limited__txt {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .limited__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .vivorka .limited__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto 0;
  }
}
.vivorka .limited .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 15px) / 2);
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .vivorka .limited .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 25px;
  }
}
.vivorka .limited .lists__item:nth-of-type(2) {
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .vivorka .limited .lists__item:nth-of-type(2) {
    margin: 25px 0 0 0;
  }
}
.vivorka .limited .item__img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .vivorka .limited .item__img {
    width: 100%;
    height: auto;
  }
}
.vivorka .limited .item__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vivorka .limited .item__content {
  width: calc(100% - 200px);
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .vivorka .limited .item__content {
    width: 300px;
    margin: 15px auto 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .vivorka .limited .item__content {
    max-width: 190px;
  }
}
.vivorka .limited .item__tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 20px;
  border: 1px solid rgba(67, 71, 72, 0.1);
  font-size: 1rem;
  line-height: calc(22 / (1 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}
.vivorka .limited .item__txt {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: calc(21 / (1.2 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .vivorka .limited .item__txt {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .limited .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin-top: 62px;
  padding: 0 20px;
  background-color: #434748;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .vivorka .limited .item__link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .vivorka .limited .item__link {
    max-width: 168px;
  }
}
.vivorka .limited .item__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.vivorka .limited .item__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.vivorka .product {
  padding: 130px 0 90px;
}
@media screen and (max-width: 1000px) {
  .vivorka .product {
    padding: 45px 0;
  }
}
.vivorka .product__lists {
  max-width: 980px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1000px) {
  .vivorka .product__lists {
    margin: 30px auto 0;
  }
}
.vivorka .product .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .lists__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vivorka .product .lists__item:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .lists__item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.vivorka .product .item__img-box {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__img-box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.vivorka .product .item__img {
  width: 100%;
}
.vivorka .product .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vivorka .product .item__explain {
  display: block;
  margin-top: 15px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__explain {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .product .item__content {
  width: 100%;
  max-width: 540px;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__content {
    max-width: 400px;
    margin: 30px auto 0;
  }
}
.vivorka .product .item__en-ttl {
  font-weight: 100;
  font-size: 1.8rem;
  line-height: calc(18 / (1.8 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__en-ttl {
    font-size: 1.5rem;
    line-height: calc(20 / (1.5 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .product .item__ttl {
  margin-top: 10px;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: calc(44 / (2.6 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__ttl {
    margin-top: 5px;
    font-size: 2rem;
    line-height: calc(35 / (2 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0.22em;
  }
}
.vivorka .product .item__attention {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  display: block;
  position: relative;
  padding-left: 15px;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: calc(28 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__attention {
    padding-left: 13px;
    font-size: 1rem;
    line-height: calc(22 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .product .item__attention::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "※";
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__attention::before {
    top: 6px;
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .product .item__sub-lists {
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__sub-lists {
    margin-top: 25px;
  }
}
.vivorka .product .item .sub-lists__item {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: calc(31 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item .sub-lists__item {
    padding-left: 15px;
    font-size: 1.1rem;
    line-height: calc(24 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .product .item .sub-lists__item:not(:first-of-type) {
  margin-top: 15px;
}
.vivorka .product .item .sub-lists__item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item .sub-lists__item::before {
    width: 11px;
    height: 11px;
  }
}
.vivorka .product .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 40px;
  margin-top: 40px;
  padding: 0 20px;
  background-color: #434748;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .item__link {
    max-width: 168px;
    margin-top: 30px;
  }
}
.vivorka .product .item__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.vivorka .product .item__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.vivorka .product .lists__item:nth-of-type(2n+1) .item__content {
  padding-left: 80px;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .lists__item:nth-of-type(2n+1) .item__content {
    padding-left: 0;
  }
}
.vivorka .product .lists__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .lists__item:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vivorka .product .lists__item:nth-of-type(2n) .item__content {
  padding-right: 55px;
}
@media screen and (max-width: 1000px) {
  .vivorka .product .lists__item:nth-of-type(2n) .item__content {
    padding-right: 0;
  }
}
.vivorka .problem {
  padding: 95px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .vivorka .problem {
    padding: 40px 0;
  }
}
.vivorka .problem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vivorka .problem__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vivorka .problem .head__content {
  width: 100%;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .vivorka .problem .head__content {
    max-width: 230px;
    margin: 0 auto;
  }
}
.vivorka .problem .head__ttl {
  font-weight: 400;
  font-size: 2rem;
  line-height: calc(40 / (2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vivorka .problem .head__ttl {
    font-size: 1.6rem;
    line-height: calc(32 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .problem .head__lists {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .vivorka .problem .head__lists {
    margin-top: 15px;
  }
}
.vivorka .problem .head .lists__item {
  position: relative;
  padding-left: 35px;
  font-size: 1.4rem;
  line-height: calc(38 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vivorka .problem .head .lists__item {
    padding-left: 24px;
    font-size: 1.1rem;
    line-height: calc(30 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .problem .head .lists__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 18px;
  background-image: url(../images/vivorka/checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .vivorka .problem .head .lists__item::before {
    width: 19px;
    height: 14px;
  }
}
.vivorka .problem .head__img {
  width: calc(100% - 430px);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .vivorka .problem .head__img {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
  }
}
.vivorka .problem .head__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.vivorka .problem__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 80px auto 0;
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .vivorka .problem__bottom {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.vivorka .problem .bottom__txt {
  font-weight: 400;
  font-size: 2rem;
  line-height: calc(40 / (2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .problem .bottom__txt {
    font-size: 1.6rem;
    line-height: calc(32 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .vivorka .point {
    padding: 45px 0 0;
  }
}
.vivorka .point .lists__item:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .vivorka .point .lists__item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.vivorka .point .item__number {
  display: block;
  position: relative;
  font-weight: 100;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__number {
    font-size: 2.5rem;
    line-height: calc(25 / (2.5 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point .item__number::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 50px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__number::before {
    width: 40px;
  }
}
.vivorka .point .item__ttl {
  margin-top: 50px;
  font-weight: 400;
  font-size: 2rem;
  line-height: calc(40 / (2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__ttl {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: calc(32 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point .item__ttl strong {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: calc(48 / (2.8 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__ttl strong {
    font-size: 2.2rem;
    line-height: calc(38 / (2.2 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__ttl strong:first-of-type {
    margin-top: 10px;
  }
}
.vivorka .point .item__ttl strong::before {
  z-index: -1;
  position: absolute;
  bottom: 10px;
  left: -2.5%;
  width: 105%;
  height: 10px;
  background-color: #e5e2d0;
  content: "";
}
.vivorka .point .item__ttl strong.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__ttl strong.sp-only {
    display: inline-block;
  }
}
.vivorka .point .item__ttl strong span {
  vertical-align: initial;
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__ttl strong span {
    display: none;
  }
}
.vivorka .point .item__content {
  margin-top: 50px;
  padding: 50px 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .vivorka .point .item__content {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 15px;
  }
}
.vivorka .point .content__wrapper {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vivorka .point .content__wrapper {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .vivorka .point .content__wrapper::before {
    -webkit-transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    transform: translateY(100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
    content: "";
  }
}
.vivorka .point .content .point01__ttl {
  font-weight: 400;
  font-size: 2rem;
  line-height: calc(40 / (2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vivorka .point .content .point01__ttl {
    font-size: 1.6rem;
    line-height: calc(32 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point .content .point01__ttl:not(:first-of-type) {
  margin-top: 30px;
}
.vivorka .point .content .point01__txt {
  margin-top: 10px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .vivorka .point .content .point01__txt {
    font-size: 1.1rem;
    line-height: calc(22 / (1.1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point .content .point01__img-bg {
  width: 100%;
  margin-top: -150px;
}
.vivorka .point .content .point01__img-bg img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.vivorka .point .content .point02__txt {
  z-index: 1;
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  line-height: calc(40 / (2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .point .content .point02__txt {
    font-size: 1.6rem;
    line-height: calc(32 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point .content .point02__img {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
}
.vivorka .point .content .point02__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.vivorka .point .content .point02__img-bg {
  width: 100%;
  margin-top: -350px;
}
.vivorka .point .content .point02__img-bg img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.vivorka .point .bottom {
  padding: 50px 25px;
  background-color: rgba(67, 71, 72, 0.08);
}
@media screen and (max-width: 768px) {
  .vivorka .point .bottom {
    padding: 50px 15px;
  }
}
.vivorka .point .bottom__ttl {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: calc(48 / (2.8 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .point .bottom__ttl {
    font-size: 2.2rem;
    line-height: calc(38 / (2.2 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point .bottom__img {
  width: 100%;
  max-width: 980px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .vivorka .point .bottom__img {
    max-width: 290px;
    margin: 35px auto 0;
  }
}
.vivorka .point .bottom__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.vivorka .point .bottom__attention {
  display: block;
  max-width: 980px;
  margin: 10px auto 0;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: calc(28 / (1.2 * 10));
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .vivorka .point .bottom__attention {
    max-width: 320px;
    font-size: 1rem;
    line-height: calc(22 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .point .lists__item:first-of-type .item__content {
  min-height: 625px;
  background-image: url(../images/vivorka/point-01@2x.png);
}
@media screen and (max-width: 1000px) {
  .vivorka .point .lists__item:first-of-type .item__content {
    background-position: -700px 0;
  }
}
@media screen and (max-width: 768px) {
  .vivorka .point .lists__item:first-of-type .item__content {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .vivorka .point .lists__item:first-of-type .content__wrapper {
    background-color: #fff;
  }
}
.vivorka .point .lists__item:nth-of-type(2) .item__content {
  min-height: 515px;
  background-image: url(../images/vivorka/point-02@2x.png);
}
@media screen and (max-width: 1000px) {
  .vivorka .point .lists__item:nth-of-type(2) .item__content {
    background-position: -600px 0;
  }
}
@media screen and (max-width: 768px) {
  .vivorka .point .lists__item:nth-of-type(2) .item__content {
    background-image: none;
  }
}
.vivorka .point .lists__item:nth-of-type(2) .content__wrapper::before {
  -webkit-transform: translateY(0);
  z-index: 1;
  top: 0;
  height: 100vw;
  transform: translateY(0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.vivorka .fragrance {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .vivorka .fragrance {
    padding: 50px 0 0;
  }
}
.vivorka .fragrance__container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
  border: 2px solid rgba(67, 71, 72, 0.1);
}
@media screen and (max-width: 768px) {
  .vivorka .fragrance__container {
    width: 100%;
    max-width: 500px;
  }
}
.vivorka .fragrance__number {
  display: block;
  position: relative;
  font-weight: 100;
  font-size: 3.2rem;
  line-height: calc(32 / (3.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .fragrance__number {
    font-size: 2.6rem;
    line-height: calc(26 / (2.6 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .fragrance__number::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 50px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .vivorka .fragrance__number::before {
    width: 40px;
  }
}
.vivorka .fragrance__ttl {
  margin-top: 50px;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: calc(48 / (2.8 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .fragrance__ttl {
    margin-top: 35px;
    font-size: 2.2rem;
    line-height: calc(38 / (2.2 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0.25em;
  }
}
.vivorka .fragrance__txt {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(40 / (1.6 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .fragrance__txt {
    font-size: 1.2rem;
    line-height: calc(29 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.vivorka .fragrance__img {
  width: 100%;
  max-width: 205px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .vivorka .fragrance__img {
    max-width: 165px;
  }
}
.vivorka .fragrance__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.vivorka .product-bottom__container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .vivorka .product-bottom__container {
    width: 100%;
    max-width: 500px;
  }
}
.vivorka .product-bottom__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 100px 0 0 -100px;
}
@media screen and (max-width: 768px) {
  .vivorka .product-bottom__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px 0 0;
  }
}
.vivorka .product-bottom .lists__item {
  width: calc(50% - 100px);
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .vivorka .product-bottom .lists__item {
    width: 100%;
    margin: 50px 0 0;
  }
}
.vivorka .product-bottom .item__img {
  width: 100%;
}
.vivorka .product-bottom .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vivorka .product-bottom .item__explain {
  display: block;
  margin-top: 15px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .vivorka .product-bottom .item__explain {
    font-size: 1rem;
    line-height: calc(1.8 / (1 * 10));
    letter-spacing: 0.1em;
    letter-spacing: 0.05em;
  }
}
.vivorka .product-bottom .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 210px;
  height: 40px;
  margin: 40px auto 0;
  padding: 0 20px;
  background-color: #434748;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .vivorka .product-bottom .item__link {
    max-width: 168px;
    margin: 25px auto 0;
  }
}
.vivorka .product-bottom .item__link:hover {
  -webkit-transition: opacity 0.4s;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.vivorka .product-bottom .item__link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.vivorka .fadein {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.vivorka .fadein.scrollin {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.uv-care-campaign {
  padding-bottom: 165px;
  background: url(../images/uv-care/bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign {
    padding-bottom: 0;
    background: none;
  }
}
.uv-care-campaign .kv__container {
  max-width: 1070px;
  margin: 0 auto;
}
.uv-care-campaign .kv__img {
  height: 100%;
}
.uv-care-campaign .kv__img picture img,
.uv-care-campaign .kv__img picture source {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uv-care-campaign .kv__txt {
  margin-top: 30px;
  font-size: 1.1rem;
  line-height: calc(22 / (1.1 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
.uv-care-campaign .contents {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.uv-care-campaign .contents__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.uv-care-campaign .contents__wrapper-head {
  position: sticky;
  top: 100px;
  width: 48%;
  max-width: 430px;
  height: 775px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents__wrapper-head {
    position: static;
    width: 100%;
    max-width: none;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
  }
}
.uv-care-campaign .contents__wrapper {
  width: 48%;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents__wrapper {
    width: 100vw;
    max-width: none;
    margin: 30px -15px 0;
    padding: 25px;
    background: url(../images/uv-care/bg.jpg) center/contain repeat-y;
  }
}
.uv-care-campaign .contents__box {
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents__box {
    padding: 0 10px;
  }
}
.uv-care-campaign .contents__img {
  width: 100%;
}
.uv-care-campaign .contents__img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.uv-care-campaign .contents__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents__lists {
    max-width: 450px;
    margin: 0 auto;
  }
}
.uv-care-campaign .contents .lists__item {
  padding: 45px 25px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .lists__item {
    padding: 30px 20px;
  }
}
.uv-care-campaign .contents .item__img {
  width: 100%;
}
.uv-care-campaign .contents .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uv-care-campaign .contents .item__content {
  width: 100%;
}
.uv-care-campaign .contents .item__category-box {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px;
}
.uv-care-campaign .contents .item__category-box span {
  display: block;
  min-width: 120px;
  padding: 7px 30px;
  border: 1px solid #333;
  font-size: 1.2rem;
  line-height: calc(12 / (1.2 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .item__category-box span {
    min-width: 90px;
    padding: 7px 20px;
    font-size: 1rem;
    line-height: calc(10 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .item__category-box .out-medical {
  border-color: #888b8d;
  background: #888b8d;
  color: #fff;
}
.uv-care-campaign .contents .item__ttl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .item__ttl {
    margin-top: 15px;
  }
}
.uv-care-campaign .contents .item__ttl .ttl-en {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: calc(40 / (2.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .item__ttl .ttl-en {
    font-size: 1.8rem;
    line-height: calc(30 / (1.8 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .item__ttl .ttl-ja {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(31 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .item__ttl .ttl-ja {
    font-size: 1rem;
    line-height: calc(23 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .item__price {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .item__price {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .item__txt {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: calc(24 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .item__txt {
    margin-top: 15px;
    font-size: 1rem;
    line-height: calc(19 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .item__txt strong span {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 3px;
  background: #d4d5d5;
  line-height: 1;
}
.uv-care-campaign .contents .item__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 260px;
  margin: 40px auto 0;
  padding: 10px 0;
  background: #434748;
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(20 / (1.6 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
.uv-care-campaign .contents .item__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .item__link {
    width: 200px;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: calc(20 / (1.4 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .item__link::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.uv-care-campaign .contents .recommend__lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .recommend__lists {
    max-width: 450px;
    margin: 0 auto;
    gap: 25px;
  }
}
.uv-care-campaign .contents .recommend .lists__item {
  padding-bottom: 0;
}
.uv-care-campaign .contents .recommend .lists__item.img-only {
  padding: 20px;
}
.uv-care-campaign .contents .recommend .lists__item.img-only .item__img {
  margin-top: 0;
}
.uv-care-campaign .contents .recommend .item__ttl {
  margin-top: 0;
  font-size: 2.4rem;
  line-height: calc(40 / (2.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .recommend .item__ttl {
    font-size: 1.8rem;
    line-height: calc(30 / (1.8 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .recommend .item__img {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .recommend .item__img {
    margin-top: 25px;
  }
}
.uv-care-campaign .contents .recommend .item__box {
  margin: 10px -25px 0;
  padding: 30px 25px;
  background: #888b8d;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .recommend .item__box {
    padding: 20px;
  }
}
.uv-care-campaign .contents .recommend .item__sub-lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.uv-care-campaign .contents .recommend .item .sub-lists__item {
  color: #fff;
  font-size: 1.8rem;
  line-height: calc(20 / (1.8 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .contents .recommend .item .sub-lists__item {
    font-size: 1.4rem;
    line-height: calc(18 / (1.4 * 10));
    letter-spacing: 0.1em;
  }
}
.uv-care-campaign .contents .recommend .item .sub-lists__item::before {
  content: "・";
}
.uv-care-campaign .bottom__product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1070px;
  height: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .bottom__product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    padding: 25px 25px 50px;
    background: url(../images/uv-care/bg.jpg) center/contain repeat-y;
  }
}
.uv-care-campaign .bottom .r-product-list__content {
  width: 100%;
  max-width: 410px;
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .bottom .r-product-list__content {
    max-width: none;
    padding: 40px;
  }
}
.uv-care-campaign .bottom .r-product-list__ttl {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .bottom .r-product-list__ttl {
    max-width: 220px;
    margin: 0 auto;
  }
}
.uv-care-campaign .bottom .r-product-list__ttl img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.uv-care-campaign .bottom .r-product-list__ttl span {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .bottom .r-product-list__ttl span {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}
.uv-care-campaign .bottom .r-product-list__txt {
  margin-top: 80px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(26 / (1.4 * 10));
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .bottom .r-product-list__txt {
    margin-top: 20px;
    font-size: 1rem;
    line-height: calc(26 / (1 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.uv-care-campaign .bottom .r-product-list__link {
  -webkit-transition: opacity 0.5s;
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  margin-top: 80px;
  padding: 15px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .bottom .r-product-list__link {
    margin: 20px auto 0;
  }
}
.uv-care-campaign .bottom .r-product-list__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.uv-care-campaign .bottom .r-product-list__img-link {
  -webkit-transition: opacity 0.5s;
  display: block;
  width: calc(100% - 410px);
  height: 100%;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .uv-care-campaign .bottom .r-product-list__img-link {
    width: 100%;
  }
}
.uv-care-campaign .bottom .r-product-list__img-link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.uv-care-campaign .bottom .r-product-list__img-link img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunch-party .kv__img {
  display: block;
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  .lunch-party .kv__img {
    min-height: auto;
  }
}
.lunch-party .kv__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lunch-party .kv__img img {
    min-height: auto;
  }
}
.lunch-party .lead__container {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .lunch-party .lead__container {
    padding: 50px 0;
  }
}
.lunch-party .lead__txt {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lunch-party .lead__txt {
    font-size: 1.2rem;
    line-height: calc(21 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .about {
  padding: 100px 0;
  background: #fff3f3;
}
@media screen and (max-width: 768px) {
  .lunch-party .about {
    padding: 50px 0;
  }
}
.lunch-party .about__container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lunch-party .about__container {
    padding: 0 25px;
  }
}
.lunch-party .about__data-box {
  padding: 70px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lunch-party .about__data-box {
    padding: 40px 15px 40px 20px;
  }
}
.lunch-party .about__data-ttl {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: calc(24 / (2.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lunch-party .about__data-ttl {
    font-size: 1.5rem;
    line-height: calc(15 / (1.5 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .about__data {
  width: 100%;
  max-width: 780px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .lunch-party .about__data {
    margin-top: 25px;
  }
}
.lunch-party .about .data__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 2px solid #eceded;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .data__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    gap: 5px 0;
  }
}
.lunch-party .about .data__box:last-of-type {
  border-bottom: none;
}
.lunch-party .about .data__ttl {
  width: 150px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .data__ttl {
    width: 100%;
  }
}
.lunch-party .about .data__content {
  width: calc(100% - 150px);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .data__content {
    width: 100%;
    font-size: 1.2rem;
    line-height: calc(18 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .about__profile-box {
  margin-top: 70px;
  padding: 70px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lunch-party .about__profile-box {
    margin-top: 50px;
    padding: 40px 30px;
  }
}
.lunch-party .about .profile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .profile__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.lunch-party .about .profile__img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .profile__img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.lunch-party .about .profile__img img {
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.lunch-party .about .profile__name .name-ja {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: calc(34 / (2.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .profile__name .name-ja {
    font-size: 1.8rem;
    line-height: calc(32 / (1.8 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .about .profile__name .name-en {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .profile__name .name-en {
    font-size: 1.2rem;
    line-height: calc(18 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .about .profile__txt {
  margin-top: 40px;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: calc(28 / (1.4 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lunch-party .about .profile__txt {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: calc(19 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .form {
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  .lunch-party .form {
    padding: 50px 0 75px;
  }
}
.lunch-party .form__ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: calc(28 / (2.4 * 10));
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lunch-party .form__ttl {
    font-size: 1.6rem;
    line-height: calc(16 / (1.6 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .form__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 80px;
  margin: 40px auto 0;
  border-radius: 999px;
  background: #ffcbc9;
  font-size: 1.4rem;
  line-height: calc(14 / (1.4 * 10));
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}
.lunch-party .form__link:hover {
  -webkit-transition: opacity 0.5s;
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .lunch-party .form__link {
    width: 280px;
    height: 50px;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: calc(12 / (1.2 * 10));
    letter-spacing: 0.1em;
  }
}
.lunch-party .form__link::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .lunch-party .form__link::before {
    right: 20px;
    width: 6px;
    height: 6px;
  }
}

th,
td {
  vertical-align: top;
}
th .c-date-form__input,
td .c-date-form__input {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  th .c-textbox,
  td .c-textbox {
    width: 100%;
  }
}

.c-content-width {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .c-content-width {
    margin-top: 30px;
  }
}

.ui-dialog {
  -webkit-transform: translate(-50%, -50%);
  left: 50% !important;
  width: 40% !important;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .ui-dialog {
    width: 90% !important;
  }
}

@media screen and (max-width: 768px) {
  #cycle_change_dialog .c-form-group--row {
    -ms-grid-columns: 3fr 20px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__content {
    width: 90%;
  }
}

.c-page-nav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header__inner {
  width: 100%;
}

.l-header__logo {
  width: 120px;
  margin: 0 auto;
}

.p-mypage {
  width: 90%;
  margin: 0 auto 60px;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .p-mypage {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage .c-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage table,
  .p-mypage tbody {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage th {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage .sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-mypage .sp-row th {
  width: 160px;
}
.p-mypage .sp-row td {
  width: calc(100% - 160px);
  padding: 11px 20px;
}
@media screen and (max-width: 1024px) {
  .p-mypage .c-textbox[name$=name01],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=name01][type=tel],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=name01][type=text],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area select[name$=name01],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=name01][type=tel],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=name01][type=text],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area select[name$=name01],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name01][type=tel],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name01][type=text],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=name01],
  .p-mypage .c-textbox[name$=name02],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=name02][type=tel],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=name02][type=text],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area select[name$=name02],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=name02][type=tel],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=name02][type=text],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area select[name$=name02],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name02][type=tel],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name02][type=text],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=name02],
  .p-mypage .c-textbox[name$=kana01],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana01][type=tel],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana01][type=text],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area select[name$=kana01],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=kana01][type=tel],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=kana01][type=text],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area select[name$=kana01],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana01][type=tel],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana01][type=text],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=kana01],
  .p-mypage .c-textbox[name$=kana02],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana02][type=tel],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana02][type=text],
  .p-mypage .p-lp-zeus-card #zeus_token_card_info_area select[name$=kana02],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=kana02][type=tel],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area input[name$=kana02][type=text],
  .p-mypage .p-order-zeus-card #zeus_token_card_info_area select[name$=kana02],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana02][type=tel],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana02][type=text],
  .p-mypage .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=kana02] {
    width: 100%;
    max-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage .c-width-400 {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage .c-table__pc {
    display: none;
  }
}
.p-mypage .c-table__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-mypage .c-table__sp {
    display: block;
    border: none;
  }
}
.p-mypage .c-section {
  padding: 0;
}
.p-mypage .c-section:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-mypage .c-mypage-nav {
    width: 100%;
  }
}
.p-mypage .mypage-point-info {
  display: block;
}
.p-mypage .mypage-point-info__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-mypage .mypage-point-info__box {
    gap: 20px;
  }
}
.p-mypage .mypage-point-info__box .re_point {
  padding: 5px 10px;
  background: #968b42;
  color: #fff;
  font-weight: normal;
}
.p-mypage .mypage-point-info__user {
  font-weight: normal;
}
.p-mypage .mypage-point-info__point {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 0;
  font-weight: normal;
}
.p-mypage .mypage-point-info__point span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-mypage .mypage-point-info__point span {
    font-size: 12px;
  }
}
.p-mypage .mypage-point-info__rank-banner-box {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-mypage .mypage-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-mypage .mypage-contents .c-contents-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
.p-mypage .mypage-contents .c-paragraph {
  margin-bottom: 30px;
}
.p-mypage .mypage-contents__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-mypage .mypage-contents__aside {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage .mypage-contents__main {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage .mypage-nav {
    display: none;
    margin-bottom: 30px;
  }
  .p-mypage .mypage-nav:last-of-type {
    margin-bottom: 30px;
  }
}
.p-mypage .mypage-nav.is-active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-mypage .mypage-nav__title {
    display: none;
  }
}
.p-mypage .mypage-nav__link {
  color: #333;
}
.p-mypage .mypage-nav__sp-list {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-mypage .mypage-nav__sp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-mypage .mypage-nav__sp-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  background: #777;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.p-mypage .mypage-nav__sp-item.is-active {
  background: #333;
}
@media screen and (max-width: 768px) {
  .p-mypage .mypage-nav__sub-title {
    font-size: 11px;
  }
}

.p-mypage-point-history .grid-2 {
  -ms-grid-columns: (1fr)[2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-mypage-point-history .grid-3 {
  -ms-grid-columns: (1fr)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-mypage-point-history .grid-4 {
  -ms-grid-columns: (2fr)[2] (1fr)[2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 2fr) repeat(2, 1fr);
}
.p-mypage-point-history .point-list table td:nth-child(1),
.p-mypage-point-history .point-list table td:nth-child(2),
.p-mypage-point-history .point-list table td:nth-child(3),
.p-mypage-point-history .point-list table td:nth-child(4) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  padding: 5px 10px;
  gap: 15px;
  font-size: 12px;
  text-align: left;
}
.p-mypage-point-history .c-button--link {
  padding: 0;
  border: none;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-mypage-regular .appli_dt {
  padding: 3%;
}
.p-mypage-regular .is-pc {
  display: table-row-group;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .is-pc {
    display: none;
  }
}
.p-mypage-regular .is-tp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .is-tp {
    display: block;
  }
}
.p-mypage-regular .c-section {
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-mypage-regular .sp-row th {
  width: 100px;
}
.p-mypage-regular .sp-row td {
  width: calc(100% - 100px);
  padding: 11px 20px;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .sp-grid-2 {
    -ms-grid-columns: 2fr 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .sp-grid-2-rev {
    -ms-grid-columns: 1fr 2fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .sp-grid-5 {
    -ms-grid-columns: (1fr)[5];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-mypage-regular .mypage-regular__ttl-lists {
  -ms-grid-columns: (1fr)[5];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .mypage-regular__ttl-lists {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-mypage-regular .mypage-regular__ttl-item {
  padding: 10px;
  background: #efefef;
  color: #fff;
  color: #333;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .mypage-regular__ttl-item.is-pc {
    display: none;
  }
}
.p-mypage-regular .mypage-regular__ttl-item.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .mypage-regular__ttl-item.is-tab {
    display: block;
  }
}
.p-mypage-regular .regular-list {
  width: 100%;
}
.p-mypage-regular .regular-list__item {
  padding-top: 0;
}
.p-mypage-regular .regular-list__item.status-stop {
  background: #dbdbdb;
}
.p-mypage-regular .regular-list__summary {
  -ms-grid-columns: (1fr)[5];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .regular-list__summary {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-mypage-regular .regular-list__summary-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 2px;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .regular-list__summary-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .regular-list__summary-item.is-pc {
    display: none;
  }
}
.p-mypage-regular .regular-list__summary-item.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .regular-list__summary-item.is-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-mypage-regular .regular-list__summary-button {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .regular-list__summary-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: auto;
  }
}
.p-mypage-regular .regular-list__summary-button .c-button {
  min-width: auto;
  font-size: 12px;
}
.p-mypage-regular .regular-list__detail {
  padding: 15px;
  background: #efefef;
}
.p-mypage-regular .regular-list__detail .detail-header {
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .p-mypage-regular .delivery-info-section .detail-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .p-mypage-change-regular-payment .sp-grid-2 {
    -ms-grid-columns: 1fr 4fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
}
.p-mypage-change-regular-payment .c-radio label:empty::before {
  top: calc(50% - 19px);
}
.p-mypage-change-regular-payment .c-radio label:empty::after {
  top: calc(50% - 16px);
}
.p-mypage-change-regular-payment .c-table__overflow {
  overflow-x: scroll;
}
.p-mypage-change-regular-payment .c-table__overflow tbody {
  min-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-mypage-change-regular-payment .c-table__overflow tr {
    -ms-grid-columns: 1fr 2.5fr 2.5fr 2fr 1.5fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 2.5fr 2.5fr 2fr 1.5fr;
  }
}

@media screen and (max-width: 768px) {
  .p-mypage-login .flex-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage-login .flex-contents .login-content__main {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage-login .flex-contents .login-content__main .input-area__input .form-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-mypage-login .flex-contents .login-content__main .button-area {
  margin-bottom: 20px;
}
.p-mypage-login .flex-contents .login-content__main .button-area .c-button-order-page {
  border-color: #818181;
  background: #818181;
}
@media screen and (max-width: 768px) {
  .p-mypage-login .amazon-pay {
    margin-top: 0;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage-login .amazon-pay .amazon-pay-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage-login #amazon_pay_button_v2 {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-mypage-refer-a-friend .c-paragraph {
    margin-bottom: 20px;
  }
}
.p-mypage-refer-a-friend * + .c-section {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .p-mypage-address-list .c-button-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-mypage-address-edit .c-table {
  margin-top: 0;
  padding: 0;
}
.p-mypage-address-edit .c-table table,
.p-mypage-address-edit .c-table tbody {
  display: block;
  border: none;
}
.p-mypage-address-edit .c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-mypage-address-edit .c-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-mypage-address-edit .c-table th {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .p-mypage-address-edit .c-table th {
    max-width: none;
  }
}
.p-mypage-address-edit .c-table td {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .p-mypage-address-edit .c-table td {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage-address-edit .c-table td .c-form-groups--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-mypage-paygent tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-mypage-history-list .summary__buttons-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

@media screen and (max-width: 1024px) {
  .p-mypage-order-history-detail .sp-grid-2 {
    -ms-grid-columns: 2fr 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage-order-history-detail .sp-grid-4 {
    -ms-grid-columns: (2fr)[2] (1fr)[2];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 2fr) repeat(2, 1fr);
  }
  .p-mypage-order-history-detail .sp-grid-4 th {
    padding: 10px;
  }
  .p-mypage-order-history-detail .sp-grid-4 td {
    padding: 10px 5px;
    font-size: 12px;
  }
}

.p-mypage-address-list tr:nth-of-type(n+3) {
  margin-top: 20px;
}

.p-mypage-coupon .used-coupon-section {
  display: none;
}

.c-product-list .c-product-panel__price-value {
  color: #968b42;
}

.c-breadcrumb a {
  color: #968b42;
}

.p-error {
  margin: 60px 0;
}
.p-error .c-paragraph {
  text-align: center;
}

.p-product-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-product-list .product-list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-product-list .product-list-header .c-select {
    margin: 40px auto 0;
  }
}
.p-product-list .c-product-list .c-product-panel__restock-notification-link {
  color: #333;
}
.p-product-list .c-select--white select {
  color: #333;
}

.product-detail .c-bold {
  font-weight: 500;
}
.product-detail .c-button {
  border-radius: 0;
}
.product-detail .c-button--link {
  border: none;
  background: #6d6d6d;
  color: #fff;
}
.product-detail .product__image {
  width: 100%;
  max-width: 490px;
}
@media screen and (max-width: 768px) {
  .product-detail .product__image {
    max-width: none;
  }
}
.product-detail .product__main {
  width: calc(100% - 490px);
}
@media screen and (max-width: 768px) {
  .product-detail .product__main {
    width: 100%;
  }
}
.product-detail .product__name {
  font-weight: 400;
  font-size: 20px;
}
.product-detail .product__point-value {
  color: #333;
  font-weight: 400;
}
.product-detail .product__quantity {
  width: 100px;
}
.product-detail .product__quantity-label {
  font-weight: 400;
}
.product-detail .product__quantity-value {
  width: 50px;
}
.product-detail .product__quantity-value input {
  text-align: center;
}
.product-detail .c-button--add-to-cart {
  border-color: #000;
  background: #000;
}
.product-detail .c-button--add-to-cart-regular {
  border-color: #968b42;
  background: #968b42;
}
.product-detail .product__sale-price-value {
  color: #333;
  font-weight: 400;
  font-size: 20px;
}
.product-detail .detail-ntc {
  margin: 60px 15px 0;
  padding: 30px;
  background-color: #f2f2f2;
  color: #585858;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
.product-detail .detail-ntc__ttl {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1;
}
.product-detail .detail-ntc__list li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.product-detail .detail-ntc__list li::before {
  margin-right: 5px;
  content: "●";
}
.product-detail .detail-ntc__txt {
  margin-top: 15px;
}
.product-detail .detail-ntc__txt > a {
  text-decoration: underline !important;
}
@media print, screen and (max-width: 375px) {
  .product-detail .detail-ntc {
    padding: 20px;
    font-size: 1.2rem;
  }
  .product-detail .detail-ntc__txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-restock-notification tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
.p-restock-notification th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-restock-notification th {
    width: 100%;
  }
}
.p-restock-notification .c-paragraph {
  margin-bottom: 30px;
}
.p-restock-notification .c-form-groups--column {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-restock-notification .c-form-groups--column .c-form-group + .c-form-group {
  margin-top: 0;
}

.p-privacy-policy .c-contents-body,
.p-specified-commercial-transactions-act .c-contents-body,
.p-about-us .c-contents-body,
.p-return-policy .c-contents-body,
.p-entry .c-contents-body,
.p-contact .c-contents-body,
.p-contact-confirmation .c-contents-body,
.p-cart .c-contents-body {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .c-contents-body,
  .p-specified-commercial-transactions-act .c-contents-body,
  .p-about-us .c-contents-body,
  .p-return-policy .c-contents-body,
  .p-entry .c-contents-body,
  .p-contact .c-contents-body,
  .p-contact-confirmation .c-contents-body,
  .p-cart .c-contents-body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy-policy .c-paragraph,
  .p-specified-commercial-transactions-act .c-paragraph,
  .p-about-us .c-paragraph,
  .p-return-policy .c-paragraph,
  .p-entry .c-paragraph,
  .p-contact .c-paragraph,
  .p-contact-confirmation .c-paragraph,
  .p-cart .c-paragraph {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-entry table,
  .p-entry tbody,
  .p-entry-confirm table,
  .p-entry-confirm tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-entry tr,
  .p-entry-confirm tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
.p-entry .c-date-form,
.p-entry-confirm .c-date-form {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-entry .c-form-groups--row,
  .p-entry-confirm .c-form-groups--row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-entry-confirm .c-section {
  margin-top: 60px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-entry-confirm .c-section {
    margin-top: 30px;
  }
}
.p-entry-confirm .c-button-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-contact .c-paragraph,
.p-contact-confirmation .c-paragraph {
  margin-bottom: 30px;
  /* スマ－トフォン縦用 */
}
.p-contact .c-paragraph h4,
.p-contact .c-paragraph a,
.p-contact-confirmation .c-paragraph h4,
.p-contact-confirmation .c-paragraph a {
  font-family: "Noto Serif JP", serif;
}
.p-contact .c-paragraph .add_line_wrap > div,
.p-contact-confirmation .c-paragraph .add_line_wrap > div {
  padding: 40px;
  border: 1px solid #938a8b;
  border-radius: 10px;
}
.p-contact .c-paragraph .add_line_wrap > div:nth-child(1),
.p-contact-confirmation .c-paragraph .add_line_wrap > div:nth-child(1) {
  margin: 30px auto;
}
.p-contact .c-paragraph .add_line_wrap__ttl,
.p-contact-confirmation .c-paragraph .add_line_wrap__ttl {
  width: 100%;
  margin-bottom: 30px;
}
.p-contact .c-paragraph .add_line_wrap__ttl strong,
.p-contact .c-paragraph .add_line_wrap__ttl span,
.p-contact-confirmation .c-paragraph .add_line_wrap__ttl strong,
.p-contact-confirmation .c-paragraph .add_line_wrap__ttl span {
  display: block;
  font-family: "Noto Serif JP", serif;
}
.p-contact .c-paragraph .add_line_wrap__ttl strong,
.p-contact-confirmation .c-paragraph .add_line_wrap__ttl strong {
  margin-bottom: 15px;
}
.p-contact .c-paragraph .add_line_wrap dl,
.p-contact-confirmation .c-paragraph .add_line_wrap dl {
  -webkit-box-pack: flex-start¥;
  -ms-flex-pack: flex-start¥;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start¥;
}
.p-contact .c-paragraph .add_line_wrap dl dt,
.p-contact-confirmation .c-paragraph .add_line_wrap dl dt {
  position: relative;
  margin-right: 40px;
  line-height: 1 !important;
  text-align: left;
}
.p-contact .c-paragraph .add_line_wrap dl dt span,
.p-contact-confirmation .c-paragraph .add_line_wrap dl dt span {
  margin-bottom: 10px;
}
.p-contact .c-paragraph .add_line_wrap dl dt span,
.p-contact .c-paragraph .add_line_wrap dl dt strong,
.p-contact-confirmation .c-paragraph .add_line_wrap dl dt span,
.p-contact-confirmation .c-paragraph .add_line_wrap dl dt strong {
  display: block;
}
.p-contact .c-paragraph .add_line_wrap dl dt span img,
.p-contact-confirmation .c-paragraph .add_line_wrap dl dt span img {
  width: 200px;
  height: auto;
}
.p-contact .c-paragraph .add_line_wrap dl dt strong,
.p-contact-confirmation .c-paragraph .add_line_wrap dl dt strong {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  background: #06c655;
  text-align: center;
}
.p-contact .c-paragraph .add_line_wrap dl dt strong img,
.p-contact-confirmation .c-paragraph .add_line_wrap dl dt strong img {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .p-contact .c-paragraph .add_line_wrap__ttl,
  .p-contact-confirmation .c-paragraph .add_line_wrap__ttl {
    text-align: center;
  }
  .p-contact .c-paragraph .add_line_wrap > div,
  .p-contact-confirmation .c-paragraph .add_line_wrap > div {
    padding: 40px 15px;
  }
  .p-contact .c-paragraph .add_line_wrap dl,
  .p-contact-confirmation .c-paragraph .add_line_wrap dl {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .p-contact .c-paragraph .add_line_wrap dl dt,
  .p-contact-confirmation .c-paragraph .add_line_wrap dl dt {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-contact .c-paragraph .add_line_wrap dl dt,
  .p-contact .c-paragraph .add_line_wrap dl dd,
  .p-contact-confirmation .c-paragraph .add_line_wrap dl dt,
  .p-contact-confirmation .c-paragraph .add_line_wrap dl dd {
    width: 100%;
  }
  .p-contact .c-paragraph .add_line_wrap dl dt span img,
  .p-contact-confirmation .c-paragraph .add_line_wrap dl dt span img {
    margin: auto;
  }
  .p-contact .c-paragraph .add_line_wrap dl dt strong,
  .p-contact-confirmation .c-paragraph .add_line_wrap dl dt strong {
    position: relative;
    width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-contact table,
  .p-contact tbody,
  .p-contact-confirmation table,
  .p-contact-confirmation tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-contact tr,
  .p-contact-confirmation tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
.p-contact .c-date-form,
.p-contact-confirmation .c-date-form {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-contact .c-form-groups--row,
  .p-contact-confirmation .c-form-groups--row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-cart .c-contents-header + .cart-content {
    margin-top: 30px;
  }
}
.p-cart .c-contents-header__point-info span {
  position: relative;
  top: 2px;
  right: 2px;
  color: #333;
}
.p-cart .error-msg {
  margin-top: 20px;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-cart .about-point {
    text-align: left;
  }
}
.p-cart .cart-content__flex-content {
  display: block;
}
.p-cart .cart-content__flex-content .cart-main__list {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-main__list {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-main__list .cart-list .list-item__main {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-main__list .cart-list .list-item__main > a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-main__list .cart-list .list-item__main > .list-item__column:first-of-type {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-main__list .cart-list .list-item__main > .list-item__column:last-of-type {
    width: 100%;
    padding-left: 0;
  }
}
.p-cart .cart-content__flex-content .cart-side {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-side__main {
    padding: 30px 0;
  }
}
.p-cart .cart-content__flex-content .cart-side__main .button-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-side__main .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
  }
}
.p-cart .cart-content__flex-content .cart-side__main .button-wrapper > .c-button {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-side__main .button-wrapper > .c-button {
    max-width: 400px;
    margin-bottom: 0;
  }
}
.p-cart .cart-content__flex-content .cart-side__main .button-wrapper > button.c-button {
  border-color: #333;
  background: #333;
}
.p-cart .cart-content__flex-content .cart-side__main .amazon-pay {
  padding: 20px;
  border: 1px solid #666;
  text-align: center;
}
.p-cart .cart-content__flex-content .cart-side__main .amazon-pay .c-checkbox label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-cart .cart-content__flex-content .cart-side__main .amazon-pay .amazon-pay__button-area #AmazonPayButtonV2 {
  margin: 0 auto;
}
.p-cart .cart-content__flex-content .cart-side__main .subtotal-table,
.p-cart .cart-content__flex-content .cart-side__main .confirm-table {
  width: 33%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-cart .cart-content__flex-content .cart-side__main .subtotal-table,
  .p-cart .cart-content__flex-content .cart-side__main .confirm-table {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-order-input .c-order-step,
  .p-order-confirm .c-order-step,
  .p-order-complete .c-order-step,
  .p-order-payment-module .c-order-step,
  .p-order-non-member-account-info .c-order-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-order-input .c-order-step__item:not(.c-order-step__item--current),
.p-order-confirm .c-order-step__item:not(.c-order-step__item--current),
.p-order-complete .c-order-step__item:not(.c-order-step__item--current),
.p-order-payment-module .c-order-step__item:not(.c-order-step__item--current),
.p-order-non-member-account-info .c-order-step__item:not(.c-order-step__item--current) {
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-order-input .c-order-step__item,
  .p-order-confirm .c-order-step__item,
  .p-order-complete .c-order-step__item,
  .p-order-payment-module .c-order-step__item,
  .p-order-non-member-account-info .c-order-step__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-order-input .c-contents-header,
  .p-order-confirm .c-contents-header,
  .p-order-complete .c-contents-header,
  .p-order-payment-module .c-contents-header,
  .p-order-non-member-account-info .c-contents-header {
    margin-bottom: 30px;
  }
}
.p-order-input .c-button-next,
.p-order-confirm .c-button-next,
.p-order-complete .c-button-next,
.p-order-payment-module .c-button-next,
.p-order-non-member-account-info .c-button-next {
  border-color: #333;
  background: #333;
}
.p-order-input .c-order-section,
.p-order-confirm .c-order-section,
.p-order-complete .c-order-section,
.p-order-payment-module .c-order-section,
.p-order-non-member-account-info .c-order-section {
  margin-top: 0;
  padding: 20px 0;
}

.p-order-input {
  margin-top: -80px;
}
.p-order-input .order-input-form__content {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-order-input .order-input-form__content .shipping-address-list .c-table .address-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-order-input .order-input-form__content .contact-message__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-order-input .order-input-form__content .regular-delivery-calendar__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-order-input .order-input-form__content .regular-delivery-calendar__item {
    width: 100%;
  }
}
.p-order-input .c-radio label:empty::before {
  top: calc(50% - 19px);
}
.p-order-input .c-radio label:empty::after {
  top: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .p-order-input .c-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.p-order-confirm {
  margin-top: -80px;
}
.p-order-confirm .order-confirm-form__content-wrap .sidebar .order-total__value {
  color: #333;
}
.p-order-confirm .order-confirm-form__content-wrap .sidebar .order-summary,
.p-order-confirm .order-confirm-form__content-wrap .sidebar .order-total {
  width: 40%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .order-confirm-form__content-wrap .sidebar .order-summary,
  .p-order-confirm .order-confirm-form__content-wrap .sidebar .order-total {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-order-confirm .order-confirm-form__content-wrap .sidebar .order-summary {
    font-size: 14px;
  }
}
.p-order-confirm .order-confirm-form__content-wrap .product-list {
  background: none;
}
.p-order-confirm .order-confirm-form__content-wrap .product-list img {
  margin: 0 auto;
}
.p-order-confirm .c-order-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  gap: 60px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .c-order-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0;
    gap: 30px;
    border: none;
  }
}
.p-order-confirm .c-order-section__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.p-order-confirm .c-order-section__title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .c-order-section__title {
    padding: 10px 15px;
    background: #d8d8d8;
  }
}
.p-order-confirm .c-order-section__content {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .c-order-section__content {
    margin-top: 0;
    padding: 10px 15px;
    font-size: 14px;
  }
}
.p-order-confirm .product-list__ttl-wrapper {
  -ms-grid-columns: 1fr 4fr (1fr)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 4fr repeat(3, 1fr);
  border-top: 1px solid #938a8b;
  border-bottom: 1px solid #938a8b;
  background: #d8d8d8;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .product-list__ttl-wrapper {
    display: none;
  }
}
.p-order-confirm .product-list__ttl-wrapper span {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
}
.p-order-confirm .product-list__lists {
  margin-bottom: 10px;
}
.p-order-confirm .lists__item {
  -ms-grid-columns: 1fr 4fr (1fr)[3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 4fr repeat(3, 1fr);
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .lists__item {
    -ms-grid-columns: 1fr 10px 2fr;
    grid-template-columns: 1fr 2fr;
    padding: 10px 0;
    gap: 10px;
  }
}
.p-order-confirm .lists__item > .item__box {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .lists__item > .item__box {
    padding: 0;
    font-size: 14px;
  }
}
.p-order-confirm .lists__item > .item__box .is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .lists__item > .item__box .is-tab {
    display: inline-block;
  }
}
.p-order-confirm .item__count, .p-order-confirm .item__sub-total {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-order-confirm .item__count {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-order-confirm .item__sub-total {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-order-confirm .c-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.p-order-payment-module {
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .p-order-payment-module .c-radio-list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-order-payment-module .c-radio-list-group__item {
    width: 100%;
  }
}
.p-order-payment-module .c-payment-module__card-form {
  margin: 20px 0 0;
  background: transparent;
}
.p-order-payment-module .c-payment-module__card-form .c-table {
  margin-top: 0;
  padding: 0;
}
.p-order-payment-module .c-payment-module__card-form .c-table table,
.p-order-payment-module .c-payment-module__card-form .c-table tbody {
  display: block;
  border: none;
}
.p-order-payment-module .c-payment-module__card-form .c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-order-payment-module .c-payment-module__card-form .c-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-order-payment-module .c-payment-module__card-form .c-table th {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .p-order-payment-module .c-payment-module__card-form .c-table th {
    max-width: none;
  }
}
.p-order-payment-module .c-payment-module__card-form .c-table td {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .p-order-payment-module .c-payment-module__card-form .c-table td {
    width: 100%;
  }
}
.p-order-payment-module .c-payment-module__card-form * + .c-table {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-order-payment-module .confirm-message {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-order-payment-module .c-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.p-order-non-member-account-info .c-table {
  margin-top: 0;
  padding: 0;
}
.p-order-non-member-account-info .c-table table,
.p-order-non-member-account-info .c-table tbody {
  display: block;
  border: none;
}
.p-order-non-member-account-info .c-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-order-non-member-account-info .c-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-order-non-member-account-info .c-table th {
  width: 100%;
  min-width: 210px;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .p-order-non-member-account-info .c-table th {
    min-width: auto;
    max-width: none;
  }
}
.p-order-non-member-account-info .c-table td {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .p-order-non-member-account-info .c-table td {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-order-non-member-account-info .c-table td .c-form-groups {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-order-complete tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-order-complete .order-complete-form__content .c-table th {
    width: 100%;
  }
}

/*　アンバサダー　バナー追加用 230703 */
.ambassadar_bnr .ambassadar__content {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

/*　フリー13追加用 230713 */
.uv-care-campaign .contents .lists__item p.restock_2307 {
  margin-bottom: 20px;
  border: 1px solid #c1757a;
  background-color: #f0d7da;
  color: #c1757a;
  letter-spacing: 0.1em;
  text-align: center;
}

/* リピストクロス　アップデート対応 20231210 */
.regular-price-list tbody > tr > td,
.order-regular__fee tbody > tr > td {
  text-align: center;
}

.p-information {
  /**
  * @file _m-media.scss
  **/
  /**
  * @file _config.scss
  **/
  /* ===============================================
  # infomation

  =============================================== */
  /* ===============================================
  # shopinfo
  =============================================== */
  /* ===============================================
  # store
  =============================================== */
  /* ===============================================
  # address
  =============================================== */
  /* ===============================================
  # section title
  =============================================== */
}
.p-information .infomation {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-information .infomation {
    padding: 0 0 50px;
  }
}
.p-information .infomation__lists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  font-size: 1.4rem;
  line-height: 2.7857142857;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-information .infomation__lists {
    padding-top: 40px;
  }
}
.p-information .infomation__lists .lists__item {
  width: 30%;
  max-width: 342px;
}
.p-information .infomation__lists .item__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 28px;
  border: solid 1px;
}
.p-information .infomation__lists .item__img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  overflow: hidden;
  transform: translateY(-50%);
}
.p-information .shopinfo__container {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-information .shopinfo__container {
    padding-top: 50px;
  }
}
.p-information .shopinfo__lists {
  padding-top: 43px;
}
.p-information .shopinfo__lists .lists__item:nth-child(2) {
  padding-top: 60px;
}
.p-information .shopinfo__lists .item__title {
  padding: 0 0 10px 30px;
  border-bottom: #f0f0f0 solid 1px;
}
@media screen and (max-width: 768px) {
  .p-information .shopinfo__lists .item__title {
    padding-left: 0;
  }
}
.p-information .shopinfo__lists .item__title-sp {
  display: none;
}
.p-information .shopinfo__lists .item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  gap: 31px;
}
@media screen and (max-width: 768px) {
  .p-information .shopinfo__lists .item__wrapper {
    padding-top: 20px;
  }
}
.p-information .shopinfo__lists .item__img {
  aspect-ratio: 380/230;
  width: 100%;
  max-width: 380px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-information .shopinfo__lists .item__img {
    aspect-ratio: 570/360;
    margin-left: 0;
  }
}
.p-information .shopinfo__lists .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-information .shopinfo__lists .item__container {
  width: 60%;
  max-width: 630px;
}
.p-information .shopinfo__lists .item__text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-information .shopinfo__lists .item__text {
    font-size: 1.4rem;
  }
}
.p-information .shopinfo__lists .item__sales-period {
  display: block;
  padding-top: 30px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-information .store {
  padding: 80px 0;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-information .store {
    padding: 40px 0;
  }
}
.p-information .store__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 33px;
  gap: 50px;
}
.p-information .store__lists .lists__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 510px;
}
.p-information .store__lists .item__img {
  aspect-ratio: 510/320;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-information .store__lists .item__img {
    aspect-ratio: 570/360;
  }
}
.p-information .store__lists .item__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-information .store__lists .item__container {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-information .store__lists .item__container {
    padding-top: 15px;
  }
}
.p-information .store__lists .item__title {
  border-bottom: solid 1px;
  font-size: 1.6rem;
  line-height: 2.75;
  letter-spacing: 0.1em;
}
.p-information .store__lists .item__text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
.p-information .store__description {
  padding-top: 24px;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
}
.p-information .address__lists {
  position: relative;
  min-height: 115px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-information .address__lists {
    min-height: auto;
  }
}
.p-information .address__lists .a-lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-information .address__lists .item__text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-information .a-lists__item .icon__img {
  -o-object-fit: contain;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 6px;
  object-fit: contain;
}
.p-information .map__box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-information .map__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-information .padding-btm {
  padding-bottom: 24px;
}
.p-information .section__title-box {
  width: 100%;
  height: auto;
  margin: auto;
}
.p-information .section__title {
  font-weight: 100;
  font-size: 4.2rem;
  line-height: 1.1097619048;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-information .section__btm-title {
  display: block;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-information .section__medium__title-box {
  text-align: center;
}
.p-information .section__medium__title {
  font-weight: 100;
  font-size: 2.6rem;
  line-height: 0.8076923077;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 895px) {
  .p-information .infomation__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .p-information .infomation__lists .lists__item {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-information .shopinfo__lists .item__title {
    font-size: 1.6rem;
  }
  .p-information .shopinfo__lists .item__wrapper {
    display: block;
  }
  .p-information .shopinfo__lists .item__container {
    width: 100%;
    max-width: none;
    padding-top: 20px;
  }
  .p-information .store__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
  }
  .p-information .store__lists .lists__item {
    max-width: none;
  }
  .p-information .section__title {
    font-size: 3rem;
  }
  .p-information .section__btm-title {
    font-size: 1.2rem;
  }
  .p-information .section__medium__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .p-information .shopinfo__lists .item__title-sp {
    display: block;
  }
}
.p-information .area {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-information .area {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-information .area__title-box {
    border: 1px solid #000;
  }
}
.p-information .area__title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-information .area__title-sp {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.2rem;
    line-height: calc(20 / (1.2 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
  .p-information .area__title-sp::before {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 45%;
    right: 15px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: "";
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .p-information .area__title-sp.is-active::before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
  }
}
.p-information .area__title-lists {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-information .area__title-lists {
    -webkit-transition: height 0.3s ease-in-out;
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  .p-information .area__title-lists.is-active {
    height: 205px;
  }
}
.p-information .area__title-lists .lists__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #eceded;
  font-size: 1.6rem;
  line-height: calc(24 / (1.6 * 10));
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-information .area__title-lists .lists__item {
    padding: 10px 0;
    border-top: 1px solid #eceded;
    border-bottom: none;
    font-size: 1.2rem;
    line-height: calc(20 / (1.2 * 10));
    letter-spacing: 0.1em;
    text-align: center;
  }
  .p-information .area__title-lists .lists__item:hover {
    background: #eceded;
  }
}
.p-information .area__title-lists .lists__item.is-active {
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .p-information .area__title-lists .lists__item.is-active {
    border-color: #eceded;
    background: #eceded;
  }
}
.p-information .area__content-lists {
  margin-top: 40px;
}
.p-information .area__content-lists .lists__item {
  display: none;
}
.p-information .area__content-lists .lists__item.is-active {
  display: block;
  border-top: 1px solid #eceded;
}
.p-information .area__detail-lists .d-lists__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
  border-bottom: 1px solid #eceded;
}
.p-information .area__detail-lists .item__area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-information .area__detail-lists .item__container {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.p-information .area__detail-lists .item__box {
  -ms-grid-columns: 1fr 30px 2fr 30px 0.5fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 2fr 0.5fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-information .area__detail-lists .item__box {
    -ms-grid-columns: 4fr 10px 1fr;
    -webkit-box-align: end;
    -ms-flex-align: end;
    grid-template-columns: 4fr 1fr;
    align-items: flex-end;
    gap: 10px;
  }
}
.p-information .area__detail-lists .item__box:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #eceded;
}
.p-information .area__detail-lists .item__box:not(:last-child) {
  padding-bottom: 30px;
}
.p-information .area__detail-lists .item__area {
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.p-information .area__detail-lists .item__store-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-information .area__detail-lists .item__store-name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-information .area__detail-lists .item__store-name.is-pc {
    display: none;
  }
}
.p-information .area__detail-lists .item__store-name.is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-information .area__detail-lists .item__store-name.is-tab {
    display: block;
  }
}
.p-information .area__detail-lists .item__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-style: normal;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.p-information .area__detail-lists .item__address .icon {
  width: 12px;
  height: 12px;
  margin-top: 4px;
}
.p-information .area__detail-lists .item__tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.p-information .area__detail-lists .item__tel .icon {
  width: 12px;
  height: 12px;
  margin-top: 2px;
}
.p-information .area__detail-lists .item__map {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-information .area__detail-lists .item__map {
    font-size: 1rem;
    line-height: calc(18 / (1 * 10));
    letter-spacing: 0.1em;
  }
}
.p-information .area__detail-lists .item__map .icon {
  width: 12px;
  height: 12px;
}
.p-information .schedule__container {
  padding: 20px 30px;
  border: 10px solid #eceded;
}
@media screen and (max-width: 768px) {
  .p-information .schedule__container {
    padding: 15px 20px;
  }
}
.p-information .schedule__title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(35 / (1.6 * 10));
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-information .schedule__title {
    font-size: 1.4rem;
    line-height: calc(20 / (1.4 * 10));
    letter-spacing: 0.1em;
  }
}
.p-information .schedule__lists {
  margin-top: 20px;
  border-top: 1px solid #eceded;
}
.p-information .schedule .lists__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
  border-bottom: 1px solid #eceded;
}
@media screen and (max-width: 768px) {
  .p-information .schedule .lists__item {
    padding: 15px 0;
  }
}
.p-information .schedule .item__month {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-information .schedule .item__container {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.p-information .schedule .item__box {
  -ms-grid-columns: 1fr 30px 3fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}
.p-information .schedule .item__box:not(:first-child) {
  padding-top: 30px;
  border-top: 1px solid #eceded;
}
@media screen and (max-width: 768px) {
  .p-information .schedule .item__box:not(:first-child) {
    padding-top: 15px;
  }
}
.p-information .schedule .item__box:not(:last-child) {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-information .schedule .item__box:not(:last-child) {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-information .schedule .item__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-information .schedule .item__month {
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}
.p-information .schedule .item__week {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: calc(20 / (1.2 * 10));
  letter-spacing: 0.1em;
}