@charset "UTF-8";
/*
===== original reset ===========================
*/
/* 1: universal reset
------------------------------------- */
html {
  cursor: default;
  font-size: 62.5%;
}

/* box sizing
------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}

/* general params
------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
body,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote,
figure {
  margin: 0;
  padding: 0; /* margin&padding reset */
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

/* word break
------------------------------------- */
p {
  word-break: normal;
}

/* image
------------------------------------- */
img {
  vertical-align: bottom;
  border-style: none;
}

/* 2: form setting
------------------------------------- */
option {
  padding-right: 10px;
}

input,
select {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-weight: 100 700;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-bottom {
  from {
    transform: translateY(21px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-anim-trigger {
  opacity: 0;
  /*-------------------------------------------> delay */
  /*-------------------------------------------> setting */
}
.js-anim-trigger.--delay-1 {
  animation-delay: 0.3s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-1.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-2 {
  animation-delay: 0.6s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-2.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-3 {
  animation-delay: 0.9s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-3.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-4 {
  animation-delay: 1.2s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-4.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-5 {
  animation-delay: 1.5s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-5.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-6 {
  animation-delay: 1.8s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-6.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-7 {
  animation-delay: 2.1s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-7.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-8 {
  animation-delay: 2.4s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-8.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-9 {
  animation-delay: 2.7s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-9.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--delay-10 {
  animation-delay: 3s !important;
}
@media screen and (max-width: 767px) {
  .js-anim-trigger.--delay-10.--delay-off-sp {
    animation-delay: 0s !important;
  }
}
.js-anim-trigger.--fade.js-anim-active {
  animation: fade 1.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.js-anim-trigger.--fade-bottom.js-anim-active {
  animation: fade-bottom 0.9s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.333vw;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, sans-serif;
  color: #333333;
  background-color: #fefaeb;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
}

* {
  backface-visibility: hidden;
  box-sizing: border-box;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.--en {
  font-family: "Inter", sans-serif;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.header {
  width: 100%;
  height: 14rem;
  z-index: 1000;
  background-color: #fefaeb;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 10rem;
  }
  .header::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #666666;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s linear;
    opacity: 0;
  }
  .header.--fixed::after {
    opacity: 1;
  }
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.7rem;
  height: inherit;
  padding-inline: 2.4rem;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .header .header-content {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 4rem;
  }
}
.header .header-content .header-logo {
  width: 11.7rem;
  transition: transform 0.2s linear;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header .header-content .header-logo {
    transition: opacity 0.2s linear;
  }
  .header .header-content .header-logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header .header-content .header-nav {
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fefaeb;
    transition: all 0.1s linear;
  }
  .header .header-content .header-nav.is-open {
    display: block;
    opacity: 1;
  }
}
.header .header-content .header-nav .header-nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .header .header-content .header-nav .header-nav__menu {
    justify-content: flex-start;
    flex-direction: column;
    padding-block: 13.8rem 0;
    padding-inline: 4rem;
    gap: 0;
  }
}
.header .header-content .header-nav .header-nav__menu .menu-link a {
  color: #333333;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .header .header-content .header-nav .header-nav__menu .menu-link a {
    transition: opacity 0.2s linear;
  }
  .header .header-content .header-nav .header-nav__menu .menu-link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header .header-content .header-nav .header-nav__menu .menu-link {
    text-align: center;
    width: 100%;
    border-top: 1px solid #999999;
  }
  .header .header-content .header-nav .header-nav__menu .menu-link:last-child {
    border-bottom: 1px solid #999999;
  }
  .header .header-content .header-nav .header-nav__menu .menu-link a {
    display: block;
    font-size: 3rem;
    padding-block: 4rem;
  }
}
.header .header-content .header-nav .sns {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header-content .header-nav .sns {
    display: block;
    visibility: visible;
    margin-top: 8rem;
  }
  .header .header-content .header-nav .sns .sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.5rem;
  }
  .header .header-content .header-nav .sns .sns-list .sns-list__item.--X {
    width: 3.2rem;
  }
  .header .header-content .header-nav .sns .sns-list .sns-list__item.--facebook {
    width: 3.8rem;
  }
  .header .header-content .header-nav .sns .sns-list .sns-list__item.--youtube {
    width: 4rem;
  }
  .header .header-content .header-nav .sns .sns-list .sns-list__item.--instagram {
    width: 3.8rem;
  }
}
.header .header-content .header-nav .shop-btn {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header-content .header-nav .shop-btn {
    display: block;
    visibility: visible;
  }
  .header .header-content .header-nav .shop-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50rem;
    height: 10rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5rem;
    transform: translateY(6.5rem);
    margin: 0 auto;
  }
  .header .header-content .header-nav .shop-btn a span {
    font-size: 2.6rem;
    letter-spacing: -0.04em;
    color: #fff;
  }
}
.header .header-content .header-trigger {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header-content .header-trigger {
    cursor: pointer;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.7rem;
    position: relative;
    z-index: 1;
    width: 4rem;
    height: 3rem;
    transition: all 0.3s linear;
  }
  .header .header-content .header-trigger .header-trigger__line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333333;
    transition: all 0.3s linear;
  }
  .header .header-content .header-trigger.is-active {
    gap: 0;
  }
  .header .header-content .header-trigger.is-active .header-trigger__line:first-child {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header .header-content .header-trigger.is-active .header-trigger__line:first-child {
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 767px) {
  .header .header-content .header-trigger.is-active .header-trigger__line:last-child {
    transform: translateY(-1px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header .header-content .header-trigger.is-active .header-trigger__line:last-child {
    transform: translateY(-1px) rotate(-30deg);
  }
}
.header.header-fixed {
  height: 8rem;
  border-bottom: 1px solid #666666;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header.header-fixed.is-fixed {
  transform: translateY(0);
}
.header.header-fixed .header-content {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header.header-fixed {
    display: none;
    visibility: hidden;
  }
}

.footer {
  padding-block: 6rem 7rem;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-block: 3.15rem 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 11rem 10rem;
  }
}
.footer .footer-content {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-areas: "sns link copyright" "note note note";
  gap: 5rem 6rem;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding-inline: 7rem;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
    grid-template-areas: "sns" "link" "note" "copyright";
    gap: 4rem;
    padding-inline: 0;
  }
}
.footer .footer-content .sns {
  grid-area: sns;
}
.footer .footer-content .sns .sns-list {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content .sns .sns-list {
    justify-content: center;
    gap: 5.6rem;
  }
}
.footer .footer-content .sns .sns-list .sns-list__item.--X {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .sns .sns-list .sns-list__item.--X {
    width: 4em;
  }
}
.footer .footer-content .sns .sns-list .sns-list__item.--facebook {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .sns .sns-list .sns-list__item.--facebook {
    width: 4.8rem;
  }
}
.footer .footer-content .sns .sns-list .sns-list__item.--youtube {
  width: 3.1rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .sns .sns-list .sns-list__item.--youtube {
    width: 5rem;
  }
}
.footer .footer-content .sns .sns-list .sns-list__item.--instagram {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .sns .sns-list .sns-list__item.--instagram {
    width: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-content .sns .sns-list .sns-list__item a {
    transition: opacity 0.2s linear;
  }
  .footer .footer-content .sns .sns-list .sns-list__item a:hover {
    opacity: 0.6;
  }
}
.footer .footer-content .link {
  grid-area: link;
}
.footer .footer-content .link .link-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content .link .link-list {
    justify-content: center;
  }
}
.footer .footer-content .link .link-list .link-list__item a {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .footer .footer-content .link .link-list .link-list__item a {
    transition: opacity 0.2s linear;
  }
  .footer .footer-content .link .link-list .link-list__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content .link .link-list .link-list__item a {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
  }
}
.footer .footer-content .link .link-list .link-list__item:not(:first-child) {
  padding-left: 1.8rem;
  margin-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .link .link-list .link-list__item:not(:first-child) {
    padding-left: 2.7rem;
    margin-left: 2.7rem;
  }
}
.footer .footer-content .link .link-list .link-list__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #333333;
}
.footer .footer-content .copyright {
  grid-area: copyright;
  justify-self: end;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content .copyright {
    justify-self: center;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content .copyright {
    margin-top: 6rem;
    font-size: 2rem;
  }
}
.footer .footer-content .note {
  grid-area: note;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content .note {
    display: flex;
    justify-content: center;
    padding-inline: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content .note {
    margin-top: 4rem;
  }
}
.footer .footer-content .note ul {
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .note ul {
    font-size: 2rem;
  }
}
.footer .footer-content .note ul li {
  margin-top: 0.5em;
}

.--c-heading {
  text-align: center;
}

.--c-head {
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .--c-head {
    font-size: 6.4rem;
    letter-spacing: -0.04em;
  }
}

.--c-head-text {
  color: #3e3a3a;
  font-size: 2.8rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero {
    padding-top: 12rem;
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid {
  padding-inline: 0.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0.8rem;
  grid-auto-flow: row;
  grid-template-areas: "grid-1 grid-2 grid-3 grid-4" "grid-5 grid-6 grid-7 grid-8" "grid-9 grid-9 grid-10 grid-11";
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-1 {
  grid-area: grid-1;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-2 {
  grid-area: grid-2;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-3 {
  grid-area: grid-3;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-4 {
  grid-area: grid-4;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-5 {
  grid-area: grid-5;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-6 {
  grid-area: grid-6;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-7 {
  grid-area: grid-7;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-8 {
  grid-area: grid-8;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-9 {
  grid-area: grid-9;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-10 {
  grid-area: grid-10;
}
#site-wrapper section.hero .hero-content .hero-content__grid .grid-11 {
  grid-area: grid-11;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.hero .hero-content .hero-content__grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "grid-1 grid-2 grid-3" "grid-5 grid-6 grid-8" "grid-9 grid-9 grid-11";
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid {
    padding-inline: 4rem;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 17rem;
    grid-template-areas: "grid-5 grid-2" "grid-1 grid-4" "grid-11 grid-8" "grid-10 grid-3" "grid-9 grid-9";
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box {
    height: 22rem;
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-1 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 19.1rem;
  transform: translate(0, -0.5rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-1 img {
    width: 21.4rem;
    transform: translate(-1rem, -0.9rem);
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-2 {
  border-top-left-radius: 4.8rem;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-3 img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-4 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-4 {
    display: block;
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-5 {
  border-bottom-left-radius: 4.8rem;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-5 img {
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-6 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-7 {
    display: none;
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-8 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 14.9rem;
  transform: translate(-0.6rem, -0.1rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-8 img {
    width: 16.3rem;
    transform: translate(0.3rem, -0.4rem);
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-9 {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-9 {
    align-items: flex-end;
    height: 17rem;
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-9 img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-9 img {
    max-width: 47.3rem;
    width: 78%;
    transform: translateY(1rem);
    margin-left: 11%;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-9 img {
    width: 60rem;
    height: auto;
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-10 {
  border-bottom-right-radius: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-10 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__grid > .box.grid-10 {
    display: block;
  }
}
#site-wrapper section.hero .hero-content .hero-content__note {
  display: block;
  font-size: 1rem;
  margin-top: 2em;
  padding-inline: 0.8rem;
  color: #333333;
  margin-left: auto;
  text-align: right;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#site-wrapper section.hero .hero-content .hero-content__note.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.hero .hero-content .hero-content__note {
    margin-top: 6rem;
    padding-inline: 4rem;
    font-size: 1.4rem;
    text-align: left;
  }
}
#site-wrapper section.hero .hero-content .hero-content__grid.js-anim-trigger {
  opacity: 1;
}
#site-wrapper section.hero .hero-content .hero-content__grid.js-anim-trigger > .box {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#site-wrapper section.hero .hero-content .hero-content__grid.js-anim-trigger > .box.is-show {
  opacity: 1;
  transform: translateY(0);
}
#site-wrapper section.message {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.message {
    margin-top: 15rem;
  }
}
#site-wrapper section.message .message-content {
  background-image: url("../img/message-bg.jpg");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.message .message-content {
    background-image: url("../img/message-bg-sp.jpg");
    background-position: top center;
  }
}
#site-wrapper section.message .message-content .inner {
  width: calc(100% - 24rem);
  height: inherit;
  margin: 0 auto;
  padding-block: 7.4rem 7.4rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.message .message-content .inner {
    width: 100%;
    padding-block: 0;
  }
}
#site-wrapper section.message .message-content .inner .textarea {
  position: relative;
  left: clamp(0%, (100vw - 768px) / 672px * 50%, 50%);
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  min-width: 600px;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.message .message-content .inner .textarea {
    left: 0;
    width: 100%;
    min-width: auto;
    padding-block: 79rem 13rem;
    padding-inline: 4rem;
  }
}
#site-wrapper section.message .message-content .inner .textarea .message-head {
  padding-left: 24.1666666667%;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.message .message-content .inner .textarea .message-head {
    padding-left: 0;
  }
}
#site-wrapper section.message .message-content .inner .textarea .message-text {
  font-size: 1.4rem;
  line-height: 2.8571428571;
  letter-spacing: 0.04em;
  margin-top: 23rem;
  padding-left: 60%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.message .message-content .inner .textarea .message-text {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 2.6666666667;
    margin-top: 11rem;
    margin-left: auto;
    padding-left: 0;
  }
}
#site-wrapper section.message .message-content .inner .textarea .message-text > span {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.message .message-content .inner .textarea .message-text > span {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper .intro {
    position: relative;
    z-index: 1;
    background: #fefaeb;
  }
}
#site-wrapper .intro .intro-content .inner {
  position: relative;
  padding-block: 29rem 12rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site-wrapper .intro .intro-content .inner {
    padding-block: 24rem 10rem;
  }
}
#site-wrapper .intro .intro-content .intro-product {
  width: 51rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #site-wrapper .intro .intro-content .intro-product {
    width: 43.6rem;
  }
}
#site-wrapper .intro .intro-content .intro-product img {
  transform: translate(-3rem, 7.5rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper .intro .intro-content .intro-product img {
    transform: translate(0, 6rem);
  }
}
#site-wrapper .intro .intro-content .intro-text {
  position: relative;
  left: -50%;
  display: flex;
  gap: 6rem;
}
#site-wrapper .intro .intro-content .intro-text span {
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 200;
  letter-spacing: -0.06em;
  color: rgba(136, 136, 136, 0.2);
}
#site-wrapper section.about {
  padding-top: 8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about {
    padding-top: 12rem;
    margin-top: 2rem;
  }
}
#site-wrapper section.about .about-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 4rem;
}
#site-wrapper section.about .about-list {
  display: flex;
  align-items: stretch;
  counter-reset: about-list;
}
#site-wrapper section.about .about-list .about-list__box {
  counter-increment: about-list;
  display: flex;
  flex-direction: column;
  border-radius: 4rem;
  background-color: #fff;
  padding: 6rem 5rem 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box {
    border-radius: 4.8rem;
    padding: 7rem 4rem 6rem;
  }
  #site-wrapper section.about .about-list .about-list__box:nth-child(even) .box-head > p {
    padding-top: 3rem;
  }
}
#site-wrapper section.about .about-list .about-list__box::after {
  content: counter(about-list) ".";
  position: absolute;
  top: -2.5rem;
  right: 4rem;
  font-size: 6rem;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box::after {
    top: -3.2rem;
    right: 4.5rem;
    font-size: 9.6rem;
  }
}
#site-wrapper section.about .about-list .about-list__box .box-head {
  min-height: 8.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box .box-head {
    min-height: 15rem;
  }
}
#site-wrapper section.about .about-list .about-list__box .box-head > p {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box .box-head > p {
    font-size: 4rem;
    line-height: 1.4;
  }
}
#site-wrapper section.about .about-list .about-list__box .box-body {
  flex: 1;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box .box-body {
    padding-top: 5rem;
  }
}
#site-wrapper section.about .about-list .about-list__box .box-body .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box .box-body .text {
    font-size: 2.4rem;
    line-height: 2;
  }
}
#site-wrapper section.about .about-list .about-list__box .box-body img {
  display: block;
  margin: 0 auto;
}
#site-wrapper section.about .about-list .about-list__box.--box-1 .box-body img {
  margin: 5rem auto 0;
  width: 37.2rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box.--box-1 .box-body img {
    width: 100%;
    margin: 6rem auto 0;
  }
}
#site-wrapper section.about .about-list .about-list__box.--box-2 .box-body img {
  margin: 3rem auto 0;
  width: 39.4rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box.--box-2 .box-body img {
    width: 100%;
    margin: 6rem auto 0;
  }
}
#site-wrapper section.about .about-list .about-list__box.--box-3 .box-body img {
  display: block;
  width: 33.7rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box.--box-3 .box-body img {
    width: 46.3rem;
    margin: 0;
    margin-top: 5rem;
    margin-left: 1rem;
  }
}
#site-wrapper section.about .about-list .about-list__box.--box-4 .box-body img {
  width: 36.1rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list .about-list__box.--box-4 .box-body img {
    width: 51rem;
  }
}
#site-wrapper section.about .splide__list {
  padding-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .splide__list {
    padding-top: 6rem !important;
  }
}
#site-wrapper section.about .about-list__box {
  width: 51rem !important;
  margin-right: 2rem !important;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-list__box {
    width: 63rem !important;
    margin-right: 4rem !important;
  }
}
#site-wrapper section.about .splide__arrows > button {
  background: #bdbfbf;
  width: 5rem;
  height: 5rem;
  opacity: 1;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .splide__arrows > button {
    width: 8rem;
    height: 8rem;
  }
}
#site-wrapper section.about .splide__arrows > button::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.4rem;
  background-image: url(../img/about-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .splide__arrows > button::before {
    width: 1.5rem;
    height: 2.2rem;
  }
}
#site-wrapper section.about .splide__arrows > button.splide__arrow--prev {
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .splide__arrows > button.splide__arrow--prev {
    left: 2rem;
  }
}
#site-wrapper section.about .splide__arrows > button.splide__arrow--prev::before {
  transform: rotate(180deg);
}
#site-wrapper section.about .splide__arrows > button.splide__arrow--next {
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .splide__arrows > button.splide__arrow--next {
    right: 2rem;
  }
}
#site-wrapper section.about .splide__arrows .splide__arrow:disabled {
  opacity: 0.3 !important;
}
#site-wrapper section.about .about-visual {
  margin-top: 8rem;
  width: 100%;
  height: 64rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.about .about-visual {
    margin-top: 10rem;
    height: 50rem;
  }
}
#site-wrapper section.about .about-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#site-wrapper section.products {
  padding-top: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products {
    padding-top: 12rem;
    margin-top: 4rem;
  }
}
#site-wrapper section.products .product-content .heading {
  text-align: center;
}
#site-wrapper section.products .product-list {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list {
    margin-top: 6rem;
  }
}
#site-wrapper section.products .product-list .product-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
#site-wrapper section.products .product-list .product-item .item-img {
  position: relative;
  width: 560px;
  margin-inline: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img {
    width: 74.6666666667vw;
    margin-bottom: 10rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .color {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .color {
    gap: 2rem;
    margin-left: unset;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .color .--label {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .color .--label {
    font-size: 1.4rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .color .--color-chip {
    gap: 1rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip > * {
  cursor: pointer;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .color .--color-chip > * {
    width: 4rem;
    height: 4rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip > *:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c01-1 {
  background-color: #e7ded8;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c01-1:after {
  background-color: #e7ded8;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c01-2 {
  background-color: #3e3b3a;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c01-2:after {
  background-color: #3e3b3a;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c02-1 {
  background-color: #aca299;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c02-1:after {
  background-color: #aca299;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c02-2 {
  background-color: #c2aec9;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c02-2:after {
  background-color: #c2aec9;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c03-1 {
  background-color: #a5a4a4;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c03-1:after {
  background-color: #a5a4a4;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c03-2 {
  background-color: #e1bac8;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .c03-2:after {
  background-color: #e1bac8;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .--current {
  pointer-events: none;
  border: 1px solid #cccccc;
  background-color: #fff;
}
#site-wrapper section.products .product-list .product-item .item-img .color .--color-chip .--current:after {
  opacity: 1;
}
#site-wrapper section.products .product-list .product-item .item-img .sholder {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 30px;
  height: 4rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .sholder {
    height: auto;
    top: -2rem;
    padding-inline: 0;
    justify-content: center;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature {
    gap: 1rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--ico {
  width: 4rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--ico {
    width: 5rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--txt {
    gap: 0.5rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--txt .--main {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--txt .--main {
    font-size: 2rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--txt .--sub {
  font-size: 9px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .sholder .pick-feature .--txt .--sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .sholder .color {
    display: none;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .thumb {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 560/399;
}
#site-wrapper section.products .product-list .product-item .item-img .thumb img {
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(10%);
}
#site-wrapper section.products .product-list .product-item .item-img .thumb img.--def {
  opacity: 0;
}
#site-wrapper section.products .product-list .product-item .item-img .thumb img.--stand {
  opacity: 1;
}
#site-wrapper section.products .product-list .product-item .item-img .img-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(100%);
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .img-bottom {
    display: flex;
    justify-content: center;
    gap: 6rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .img-bottom .color {
  display: none;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .img-bottom .color {
    display: flex;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .toggle {
  pointer-events: auto;
  display: inline-flex;
  border: 1px solid #4d4d4d;
  border-radius: 9999px;
  overflow: hidden;
}
#site-wrapper section.products .product-list .product-item .item-img .toggle .toggle__button {
  padding: 8px 25px;
  border: none;
  background: #fff;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-img .toggle .toggle__button {
    font-size: 1.5rem;
    padding: 1.3rem 4rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-img .toggle .toggle__button:first-child {
  border-right: 1px solid #4d4d4d;
}
#site-wrapper section.products .product-list .product-item .item-img[data-type=stand] .toggle__button.--stand {
  background: #4d4d4d;
  color: #fff;
  pointer-events: none;
}
#site-wrapper section.products .product-list .product-item .item-img[data-type=stand] .toggle__button.--def {
  background-color: inherit;
  color: inherit;
}
#site-wrapper section.products .product-list .product-item .item-img[data-type=def] .thumb img.--def {
  opacity: 1;
}
#site-wrapper section.products .product-list .product-item .item-img[data-type=def] .thumb img.--stand {
  opacity: 0;
}
#site-wrapper section.products .product-list .product-item .item-img[data-type=def] .toggle__button.--stand {
  background-color: inherit;
  color: inherit;
}
#site-wrapper section.products .product-list .product-item .item-img[data-type=def] .toggle__button.--def {
  background: #4d4d4d;
  color: #fff;
  pointer-events: none;
}
#site-wrapper section.products .product-list .product-item.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: translateX(0);
  left: auto;
}
#site-wrapper section.products .product-list .product-item.is-active .thumb img {
  transform: translateY(0);
}
#site-wrapper section.products .product-list .product-item .item-spec {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-spec {
    gap: 6.5rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-data {
  width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data {
    flex-direction: column;
    gap: 3rem;
    width: 89.3333333333vw;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--txts {
  flex: 1;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--txts {
    text-align: center;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--txts .--model {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--txts .--model {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--txts .--name {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -0.001em;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--txts .--name {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--txts .--name .small {
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--txts .--name .small {
    font-size: 3.6rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--txts .--desc {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--txts .--desc {
    font-size: 2rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--feature {
  display: flex;
  height: 90px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--feature {
    height: 11rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--feature .--feature-item {
  width: 120px;
  border-left: solid 1px #cbc8bc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--feature .--feature-item {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--feature .--feature-item:first-child {
    border-left: none;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--feature .--feature-item img {
  width: auto;
  height: 33px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--feature .--feature-item img {
    height: 3.9rem;
  }
}
#site-wrapper section.products .product-list .product-item .item-data .--feature .--feature-item p {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  color: #333;
  height: 2.3em;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-list .product-item .item-data .--feature .--feature-item p {
    font-size: 1.8rem;
  }
}
#site-wrapper section.products .product-list .product-item .detail-btn {
  margin: 0 auto;
  width: 32rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #4c4c4c;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s linear;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products .product-list .product-item .detail-btn {
    width: 50rem;
    height: 10rem;
    border-radius: 5rem;
  }
}
#site-wrapper section.products .product-list .product-item .detail-btn span {
  font-size: 1.5rem;
  font-weight: 200;
  color: #fff;
  transition: color 0.2s linear;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products .product-list .product-item .detail-btn span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper section.products .product-list .product-item .detail-btn:hover {
    background-color: transparent;
  }
  #site-wrapper section.products .product-list .product-item .detail-btn:hover span {
    color: #4c4c4c;
  }
}
#site-wrapper section.products .product-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 399px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-nav {
    top: 0;
    aspect-ratio: 750/399;
    width: 100%;
    height: auto;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn {
  position: absolute;
  width: calc((100% - 560px) * 0.5);
  height: 399px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-nav .product-nav__btn {
    aspect-ratio: 160/300;
    width: calc((100% - 57.3333333333vw) * 0.5);
    height: 100%;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn button {
  padding: 0;
  position: absolute;
  inset: 0;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13%;
}
@media screen and (max-width: 1200px) {
  #site-wrapper section.products .product-nav .product-nav__btn button {
    top: 15%;
    bottom: 15%;
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products .product-nav .product-nav__btn button {
    justify-content: flex-start;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn button .--txt {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products .product-nav .product-nav__btn button .--txt {
    padding-top: 4rem;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn button .--txt span {
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products .product-nav .product-nav__btn button .--txt span {
    font-size: 1.8rem;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn button .--txt svg {
  width: 1rem;
  height: auto;
}
#site-wrapper section.products .product-nav .product-nav__btn button .--image img {
  max-width: 200px;
  width: 13.8888888889vw;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products .product-nav .product-nav__btn button .--image img {
    max-width: 100%;
    width: 11.8rem;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn button .--image span {
  color: #333;
  display: block;
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.products .product-nav .product-nav__btn button .--image span {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn.--prev {
  left: 0;
}
#site-wrapper section.products .product-nav .product-nav__btn.--prev button {
  border-radius: 0 6rem 6rem 0;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-nav .product-nav__btn.--prev button {
    border-radius: 0 6rem 6rem 0;
  }
}
#site-wrapper section.products .product-nav .product-nav__btn.--next {
  right: 0;
}
#site-wrapper section.products .product-nav .product-nav__btn.--next button {
  border-radius: 6rem 0 0 6rem;
}
@media screen and (min-width: 1201px) {
  #site-wrapper section.products .product-nav .product-nav__btn.--next button {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-nav .product-nav__btn.--next button {
    border-radius: 6rem 0 0 6rem;
  }
}
#site-wrapper section.products .product-foot {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 50px;
  margin-top: 55px;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-foot {
    gap: 7rem;
    margin-top: 4rem;
    padding-inline: 4rem;
  }
}
#site-wrapper section.products .product-foot .--anno p {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #333;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-foot .--anno p {
    font-size: 2rem;
    text-align: left;
  }
}
#site-wrapper section.products .product-foot .--link a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  text-decoration: underline;
}
#site-wrapper section.products .product-foot .--link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.products .product-foot .--link a {
    font-size: 2.8rem;
  }
}
#site-wrapper section.features {
  padding-top: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features {
    padding-top: 12rem;
    margin-top: 6rem;
  }
}
#site-wrapper section.features .feature-content .feature-list {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list {
    margin-top: 8rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-inline: 2rem;
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box {
    flex-direction: column;
    align-items: center;
    gap: 8rem;
  }
  #site-wrapper section.features .feature-content .feature-list .feature-list__box:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box {
    gap: 5rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb {
  width: 50%;
  max-width: 68rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb {
    max-width: 100%;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb .wrap {
  border-radius: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb .wrap {
    border-radius: 6rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb .wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb .thumb-note {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  text-indent: -1em;
  margin-left: 1em;
  padding-inline: 3.5rem;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .thumb .thumb-note {
    font-size: 2rem;
    margin-top: 1em;
    padding: 0;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 70rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea {
    width: 100%;
    max-width: 100%;
    padding-inline: 6rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea .head {
  color: #3e3a3a;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea .head {
    font-size: 3.8rem;
    line-height: 1.3684210526;
    white-space: nowrap;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea .text {
    font-size: 2.4rem;
    line-height: 1.5833333333;
    text-align: left;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea .note {
  width: 100%;
  margin-top: 3rem;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box .textarea .note {
    font-size: 2rem;
    margin-top: 3.5rem;
    text-align: left;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-1 .image img {
  display: block;
  margin: 0 auto;
  width: 49.7rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-1 .image img {
    width: 61rem;
    margin-top: 6rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-2 {
  margin-top: 13rem;
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-2 .image {
  width: 45rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-2 .image {
    width: 65rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-3 {
  margin-top: 7rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-3 {
    margin-top: 12rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-3 .image {
  width: 38rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-3 .image {
    width: 55rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-3 .memo {
  width: 46.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-3 .memo {
    width: 59rem;
  }
}
#site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-4 {
  margin-top: 5.5rem;
}
@media screen and (max-width: 1023px) {
  #site-wrapper section.features .feature-content .feature-list .feature-list__box.--box-4 {
    margin-top: 12rem;
  }
}
#site-wrapper section.features .features-visual {
  margin-top: 25rem;
  width: 100%;
  height: 64rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.features .features-visual {
    margin-top: 20.5rem;
    height: 50rem;
  }
}
#site-wrapper section.features .features-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#site-wrapper section.select {
  background-color: #fff;
  padding-block: 8rem 16rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select {
    padding-block: 0rem 18rem;
  }
}
#site-wrapper section.select .select-content {
  padding-block: 8rem 0;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content {
    padding-block: 12rem 0;
  }
}
#site-wrapper section.select .select-content .select-product {
  max-width: 124rem;
  width: 100%;
  margin: 9rem auto 0;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product {
    max-width: 100%;
    margin: 5rem auto 0;
  }
}
#site-wrapper section.select .select-content .select-product-top {
  display: grid;
  grid-template-columns: repeat(3, 20%);
  justify-content: center;
  gap: 13.3%;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-top {
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    gap: 0;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-top .box img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#site-wrapper section.select .select-content .select-product-top .box .textarea {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-top .box .textarea {
    margin-top: 2.5rem;
  }
}
#site-wrapper section.select .select-content .select-product-top .box .textarea > span {
  display: block;
}
#site-wrapper section.select .select-content .select-product-top .box .textarea > span.head {
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-top .box .textarea > span.head {
    font-size: 2.4rem;
    line-height: 1.25;
    white-space: nowrap;
    text-align: center;
  }
}
#site-wrapper section.select .select-content .select-product-top .box .textarea > span.head > span {
  display: inline-block;
}
#site-wrapper section.select .select-content .select-product-top .box .textarea > span.number {
  font-size: 1.5rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-top .box .textarea > span.number {
    font-size: 2rem;
  }
}
#site-wrapper section.select .select-content .select-product-bottom {
  margin-top: 4rem;
  padding-block: 6rem 3.5rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-bottom {
    margin-top: 3.5rem;
  }
}
#site-wrapper section.select .select-content .select-product-bottom .detail .detail-head {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(62, 58, 58, 0.6);
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-bottom .detail .detail-head {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
#site-wrapper section.select .select-content .select-product-bottom .detail .detail-body {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 20%);
  gap: 13.3%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-bottom .detail .detail-body {
    grid-template-columns: repeat(3, 30%);
    gap: 0;
    justify-content: space-between;
    padding-inline: 2rem;
  }
}
#site-wrapper section.select .select-content .select-product-bottom .detail .detail-body.--type-2 {
  grid-template-columns: 20% 54%;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-bottom .detail .detail-body.--type-2 {
    grid-template-columns: 30% 64%;
  }
}
#site-wrapper section.select .select-content .select-product-bottom .detail .detail-body > li {
  padding-block: 3.5rem 2.5rem;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-bottom .detail .detail-body > li {
    padding-block: 3.5rem 5.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
#site-wrapper section.select .select-content .select-product-bottom .detail .detail-body > li span {
  display: inline-block;
  white-space: nowrap;
}
#site-wrapper section.select .select-content .select-product-note {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5384615385;
  padding: 3.5rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-product-note {
    font-size: 1.4rem;
  }
}
#site-wrapper section.select .select-content .select-btn {
  margin: 7.5rem auto 0;
  width: 32rem;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.select .select-content .select-btn {
    transition: background-color 0.2s linear;
  }
  #site-wrapper section.select .select-content .select-btn:hover {
    background-color: #666666;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-btn {
    margin: 10rem auto 0;
    width: 50rem;
    height: 10rem;
    border-radius: 5rem;
  }
}
#site-wrapper section.select .select-content .select-btn span {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.select .select-content .select-btn span {
    font-size: 2.6rem;
  }
}
#site-wrapper .gallery {
  padding-block: 15.5rem 12.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper .gallery {
    padding-block: 10.5rem 25rem;
  }
}
#site-wrapper .gallery .gallery-images {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #site-wrapper .gallery .gallery-images {
    max-width: 100%;
  }
}
#site-wrapper .gallery .gallery-images .gallery-images__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-1 {
    max-width: 658px;
    width: 45.6944444444%;
    height: 42rem;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-1 {
    width: 46.9rem;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-2 {
    max-width: 406px;
    width: 28.1944444444%;
    height: 46.3rem;
    margin-top: -22rem;
    margin-left: auto;
  }
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-2 img {
    -o-object-position: 25%;
       object-position: 25%;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-2 {
    width: 35.7rem;
    margin-top: 11rem;
    margin-right: 4.5rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-3 {
    max-width: 833px;
    width: 57.8472222222%;
    height: 57.6rem;
    margin-top: -7.7rem;
    margin-left: 6rem;
  }
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-3 img {
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-3 {
    width: 69.3rem;
    margin-top: 12.5rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-4 {
    max-width: 563px;
    width: 39.0972222222%;
    height: 37.5rem;
    margin-top: 7.9166666667vw;
    position: relative;
    left: calc(50% + 8.5rem);
  }
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-4 img {
    -o-object-position: left;
       object-position: left;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-4 {
    width: 47.8rem;
    margin-top: 9.8rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-5 {
    max-width: 473px;
    width: 32.8472222222%;
    height: 53.9rem;
    margin-top: -15rem;
    margin-left: 15rem;
  }
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-5 img {
    -o-object-position: 25%;
       object-position: 25%;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper .gallery .gallery-images .gallery-images__box.--box-5 {
    width: 47.3rem;
    margin-top: 11rem;
    margin-left: 3rem;
  }
}
#site-wrapper .shop {
  padding-inline: 4rem;
  margin: 0 auto;
}
#site-wrapper .shop .shop-content {
  background-image: url("../img/shop-bg.jpg");
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  width: 100%;
  height: 64rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper .shop .shop-content {
    height: 48rem;
    background-image: url("../img/shop-bg-sp.jpg");
    background-position: center bottom;
    border-radius: 4.8rem;
    align-items: flex-start;
  }
}
#site-wrapper .shop .shop-content .inner {
  max-width: 1440px;
  width: 100%;
  padding-inline: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #site-wrapper .shop .shop-content .inner {
    max-width: 100%;
    padding-inline: 0;
    padding-top: 9rem;
    text-align: center;
  }
}
#site-wrapper .shop .shop-content .inner .shop-text {
  font-size: 4rem;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #site-wrapper .shop .shop-content .inner .shop-text {
    font-size: 6.4rem;
  }
}
#site-wrapper .shop .shop-content .inner .shop-btn {
  display: inline-block;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper .shop .shop-content .inner .shop-btn {
    margin-top: 3rem;
  }
}
#site-wrapper .shop .shop-content .inner .shop-btn span {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #fff;
  padding-bottom: 0.5rem;
  position: relative;
}
#site-wrapper .shop .shop-content .inner .shop-btn span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 767px) {
  #site-wrapper .shop .shop-content .inner .shop-btn span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper .shop .shop-content .inner .shop-btn:hover span::after {
    opacity: 1;
  }
}
