@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before,
*::after {
  pointer-events: none;
}

*:focus {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #373737;
  background: #FAF9F7;
  font-size: 62.5%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
option,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
  border: 0;
  border-radius: 0;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

main {
  display: block;
}

.l-wrapper {
  overflow: hidden;
}

.l-wrapper.active {
  height: 100vh;
  overflow-y: hidden;
}

@media screen and (min-width: 768px), print {
  .l-wrapper {
    min-width: 1230px;
  }
}

.l-splash {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #FFF;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.l-splash img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (min-width: 768px), print {
  .l-splash img {
    width: 108px;
  }
}

.l-splash.finished {
  opacity: 0;
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  body.active {
    overflow: hidden;
  }
}

:root {
  --outer-height: 100vh;
}

.first-view {
  height: var(--outer-height);
}

.js-parallax {
  z-index: 0;
}

@-webkit-keyframes wobble-vertical-on-hover {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical-on-hover {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes wobble-vertical-on-scroll {
  16.65% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  33.3% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  49.95% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  66.6% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  83.25% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical-on-scroll {
  16.65% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  33.3% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  49.95% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  66.6% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  83.25% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  16.65% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  33.3% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  49.95% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  66.6% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  83.25% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  16.65% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  33.3% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  49.95% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  66.6% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  83.25% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes bounceOn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.87, 0.87, 0.87);
            transform: scale3d(0.87, 0.87, 0.87);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  80% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bounceOn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.87, 0.87, 0.87);
            transform: scale3d(0.87, 0.87, 0.87);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  80% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
            transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.u-fadein {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.u-fadein[data-scroll=in] {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.of-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.of-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.invisible {
  opacity: 0;
}

.fadein {
  -webkit-animation: fadein 0.4s ease forwards;
          animation: fadein 0.4s ease forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

.mv {
  width: 100%;
  min-width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.mv-title {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

@media all and (-ms-high-contrast: none) {
  .mv-title {
    opacity: 1 !important;
  }
}

.mv-title img {
  display: none;
}

@media screen and (min-width: 768px), print {
  .mv-title {
    width: 100%;
    height: calc(100vh + 28px);
    top: 0;
    left: 0;
    background: url(/assets/images/mv-logo02-pc.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
  @-webkit-keyframes mvTitlePc {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes mvTitlePc {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .mv-title.active {
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    opacity: 0;
    -webkit-animation: mvTitlePc 1.5s forwards;
            animation: mvTitlePc 1.5s forwards;
  }
}

@media (max-width: 767px) {
  .mv-title {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 335px;
    height: 113px;
    top: 40%;
    background: url(/assets/images/mv-logo.png) no-repeat 0 0;
    background-size: cover;
  }
  @-webkit-keyframes mvTitle {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5) translateX(-50%);
              transform: scale(0.5) translateX(-50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(-50%);
              transform: scale(1) translateX(-50%);
    }
  }
  @keyframes mvTitle {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5) translateX(-50%);
              transform: scale(0.5) translateX(-50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1) translateX(-50%);
              transform: scale(1) translateX(-50%);
    }
  }
  .mv-title.active {
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    opacity: 0;
    -webkit-animation: mvTitle 1.5s forwards;
            animation: mvTitle 1.5s forwards;
  }
}

.mv-imgPc {
  position: absolute;
  opacity: 0;
  z-index: 0;
}

@-webkit-keyframes mvImg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes mvImg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.mv-imgPc.active {
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-animation: mvImg 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
          animation: mvImg 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
}

@media screen and (min-width: 768px), print {
  .mv-imgPc {
    width: 93%;
    height: calc(100vh + 28px);
    top: 0;
    right: 0;
    background: url(/assets/images/mv-img02-pc.png) no-repeat 0 0;
    background-size: contain;
    background-position: center;
    z-index: 10;
  }
}

.mv-img {
  position: absolute;
  opacity: 0;
  z-index: 0;
}

@keyframes mvImg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.mv-img.active {
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-animation: mvImg 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
          animation: mvImg 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
}

@media screen and (min-width: 768px), print {
  .mv-img {
    width: 100%;
    height: calc(100vh + 28px);
    top: 0;
    left: 0;
    background: url(/assets/images/mv-img02-pc.png) no-repeat 0 0;
    background-size: contain;
    background-position: center;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .mv-img {
    width: 219px;
    height: 168px;
    bottom: 12%;
    left: 24%;
  }
}

.mv-alphabet {
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

@-webkit-keyframes mvAlphabet {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mvAlphabet {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes mvAlphabetSp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

@keyframes mvAlphabetSp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}

.mv-alphabet.active {
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media screen and (min-width: 768px), print {
  .mv-alphabet.active {
    -webkit-animation: mvAlphabet 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
            animation: mvAlphabet 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
  }
}

@media (max-width: 767px) {
  .mv-alphabet.active {
    -webkit-animation: mvAlphabetSp 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
            animation: mvAlphabetSp 1.5s cubic-bezier(0.51, 0.01, 0.42, 0.99) forwards;
  }
}

@media screen and (min-width: 768px), print {
  .mv-alphabet {
    width: 100%;
    height: calc(100vh + 28px);
    background: url(/assets/images/alphabet-k02-pc.png) no-repeat 0 0;
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .mv-alphabet {
    width: 153px;
    height: 245px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    background: url(/assets/images/alphabet-k.png) no-repeat 0 0;
    background-size: cover;
  }
}

.mv-scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding-bottom: 105px;
  overflow: hidden;
  color: #373737;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .2em;
  opacity: 0;
}

@-webkit-keyframes mvScroll {
  0% {
    opacity: 0;
    bottom: -25px;
  }
  100% {
    opacity: 1;
    bottom: -50px;
  }
}

@keyframes mvScroll {
  0% {
    opacity: 0;
    bottom: -25px;
  }
  100% {
    opacity: 1;
    bottom: -50px;
  }
}

.mv-scroll.active {
  -webkit-transition: bottom 0.8s ease-in-out opacity 0.8s ease-in-out;
  transition: bottom 0.8s ease-in-out opacity 0.8s ease-in-out;
  -webkit-animation: mvScroll 1.5s forwards;
          animation: mvScroll 1.5s forwards;
}

@media screen and (min-width: 768px), print {
  .mv-scroll {
    bottom: -50px;
  }
}

@media (max-width: 767px) {
  .mv-scroll {
    bottom: -55px;
  }
}

.mv-scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 93px;
  background: #000;
  -webkit-animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.intro {
  position: relative;
  z-index: 0;
}

.intro::after {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .intro::after {
    border-radius: 100px 0 0 100px;
    left: 98px;
    height: 1060px;
  }
}

@media (max-width: 767px) {
  .intro::after {
    border-radius: 50px 0 0 50px;
    left: 20px;
    height: 92%;
  }
}

@media screen and (min-width: 768px), print {
  .intro {
    margin-top: 320px;
  }
}

@media (max-width: 767px) {
  .intro {
    margin-top: 160px;
  }
}

.intro-alphabet {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .intro-alphabet {
    width: 491px;
    height: 536px;
    background: url(/assets/images/alphabet-o-pc.png) no-repeat 0 0;
    background-size: cover;
    top: -203px;
    right: -125px;
  }
}

@media (max-width: 767px) {
  .intro-alphabet {
    width: 209px;
    height: 229px;
    background: url(/assets/images/alphabet-o.png) no-repeat 0 0;
    background-size: cover;
    top: -110px;
    right: -76px;
  }
}

.intro-box {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .intro-box {
    margin: 0 auto;
    width: 1180px;
    padding: 187px 0 235px 105px;
  }
}

@media (max-width: 767px) {
  .intro-box {
    padding: 90px 0 350px 0;
  }
}

.intro-title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .intro-title {
    font-size: 52px;
    letter-spacing: 0.2em;
    line-height: 84px;
  }
}

@media (max-width: 767px) {
  .intro-title {
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 48px;
    margin-left: 46px;
    text-align: center;
  }
}

.intro-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .intro-list {
    margin-top: 75px;
    width: 100%;
    height: 584px;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .intro-list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .intro-item {
    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;
    background: url(/assets/images/balloon-circle.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
  }
  .intro-item::after {
    content: "";
    position: absolute;
    width: 205px;
    height: 5px;
    background: url(/assets/images/balloon-dots-pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .intro-item:nth-of-type(1) {
    left: 0;
  }
  .intro-item:nth-of-type(1)::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -205px;
  }
  .intro-item:nth-of-type(2) {
    width: 220px;
    height: 226px;
    left: 103px;
  }
  .intro-item:nth-of-type(2)::after {
    width: 194px;
    left: 185px;
    bottom: -5px;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
  .intro-item:nth-of-type(3) {
    width: 243px;
    height: 247px;
    left: 315px;
  }
  .intro-item:nth-of-type(3)::after {
    width: 105px;
    left: 125px;
    bottom: -45px;
    -webkit-transform: rotate(67deg);
            transform: rotate(67deg);
  }
  .intro-item:nth-of-type(4) {
    width: 220px;
    height: 226px;
    right: 282px;
  }
  .intro-item:nth-of-type(4)::after {
    width: 135px;
    right: 115px;
    bottom: -50px;
    -webkit-transform: rotate(-67deg);
            transform: rotate(-67deg);
  }
  .intro-item:nth-of-type(5) {
    width: 243px;
    height: 247px;
    right: 60px;
  }
  .intro-item:nth-of-type(5)::after {
    width: 195px;
    right: 197px;
    bottom: -5px;
    -webkit-transform: rotate(-33deg);
            transform: rotate(-33deg);
  }
  .intro-item:nth-of-type(6) {
    right: 0;
  }
  .intro-item:nth-of-type(6)::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -205px;
  }
  .intro-item:nth-of-type(1), .intro-item:nth-of-type(6) {
    width: 220px;
    height: 226px;
    bottom: 0;
  }
  .intro-item:nth-of-type(2), .intro-item:nth-of-type(5) {
    bottom: 225px;
  }
  .intro-item:nth-of-type(3), .intro-item:nth-of-type(4) {
    top: 0;
  }
}

@media (max-width: 767px) {
  .intro-item + .intro-item {
    margin-top: 10px;
  }
  .intro-item:nth-child(odd) {
    padding-left: 60px;
  }
  .intro-item:nth-child(odd) p {
    background: #FAF9F7;
    border-radius: 30px 0 0 30px;
  }
  .intro-item:nth-child(odd) p::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 15px;
    background: url(/assets/images/balloon-triangle01.png) no-repeat 0 0;
    background-size: cover;
    bottom: -15px;
    right: 30px;
  }
  .intro-item:nth-child(even) {
    padding-right: 60px;
  }
  .intro-item:nth-child(even) p {
    background: #F4EEE4;
    border-radius: 0 30px 30px 0;
  }
  .intro-item:nth-child(even) p::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 15px;
    background: url(/assets/images/balloon-triangle02.png) no-repeat 0 0;
    background-size: cover;
    bottom: -15px;
    left: 30px;
  }
}

.intro-item p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .intro-item p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .intro-item p {
    font-size: 15px;
    padding: 22px 0;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px), print {
  .intro-ani {
    position: absolute;
    width: 488px;
    height: 598px;
    bottom: -20px;
    left: 410px;
  }
}

@media (max-width: 767px) {
  .intro-ani {
    position: absolute;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 376px;
    height: 462px;
  }
  .intro-ani::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 53px;
    background: url(/assets/images/obj01-intro-ani.png) no-repeat 0 0;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px), print and (max-width: 767px) {
  .intro-ani::after {
    top: 65px;
    left: 75px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .intro-ani::after {
    top: 25px;
    left: 90px;
  }
}

@media (max-width: 767px) {
  .intro-ani::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 53px;
    background: url(/assets/images/obj02-intro-ani.png) no-repeat 0 0;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px), print and (max-width: 767px) {
  .intro-ani::before {
    top: 65px;
    right: 75px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .intro-ani::before {
    top: 25px;
    right: 90px;
  }
}

@media all and (-ms-high-contrast: none) {
  .intro-ani {
    bottom: -120px;
    left: 420px;
    background: url(/assets/images/img_woman.png) no-repeat 0 0;
    background-size: 383px 468px;
  }
}

.supplement-message {
  background: #EEA086;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .supplement-message {
    margin-top: 304px;
    padding: 220px 0 210px;
  }
}

@media (max-width: 767px) {
  .supplement-message {
    margin-top: 255px;
    padding: 145px 20px 137px 20px;
  }
}

.supplement-message-alphabet {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .supplement-message-alphabet {
    width: 382px;
    height: 553px;
    background: url(/assets/images/alphabet-r-pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    left: 0;
    top: -380px;
  }
}

@media (max-width: 767px) {
  .supplement-message-alphabet {
    width: 170px;
    height: 246px;
    background: url(/assets/images/alphabet-r.png) no-repeat 0 0;
    background-size: 100% 100%;
    left: 0;
    top: -182px;
  }
}

.supplement-message-title {
  background: #F9DC81;
  border-radius: 40px;
  position: absolute;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  color: #373737;
  letter-spacing: 0.2em;
  top: -32px;
}

.supplement-message-title::after {
  content: "";
  position: absolute;
  background: url(/assets/images/obj_supplement-message.png) no-repeat 0 0;
  background-size: cover;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .supplement-message-title::after {
    width: 91px;
    height: 143px;
    right: 45px;
  }
}

@media (max-width: 767px) {
  .supplement-message-title::after {
    width: 66px;
    height: 104px;
    right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-message-title {
    left: 37%;
    width: 542px;
    padding: 28px 0 28px 146px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .supplement-message-title {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-message-item {
    width: 1180px;
    margin: 0 auto;
    padding: 0 12px 0 216px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.supplement-message-item__title {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px), print {
  .supplement-message-item__title {
    font-size: 62px;
    line-height: 84px;
  }
}

@media (max-width: 767px) {
  .supplement-message-item__title {
    font-size: 40px;
    line-height: 56px;
  }
}

.supplement-message-item__text {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .supplement-message-item__text {
    width: 542px;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .supplement-message-item__text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 34px;
    margin-top: 40px;
  }
}

.supplement-info {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .supplement-info {
    padding-top: 248px;
  }
}

@media (max-width: 767px) {
  .supplement-info {
    padding: 188px 20px 0 20px;
  }
  .supplement-info::after {
    content: "";
    position: absolute;
    width: 441px;
    height: 318px;
    background: url(/assets/images/obj_product.png) no-repeat 0 0;
    background-size: cover;
    top: -115px;
    left: 20px;
  }
}

.supplement-info-box {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .supplement-info-box {
    width: 942px;
    margin: 0 auto;
  }
  .supplement-info-box::after {
    content: "";
    position: absolute;
    width: 495px;
    height: 548px;
    background: url(/assets/images/obj_product01-pc.png) no-repeat 0 0;
    background-size: cover;
    top: -356px;
    right: -302px;
  }
  .supplement-info-box::before {
    content: "";
    position: absolute;
    width: 194px;
    height: 148px;
    background: url(/assets/images/obj_product02-pc.png) no-repeat 0 0;
    background-size: cover;
    left: 0;
    top: -74px;
  }
}

.supplement-info-subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5em;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .supplement-info-subtitle {
    font-size: 15px;
    padding-left: 494px;
  }
}

@media (max-width: 767px) {
  .supplement-info-subtitle {
    font-size: 12px;
    text-align: center;
    z-index: 1;
  }
}

.supplement-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .supplement-info-title {
    margin-left: 241px;
    margin-top: 35px;
    width: 585px;
  }
}

@media (max-width: 767px) {
  .supplement-info-title {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-info-title img {
    width: 530px;
  }
}

@media (max-width: 767px) {
  .supplement-info-title img {
    width: 303px;
  }
}

.supplement-info-title span {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .supplement-info-title span {
    margin-left: 31px;
  }
}

@media (max-width: 767px) {
  .supplement-info-title span {
    margin-left: 17px;
  }
}

.supplement-info-copy {
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  color: #373737;
  text-align: center;
}

.supplement-info-copy::after {
  content: "";
  position: absolute;
  width: 214px;
  height: 5px;
  background: url(/assets/images/supplement-info-dots.png) no-repeat 0 0;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
}

@media screen and (min-width: 768px), print {
  .supplement-info-copy {
    width: 625px;
    margin: 125px 0 0 224px;
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .supplement-info-copy {
    margin-top: 105px;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 42px;
  }
}

.supplement-info-text {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .supplement-info-text {
    width: 815px;
    margin: 76px 0 0 127px;
    text-align: center;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .supplement-info-text {
    margin-top: 60px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    color: #373737;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 36px;
  }
}

.supplement-product-container {
  position: relative;
  z-index: 0;
}

.supplement-product {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .supplement-product {
    width: 1180px;
    margin: 180px auto 0 auto;
    padding-left: 110px;
  }
}

@media (max-width: 767px) {
  .supplement-product {
    margin-top: 130px;
  }
}

.supplement-product-wrapper {
  background: #fff;
  border-radius: 30px;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .supplement-product-wrapper {
    padding: 60px 0 110px 76px;
  }
}

@media (max-width: 767px) {
  .supplement-product-wrapper {
    margin: 0 20px;
    padding: 30px 20px 60px 20px;
  }
}

.supplement-product-alphabet {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .supplement-product-alphabet {
    width: 407px;
    height: 561px;
    background: url(/assets/images/alphabet-h-pc.png) no-repeat 0 0;
    background-size: cover;
    top: -491px;
    right: -150px;
  }
}

@media (max-width: 767px) {
  .supplement-product-alphabet {
    width: 177px;
    height: 244px;
    background: url(/assets/images/alphabet-h.png) no-repeat 0 0;
    background-size: cover;
    top: -140px;
    right: -20px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.supplement-product-image {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .supplement-product-image {
    width: 375px;
    padding: 80px 0 0 90px;
  }
  .supplement-product-image img {
    width: 285px;
  }
}

@media (max-width: 767px) {
  .supplement-product-image {
    width: 273px;
    padding: 56px 0 0 0;
    padding-left: 22%;
    z-index: 2;
  }
  .supplement-product-image img {
    width: 206px;
  }
}

.supplement-product-image figcaption {
  position: absolute;
  background: #FAF9F7;
  border-radius: 50%;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  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;
  letter-spacing: 0.2em;
  -webkit-box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 8px 13px rgba(0, 0, 0, 0.07);
}

@media screen and (min-width: 768px), print {
  .supplement-product-image figcaption {
    width: 134px;
    height: 135px;
    font-size: 18px;
    line-height: 26px;
    top: 25px;
    left: 25px;
  }
}

@media (max-width: 767px) {
  .supplement-product-image figcaption {
    width: 100px;
    height: 100px;
    font-size: 14px;
    line-height: 19px;
    top: 20px;
    left: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-info {
    margin-left: 73px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info {
    margin-top: 37px;
  }
}

.supplement-product-info__label {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
  display: block;
  border: 1px solid #373737;
  width: 183px;
  padding: 12px 0;
  text-align: center;
}

.supplement-product-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__title img {
    width: 333px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__title img {
    width: 230px;
  }
}

.supplement-product-info__title span {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__title span {
    margin-left: 15px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__title span {
    margin-left: 8px;
    font-size: 3.2vw;
  }
}

.supplement-product-info__contain {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__contain {
    margin-top: 21px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__contain {
    margin-top: 25px;
  }
}

.supplement-product-info__price {
  margin-top: 40px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 15px;
  white-space: nowrap;
  padding-bottom: 5.5px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__price {
    width: 253px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__price {
    width: 260px;
  }
}

.supplement-product-info__price span {
  font-size: 24px;
  display: inline-block;
  margin: 0 15px 0 10px;
}

.supplement-product-info__copy {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 0;
}

.supplement-product-info__copy::after {
  content: "";
  position: absolute;
  background: url(/assets/images/obj-product.png) no-repeat 0 0;
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__copy::after {
    width: 120px;
    height: 84px;
    bottom: 0;
    right: -145px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__copy::after {
    width: 80px;
    height: 56px;
    right: 0;
    bottom: -30px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__copy {
    width: 265px;
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__copy {
    margin-top: 64px;
    font-size: 5.333vw;
  }
}

.supplement-product-info__copy span.pink {
  color: #E6876A;
  position: relative;
  display: inline-block;
}

.supplement-product-info__copy span.pink::after {
  content: "";
  position: absolute;
  background: url(/assets/images/product-num.png) no-repeat 0 0;
  background-size: cover;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__copy span.pink::after {
    width: 54px;
    height: 77px;
    left: -66px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__copy span.pink::after {
    width: 34px;
    height: 48px;
    left: -47px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-info__copy span.pink {
    margin-left: 78px;
  }
}

@media (max-width: 767px) {
  .supplement-product-info__copy span.pink {
    margin-left: 58px;
  }
}

.supplement-product-notice {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .supplement-product-notice {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 30px;
    margin-top: 78px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .supplement-product-notice {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-top: 95px;
  }
}

.supplement-product-button {
  display: block;
  background-color: #373737;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  z-index: 1;
}

.supplement-product-button::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(/assets/images/arrow-product.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .supplement-product-button::after {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .supplement-product-button::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-button {
    width: 776px;
    overflow: hidden;
    margin: 30px auto 0 auto;
    padding: 22px 0;
  }
  .supplement-product-button:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .supplement-product-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #EEA086;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media (max-width: 767px) {
  .supplement-product-button {
    line-height: 24px;
    margin-top: 40px;
    padding: 21px 0;
  }
}

.product-list {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .product-list {
    margin: 0 auto;
    width: 1180px;
    padding-top: 155px;
  }
}

@media (max-width: 767px) {
  .product-list {
    margin-top: 100px;
    padding: 0 20px;
  }
}

.product-list-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .product-list-subtitle {
    padding-left: 482px;
  }
}

@media (max-width: 767px) {
  .product-list-subtitle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-list-subtitle img {
  width: 274px;
}

.product-list-subtitle span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-left: 16px;
}

@media screen and (min-width: 768px), print {
  .product-list-subtitle span {
    letter-spacing: 0.02em;
  }
}

@media (max-width: 767px) {
  .product-list-subtitle span {
    font-size: 4.8vw;
    letter-spacing: 0.15em;
  }
}

.product-list-title {
  background: #F9DC81;
  border-radius: 40px;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px), print {
  .product-list-title {
    width: 1023px;
    margin-left: 136px;
    margin-top: 23px;
    padding: 26px 0;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .product-list-title {
    margin-top: 25px;
    padding: 40px 0;
    font-size: 18px;
    line-height: 34px;
  }
}

@media screen and (min-width: 768px), print {
  .product-list-title span {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .product-list-title span {
    font-size: 26px;
    line-height: 52px;
  }
}

@media screen and (min-width: 768px), print {
  .product-list ul {
    margin-top: 147px;
    padding-left: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .product-list ul {
    margin-top: 113px;
  }
}

.product-list-item {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
}

.product-list-item[data-scroll=in] {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .product-list-item:hover .product-list-item__button {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .product-list-item + .product-list-item {
    margin-top: 109px;
  }
}

.product-list-item a {
  display: block;
  background: #F4EEE4;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .product-list-item a {
    width: 337px;
    height: 351px;
    padding-top: 97px;
  }
  .product-list-item a:hover figure {
    -webkit-animation-name: wobble-vertical-on-hover;
            animation-name: wobble-vertical-on-hover;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

@media (max-width: 767px) {
  .product-list-item a {
    padding-top: 87px;
  }
  .product-list-item a + .product-list-item a {
    margin-top: 109px;
  }
}

.product-list-item:nth-of-type(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media screen and (min-width: 768px), print {
  .product-list-item:nth-of-type(1) figure {
    width: 196px;
    height: 107px;
    top: -61px;
    left: 62px;
  }
}

@media (max-width: 767px) {
  .product-list-item:nth-of-type(1) figure {
    width: 180px;
    height: 99px;
    top: -57px;
    left: 70px;
  }
}

.product-list-item:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

@media screen and (min-width: 768px), print {
  .product-list-item:nth-of-type(2) figure {
    width: 223px;
    height: 118px;
    top: -78px;
    left: 60px;
  }
}

@media (max-width: 767px) {
  .product-list-item:nth-of-type(2) figure {
    width: 186px;
    height: 107px;
    top: -73px;
    left: 84px;
  }
}

.product-list-item:nth-of-type(3) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

@media (max-width: 767px) {
  .product-list-item:nth-of-type(3) {
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px), print {
  .product-list-item:nth-of-type(3) figure {
    width: 181px;
    height: 168px;
    top: -107px;
    left: 89px;
  }
}

@media (max-width: 767px) {
  .product-list-item:nth-of-type(3) figure {
    width: 159px;
    height: 146px;
    top: -96px;
    left: 100px;
  }
}

.product-list-item figure {
  position: absolute;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  pointer-events: none;
}

.product-list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-list-item__num {
  position: absolute;
  display: block;
  color: #EEA086;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 53px;
  letter-spacing: 0.05em;
  line-height: 68px;
  left: 0;
  top: -35px;
}

.product-list-item__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.12em;
}

.product-list-item__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 28px;
  position: relative;
}

.product-list-item__text::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 32px;
  background: url(/assets/images/bracket02-open.png) no-repeat 0 0;
  background-size: cover;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-list-item__text::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 32px;
  background: url(/assets/images/bracket02-close.png) no-repeat 0 0;
  background-size: cover;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-list-item__text.single::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 63px;
  background: url(/assets/images/bracket01-open.png) no-repeat 0 0;
  background-size: cover;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-list-item__text.single::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 63px;
  background: url(/assets/images/bracket01-close.png) no-repeat 0 0;
  background-size: cover;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-list-item__text + .product-list-item__text {
  margin-top: 19px;
}

@media screen and (min-width: 768px), print {
  .product-list-item__text {
    margin-top: 46px;
  }
}

@media (max-width: 767px) {
  .product-list-item__text {
    margin-top: 20px;
  }
}

.product-list-item__button {
  display: block;
  background: #EB8264;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 32px 0;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.product-list-item__button::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(/assets/images/arrow-productlist.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (min-width: 768px), print {
  .product-list-item__button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .product-list-item__button {
    margin-top: 40px;
  }
}

.product-num {
  position: absolute;
  background: #EB8264;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: -4px 5px 11px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 5px 11px rgba(0, 0, 0, 0.1);
  text-align: center;
  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;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

@media screen and (min-width: 768px), print {
  .product-num {
    width: 191px;
    height: 193px;
    left: 46.8%;
    top: -100px;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  .product-num[data-scroll=in] {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 767px) {
  .product-num {
    width: 130px;
    height: 130px;
    top: -58px;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
  }
  .product-num[data-scroll=in] {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.product-num__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .product-num__text {
    font-size: 17px;
    line-height: 37px;
  }
}

@media (max-width: 767px) {
  .product-num__text {
    font-size: 14px;
    line-height: 24px;
  }
}

.product-num__num {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  .product-num__num {
    font-size: 71px;
  }
}

@media (max-width: 767px) {
  .product-num__num {
    font-size: 47px;
    line-height: 60px;
  }
}

.product-ginger {
  background: #fff;
  position: relative;
  z-index: 0;
}

.product-ginger::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: -1;
}

@media screen and (min-width: 768px), print {
  .product-ginger::before {
    height: 1540px;
    bottom: -1540px;
    left: 0;
  }
}

.product-ginger-alphabet {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-ginger-alphabet {
    width: 437px;
    height: 562px;
    background: url(/assets/images/alphabet-y-pc.png) no-repeat 0 0;
    background-size: cover;
    left: -135px;
    top: -395px;
  }
}

@media (max-width: 767px) {
  .product-ginger-alphabet {
    width: 185px;
    height: 238px;
    background: url(/assets/images/alphabet-y.png) no-repeat 0 0;
    background-size: cover;
    top: -190px;
    left: -34px;
  }
}

@media screen and (min-width: 768px), print {
  .product-ginger {
    margin-top: 320px;
    padding: 195px 0 196px;
  }
}

@media (max-width: 767px) {
  .product-ginger {
    padding: 140px 0 166px;
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px), print {
  .product-ginger-box {
    width: 1180px;
    margin: 0 auto;
  }
}

.product-ginger-subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .product-ginger-subtitle {
    font-size: 22px;
    width: 325px;
    margin-left: 482px;
  }
}

@media (max-width: 767px) {
  .product-ginger-subtitle {
    font-size: 18px;
  }
}

.product-ginger-subtitle span {
  display: inline-block;
  position: relative;
}

.product-ginger-subtitle span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  left: -30px;
  bottom: 0;
  background: #000;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.product-ginger-subtitle span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  right: -20px;
  bottom: 0;
  background: #000;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.product-ginger-title {
  color: #EB8264;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .product-ginger-title {
    font-size: 62px;
    width: 790px;
    margin: 30px 0 0 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .product-ginger-title {
    margin-top: 20px;
    font-size: 34px;
    text-align: center;
  }
}

.product-ginger-title span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #373737;
}

@media screen and (min-width: 768px), print {
  .product-ginger-title span {
    display: inline-block;
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .product-ginger-title span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
  }
}

.product-ginger figure {
  display: block;
}

@media screen and (min-width: 768px), print {
  .product-ginger figure {
    width: 248px;
    height: 222px;
    margin: 40px 0 0 499px;
  }
}

@media (max-width: 767px) {
  .product-ginger figure {
    width: 204px;
    height: 185px;
    margin-left: 21%;
    margin-top: 40px;
  }
}

.product-ginger-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .product-ginger-text {
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 42px;
    width: 650px;
    margin: 20px 0 0 320px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product-ginger-text {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 40px;
    padding: 0 20px;
    margin-top: 10px;
  }
}

.product-ginger-thai {
  background: #F4EEE4;
  border-radius: 30px;
  position: relative;
}

.product-ginger-thai::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 38px;
  background: url(/assets/images/triangle-pink.png) no-repeat 0 0;
  background-size: cover;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .product-ginger-thai {
    width: 1075px;
    margin: 90px 0 0 112px;
    padding: 80px 0 80px 231px;
  }
}

@media (max-width: 767px) {
  .product-ginger-thai {
    margin: 40px 20px 0 20px;
    padding: 60px 30px 256px 30px;
  }
}

.product-ginger-thai p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 36px;
  position: relative;
}

.product-ginger-thai p::after {
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-ginger-thai p::after {
    width: 162px;
    height: 287px;
    background: url(/assets/images/img-ginger02-pc.png) no-repeat 0 0;
    background-size: cover;
    left: -174px;
    top: -100px;
  }
}

@media (max-width: 767px) {
  .product-ginger-thai p::after {
    width: 145px;
    height: 257px;
    background: url(/assets/images/img-ginger02.png) no-repeat 0 0;
    background-size: cover;
    left: 0;
    bottom: -240px;
  }
}

@media screen and (min-width: 768px), print {
  .product-ginger-thai p {
    width: 630px;
  }
}

.product-ginger-thai__ani {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-ginger-thai__ani {
    width: 287px;
    height: 251px;
    right: -50px;
    bottom: -63px;
  }
  .product-ginger-thai__ani::after {
    content: "";
    position: absolute;
    width: 82px;
    height: 160px;
    background: url(/assets/images/obj-elephant-pc.png) no-repeat 0 0;
    background-size: cover;
    top: -100px;
    left: 130px;
  }
}

@media (max-width: 767px) {
  .product-ginger-thai__ani {
    width: 230px;
    height: 202px;
    bottom: 10px;
    right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .product-ginger-thai__ani {
    bottom: -120px;
    right: -100px;
    background: url(/assets/images/img_elephant.png) no-repeat 0 0;
    background-size: 241px 211px;
  }
}

.product-thai {
  background: #F9DC81;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px), print {
  .product-thai {
    padding: 148px 0 140px;
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .product-thai {
    padding: 138px 20px 80px 20px;
  }
  .product-thai::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: #fff;
    left: 0;
    bottom: -40px;
    z-index: -1;
  }
}

.product-thai-label {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  color: #EBBD2D;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px), print {
  .product-thai-label {
    width: 180px;
    height: 180px;
    font-size: 22px;
    line-height: 34px;
    padding: 62px 0;
    top: -180px;
    left: 155px;
  }
}

@media (max-width: 767px) {
  .product-thai-label {
    width: 148px;
    height: 148px;
    font-size: 18px;
    line-height: 26px;
    padding: 52px 0;
    top: -206px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.product-thai-footprint {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-thai-footprint {
    width: 150px;
    height: 336px;
    right: 25px;
    top: -137px;
  }
}

@media (max-width: 767px) {
  .product-thai-footprint {
    width: 77px;
    height: 173px;
    top: -130px;
    right: 0;
  }
}

.product-thai-footprint__item {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.product-thai-footprint__item[data-scroll=in] {
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .product-thai-footprint__item {
    width: 56px;
    height: 84px;
  }
}

@media (max-width: 767px) {
  .product-thai-footprint__item {
    width: 25px;
    height: 40px;
  }
}

.product-thai-footprint__item:nth-of-type(1) {
  background: url(/assets/images/footprint01.png) no-repeat 0 0;
  background-size: cover;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (min-width: 768px), print {
  .product-thai-footprint__item:nth-of-type(1) {
    bottom: 0;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .product-thai-footprint__item:nth-of-type(1) {
    bottom: 0;
    left: 0;
  }
}

.product-thai-footprint__item:nth-of-type(2) {
  background: url(/assets/images/footprint02.png) no-repeat 0 0;
  background-size: cover;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media screen and (min-width: 768px), print {
  .product-thai-footprint__item:nth-of-type(2) {
    bottom: 100px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .product-thai-footprint__item:nth-of-type(2) {
    bottom: 52px;
    left: 0;
  }
}

.product-thai-footprint__item:nth-of-type(3) {
  background: url(/assets/images/footprint03.png) no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

@media screen and (min-width: 768px), print {
  .product-thai-footprint__item:nth-of-type(3) {
    top: 98px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .product-thai-footprint__item:nth-of-type(3) {
    top: 50px;
    right: 0;
  }
}

.product-thai-footprint__item:nth-of-type(4) {
  background: url(/assets/images/footprint04.png) no-repeat 0 0;
  background-size: cover;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

@media screen and (min-width: 768px), print {
  .product-thai-footprint__item:nth-of-type(4) {
    top: 0;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .product-thai-footprint__item:nth-of-type(4) {
    top: 0;
    right: 10px;
  }
}

.product-thai-box {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-thai-box {
    width: 1190px;
    margin: 0 auto;
  }
}

.product-thai-subtitle {
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.product-thai-subtitle::after {
  content: "";
  position: absolute;
  height: 5px;
}

@media screen and (min-width: 768px), print {
  .product-thai-subtitle::after {
    background: url(/assets/images/thai-dots-pc.png) no-repeat 0 0;
    background-size: cover;
    width: 504px;
    bottom: -10px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .product-thai-subtitle::after {
    width: 246px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/assets/images/thai-dots.png) no-repeat 0 0;
    background-size: cover;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-subtitle {
    width: 520px;
    font-size: 18px;
    margin-left: 390px;
  }
}

@media (max-width: 767px) {
  .product-thai-subtitle {
    font-size: 16px;
    line-height: 31px;
    width: 246px;
    margin: 0 auto;
  }
}

.product-thai-title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px), print {
  .product-thai-title + .product-thai-title {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .product-thai-title + .product-thai-title {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-title {
    width: 660px;
    margin: 54px 0 0 322px;
    text-align: center;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .product-thai-title {
    font-size: 24px;
    line-height: 42px;
    margin-top: 54px;
    text-align: center;
  }
}

.product-thai-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 34px;
  position: relative;
  z-index: 0;
}

.product-thai-text::after {
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-thai-text::after {
    width: 197px;
    height: 238px;
    background: url(/assets/images/obj-thai01-pc.png) no-repeat 0 0;
    background-size: cover;
    bottom: -127px;
    left: -196px;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .product-thai-text::after {
    width: 133px;
    height: 161px;
    left: 0;
    bottom: -170px;
    background: url(/assets/images/obj-thai01.png) no-repeat 0 0;
    background-size: cover;
    z-index: -1;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-text {
    margin: 60px 0 0 314px;
    width: 669px;
  }
}

@media (max-width: 767px) {
  .product-thai-text {
    margin-top: 40px;
  }
}

.product-thai-graph {
  display: block;
  position: relative;
  z-index: 1;
}

.product-thai-graph::before {
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-thai-graph::before {
    width: 273px;
    height: 346px;
    background: url(/assets/images/obj-thai02-pc.png) no-repeat 0 0;
    background-size: cover;
    right: 43px;
    bottom: -230px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph::before {
    width: 213px;
    height: 230px;
    background: url(/assets/images/obj-thai02.png) no-repeat 0 0;
    background-size: cover;
    right: 0;
    bottom: -115px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph {
    width: 1075px;
    margin: 97px 0 0 114px;
    background: url(/assets/images/graph-bg-pc.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 60px 0 98px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .product-thai-graph {
    width: 100%;
    margin-top: 136px;
    background: #fff;
    padding: 60px 20px 126px 20px;
  }
}

.product-thai-graph__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
}

.product-thai-graph__title small {
  display: inline-block;
}

@media (max-width: 767px) {
  .product-thai-graph__title small {
    margin-right: 6px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__title small {
    margin-bottom: 6px;
  }
}

.product-thai-graph__title span {
  display: inline-block;
}

@media (max-width: 767px) {
  .product-thai-graph__title span {
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__title span {
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    padding-top: 65px;
  }
  .product-thai-graph__title span, .product-thai-graph__title small {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__title {
    text-align: center;
  }
}

.product-thai-graph__item {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-gray.graph01 {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-gray.graph01 {
    height: 118px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-gray.graph03 {
    height: 218px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-gray.graph03 {
    height: 122px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-red.graph02 {
    height: 217px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-red.graph02 {
    height: 122px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-red.graph04 {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item[data-scroll=in] .product-thai-graph__item-red.graph04 {
    height: 146px;
  }
}

.product-thai-graph__item[data-scroll=in] .product-thai-graph__item-red.graph04::after {
  opacity: 1;
}

.product-thai-graph__item::before {
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item::before {
    width: 280px;
    height: 18px;
    background: url(/assets/images/graph-text-pc.png) no-repeat 0 0;
    background-size: cover;
    left: 148px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item::before {
    width: 175px;
    height: 14px;
    background: url(/assets/images/graph-text.png) no-repeat 0 0;
    background-size: cover;
    left: 80px;
    bottom: -25px;
  }
}

.product-thai-graph__item::after {
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item::after {
    width: 480px;
    height: 20px;
    background: url(/assets/images/graph-wave-pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 17px;
    left: 37px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item::after {
    width: 270px;
    height: 12px;
    background: url(/assets/images/graph-wave.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 11px;
    left: 26px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item {
    width: 517px;
    height: 305px;
    background: url(/assets/images/graph-num-pc.png) no-repeat 0 0;
    background-size: cover;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item {
    width: 295px;
    height: 181px;
    margin: 20px auto 0 auto;
    background: url(/assets/images/graph-num.png) no-repeat 0 0;
    background-size: cover;
  }
}

.product-thai-graph__item-gray {
  display: block;
  position: absolute;
  background: #D7D7D7;
  height: 0;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.51, 0.01, 0.42, 0.99);
          transition-timing-function: cubic-bezier(0.51, 0.01, 0.42, 0.99);
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item-gray.graph01 {
    left: 85px;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item-gray.graph01 {
    left: 53px;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item-gray.graph03 {
    left: 295px;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item-gray.graph03 {
    left: 170px;
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item-gray {
    bottom: 9.5px;
    width: 92px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item-gray {
    bottom: 9.7px;
    width: 52px;
  }
}

.product-thai-graph__item-red {
  display: block;
  position: absolute;
  background: #EB8264;
  height: 0;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.51, 0.01, 0.42, 0.99);
          transition-timing-function: cubic-bezier(0.51, 0.01, 0.42, 0.99);
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item-red.graph02 {
    left: 177px;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item-red.graph02 {
    left: 105px;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.product-thai-graph__item-red.graph04::after {
  content: "＊＃";
  position: absolute;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  width: 38px;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item-red.graph04::after {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item-red.graph04::after {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item-red.graph04 {
    left: 387px;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item-red.graph04 {
    left: 222px;
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__item-red {
    bottom: 9.5px;
    width: 92px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__item-red {
    bottom: 9.7px;
    width: 52px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__text {
    margin-left: 40px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__text {
    margin-top: 10px;
  }
}

.product-thai-graph__guide {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 30px;
}

@media (max-width: 767px) {
  .product-thai-graph__guide {
    margin-top: 65px;
  }
}

.product-thai-graph__guide li {
  padding-left: 34px;
  position: relative;
}

.product-thai-graph__guide li::after {
  content: "";
  width: 19px;
  height: 19px;
  left: 0;
  top: 5px;
  position: absolute;
}

.product-thai-graph__guide li:nth-of-type(1)::after {
  background: #EB8264;
}

.product-thai-graph__guide li:nth-of-type(2)::after {
  background: #D7D7D7;
}

@media screen and (min-width: 768px), print {
  .product-thai-graph__guide li + li {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .product-thai-graph__guide li + li {
    margin-top: 15px;
  }
}

.product-thai-graph__value {
  margin-top: 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 18px;
}

.product-thai-graph__value li + li {
  margin-top: 15px;
}

@media screen and (min-width: 768px), print {
  .product-thai-source {
    margin: 40px 0 0 115px;
  }
}

@media (max-width: 767px) {
  .product-thai-source {
    margin-top: 80px;
  }
}

.product-thai-source li {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  .product-thai-source li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .product-thai-source li {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-source li + li {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .product-thai-source li + li {
    margin-top: 25px;
  }
}

.product-thai-source__title {
  position: relative;
  padding-left: 15px;
}

.product-thai-source__title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 14px;
  background: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .product-thai-source__title {
    width: 90px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px), print {
  .product-thai-source__text {
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .product-thai-source__text {
    padding-left: 15px;
    margin-top: 10px;
    line-height: 22px;
  }
}

.product-fish {
  background: #fff;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-fish {
    margin-top: 320px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .product-fish {
    margin-top: 220px;
    padding: 0 0 40px 20px;
  }
}

.product-fish-alphabet {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-fish-alphabet {
    width: 428px;
    height: 577px;
    background: url(/assets/images/alphabet-t-pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    top: -162px;
    right: -101px;
  }
}

@media (max-width: 767px) {
  .product-fish-alphabet {
    width: 177px;
    height: 239px;
    background: url(/assets/images/alphabet-t.png) no-repeat 0 0;
    background-size: 100% 100%;
    top: -143px;
    right: -29px;
  }
}

.product-fish-box {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-fish-box {
    padding: 200px 0 0 0;
    width: 1190px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .product-fish-box {
    padding-top: 137px;
  }
}

.product-fish-subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .product-fish-subtitle {
    font-size: 22px;
    width: 227px;
    margin-left: 540px;
  }
}

@media (max-width: 767px) {
  .product-fish-subtitle {
    font-size: 18px;
  }
}

.product-fish-subtitle span {
  display: inline-block;
  position: relative;
}

.product-fish-subtitle span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  left: -30px;
  bottom: 0;
  background: #000;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.product-fish-subtitle span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  right: -20px;
  bottom: 0;
  background: #000;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.product-fish-title {
  color: #EB8264;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .product-fish-title {
    font-size: 62px;
    width: 235px;
    margin: 30px 0 0 532px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .product-fish-title {
    margin-top: 20px;
    font-size: 34px;
    text-align: center;
  }
}

.product-fish-title span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #373737;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .product-fish-title span {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .product-fish-title span {
    margin-left: 10px;
    text-align: center;
    font-size: 22px;
  }
}

.product-fish figure {
  display: block;
}

.product-fish figure[data-scroll=in] .obj-fish-balloon {
  -webkit-animation: bounceOn 1s both .8s;
          animation: bounceOn 1s both .8s;
}

@media screen and (min-width: 768px), print {
  .product-fish figure[data-scroll=in] .obj-fish-balloon {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

@media (max-width: 767px) {
  .product-fish figure[data-scroll=in] .obj-fish-balloon {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

.product-fish figure[data-scroll=in] .obj-fish-hubuki {
  opacity: 1;
}

.product-fish figure[data-scroll=in] .obj-fish-item {
  opacity: 1;
  -webkit-animation: wobble-vertical-on-scroll;
          animation: wobble-vertical-on-scroll;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@media screen and (min-width: 768px), print {
  .product-fish figure[data-scroll=in] .obj-fish-item {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s;
  }
}

@media (max-width: 767px) {
  .product-fish figure[data-scroll=in] .obj-fish-item {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

@media screen and (min-width: 768px), print {
  .product-fish figure {
    width: 331px;
    height: 229px;
    margin: 33px 0 0 481px;
  }
}

@media (max-width: 767px) {
  .product-fish figure {
    width: 241px;
    height: 185px;
    margin: 40px auto 0 auto;
  }
}

.product-fish figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-fish-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .product-fish-text {
    font-size: 20px;
    letter-spacing: 0.12em;
    width: 585px;
    margin: 20px 0 0 360px;
  }
}

@media (max-width: 767px) {
  .product-fish-text {
    margin-top: 10px;
    padding: 0 20px 0 0;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 40px;
  }
}

.product-fish-balloon {
  border-radius: 30px;
  background: #F4EEE4;
  position: relative;
  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;
}

.product-fish-balloon::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 38px;
  background: url(/assets/images/triangle-pink.png) no-repeat 0 0;
  background-size: cover;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-fish-balloon p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
}

@media screen and (min-width: 768px), print {
  .product-fish-balloon p {
    width: 700px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .product-fish-balloon p {
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 768px), print {
  .product-fish-balloon {
    margin: 82px 0 0 115px;
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .product-fish-balloon {
    margin: 40px 20px 0 0;
    padding: 60px 20px;
  }
}

.product-fish-list {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-fish-list {
    width: 1190px;
    margin: 54px auto 0 auto;
    padding-left: 115px;
  }
}

@media (max-width: 767px) {
  .product-fish-list {
    margin-top: 60px;
  }
}

.product-fish-list figure {
  position: absolute;
  z-index: 1;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .product-fish-list figure {
    width: 320px;
    height: 500px;
    top: 76px;
    left: 180px;
  }
}

@media (max-width: 767px) {
  .product-fish-list figure {
    width: 246px;
    height: 377px;
    top: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.product-fish-list figure .obj-fish-balloon {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .product-fish-list figure .obj-fish-balloon {
    width: 319px;
    height: 367px;
  }
}

@media (max-width: 767px) {
  .product-fish-list figure .obj-fish-balloon {
    width: 216px;
    height: 242px;
  }
}

.product-fish-list figure .obj-fish-item {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px), print {
  .product-fish-list figure .obj-fish-item {
    width: 260px;
    height: 179px;
    margin-left: 38px;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
}

@media (max-width: 767px) {
  .product-fish-list figure .obj-fish-item {
    width: 186px;
    height: 134px;
    margin-left: 26.5px;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.product-fish-list figure .obj-fish-hubuki {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

@media screen and (min-width: 768px), print {
  .product-fish-list figure .obj-fish-hubuki {
    width: 318px;
    height: 460px;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .product-fish-list figure .obj-fish-hubuki {
    width: 246px;
    height: 355px;
    left: 0;
    top: 0;
  }
}

.product-fish-item {
  background: #FAF9F7;
  border-radius: 30px 0 0 30px;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-fish-item::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FAF9F7;
    right: -100%;
    top: 0;
    position: absolute;
  }
}

@media screen and (min-width: 768px), print {
  .product-fish-item + .product-fish-item {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .product-fish-item + .product-fish-item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .product-fish-item:nth-of-type(1) {
    padding: 82px 0 90px 426px;
  }
}

@media (max-width: 767px) {
  .product-fish-item:nth-of-type(1) {
    padding: 450px 20px 60px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .product-fish-item:nth-of-type(2) {
    padding: 80px 0 80px 430px;
  }
}

@media (max-width: 767px) {
  .product-fish-item:nth-of-type(2) {
    padding: 60px 20px;
  }
}

.product-fish-item__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 36px;
}

@media (max-width: 767px) {
  .product-fish-item__title {
    text-align: center;
    position: relative;
  }
  .product-fish-item__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(/assets/images/fish-dots.png) no-repeat 0 0;
    background-size: cover;
    left: 0;
    bottom: -15px;
  }
}

@media screen and (min-width: 768px), print {
  .product-fish-item__title span {
    display: inline-block;
    position: relative;
  }
  .product-fish-item__title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(/assets/images/fish-dots-pc.png) no-repeat 0 0;
    background-size: cover;
    left: 0;
    bottom: -15px;
  }
}

.product-fish-item__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 34px;
}

@media screen and (min-width: 768px), print {
  .product-fish-item__text {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .product-fish-item__text {
    margin-top: 45px;
  }
}

.product-grass {
  background: #fff;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-grass {
    margin-top: 324px;
    padding-bottom: 196px;
  }
}

@media (max-width: 767px) {
  .product-grass {
    margin-top: 160px;
    padding: 0 20px 34px 20px;
  }
}

.product-grass-alphabet {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-grass-alphabet {
    width: 407px;
    height: 561px;
    background: url(/assets/images/alphabet-h02-pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    top: -156px;
    left: -55px;
  }
}

@media (max-width: 767px) {
  .product-grass-alphabet {
    width: 177px;
    height: 244px;
    background: url(/assets/images/alphabet-h02.png) no-repeat 0 0;
    background-size: 100% 100%;
    top: -192px;
    left: 0;
  }
}

.product-grass-box {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .product-grass-box {
    padding: 200px 0 0 0;
    width: 1190px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .product-grass-box {
    padding-top: 137px;
  }
}

.product-grass-subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .product-grass-subtitle {
    font-size: 22px;
    width: 327px;
    margin-left: 488px;
  }
}

@media (max-width: 767px) {
  .product-grass-subtitle {
    font-size: 18px;
  }
}

.product-grass-subtitle span {
  display: inline-block;
  position: relative;
}

.product-grass-subtitle span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  left: -30px;
  bottom: 0;
  background: #000;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.product-grass-subtitle span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  right: -20px;
  bottom: 0;
  background: #000;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.product-grass-title {
  color: #EB8264;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px), print {
  .product-grass-title {
    font-size: 62px;
    width: 372px;
    margin: 30px 0 0 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .product-grass-title {
    margin-top: 20px;
    font-size: 34px;
    text-align: center;
  }
}

.product-grass-title span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #373737;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .product-grass-title span {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .product-grass-title span {
    margin-left: 10px;
    text-align: center;
    font-size: 22px;
  }
}

.product-grass figure {
  display: block;
}

@media screen and (min-width: 768px), print {
  .product-grass figure {
    width: 240px;
    height: 232px;
    margin: 33px 0 0 524px;
  }
}

@media (max-width: 767px) {
  .product-grass figure {
    width: 200px;
    height: 190px;
    margin: 37px auto 0 auto;
  }
}

.product-grass-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .product-grass-text {
    font-size: 20px;
    letter-spacing: 0.12em;
    width: 585px;
    margin: 20px 0 0 360px;
    line-height: 42px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product-grass-text {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 40px;
  }
}

.product-grass-balloon {
  border-radius: 30px;
  background: #F4EEE4;
  position: relative;
  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;
}

.product-grass-balloon::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 38px;
  background: url(/assets/images/triangle-pink.png) no-repeat 0 0;
  background-size: cover;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-grass-balloon::before {
  content: "";
  position: absolute;
  background: url(/assets/images/obj-grass01.png) no-repeat 0 0;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .product-grass-balloon::before {
    width: 218px;
    height: 334px;
    left: 27px;
    bottom: -76px;
  }
}

@media (max-width: 767px) {
  .product-grass-balloon::before {
    width: 163px;
    height: 250px;
    left: 20px;
    bottom: 66px;
  }
}

.product-grass-balloon p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  position: relative;
}

.product-grass-balloon p::after {
  content: "";
  position: absolute;
  width: 135px;
  height: 101px;
  background: url(/assets/images/obj-grass02.png) no-repeat 0 0;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .product-grass-balloon p::after {
    top: 30px;
    right: -179px;
  }
}

@media (max-width: 767px) {
  .product-grass-balloon p::after {
    bottom: -130px;
    right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .product-grass-balloon p {
    width: 630px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .product-grass-balloon p {
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 768px), print {
  .product-grass-balloon {
    margin: 82px 0 0 115px;
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .product-grass-balloon {
    margin: 62px 0 0 0;
    padding: 40px 20px 357px 20px;
  }
}

.product-grass-ani {
  position: absolute;
}

.product-grass-ani::after {
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .product-grass-ani::after {
    width: 111px;
    height: 81px;
    background: url(/assets/images/obj-grass03-pc.png) no-repeat 0 0;
    background-size: cover;
    top: 115px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .product-grass-ani::after {
    width: 84px;
    height: 65px;
    background: url(/assets/images/obj-grass03.png) no-repeat 0 0;
    background-size: cover;
    top: 40px;
    left: -30px;
  }
}

@media screen and (min-width: 768px), print {
  .product-grass-ani {
    width: 372px;
    height: 384px;
    right: -150px;
    bottom: -180px;
  }
}

@media (max-width: 767px) {
  .product-grass-ani {
    width: 250px;
    height: 260px;
    right: -55px;
    bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .product-grass-ani {
    background: url(/assets/images/img_chicken.png) no-repeat 0 0;
    background-size: 124px 128px;
    background-position: center;
  }
}

.image-block01 {
  display: block;
}

@media screen and (min-width: 768px), print {
  .image-block01 {
    width: 100%;
    height: 542px;
  }
}

@media (max-width: 767px) {
  .image-block01 {
    margin-top: 80px;
    height: 220px;
  }
}

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

@media screen and (min-width: 768px), print {
  .checklist {
    width: 923px;
    margin: 90px auto 0 auto;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .checklist {
    margin-top: 60px;
    padding: 0 20px 80px 20px;
  }
}

.checklist-subtitle {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5em;
}

@media screen and (min-width: 768px), print {
  .checklist-subtitle {
    font-size: 15px;
    width: 90px;
    margin-left: 480px;
  }
}

@media (max-width: 767px) {
  .checklist-subtitle {
    font-size: 12px;
    text-align: center;
  }
}

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

@media screen and (min-width: 768px), print {
  .checklist-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 35px 0 0 226px;
    width: 586px;
  }
}

@media (max-width: 767px) {
  .checklist-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.checklist-title span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 768px), print {
  .checklist-title span {
    font-size: 24px;
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .checklist-title span {
    font-size: 16px;
    margin-left: 14px;
  }
}

@media screen and (min-width: 768px), print {
  .checklist-title img {
    width: 530px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .checklist-title img {
    width: 303px;
    height: 28px;
  }
}

.checklist-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px), print {
  .checklist-text {
    font-size: 26px;
    width: 375px;
    margin: 44px 0 0 330px;
  }
}

@media (max-width: 767px) {
  .checklist-text {
    font-size: 16px;
    text-align: center;
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px), print {
  .checklist-list {
    width: 710px;
    margin: 80px 0 0 227px;
  }
}

@media (max-width: 767px) {
  .checklist-list {
    margin-top: 60px;
  }
}

.checklist-item {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  position: relative;
}

.checklist-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .checklist-item::after {
    width: 34px;
    height: 34px;
    background: url(/assets/images/obj-check.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .checklist-item::after {
    width: 28px;
    height: 26px;
    background: url(/assets/images/obj-check-sp.png) no-repeat 0 0;
    background-size: cover;
  }
}

@media screen and (min-width: 768px), print {
  .checklist-item {
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .checklist-item {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding-left: 53px;
  }
}

@media screen and (min-width: 768px), print {
  .checklist-item + .checklist-item {
    margin-top: 58px;
  }
}

@media (max-width: 767px) {
  .checklist-item + .checklist-item {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .image-block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px), print {
  .image-block02-item {
    width: 32%;
    height: 310px;
  }
  .image-block02-item:nth-of-type(2) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .image-block02-item {
    width: 100%;
    height: 195px;
  }
  .image-block02-item + .image-block02-item {
    margin-top: 15px;
  }
}

.image-block02-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.supplement-product-content {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .supplement-product-content {
    width: 776px;
    margin: 54px 0 0 90px;
    border-radius: 28px;
    background: url(/assets/images/bg-supplement-product__pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .supplement-product-content {
    border: 3px solid #EEA086;
    margin-top: 90px;
    border-radius: 20px;
  }
}

.supplement-product-content__title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .supplement-product-content__title {
    width: 156px;
    padding: 54px 0;
  }
}

@media (max-width: 767px) {
  .supplement-product-content__title {
    background: #EEA086;
    padding: 30px 0;
  }
}

.supplement-product-content__title span {
  display: block;
  font-size: 13px;
}

@media screen and (min-width: 768px), print {
  .supplement-product-content__title span {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .supplement-product-content__title span {
    margin-top: 10px;
  }
}

.supplement-product-content__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 30px;
}

@media screen and (min-width: 768px), print {
  .supplement-product-content__text {
    width: 620px;
    padding: 45px 35px 0 32px;
  }
}

@media (max-width: 767px) {
  .supplement-product-content__text {
    padding: 30px 20px 40px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-el {
    width: 776px;
    margin: 40px 0 0 90px;
  }
}

@media (max-width: 767px) {
  .supplement-product-el {
    margin-top: 40px;
  }
}

.supplement-product-el__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .supplement-product-el__box01 {
    padding-left: 33px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .supplement-product-el__box01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.supplement-product-el__title {
  background: #F9DC81;
  border: 3px solid #F9DC81;
  border-bottom: 0;
  text-align: center;
  font-size: 15px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: -2px;
}

@media all and (-ms-high-contrast: none) {
  .supplement-product-el__title {
    position: relative;
    z-index: 1;
  }
}

.supplement-product-el__title.is-active {
  background: #FAF9F7;
  border: 3px solid #F9DC81;
  border-bottom: 0;
  margin-bottom: -4px;
}

@media screen and (min-width: 768px), print {
  .supplement-product-el__title.is-active {
    margin-bottom: -4px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-el__title + .supplement-product-el__title {
    margin-left: 3px;
  }
}

@media (max-width: 767px) {
  .supplement-product-el__title + .supplement-product-el__title {
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-el__title {
    border-radius: 30px 30px 0 0;
    padding: 23px 0;
    width: 140px;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .supplement-product-el__title {
    border-radius: 20px 20px 0 0;
    width: 40.6%;
    padding: 23px 0 22px;
  }
}

.supplement-product-el__text {
  background: #FAF9F7;
  border: 3px solid #F9DC81;
  display: none;
}

.supplement-product-el__text.is-show {
  display: block;
}

@media screen and (min-width: 768px), print {
  .supplement-product-el__text {
    border-radius: 30px;
    padding: 37px;
  }
}

@media (max-width: 767px) {
  .supplement-product-el__text {
    border-radius: 20px;
    padding: 40px 20px;
  }
}

.supplement-product-el__text:nth-of-type(1) p span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.supplement-product-el__text:nth-of-type(2) p span {
  display: block;
  position: relative;
  padding-left: 16px;
}

.supplement-product-el__text:nth-of-type(2) p span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #E6876A;
  left: 0;
  top: 10px;
}

.supplement-product-el__text:nth-of-type(2) p span.none::after {
  display: none;
}

.supplement-product-el__text p {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 30px;
}

@media (max-width: 767px) {
  .supplement-product-el__text p {
    font-size: 3.733vw;
  }
}

.supplement-product-copy {
  color: #E6876A;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .supplement-product-copy {
    width: 596px;
    margin: 190px 0 0 25px;
    font-size: 39px;
    letter-spacing: 0.15em;
    line-height: 69px;
  }
}

@media (max-width: 767px) {
  .supplement-product-copy {
    margin-top: 40px;
    font-size: 26px;
    letter-spacing: 0.09em;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-obj {
    position: absolute;
    width: 500px;
    height: 423px;
    bottom: 332px;
    right: -147px;
  }
}

@media (max-width: 767px) {
  .supplement-product-obj {
    position: relative;
    width: 100%;
    height: 236px;
    margin-top: 15px;
  }
}

.supplement-product-obj[data-scroll=in] .supplement-product-obj__item {
  opacity: 1;
  -webkit-animation-name: bounce-right;
          animation-name: bounce-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.supplement-product-obj__alphabet {
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .supplement-product-obj__alphabet {
    width: 414px;
    height: 451px;
    background: url(/assets/images/alphabet-m-pc.png) no-repeat 0 0;
    background-size: cover;
    right: 0;
  }
}

@media (max-width: 767px) {
  .supplement-product-obj__alphabet {
    width: 216px;
    height: 235px;
    background: url(/assets/images/alphabet-m.png) no-repeat 0 0;
    background-size: cover;
    right: -43px;
  }
}

.supplement-product-obj__item {
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .supplement-product-obj__item.item01 {
    width: 141px;
    height: 78px;
    background: url(/assets/images/obj-balance01-pc.png) no-repeat 0 0;
    background-size: cover;
    top: 90px;
    left: -23px;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}

@media (max-width: 767px) {
  .supplement-product-obj__item.item01 {
    width: 93px;
    height: 48px;
    background: url(/assets/images/obj-balance01.png) no-repeat 0 0;
    background-size: cover;
    top: 10px;
    right: 155px;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-obj__item.item02 {
    width: 160px;
    height: 87px;
    background: url(/assets/images/obj-balance02-pc.png) no-repeat 0 0;
    background-size: cover;
    top: 177px;
    left: -35px;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}

@media (max-width: 767px) {
  .supplement-product-obj__item.item02 {
    width: 96px;
    height: 52px;
    background: url(/assets/images/obj-balance02.png) no-repeat 0 0;
    background-size: cover;
    top: 58px;
    right: 155px;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product-obj__item.item03 {
    width: 141px;
    height: 148px;
    background: url(/assets/images/obj-balance03-pc.png) no-repeat 0 0;
    background-size: cover;
    top: 270px;
    left: -24px;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
}

@media (max-width: 767px) {
  .supplement-product-obj__item.item03 {
    width: 80px;
    height: 90px;
    background: url(/assets/images/obj-balance03.png) no-repeat 0 0;
    background-size: cover;
    top: 119px;
    right: 155px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

@media (max-width: 767px) {
  .supplement-product.style02 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .supplement-product.style02 .supplement-product-notice {
    margin-top: 180px;
  }
}

@media (max-width: 767px) {
  .supplement-product.style02 .supplement-product-notice {
    margin-top: 18px;
  }
}

.banner {
  display: block;
  position: fixed;
  z-index: 9;
  background: #373737;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #fff;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.banner.active {
  opacity: 1;
}

.banner.active:hover {
  opacity: 0.7;
}

.banner::after {
  content: "";
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .banner::after {
    width: 134px;
    height: 115px;
    background: url(/assets/images/img-banner-pc.png) no-repeat 0 0;
    background-size: cover;
    left: -50px;
    top: -22px;
  }
}

@media (max-width: 767px) {
  .banner::after {
    width: 64px;
    height: 76px;
    background: url(/assets/images/img-banner.png) no-repeat 0 0;
    background-size: cover;
    top: -21px;
    left: 15px;
  }
}

.banner::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(/assets/images/arrow-product.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (min-width: 768px), print {
  .banner {
    width: 315px;
    padding: 29px 0 25px;
  }
}

@media (max-width: 767px) {
  .banner {
    width: 100%;
    padding: 23px 0;
  }
}

.banner p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px), print {
  .banner p {
    font-size: 16px;
    line-height: 26px;
    width: 120px;
    margin-left: 111px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner p {
    white-space: nowrap;
    font-size: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .l-footer {
    width: 924px;
    margin: 80px auto 0 auto;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .l-footer {
    margin-top: 56px;
    padding: 0 20px 80px 20px;
  }
}

.l-footer-image {
  display: block;
}

@media screen and (min-width: 768px), print {
  .l-footer-image {
    width: 225px;
    height: 269px;
    margin-left: 410px;
  }
}

@media (max-width: 767px) {
  .l-footer-image {
    width: 249px;
    height: 245px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .l-footer-title {
    width: 239px;
    margin: 45px 0 0 400px;
  }
}

@media (max-width: 767px) {
  .l-footer-title {
    margin-top: 35px;
    width: 191px;
  }
}

.l-footer-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.l-footer-text::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #373737;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .l-footer-text {
    width: 350px;
    margin: 40px 0 0 347px;
  }
}

@media (max-width: 767px) {
  .l-footer-text {
    margin-top: 40px;
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 768px), print {
  .l-footer-text + .l-footer-text {
    margin-top: 13px;
  }
}

@media (max-width: 767px) {
  .l-footer-text + .l-footer-text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .l-footer-list {
    /*width: 715px;*/
	width: 920px;
    /*margin: 42px 0 0 162px;*/
	margin: 42px 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .l-footer-list {
    margin-top: 40px;
  }
}

.l-footer-item {
  background: #373737;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
  position: relative;
}

.l-footer-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  background: url(/assets/images/ico_footer.png) no-repeat 0 0;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .l-footer-item {
    padding: 13px 0;
  }
  .l-footer-item:hover {
    opacity: 0.7;
  }
  .l-footer-item:nth-of-type(1) {
    width: 242px;
  }
  .l-footer-item:nth-of-type(2) {
    width: 195px;
  }
  .l-footer-item:nth-of-type(3) {
    width: 258px;
  }
  .l-footer-item:nth-of-type(4) {
	width: 195px;
  }
}

@media (max-width: 767px) {
  .l-footer-item {
    padding: 16px 0 20px;
  }
  .l-footer-item + .l-footer-item {
    margin-top: 10px;
  }
}

.l-footer-item a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.l-footer-copyright {
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px), print {
  .l-footer-copyright {
    margin: 60px 0 0 342px;
  }
}

@media (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 40px;
    text-align: center;
  }
}

.l-menu-open {
  width: 26px;
  height: 20px;
  position: fixed;
  z-index: 9;
  background: url(/assets/images/ico-open.png) no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (min-width: 768px), print {
  .l-menu-open {
    top: 43%;
    left: 85px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-menu-open.active {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .l-menu-open {
    top: 22.5px;
    right: 31px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #F4EEE4;
}

@media screen and (min-width: 768px), print {
  .l-header {
    width: 962px;
    height: 100vh;
    padding-top: 13%;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .l-header.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .l-header {
    overflow-y: scroll;
    width: 100%;
    padding: 100px 0 0 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
  }
  .l-header.active {
    opacity: 1;
    pointer-events: unset;
  }
}

@media all and (-ms-high-contrast: none) {
  .l-header {
    padding-top: 5%;
  }
}

.l-header-close {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/assets/images/ico-close.png) no-repeat 0 0;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .l-header-close {
    left: 80px;
    top: 45%;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .l-header-close {
    top: 23px;
    right: 35px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-box {
    width: 650px;
    position: absolute;
    top: calc(50% + 13px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 218px;
  }
}

@media (max-width: 767px) {
  .l-header-box {
    padding: 0 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .l-header-box {
    top: auto;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.l-header-item__box {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px), print {
  .l-header-item__box {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header-item__box:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-item + .l-header-item {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .l-header-item + .l-header-item {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .l-header-item {
    text-align: center;
  }
}

.l-header-item__title {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  .l-header-item__title {
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .l-header-item__title {
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 35px;
  }
}

.l-header-item__title span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 768px), print {
  .l-header-item__title span {
    font-size: 14px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .l-header-item__title span {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-item.product {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .l-header-item.product {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-subitem {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .l-header-subitem {
    margin-top: 40px;
  }
}

.l-header-subitem__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__title {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__title {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.l-header-subitem__item {
  background: #fff;
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__item {
    display: block;
    border-radius: 50%;
    width: 202px;
    height: 202px;
    text-align: center;
  }
  .l-header-subitem__item:hover figure {
    -webkit-animation-name: wobble-vertical-on-hover;
            animation-name: wobble-vertical-on-hover;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__item {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header-subitem__item + .l-header-subitem__item {
    margin-top: 10px;
  }
}

.l-header-subitem__item figure {
  display: block;
}

.l-header-subitem__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__item.item01 {
    padding: 47px 0 0 0;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__item.item01 {
    padding: 18px 0 24px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__item.item01 figure {
    width: 106px;
    height: 58px;
    margin: 0 0 26px 44px;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__item.item01 figure {
    width: 65px;
    height: 35px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__item.item02 {
    padding: 40px 0 0 0;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__item.item02 {
    padding: 11px 0 10px 15px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__item.item02 figure {
    width: 135px;
    height: 88px;
    margin: 0 0 14px 36px;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__item.item02 figure {
    width: 86px;
    height: 56px;
    margin-right: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__item.item03 {
    padding: 29px 0 0 0;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__item.item03 {
    padding: 9px 0 13px 33px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-subitem__item.item03 figure {
    width: 102px;
    height: 95px;
    margin: 0 0 14px 58px;
  }
}

@media (max-width: 767px) {
  .l-header-subitem__item.item03 figure {
    width: 59px;
    height: 55px;
    margin-right: 40px;
  }
}

.l-header-button {
  display: block;
  width: 100%;
  background: #373737;
  color: #fff;
  position: relative;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 23px 0;
}

.l-header-button::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(/assets/images/arrow-product.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .l-header-button::after {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .l-header-button::after {
    right: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .l-header-button {
    margin-top: 35px;
    font-size: 16px;
    z-index: 0;
    overflow: hidden;
  }
  .l-header-button:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #EEA086;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

@media (max-width: 767px) {
  .l-header-button {
    margin-top: 30px;
    font-size: 15px;
  }
}

.l-header-close02 {
  background: #F9DC81;
  margin-top: 60px;
  padding: 22px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  position: relative;
}

.l-header-close02::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/assets/images/ico-close.png) no-repeat 0 0;
  background-size: cover;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*# sourceMappingURL=style.css.map */