@charset "UTF-8";

@font-face {
  font-family: "DIN BoldAlternate";
  font-style: normal;
  font-weight: bold;
  src: url("../font/DIN_BoldAlternate.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Futura Medium";
  font-style: normal;
  font-weight: Medium;
  src: url("../font/Futura_Medium.otf");
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.about {
  background-image: url(../img/about.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.about__wrapper {
  padding: 5.25rem 0 5.1875rem;
}

.about__head {
  width: 10.6875rem;
  margin: 0 auto;
}

.about__head img {
  width: 100%;
  height: 100%;
  aspect-ratio: 171/46;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__message {
  width: 31rem;
  margin-top: 5rem;
}

.about__title {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
}

.about__text {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 1.125rem;
}

.about__btn {
  margin-top: 7.625rem;
}

.about__contact {
  display: block;
  width: 14.5rem;
  position: absolute;
  bottom: -0.5rem;
  right: 49px;
  z-index: 1;
}

.about__contact img {
  width: 100%;
  height: 100%;
  aspect-ratio: 232/101;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16rem;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  padding: 0.5rem 0.5rem 0.5625rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn:hover {
  opacity: 0.5;
}

.btn__mark {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #707070;
  border-radius: 100%;
  position: relative;
}

.btn__mark::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

.btn__text {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  color: #707070;
  margin-left: 0.25rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.card__image {
  width: 100%;
}

.card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 232/191;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__head {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding: 0.25rem 0.25rem 0.4375rem;
  background-color: #5E239D;
  border-radius: 0 0 0.5rem 0.5rem;
}

.footer {
  background-color: #F5F5F5;
}

.footer__inner {
  width: 100%;
  height: 100%;
  max-width: 1224px;
  padding: 0 6.25rem;
  margin: 0 auto;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 52px;
  padding-top: 3.25rem;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__lists li {
  border-top: none;
}

.footer__lists a {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Jost", sans-serif;
  color: #333333;
}

.footer__lists + .footer__lists {
  margin-left: 10rem;
}

.footer__wrapper {
  display: block;
}

.footer__logo {
  width: 14.875rem;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 238/78;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__store {
  width: 14.875rem;
  margin-top: 3.375rem;
}

.footer__store img {
  width: 100%;
  height: 100%;
  aspect-ratio: 228/134;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__copyright {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Jost", sans-serif;
  color: #FFFFFF;
  text-align: center;
  background-color: #FEDC64;
  padding: 17px 0 10px;
  margin-top: -12px;
}

.fv {
  width: 100%;
  height: calc(100vh + 2.125rem);
}

.fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.goods__container {
  padding-top: 4.8125rem;
  padding-bottom: 4.125rem;
}

.goods__head {
  width: 10.375rem;
  margin: 0 auto;
}

.goods__head img {
  width: 100%;
  height: 100%;
  aspect-ratio: 166/46;
  -o-object-fit: cover;
     object-fit: cover;
}

.goods__description {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.4375rem;
  text-align: center;
}

.goods__items {
  margin-top: 1.6875rem;
}

.goods__text {
  line-height: 1.625;
  text-align: center;
  margin-top: 2.625rem;
}

.head {
  margin: 0 auto;
}

.head-sub {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  color: #707070;
  text-align: center;
  margin-top: 3px;
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #FFFFFF;
}

.header__inner {
  width: auto;
  height: 100%;
  padding-left: 3.0625rem;
  padding-right: 0.6875rem;
  margin: 0 auto;
}

.header__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: block;
  width: 11.8125rem;
  z-index: 99;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 189/63;
}

.header__toggle {
  width: 42px;
  height: 28px;
  cursor: pointer;
  z-index: 98;
  position: absolute;
  /* header__container を基準に位置設定 */
  top: 39%;
  right: 18px;
  /* 右から10px の位置に配置 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 子要素を垂直方向に並べる */
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* 子要素を等間隔に配置 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素を中央に配置 */
}

.header__toggle.is-sp {
  display: none;
}

.header__toggle-line {
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 4px;
  border-radius: 50vh;
  background-color: #F89A19;
}

.header__toggle-line:nth-of-type(1) {
  top: 0;
  left: 0;
}

.header__toggle-line:nth-of-type(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__toggle-line:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.header__toggle.is-reactive span:nth-of-type(1) {
  -webkit-animation: line1 0.3s ease forwards;
          animation: line1 0.3s ease forwards;
}

@-webkit-keyframes line1 {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  100% {
    top: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes line1 {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  100% {
    top: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.header__toggle.is-reactive span:nth-of-type(2) {
  opacity: 1;
}

.header__toggle.is-reactive span:nth-of-type(3) {
  -webkit-animation: line3 0.3s ease forwards;
          animation: line3 0.3s ease forwards;
}

@-webkit-keyframes line3 {
  0% {
    bottom: 39%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  100% {
    bottom: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes line3 {
  0% {
    bottom: 39%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  100% {
    bottom: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.header__toggle.is-active span:nth-of-type(1) {
  -webkit-animation: line1-active 0.3s forwards;
          animation: line1-active 0.3s forwards;
}

@-webkit-keyframes line1-active {
  0% {
    top: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes line1-active {
  0% {
    top: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header__toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}

.header__toggle.is-active span:nth-of-type(3) {
  -webkit-animation: line3-active 0.3s forwards;
          animation: line3-active 0.3s forwards;
}

@-webkit-keyframes line3-active {
  0% {
    bottom: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    bottom: 39%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes line3-active {
  0% {
    bottom: 0%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    bottom: 39%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 1224px;
  padding: 0 6.25rem;
  margin: 0 auto;
}

.js-contact {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.js-contact.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-contact.is-fixed {
  position: fixed;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100%;
  position: inherit;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  overflow: inherit;
  background-color: inherit;
  padding: 0 0;
}

.nav.is-active {
  left: 18.4%;
}

.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.nav__items li {
  height: 100%;
}

.nav__items li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2.4375rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav__items li a:hover {
  opacity: 0.5;
}

.nav__items .li + .li {
  margin-top: 0px;
}

.nav__menu-en {
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 400;
  font-family: "DIN BoldAlternate", sans-serif;
  color: #FDA500;
}

.nav__menu-jp {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #FDA500;
}

.news {
  background-color: #FEDC64;
}

.news__container {
  padding-top: 3.75rem;
  padding-bottom: 13.1875rem;
}

.news__head {
  width: 9.25rem;
  margin: 0 auto;
}

.news__head img {
  width: 100%;
  height: 100%;
  aspect-ratio: 148/46;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__wrapper {
  margin-top: 6.0625rem;
}

.news__lists {
  margin-left: calc(50% - 18.75rem);
}

.news__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__lists li + li {
  margin-top: 0.6875rem;
}

.news__lists p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: right;
  width: 5.375rem;
}

.news__lists h4 {
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 1.4375rem;
}

.news__btn {
  margin-top: 2.8125rem;
}

.slider {
  width: 100%;
  margin-top: 2.6875rem;
}

.slick-list {
  width: 100%;
}

.slick-track {
  height: 100%;
}

.slider .slick-slide {
  max-width: 760px;
  margin-right: 1rem;
  margin-left: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.slider-img {
  display: block;
  height: 27rem;
}

.slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots {
  bottom: -34px;
}

.slick-dots li {
  margin: 0 1px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #FDA500;
  opacity: 1;
}

.store-btn {
  border: none;
  background-color: #FEDC64;
}

.store-btn__text {
  color: #FFFFFF;
}

.store-btn__mark {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 100%;
  position: relative;
  margin-left: 0.25rem;
}

.store-btn__mark::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #FEDC64;
  position: absolute;
  top: 50%;
  left: 55%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.9375rem;
}

.store__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  row-gap: 0.25rem;
}

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

.store__yahoo {
  width: 18.8125rem;
}

.store__yahoo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 301/46;
  -o-object-fit: contain;
     object-fit: contain;
}

.store__amazon {
  width: 15rem;
}

.store__amazon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 240/90;
  -o-object-fit: contain;
     object-fit: contain;
}

.store__btn {
  margin-top: 10px;
}

.tri-under--downward-white::after {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background-image: url(../img/triangle-under--white.webp);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
}

.tri-upper--upward-white {
  position: relative;
}

.tri-upper--upward-white::after {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background-image: url(../img/triangle-upper--white.webp);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  top: -34px;
  left: 0;
}

.tri-upper--upward-yellow {
  position: relative;
}

.tri-upper--upward-yellow::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.125rem;
  background-image: url(../img/triangle-upper--yellow.webp);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  top: -2.125rem;
  left: 0;
}

.tri-upper--downward-white {
  position: relative;
}

.tri-upper--downward-white::after {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background-image: url(../img/triangle-under--white.webp);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
}

.tri-under--upward-white::after {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background-image: url(../img/triangle-upper--white.webp);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}

.under-line {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4953271028vw;
  }
}

@media screen and (min-width: 1070px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .about {
    background-image: none;
  }

  .about__wrapper {
    padding: 0rem 0 17.5rem;
  }

  .abount__container {
    height: 25.375rem;
    background-image: url(../img/about-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
  }

  .about__head-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 5.875rem;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .about__head-sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about__message {
    width: 100%;
    margin-top: 2.6875rem;
  }

  .about__title {
    font-size: 1.875rem;
    line-height: 1.1333333333;
    text-align: center;
  }

  .about__text {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-top: 2.25rem;
  }

  .about__btn {
    margin-top: 5.75rem;
  }

  .about__contact {
    width: 37.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .about__contact img {
    width: 100%;
    height: 100%;
    aspect-ratio: 600/247;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .btn {
    width: 30rem;
    padding: 0.875rem 1.3125rem 1.3125rem;
  }

  .btn__mark {
    width: 2.625rem;
    height: 2.625rem;
  }

  .btn__mark::before {
    border-width: 0.53125rem 0 0.53125rem 1rem;
    -webkit-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%);
  }

  .btn__text {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-left: 0.9375rem;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }

  .card__image img {
    aspect-ratio: 232/195;
  }

  .card__head {
    font-size: 1.6875rem;
    line-height: 1.5185185185;
    padding: 0.4375rem 0.6875rem 0.625rem;
  }

  .footer {
    margin-top: -1.25rem;
    background-color: #FFE9BF;
  }

  .footer__inner {
    width: 100%;
    height: 100%;
    padding-left: 7.125rem;
    padding-right: 6.0625rem;
  }

  .footer__container {
    display: block;
    padding-top: 6.6875rem;
  }

  .footer__box {
    display: block;
  }

  .footer__lists li {
    border-top: 1px solid #FDA500;
  }

  .footer__lists a {
    font-size: 2.25rem;
    line-height: 1.3333333333;
    font-weight: 700;
    text-align: center;
    padding: 26px 0;
    padding: 1.625rem 0;
  }

  .footer__lists + .footer__lists {
    margin-left: 0rem;
  }

  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.875rem;
  }

  .footer__logo {
    width: 53.7892791128%;
    margin-top: 0.875rem;
  }

  .footer__logo img {
    height: auto;
    aspect-ratio: 291/95;
  }

  .footer__store {
    width: 39.3715341959%;
    margin-top: 0;
    margin-left: 2.375rem;
  }

  .footer__store img {
    aspect-ratio: 213/139;
  }

  .footer__copyright {
    padding: 16x 0 6px;
    margin-top: -10px;
  }

  .fv {
    height: auto;
    aspect-ratio: 1/1;
    margin-top: 81px;
  }

  .goods__container {
    padding-top: 3.75rem;
  }

  .goods__description {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 0rem;
  }

  .goods__items {
    margin-top: 3.3125rem;
  }

  .goods__text {
    font-size: 1.5rem;
    line-height: 1.75;
    margin-top: 3.125rem;
  }

  .header__inner {
    padding-left: 0px;
    padding-left: 0px;
  }

  .header__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }

  .header__logo {
    width: 189px;
  }

  .header__toggle.is-sp {
    display: block;
  }

  .inner {
    width: 100%;
    height: 100%;
    padding: 0 2.25rem;
  }

  .js-contact {
    bottom: 0.125rem;
  }

  .js-contact.is-visible {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .js-contact.is-fixed {
    bottom: -1.1875rem;
  }

  .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 81.6%;
    height: calc(100vh - 100px);
    top: 100px;
    left: 100%;
    z-index: 10;
    overflow: scroll;
    background-color: rgba(255, 233, 191, 0.85);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 6.75rem 0 0;
  }

  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .nav__items li {
    width: 100%;
    max-width: 456px;
    height: 6.25rem;
    border-top: 1px solid #FDA500;
  }

  .nav__items li:last-child {
    border-bottom: 1px solid #FDA500;
  }

  .nav__items li a {
    padding: 0 0rem;
  }

  .nav__items .li + .li {
    margin-top: 31px;
  }

  .nav__menu-jp {
    font-size: 2.25rem;
    line-height: 1.3333333333;
    font-weight: 700;
    color: #333333;
  }

  .news__container {
    padding-top: 3.375rem;
    padding-bottom: 4.8125rem;
  }

  .news__wrapper {
    margin-top: 2.0625rem;
  }

  .news__lists {
    padding: 0 4.125rem 0 2.5625rem;
    margin-left: 0;
  }

  .news__lists li + li {
    margin-top: 0.5rem;
  }

  .news__lists p {
    font-size: 1.25rem;
    line-height: 1.7;
    width: 17.1073094868%;
  }

  .news__lists h4 {
    font-size: 1.25rem;
    line-height: 1.7;
    width: 82.8926905132%;
  }

  .news__btn {
    margin-top: 2.25rem;
  }

  .section-buffer {
    margin-top: 0rem;
  }

  .slider {
    margin-top: 2.9375rem;
  }

  .slick-list {
    height: 22rem;
  }

  .slider .slick-slide {
    max-width: 621px;
    margin-right: 0.875rem;
    margin-left: 0.875rem;
  }

  .slider-img {
    display: block;
    height: 22rem;
  }

  .slick-dots {
    position: inherit;
    margin-top: 0.875rem;
    bottom: 0px;
  }

  .store-btn {
    width: 20.1875rem;
    padding: 0.6875rem 0.625rem 0.8125rem;
  }

  .store-btn__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: 0;
  }

  .store-btn__mark {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-left: 0.5rem;
  }

  .store {
    margin-top: 3.375rem;
  }

  .store__container {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 0rem;
  }

  .store__yahoo {
    width: 18rem;
  }

  .store__yahoo img {
    aspect-ratio: 288/44;
  }

  .store__amazon {
    width: 15rem;
  }

  .store__amazon img {
    aspect-ratio: 240/90;
  }

  .store__btn {
    margin-top: 0px;
  }

  .tri-under--downward-white::after {
    background-image: url(../img/triangle-under--white-sp.webp);
  }

  .tri-upper--upward-white::after {
    background-image: url(../img/triangle-upper--white-sp.webp);
  }

  .tri-upper--upward-yellow::after {
    background-image: url(../img/triangle-upper--yellow-sp.webp);
  }

  .tri-upper--downward-white::after {
    background-image: url(../img/triangle-under--white-sp.webp);
  }

  .under-line {
    border-bottom: 1px solid #FDA500;
  }
}
/*# sourceMappingURL=style.css.map */