:root {
  --color-font: #000;
  --color-strong: #0c0c0c;
  --color-primary: #ff3000;
  --color-secondary: #c69c6d;
  --color-btn: #ff5933;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  background: #fff;
  color: var(--color-font);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 1320px) {
  body {
    min-width: 1320px;
  }
}

a:not([class]) {
  color: var(--color-font);
}
@media (any-hover: hover) {
  a:not([class]):hover {
    opacity: 0.8;
  }
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

b, strong {
  font-weight: bolder;
}

@media screen and (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}
.wrapper {
  overflow: hidden;
  width: 100%;
}

@-webkit-keyframes walkingScroll {
  0% {
    translate: -50%;
  }
  100% {
    translate: 0%;
  }
}

@keyframes walkingScroll {
  0% {
    translate: -50%;
  }
  100% {
    translate: 0%;
  }
}
@-webkit-keyframes walkingShake {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes walkingShake {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes walkingTextShake {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 2px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes walkingTextShake {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 2px;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes jump {
  0% {
    translate: 0 -10%;
    scale: 1 1;
  }
  80% {
    translate: 0 0;
    scale: 1 1;
  }
  100% {
    translate: 0 0;
    scale: 1.1 0.9;
  }
}
@keyframes jump {
  0% {
    translate: 0 -10%;
    scale: 1 1;
  }
  80% {
    translate: 0 0;
    scale: 1 1;
  }
  100% {
    translate: 0 0;
    scale: 1.1 0.9;
  }
}
@-webkit-keyframes jumpText {
  0% {
    translate: 0 -10%;
    rotate: 3deg;
  }
  50% {
    translate: 0 0;
    rotate: 0deg;
  }
  100% {
    translate: 0 0;
    rotate: -3deg;
  }
}
@keyframes jumpText {
  0% {
    translate: 0 -10%;
    rotate: 3deg;
  }
  50% {
    translate: 0 0;
    rotate: 0deg;
  }
  100% {
    translate: 0 0;
    rotate: -3deg;
  }
}
@-webkit-keyframes shake {
  0% {
    rotate: 0deg;
    translate: 0 0;
  }
  25% {
    rotate: 1deg;
    translate: 2px 2px;
  }
  50% {
    rotate: 0deg;
    translate: 0 2px;
  }
  75% {
    rotate: -1deg;
    translate: 2px 0;
  }
  100% {
    rotate: 0deg;
    translate: 0 0;
  }
}
@keyframes shake {
  0% {
    rotate: 0deg;
    translate: 0 0;
  }
  25% {
    rotate: 1deg;
    translate: 2px 2px;
  }
  50% {
    rotate: 0deg;
    translate: 0 2px;
  }
  75% {
    rotate: -1deg;
    translate: 2px 0;
  }
  100% {
    rotate: 0deg;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    translate: 0 30%;
  }
  15% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    translate: 0 30%;
  }
  15% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeup2 {
  0% {
    opacity: 0;
    translate: 0 20%;
  }
  35% {
    opacity: 0;
    translate: 0 20%;
  }
  40% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeup2 {
  0% {
    opacity: 0;
    translate: 0 20%;
  }
  35% {
    opacity: 0;
    translate: 0 20%;
  }
  40% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes swaying1 {
  0% {
    rotate: -2deg;
  }
  50% {
    rotate: 0deg;
  }
  100% {
    rotate: 2deg;
  }
}
@keyframes swaying1 {
  0% {
    rotate: -2deg;
  }
  50% {
    rotate: 0deg;
  }
  100% {
    rotate: 2deg;
  }
}
@-webkit-keyframes swaying2 {
  0% {
    rotate: -5deg;
    translate: 0 0;
  }
  50% {
    rotate: 0deg;
    translate: 0 -5px;
  }
  100% {
    rotate: 5deg;
    translate: 0 0;
  }
}
@keyframes swaying2 {
  0% {
    rotate: -5deg;
    translate: 0 0;
  }
  50% {
    rotate: 0deg;
    translate: 0 -5px;
  }
  100% {
    rotate: 5deg;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeupChara {
  0% {
    opacity: 0;
    translate: 0 100%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeupChara {
  0% {
    opacity: 0;
    translate: 0 100%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes yeet {
  0% {
    translate: 0 0;
  }
  25% {
    translate: 0 0;
  }
  30% {
    translate: 0 -26px;
  }
  35% {
    translate: 0 0;
  }
  40% {
    translate: 0 -15px;
  }
  60% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes yeet {
  0% {
    translate: 0 0;
  }
  25% {
    translate: 0 0;
  }
  30% {
    translate: 0 -26px;
  }
  35% {
    translate: 0 0;
  }
  40% {
    translate: 0 -15px;
  }
  60% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
.u-font-jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-font-zenKakuAntique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 900;
}

.u-font-oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.u-sup {
  font-size: 58.3%;
  vertical-align: super;
}

.u-orange {
  color: var(--color-secondary);
}

.u-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .l-inner {
    margin-inline: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-inner {
    width: 96.97%;
  }
}
@media screen and (min-width: 1320px) {
  .l-inner {
    width: 1280px;
  }
}

.l-header {
  background: #f8f3ee;
  position: relative;
  width: 100%;
  z-index: 110;
}

.l-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-header__container {
    padding-block: 2.267vw;
    padding-inline: 2.667vw 3.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-header__container {
    height: 6.061vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-header__container {
    height: 80px;
  }
}

.logo {
  font-size: 100%;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .logo {
    width: 36vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .logo {
    width: 15.53vw;
  }
}
@media screen and (min-width: 1320px) {
  .logo {
    width: 205px;
  }
}

@media screen and (max-width: 750px) {
  .l-overlay {
    background: rgba(51, 51, 51, 0.5);
    cursor: pointer;
    display: block;
    height: 100vh;
    height: 100dvh;
    inset: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100vw;
    z-index: 5;
  }
}
@media screen and (min-width: 751px) {
  .l-overlay {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .l-nav {
    background: #f8f3ee;
    height: 100vh;
    height: 100dvh;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-padding-before: 13.333vw;
            padding-block-start: 13.333vw;
    position: absolute;
    right: -100vw;
    top: 0;
    transition: all 0.5s linear;
    visibility: hidden;
    width: 82.667vw;
    z-index: 10;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-nav {
    max-width: 80.303vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-nav {
    max-width: 1060px;
  }
}

.l-nav__list {
  list-style: none;
  margin-block: 0;
  padding-inline: 0;
}
@media screen and (min-width: 751px) {
  .l-nav__list {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-nav__list {
    gap: 1.894vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-nav__list {
    gap: 25px;
  }
}

.l-nav__item {
  font-weight: 700;
  line-height: 1;
  margin-inline: 0;
}
@media screen and (max-width: 750px) {
  .l-nav__item {
    border-bottom: 1px solid #ede9dd;
    font-size: 4.533vw;
    -webkit-margin-after: 1.067vw;
            margin-block-end: 1.067vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-nav__item {
    font-size: 1.136vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-nav__item {
    font-size: 15px;
  }
}

.l-nav__link {
  color: var(--color-font);
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .l-nav__link {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.18%2028.12%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%235c5c5c%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22m1.06%201.06%2013%2013-13%2013%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 76.267vw 50%;
    background-size: 2.157vw auto;
    display: block;
    padding-block: 5.6vw;
    padding-inline: 10.933vw 9.333vw;
  }
}
@media (any-hover: hover) {
  .l-nav__link:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}

@media screen and (max-width: 750px) {
  .l-nav-btn {
    background: transparent;
    border: 0;
    display: block;
    height: 8.267vw;
    padding-block: 0;
    padding-inline: 0;
    width: 8.267vw;
  }
}

@media screen and (max-width: 750px) {
  .l-nav-btn__bar {
    background: var(--color-font);
    border-radius: 2.667vw;
    display: block;
    height: 0.8vw;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  .l-nav-btn--open {
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .l-nav-btn__bar--open-top {
    top: 0.933vw;
    width: 100%;
  }
  .l-nav-btn__bar--open-middle {
    top: 3.733vw;
    width: 100%;
  }
  .l-nav-btn__bar--open-bottom {
    bottom: 0.933vw;
    width: 5.6vw;
  }
}

@media screen and (max-width: 750px) {
  .l-nav-btn--close {
    background: #f8f3ee;
    position: fixed;
    top: 2.667vw;
    right: 3.733vw;
  }
}

@media screen and (max-width: 750px) {
  .l-nav-btn__bar--close-top {
    rotate: 45deg;
    top: 3.733vw;
    width: 100%;
  }
  .l-nav-btn__bar--close-bottom {
    rotate: -45deg;
    top: 3.733vw;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .is_nav-open .l-overlay {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 750px) {
  .is_nav-open .l-nav {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
}

.l-footer {
  background: var(--color-font);
  color: #fff;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-block: 10.667vw 5.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-footer {
    padding-block: 3.03vw 2.652vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-footer {
    padding-block: 40px 35px;
  }
}

.l-footer-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-block: 0;
  padding-inline: 0;
}
@media screen and (max-width: 750px) {
  .l-footer-nav {
    flex-wrap: wrap;
    gap: 6vw 0;
  }
}

.l-footer-nav__item {
  font-weight: 500;
  margin-inline: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-footer-nav__item {
    font-size: 3.733vw;
    line-height: 1.143;
    padding-inline: 5.333vw;
  }
}
@media screen and (min-width: 751px) {
  .l-footer-nav__item {
    line-height: 1.222;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-footer-nav__item {
    font-size: 1.364vw;
    padding-inline: 1.894vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-footer-nav__item {
    font-size: 18px;
    padding-inline: 25px;
  }
}
@media screen and (max-width: 750px) {
  .l-footer-nav__item:nth-child(2n+1) {
    border-right: 1px solid #b3b3b3;
  }
}
@media screen and (min-width: 751px) {
  .l-footer-nav__item:not(:last-child) {
    border-right: 1px solid #b3b3b3;
  }
}

.l-footer-nav__link {
  color: #fff;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-footer-nav__link:hover {
    text-decoration: underline;
  }
}

.l-copyright {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-copyright {
    font-size: 2.933vw;
    margin-block: 7.333vw 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-copyright {
    font-size: 1.364vw;
    margin-block: 2.273vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .l-copyright {
    font-size: 18px;
    margin-block: 30px 0;
  }
}

.l-sticky {
  background: rgba(227, 205, 169, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 100;
  transition: translate 0.3s ease-out;
  translate: 0 50%;
}
@media screen and (max-width: 750px) {
  .l-sticky {
    padding-block: 0.8vw 1.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky {
    padding-block: 0.758vw 0.53vw;
    text-align: center;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky {
    padding-block: 10px 7px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .l-sticky.is-showSP {
    opacity: 1;
    translate: 0 0;
    visibility: visible;
  }
}
@media screen and (min-width: 751px) {
  .l-sticky.is-showPC {
    opacity: 1;
    translate: 0 0;
    visibility: visible;
  }
}

.l-sticky__lead {
  color: #1a1a1a;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-block: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-sticky__lead {
    font-size: 2.933vw;
    -webkit-margin-start: 10.4vw;
            margin-inline-start: 10.4vw;
  }
}
@media screen and (min-width: 751px) {
  .l-sticky__lead {
    margin-inline: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky__lead {
    font-size: 1.288vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky__lead {
    font-size: 17px;
  }
}
.l-sticky__lead::before, .l-sticky__lead::after {
  background: #333;
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1px;
}
@media screen and (max-width: 750px) {
  .l-sticky__lead::before, .l-sticky__lead::after {
    height: 3.2vw;
    margin-inline: 1.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky__lead::before, .l-sticky__lead::after {
    height: 1.818vw;
    margin-inline: 1.136vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky__lead::before, .l-sticky__lead::after {
    height: 24px;
    margin-inline: 15px;
  }
}
.l-sticky__lead::before {
  rotate: 330deg;
}
.l-sticky__lead::after {
  rotate: 30deg;
}

@media screen and (max-width: 750px) {
  .l-sticky__lead-l {
    font-size: 3.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky__lead-l {
    font-size: 1.591vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky__lead-l {
    font-size: 21px;
  }
}

.l-sticky-btn {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .l-sticky-btn {
    -webkit-margin-before: 0.667vw;
            margin-block-start: 0.667vw;
    text-align: left;
    width: 90.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky-btn {
    -webkit-margin-before: 0.758vw;
            margin-block-start: 0.758vw;
    width: 60.606vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky-btn {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    width: 800px;
  }
}

.l-sticky-btn__link {
  background: var(--color-btn);
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .l-sticky-btn__link {
    border-radius: 2.797vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky-btn__link {
    border-radius: 0.424vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky-btn__link {
    border-radius: 5.596px;
  }
}
@media (any-hover: hover) {
  .l-sticky-btn__link:hover {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}

.l-sticky-btn__label {
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-inline: 0;
}
@media screen and (max-width: 750px) {
  .l-sticky-btn__label {
    font-size: 5.6vw;
    line-height: 2.286;
    -webkit-padding-start: 7.333vw;
            padding-inline-start: 7.333vw;
  }
}
@media screen and (min-width: 751px) {
  .l-sticky-btn__label {
    line-height: 2.059;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky-btn__label {
    font-size: 2.576vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky-btn__label {
    font-size: 34px;
  }
}

.l-sticky-btn__arrow {
  aspect-ratio: 1/1;
  fill: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 750px) {
  .l-sticky-btn__arrow {
    right: 4vw;
    width: 4.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky-btn__arrow {
    right: 2.197vw;
    width: 1.773vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky-btn__arrow {
    right: 29px;
    width: 23.41px;
  }
}

.l-sticky-btn__image {
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .l-sticky-btn__image {
    right: 9.6vw;
    width: 16.533vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .l-sticky-btn__image {
    right: 4.167vw;
    width: 12.121vw;
  }
}
@media screen and (min-width: 1320px) {
  .l-sticky-btn__image {
    right: 55px;
    width: 160px;
  }
}

.c-qa {
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-qa {
    padding-block: 24vw 10.4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa {
    -webkit-margin-before: -2.273vw;
            margin-block-start: -2.273vw;
    padding-block: 13.636vw 4.167vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa {
    -webkit-margin-before: -30px;
            margin-block-start: -30px;
    padding-block: 180px 55px;
  }
}

.c-qa__title-en {
  background: url(../images/en_bg.jpg) repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .c-qa__title-en {
    background-size: 182.133vw auto;
    font-size: 44vw;
    left: 3.467vw;
    top: 8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__title-en {
    background-size: 103.485vw auto;
    font-size: 36.667vw;
    left: calc(50% - 7.879vw);
    top: -5.303vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__title-en {
    font-size: 484px;
    left: calc(50% - 104px);
    top: -70px;
  }
}

.c-qa__title-ja {
  color: var(--color-strong);
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .c-qa__title-ja {
    font-size: 9.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__title-ja {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__title-ja {
    font-size: 66px;
  }
}

.c-qa__list {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .c-qa__list {
    gap: 5.333vw;
    -webkit-margin-before: 11.333vw;
            margin-block-start: 11.333vw;
    width: 92vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__list {
    gap: 1.894vw;
    -webkit-margin-before: 4.924vw;
            margin-block-start: 4.924vw;
    width: 75.758vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__list {
    gap: 25px;
    -webkit-margin-before: 65px;
            margin-block-start: 65px;
    width: 1000px;
  }
}

.c-qa__summary {
  background: var(--color-secondary);
  color: #fff;
  display: flex;
  margin-block: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-qa__summary {
    border-radius: 2.667vw;
    min-height: 17.333vw;
    padding-block: 2.667vw;
    -webkit-padding-start: 4vw;
            padding-inline-start: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__summary {
    border-radius: 0.788vw;
    padding-block: 0.682vw;
    -webkit-padding-start: 2.652vw;
            padding-inline-start: 2.652vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__summary {
    border-radius: 10.4px;
    padding-block: 9px;
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
}
.c-qa__summary::after {
  background: var(--color-secondary);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .c-qa__summary::after {
    bottom: -3.733vw;
    height: 4vw;
    left: 6.533vw;
    width: 3.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__summary::after {
    bottom: -1.061vw;
    height: 1.212vw;
    left: 3.939vw;
    width: 1.061vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__summary::after {
    bottom: -14px;
    height: 16px;
    left: 52px;
    width: 14px;
  }
}

.c-qa__num {
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-qa__num {
    font-size: 6.133vw;
    width: 12vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__num {
    font-size: 2.879vw;
    width: 6.439vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__num {
    font-size: 38px;
    width: 85px;
  }
}

.c-qa__question {
  font-weight: 700;
  line-height: 1.3;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .c-qa__question {
    font-size: 4.533vw;
    width: 72vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__question {
    font-size: 1.97vw;
    width: 66.667vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__question {
    font-size: 26px;
    width: 880px;
  }
}
@media screen and (max-width: 750px) {
  .c-qa__question-small {
    font-size: 3.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__question-small {
    font-size: 1.667vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__question-small {
    font-size: 22px;
  }
}

.c-qa__content {
  display: flex;
}
@media screen and (max-width: 750px) {
  .c-qa__content {
    -webkit-margin-before: 5.333vw;
            margin-block-start: 5.333vw;
    -webkit-padding-start: 4vw;
            padding-inline-start: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__content {
    -webkit-margin-before: 2.273vw;
            margin-block-start: 2.273vw;
    -webkit-padding-start: 2.652vw;
            padding-inline-start: 2.652vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__content {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
  }
}

.c-qa__num--answer {
  color: var(--color-primary);
}
@media screen and (max-width: 750px) {
  .c-qa__num--answer {
    -webkit-margin-before: 0.667vw;
            margin-block-start: 0.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__num--answer {
    -webkit-margin-before: 0.379vw;
            margin-block-start: 0.379vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__num--answer {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}

.c-qa__answer {
  font-weight: 700;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .c-qa__answer {
    font-size: 4vw;
    line-height: 1.8;
    width: 72vw;
  }
}
@media screen and (min-width: 751px) {
  .c-qa__answer {
    line-height: 1.682;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa__answer {
    font-size: 1.667vw;
    width: 62.121vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa__answer {
    font-size: 22px;
    width: 820px;
  }
}

.c-qa-btn {
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-qa-btn {
    -webkit-margin-before: 14.667vw;
            margin-block-start: 14.667vw;
    width: 80vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa-btn {
    -webkit-margin-before: 5.682vw;
            margin-block-start: 5.682vw;
    width: 40.909vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa-btn {
    -webkit-margin-before: 75px;
            margin-block-start: 75px;
    width: 540px;
  }
}

.c-qa-btn__link {
  background: var(--color-btn);
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .c-qa-btn__link {
    border-radius: 8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa-btn__link {
    border-radius: 2.652vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa-btn__link {
    border-radius: 35px;
  }
}
@media (any-hover: hover) {
  .c-qa-btn__link:hover {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}

.c-qa-btn__label {
  font-weight: 700;
  margin-inline: 0;
}
@media screen and (max-width: 750px) {
  .c-qa-btn__label {
    font-size: 4.267vw;
    line-height: 3.75;
  }
}
@media screen and (min-width: 751px) {
  .c-qa-btn__label {
    line-height: 2.917;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa-btn__label {
    font-size: 1.818vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa-btn__label {
    font-size: 24px;
  }
}

.c-qa-btn__arrow {
  aspect-ratio: 1/1;
  fill: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 750px) {
  .c-qa-btn__arrow {
    right: 5.6vw;
    width: 4.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa-btn__arrow {
    right: 2.045vw;
    width: 1.773vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa-btn__arrow {
    right: 27px;
    width: 23.41px;
  }
}

.c-qa-visual {
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-qa-visual {
    height: 30vw;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
    -webkit-margin-start: 30.267vw;
            margin-inline-start: 30.267vw;
    width: 40vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-qa-visual {
    height: 12.879vw;
    -webkit-margin-before: 2.879vw;
            margin-block-start: 2.879vw;
    -webkit-margin-start: 39.697vw;
            margin-inline-start: 39.697vw;
    width: 17.273vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-qa-visual {
    height: 170px;
    -webkit-margin-before: 38px;
            margin-block-start: 38px;
    -webkit-margin-start: 524px;
            margin-inline-start: 524px;
    width: 228px;
  }
}

.c-qa-visual__text {
  width: 40.35%;
}

.c-qa-visual__deco {
  left: 45.614%;
  position: absolute;
  top: 0;
  width: 17.105%;
}

.c-qa-visual__chara-black {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 64.035%;
}

.c-qa-visual__chara-red {
  bottom: 4.105%;
  position: absolute;
  right: 0;
  width: 60.088%;
}

.c-qa-visual.is-loaded .c-qa-visual__text,
.c-qa-visual.is-loaded .c-qa-visual__chara-black {
  -webkit-animation: jump 0.6s ease-in infinite alternate;
          animation: jump 0.6s ease-in infinite alternate;
  -webkit-animation: yeet 2.3s infinite both;
          animation: yeet 2.3s infinite both;
}
.c-qa-visual.is-loaded .c-qa-visual__deco,
.c-qa-visual.is-loaded .c-qa-visual__chara-red {
  -webkit-animation: jump 0.8s ease-in infinite 0.2s alternate;
          animation: jump 0.8s ease-in infinite 0.2s alternate;
  -webkit-animation: yeet 1.8s 0.2s infinite both;
          animation: yeet 1.8s 0.2s infinite both;
}

.c-lineup {
  background: url(../images/lineup_bg.jpg) 50% 0 repeat-y #d2bf9e;
}
@media screen and (max-width: 750px) {
  .c-lineup {
    background-size: 266.667vw auto;
    padding-block: 16vw 18vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup {
    background-size: 151.515vw auto;
    padding-block: 6.818vw 8.333vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup {
    padding-block: 90px 110px;
  }
}

.c-lineup__title {
  color: var(--color-strong);
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-lineup__title {
    font-size: 9.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__title {
    font-size: 66px;
  }
}

.c-lineup__box {
  background: #fff;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-lineup__box {
    border-radius: 3.128vw;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__box {
    border-radius: 1.742vw;
    width: 90.909vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__box {
    border-radius: 23px;
    width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__box--dx {
    display: flex;
    flex-direction: column;
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
    padding-block: 58.667vw 13.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__box--dx {
    -webkit-margin-before: 7.576vw;
            margin-block-start: 7.576vw;
    padding-block: 3.788vw 4.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__box--dx {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
    padding-block: 50px 60px;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__box--pro {
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
    padding-block: 60vw 13.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__box--pro {
    -webkit-margin-before: 6.818vw;
            margin-block-start: 6.818vw;
    padding-block: 3.788vw 3.03vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__box--pro {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
    padding-block: 50px 40px;
  }
}

.c-lineup__image {
  margin-block: 0;
  margin-inline: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .c-lineup__image {
    left: 13.067vw;
    width: 65.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__image {
    left: 3.03vw;
    width: 29.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__image {
    left: 40px;
    width: 390px;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__image--dx {
    top: -8.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__image--dx {
    top: -3.182vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__image--dx {
    top: -42px;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__image--pro {
    top: -9.067vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__image--pro {
    top: -3.864vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__image--pro {
    top: -51px;
  }
}

@media screen and (min-width: 751px) {
  .c-lineup__detail {
    align-items: baseline;
    display: flex;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__detail {
    gap: 2.273vw;
    -webkit-margin-start: 37.5vw;
            margin-inline-start: 37.5vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__detail {
    gap: 30px;
    -webkit-margin-start: 495px;
            margin-inline-start: 495px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__detail--dx {
    gap: 3.409vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__detail--dx {
    gap: 45px;
  }
}

.c-lineup__name {
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .c-lineup__name {
    font-size: 8.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__name {
    font-size: 3.485vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__name {
    font-size: 46px;
  }
}

.c-lineup__price {
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .c-lineup__price {
    font-size: 5.333vw;
    -webkit-margin-before: 2.667vw;
            margin-block-start: 2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__price {
    font-size: 2.424vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__price {
    font-size: 32px;
  }
}

@media screen and (max-width: 750px) {
  .c-lineup__price-num {
    font-size: 11.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__price-num {
    font-size: 4.848vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__price-num {
    font-size: 64px;
  }
}

@media screen and (max-width: 750px) {
  .c-lineup__price-comma {
    font-size: 9.867vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup__price-comma {
    font-size: 3.939vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup__price-comma {
    font-size: 52px;
  }
}

.c-lineup-btn {
  display: flex;
  list-style: none;
  padding-inline: 0;
}
@media screen and (max-width: 750px) {
  .c-lineup-btn {
    flex-direction: column;
    gap: 2.667vw;
    margin-block: 5.333vw 0;
    margin-inline: auto;
    width: 74.667vw;
  }
}
@media screen and (min-width: 751px) {
  .c-lineup-btn {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup-btn {
    gap: 0.758vw;
    margin-block: 3.03vw 0;
    -webkit-margin-start: 37.424vw;
            margin-inline-start: 37.424vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup-btn {
    gap: 10px;
    margin-block: 40px 0;
    -webkit-margin-start: 494px;
            margin-inline-start: 494px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup-btn__item {
    width: 24.242vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup-btn__item {
    width: 320px;
  }
}

.c-lineup-btn__link {
  background: var(--color-btn);
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .c-lineup-btn__link {
    border-radius: 1.506vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup-btn__link {
    border-radius: 0.455vw;
    -webkit-padding-end: 0.455vw;
            padding-inline-end: 0.455vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup-btn__link {
    border-radius: 6px;
    -webkit-padding-end: 6px;
            padding-inline-end: 6px;
  }
}
@media (any-hover: hover) {
  .c-lineup-btn__link:hover {
    -webkit-filter: brightness(1.12);
            filter: brightness(1.12);
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup-btn__link--official {
    -webkit-padding-end: 1.061vw;
            padding-inline-end: 1.061vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup-btn__link--official {
    -webkit-padding-end: 14px;
            padding-inline-end: 14px;
  }
}

.c-lineup-btn__label {
  font-weight: 700;
  margin-inline: 0;
}
@media screen and (max-width: 750px) {
  .c-lineup-btn__label {
    font-size: 4.8vw;
    line-height: 3.056;
  }
}
@media screen and (min-width: 751px) {
  .c-lineup-btn__label {
    line-height: 2.917;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup-btn__label {
    font-size: 1.818vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup-btn__label {
    font-size: 24px;
  }
}

.c-lineup-btn__arrow {
  aspect-ratio: 1/1;
  fill: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 750px) {
  .c-lineup-btn__arrow {
    right: 4vw;
    width: 4.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-lineup-btn__arrow {
    right: 1.364vw;
    width: 1.773vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-lineup-btn__arrow {
    right: 18px;
    width: 23.41px;
  }
}

@media screen and (max-width: 750px) {
  .c-color {
    order: -1;
    -webkit-padding-after: 10vw;
            padding-block-end: 10vw;
  }
}
@media screen and (min-width: 751px) {
  .c-color {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-color {
    -webkit-margin-before: 4.091vw;
            margin-block-start: 4.091vw;
    -webkit-margin-start: 4.545vw;
            margin-inline-start: 4.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-color {
    -webkit-margin-before: 54px;
            margin-block-start: 54px;
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-color__header {
    text-align: left;
    width: 32.576vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-color__header {
    text-align: left;
    width: 430px;
  }
}

.c-color__title-en {
  background: url(../images/en_bg.jpg);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .c-color__title-en {
    background-size: 133.333vw auto;
    font-size: 18.667vw;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-color__title-en {
    background-size: 75.758vw auto;
    font-size: 8.485vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-color__title-en {
    background-size: 1000px auto;
    font-size: 112px;
  }
}

.c-color__title-ja {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-color__title-ja {
    font-size: 5.6vw;
    margin-block: -5.333vw 0;
    text-indent: 3.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-color__title-ja {
    font-size: 2.727vw;
    margin-block: -3.409vw 0;
    -webkit-margin-start: 1.818vw;
            margin-inline-start: 1.818vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-color__title-ja {
    font-size: 36px;
    margin-block: -45px 0;
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
}
.c-color__list {
  display: flex;
  list-style: none;
  padding-inline: 0;
}
/*
@media screen and (max-width: 750px) {
  .c-color__list {
    flex-wrap: wrap;
    gap: 3.333vw 4.667vw;
    margin-block: 5.333vw 0;
    -webkit-margin-start: 13.333vw;
            margin-inline-start: 13.333vw;
  }
}
*/
@media screen and (max-width: 750px) {
  .c-color__list {
    flex-wrap: nowrap;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2rem;
    gap: 0.25rem;
  }
  .c-color__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-color__image img {
    width: 64%;
    height: auto;
    display: block;
  }
}


@media screen and (min-width: 751px) {
  .c-color__list {
    margin-block: 0;
  }
}

@media screen and (max-width: 750px) {
  .c-color__item {
    width: 30.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-color__item {
    width: 12.879vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-color__item {
    width: 170px;
  }
}

.c-color__image {
  margin-block: 0;
  margin-inline: 0;
}
@media screen and (max-width: 750px) {
  .c-color__image {
    width: 26vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-color__image {
    width: 10.606vw;
  }
}
@media screen and (min-width: 1320px) {
  .c-color__image {
    width: 140px;
  }
}

.c-color__label {
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-color__label {
    font-size: 3.8vw;
    margin-block: 2.4vw 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .c-color__label {
    font-size: 1.97vw;
    margin-block: 0.909vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .c-color__label {
    font-size: 26px;
    margin-block: 12px 0;
  }
}

@media screen and (max-width: 750px) {
  .p-kv {
    background: url(../images/kv_bg_sp.jpg) 0 0/100% auto no-repeat;
  }
}
@media screen and (min-width: 751px) {
  .p-kv {
    background: url(../images/kv_bg_pc.jpg) 50% 0 no-repeat;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-kv {
    background-size: auto 100%;
  }
}

.p-kv__container {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-kv__container {
    min-height: 177.333vw;
    padding-block: 2.667vw 6.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-kv__container {
    height: 68.182vw;
    -webkit-padding-before: 43.939vw;
            padding-block-start: 43.939vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-kv__container {
    height: 900px;
    -webkit-padding-before: 580px;
            padding-block-start: 580px;
  }
}

@media screen and (max-width: 750px) {
  .p-kv__catch {
    -webkit-margin-start: 6.4vw;
            margin-inline-start: 6.4vw;
    width: 68.533vw;
  }
}
@media screen and (min-width: 751px) {
  .p-kv__catch {
    position: absolute;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-kv__catch {
    left: 2.197vw;
    top: 1.515vw;
    width: 37.576vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-kv__catch {
    left: 29px;
    top: 20px;
    width: 496px;
  }
}

@media screen and (max-width: 750px) {
  .p-kv__lead-wrap {
    height: 69.333vw;
    position: absolute;
    right: 4vw;
    text-orientation: upright;
    top: 69.333vw;
    width: 16vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 751px) {
  .p-kv__lead-wrap {
    text-align: center;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-kv__lead-wrap {
    margin-inline: auto 1.515vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-kv__lead-wrap {
    margin-inline: auto 25px;
  }
}

.p-kv__lead {
  font-weight: 900;
  line-height: 1.571;
  margin-block: 0;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 750px) {
  .p-kv__lead {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-kv__lead {
    font-size: 3.182vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-kv__lead {
    font-size: 42px;
  }
}

@media screen and (max-width: 750px) {
  .is-iOS .p-kv__lead-wrap {
    right: 3.2vw;
  }
}
.is-iOS .p-kv__lead {
  text-underline-offset: 0em;
}

.p-product {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-product {
    -webkit-margin-before: 38.4vw;
            margin-block-start: 38.4vw;
    margin-inline: auto 0;
    width: 48.8vw;
  }
}
@media screen and (min-width: 751px) {
  .p-product {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-product {
    -webkit-margin-before: 1.515vw;
            margin-block-start: 1.515vw;
    margin-inline: auto 1.212vw;
    width: 41.061vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-product {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    margin-inline: auto 21px;
    width: 542px;
  }
}

@media screen and (max-width: 750px) {
  .p-product__logo {
    margin-inline: auto;
    width: 17.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-product__logo {
    width: 11.212vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-product__logo {
    width: 148px;
  }
}

.p-product__title {
  font-size: 100%;
  font-weight: 900;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .p-product__title {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .p-product__title {
    align-items: center;
    display: flex;
    gap: 0.25em;
  }
}

@media screen and (max-width: 750px) {
  .p-product__lead {
    display: block;
    font-size: 3.467vw;
    line-height: 1;
    -webkit-margin-before: 2.4vw;
            margin-block-start: 2.4vw;
  }
}
@media screen and (min-width: 751px) {
  .p-product__lead {
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-product__lead {
    font-size: 1.667vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-product__lead {
    font-size: 22px;
  }
}

.p-product__name {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-product__name {
    display: block;
    font-size: 6.4vw;
    -webkit-margin-before: 1.333vw;
            margin-block-start: 1.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-product__name {
    font-size: 3.182vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-product__name {
    font-size: 42px;
  }
}

.p-product__en-name {
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-product__en-name {
    font-size: 2.133vw;
    margin-block: 1.333vw 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-product__en-name {
    font-size: 1.212vw;
    margin-block: 0.909vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .p-product__en-name {
    font-size: 16px;
    margin-block: 12px 0;
  }
}

.p-kv__man {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-kv__man {
    bottom: 16vw;
    left: -17.867vw;
    width: 70.133vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-kv__man {
    bottom: 26.212vw;
    left: 19.167vw;
    width: 39.848vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-kv__man {
    bottom: 346px;
    left: 253px;
    width: 526px;
  }
}

.p-kv__image {
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-kv__image {
    left: -9.333vw;
    width: 98vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-kv__image {
    left: 15.606vw;
    width: 64.394vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-kv__image {
    left: 206px;
    width: 850px;
  }
}

.p-feature {
  background: url(../images/feature_bg.jpg) 50% 0 repeat-y #e0caa8;
}
@media screen and (max-width: 750px) {
  .p-feature {
    background-size: 266.667vw auto;
    padding-block: 13.333vw 12.667vw;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature {
    background-size: 151.515vw auto;
    padding-block: 7.955vw 5.909vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature {
    padding-block: 105px 78px;
  }
}

@media screen and (min-width: 751px) {
  .p-feature__header {
    position: relative;
  }
}

.p-feature-visual {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-feature-visual {
    height: 27.333vw;
    right: 4vw;
    top: 8.933vw;
    width: 31.2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature-visual {
    height: 13.485vw;
    right: 28.409vw;
    top: -2.652vw;
    width: 15.152vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature-visual {
    height: 178px;
    right: 375px;
    top: -35px;
    width: 200px;
  }
}

.p-feature-visual__bottle {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 33.5%;
}

.p-feature-visual__chara {
  margin-inline: auto 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  width: 78.5%;
}

.p-feature-visual__text {
  position: absolute;
  right: 1.5%;
  top: 16.292%;
  width: 11.5%;
}

.p-feature-visual.is-loaded .p-feature-visual__chara {
  -webkit-animation: jump 0.5s ease-in infinite alternate;
          animation: jump 0.5s ease-in infinite alternate;
}
.p-feature-visual.is-loaded .p-feature-visual__text {
  -webkit-animation: jumpText 0.5s ease-in infinite alternate;
          animation: jumpText 0.5s ease-in infinite alternate;
}

.p-feature__lead {
  color: var(--color-primary);
  display: inline-block;
  font-weight: 700;
  margin-block: 0;
  position: relative;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 750px) {
  .p-feature__lead {
    font-size: 5.333vw;
    line-height: 1.25;
    -webkit-margin-start: 7.333vw;
            margin-inline-start: 7.333vw;
    padding-inline: 5.6vw 4.267vw;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__lead {
    font-size: 3.03vw;
    line-height: 1;
    -webkit-margin-start: 10.758vw;
            margin-inline-start: 10.758vw;
    padding-inline: 1.818vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__lead {
    font-size: 40px;
    line-height: 1;
    -webkit-margin-start: 142px;
            margin-inline-start: 142px;
    padding-inline: 24px;
  }
}
.p-feature__lead::before, .p-feature__lead::after {
  background: var(--color-primary);
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-feature__lead::before, .p-feature__lead::after {
    bottom: 0;
    height: 10.667vw;
    width: 1px;
  }
}
@media screen and (min-width: 751px) {
  .p-feature__lead::before, .p-feature__lead::after {
    bottom: -0.1em;
    width: 2px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__lead::before, .p-feature__lead::after {
    height: 3.182vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__lead::before, .p-feature__lead::after {
    height: 42px;
  }
}
.p-feature__lead::before {
  left: 0;
  rotate: -32deg;
}
.p-feature__lead::after {
  right: 0;
  rotate: 32deg;
}

.p-feature__title {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-feature__title {
    margin-block: 4vw 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__title {
    margin-block: 1.667vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__title {
    margin-block: 22px 0;
  }
}

@media screen and (max-width: 750px) {
  .p-feature__title01 {
    font-size: 7.733vw;
    -webkit-margin-start: 8.667vw;
            margin-inline-start: 8.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__title01 {
    font-size: 5.303vw;
    -webkit-margin-start: 11.288vw;
            margin-inline-start: 11.288vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__title01 {
    font-size: 70px;
    -webkit-margin-start: 149px;
            margin-inline-start: 149px;
  }
}

.p-feature__title02 {
  display: block;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-feature__title02 {
    font-size: 11.2vw;
    line-height: 1.291;
    -webkit-margin-start: 8vw;
            margin-inline-start: 8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__title02 {
    font-size: 5.455vw;
    -webkit-margin-before: 0.758vw;
            margin-block-start: 0.758vw;
    -webkit-margin-start: 10.606vw;
            margin-inline-start: 10.606vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__title02 {
    font-size: 72px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    -webkit-margin-start: 140px;
            margin-inline-start: 140px;
  }
}
.p-feature__title02::before {
  background: var(--color-btn);
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-feature__title02::before {
    border-radius: 0.533vw;
    height: 2.933vw;
    top: 18.133vw;
    width: 35.2vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__title02::before {
    border-radius: 0.303vw;
    height: 1.364vw;
    top: 8.333vw;
    width: 17.879vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__title02::before {
    border-radius: 4px;
    height: 18px;
    top: 110px;
    width: 236px;
  }
}
.p-feature__title02-l {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-feature__title02-l {
    font-size: 14.133vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__title02-l {
    font-size: 7.121vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__title02-l {
    font-size: 94px;
  }
}
.p-feature__title02-xl {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-feature__title02-xl {
    font-size: 14.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__title02-xl {
    font-size: 7.424vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__title02-xl {
    font-size: 98px;
  }
}
.p-feature__title02-xxl {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-feature__title02-xxl {
    font-size: 17.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-feature__title02-xxl {
    font-size: 8.939vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-feature__title02-xxl {
    font-size: 118px;
  }
}

.p-scene {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-inline: 0;
}
@media screen and (max-width: 750px) {
  .p-scene {
    gap: 6.667vw 2.667vw;
    margin-block: 8vw 0;
    -webkit-margin-start: 6vw;
            margin-inline-start: 6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-scene {
    gap: 3.182vw 1.364vw;
    margin-block: 4.924vw 0;
    margin-inline: 13.636vw 7.576vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-scene {
    gap: 42px 18px;
    margin-block: 65px 0;
    margin-inline: 180px 100px;
  }
}

.p-scene__item {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-scene__item {
    width: 42.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-scene__item {
    width: 19.318vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-scene__item {
    width: 255px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-scene__item:nth-of-type(4) {
    -webkit-margin-start: 9.394vw;
            margin-inline-start: 9.394vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-scene__item:nth-of-type(4) {
    -webkit-margin-start: 124px;
            margin-inline-start: 124px;
  }
}

.p-scene__title {
  background: var(--color-secondary);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  left: 50%;
  margin-block: 0;
  position: absolute;
  text-align: center;
  top: 0;
  translate: -50% -50%;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (max-width: 750px) {
  .p-scene__title {
    border-radius: 3.2vw;
    font-size: 3.733vw;
    line-height: 6.4vw;
    min-width: 37.333vw;
    padding-inline: 3.733vw;
  }
}
@media screen and (min-width: 751px) {
  .p-scene__title {
    line-height: 2.1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-scene__title {
    border-radius: 1.667vw;
    font-size: 1.515vw;
    min-width: 15.152vw;
    padding-inline: 1.667vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-scene__title {
    border-radius: 22px;
    font-size: 20px;
    min-width: 200px;
    padding-inline: 22px;
  }
}
@media screen and (max-width: 750px) {
  .p-scene__title-s {
    font-size: 3.467vw;
  }
}

.p-scene__image {
  margin-block: 0;
  margin-inline: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-scene__image {
    border-radius: 1.954vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-scene__image {
    border-radius: 0.885vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-scene__image {
    border-radius: 11.68px;
  }
}

.p-scene__more {
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .p-scene__more {
    font-size: 4vw;
    margin-block: 2.667vw 0;
    margin-inline: 6.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-scene__more {
    font-size: 1.818vw;
    margin-block: 0.985vw 0;
    margin-inline: auto 13.636vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-scene__more {
    font-size: 24px;
    margin-block: 13px 0;
    margin-inline: auto 180px;
  }
}

@media screen and (max-width: 750px) {
  .p-record {
    -webkit-margin-before: 10vw;
            margin-block-start: 10vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-record {
    -webkit-margin-before: 3.03vw;
            margin-block-start: 3.03vw;
    -webkit-margin-start: 22.424vw;
            margin-inline-start: 22.424vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-record {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    -webkit-margin-start: 296px;
            margin-inline-start: 296px;
  }
}

.p-record__lead {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 750px) {
  .p-record__lead {
    font-size: 4.8vw;
    -webkit-margin-start: 5.6vw;
            margin-inline-start: 5.6vw;
    text-decoration-thickness: 0.1em;
  }
}
@media screen and (min-width: 751px) {
  .p-record__lead {
    text-decoration-thickness: 2px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-record__lead {
    font-size: 2.727vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-record__lead {
    font-size: 36px;
  }
}

.p-record__catch {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-record__catch {
    font-size: 7.467vw;
    margin-block: 3.333vw 0;
    -webkit-margin-start: 5.333vw;
            margin-inline-start: 5.333vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-record__catch {
    font-size: 4.242vw;
    margin-block: 1.894vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .p-record__catch {
    font-size: 56px;
    margin-block: 25px 0;
  }
}
.p-record__catch-l {
  font-size: 121.429%;
}

.p-walking {
  overflow-x: hidden;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-walking {
    height: 36vw;
    -webkit-padding-before: 8.667vw;
            padding-block-start: 8.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-walking {
    height: 18.939vw;
    -webkit-padding-before: 4.924vw;
            padding-block-start: 4.924vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-walking {
    height: 250px;
    -webkit-padding-before: 65px;
            padding-block-start: 65px;
  }
}

.p-walking__list {
  display: flex;
  translate: -50%;
  width: -webkit-max-content;
  width: max-content;
}

.p-walking__item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-walking__item {
    height: 26.4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-walking__item {
    height: 13.636vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-walking__item {
    height: 180px;
  }
}

.p-walking__image {
  height: 100%;
  max-width: inherit !important;
  width: auto;
}

.p-walking__image--text {
  inset: 0;
  position: absolute;
}

.p-walking.is-loaded .p-walking__list {
  -webkit-animation: walkingScroll 50s linear infinite both;
          animation: walkingScroll 50s linear infinite both;
}
.p-walking.is-loaded .p-walking__item {
  -webkit-animation: walkingShake 0.6s linear infinite both;
          animation: walkingShake 0.6s linear infinite both;
}
.p-walking.is-loaded .p-walking__image--text {
  -webkit-animation: walkingTextShake 0.5s linear infinite both;
          animation: walkingTextShake 0.5s linear infinite both;
}

@media screen and (max-width: 750px) {
  .p-dispenser {
    background: url(../images/dispenser_bg_sp.png) 0 100% no-repeat;
    background-size: 100% auto;
    -webkit-padding-before: 18.667vw;
            padding-block-start: 18.667vw;
  }
}
@media screen and (min-width: 751px) {
  .p-dispenser {
    background: url(../images/dispenser_bg_pc.png) 50% 100% no-repeat;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser {
    background-size: auto 38.258vw;
    -webkit-padding-before: 11.742vw;
            padding-block-start: 11.742vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser {
    -webkit-padding-before: 155px;
            padding-block-start: 155px;
  }
}

.p-dispenser__container {
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__container {
    min-height: 41.364vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__container {
    min-height: 546px;
  }
}

.p-dispenser__balloon {
  background: url(../images/dispenser_balloon.png) 0/cover no-repeat;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.06em;
  margin-block: 0;
  position: absolute;
  rotate: -9deg;
  text-align: center;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-dispenser__balloon {
    font-size: 4.933vw;
    height: 9.333vw;
    left: 8.933vw;
    line-height: 1.378;
    top: -8vw;
    width: 34.533vw;
  }
}
@media screen and (min-width: 751px) {
  .p-dispenser__balloon {
    line-height: 1.324;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__balloon {
    font-size: 2.576vw;
    height: 4.773vw;
    left: 1.667vw;
    top: -3.03vw;
    width: 17.803vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__balloon {
    font-size: 34px;
    height: 63px;
    left: 22px;
    top: -40px;
    width: 235px;
  }
}

.p-dispenser__lead {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .p-dispenser__lead {
    font-size: 6.4vw;
    -webkit-margin-start: 17.6vw;
            margin-inline-start: 17.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__lead {
    font-size: 3.182vw;
    -webkit-margin-start: 10.833vw;
            margin-inline-start: 10.833vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__lead {
    font-size: 42px;
    -webkit-margin-start: 143px;
            margin-inline-start: 143px;
  }
}

.p-dispenser__title {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-dispenser__title {
    margin-block: 4vw 0;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__title {
    margin-block: 1.515vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__title {
    margin-block: 20px 0;
  }
}

@media screen and (max-width: 750px) {
  .p-dispenser__title01 {
    font-size: 8.533vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__title01 {
    font-size: 5.758vw;
    -webkit-margin-start: 1.97vw;
            margin-inline-start: 1.97vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__title01 {
    font-size: 76px;
    -webkit-margin-start: 26px;
            margin-inline-start: 26px;
  }
}

@media screen and (max-width: 750px) {
  .p-dispenser__title01-s {
    font-size: 8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__title01-s {
    font-size: 5.455vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__title01-s {
    font-size: 72px;
  }
}

.p-dispenser__title02 {
  color: #d1b08a;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-dispenser__title02 {
    font-size: 27.733vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__title02 {
    font-size: 13.333vw;
    -webkit-margin-start: 1.515vw;
            margin-inline-start: 1.515vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__title02 {
    font-size: 176px;
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
}

.p-dispenser__title03 {
  display: block;
}
@media screen and (max-width: 750px) {
  .p-dispenser__title03 {
    font-size: 12.267vw;
    -webkit-margin-before: -6vw;
            margin-block-start: -6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__title03 {
    font-size: 6.97vw;
    -webkit-margin-before: -5.152vw;
            margin-block-start: -5.152vw;
    -webkit-margin-start: 10.303vw;
            margin-inline-start: 10.303vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__title03 {
    font-size: 92px;
    -webkit-margin-before: -68px;
            margin-block-start: -68px;
    -webkit-margin-start: 136px;
            margin-inline-start: 136px;
  }
}

.p-dispenser__text {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-dispenser__text {
    font-size: 4.267vw;
    letter-spacing: 0.02em;
    line-height: 1.813;
    margin-block: 6.667vw 0;
    -webkit-margin-start: 7.733vw;
            margin-inline-start: 7.733vw;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) {
  .p-dispenser__text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__text {
    font-size: 1.818vw;
    margin-block: 3.788vw 0;
    -webkit-margin-start: 1.818vw;
            margin-inline-start: 1.818vw;
    width: 54.167vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__text {
    font-size: 24px;
    margin-block: 50px 0;
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
    width: 715px;
  }
}

.p-dispenser__video-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-dispenser__video-wrap {
    border-radius: 6.667vw;
    -webkit-margin-before: 5.333vw;
            margin-block-start: 5.333vw;
    margin-inline: auto;
    position: relative;
    width: 83.333vw;
  }
}
@media screen and (min-width: 751px) {
  .p-dispenser__video-wrap {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-dispenser__video-wrap {
    border-radius: 3.333vw;
    right: -5.303vw;
    width: 41.364vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-dispenser__video-wrap {
    border-radius: 44px;
    right: -61px;
    width: 546px;
  }
}

.p-dispenser__video {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-user {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-user {
    height: 66.667vw;
    -webkit-margin-before: 11.733vw;
            margin-block-start: 11.733vw;
    -webkit-padding-before: 21.333vw;
            padding-block-start: 21.333vw;
    -webkit-padding-start: 45.333vw;
            padding-inline-start: 45.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user {
    height: 38.258vw;
    -webkit-margin-before: -12.576vw;
            margin-block-start: -12.576vw;
    -webkit-padding-before: 26.515vw;
            padding-block-start: 26.515vw;
    -webkit-padding-start: 28.409vw;
            padding-inline-start: 28.409vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user {
    height: 505px;
    -webkit-margin-before: -166px;
            margin-block-start: -166px;
    -webkit-padding-before: 350px;
            padding-block-start: 350px;
    -webkit-padding-start: 375px;
            padding-inline-start: 375px;
  }
}

.p-user__data {
  align-items: center;
  aspect-ratio: 1/1;
  background: var(--color-btn);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block: 0;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-user__data {
    bottom: 41.333vw;
    gap: 1.333vw;
    left: 18.133vw;
    -webkit-padding-after: 0.667vw;
            padding-block-end: 0.667vw;
    width: 29.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__data {
    bottom: 9.091vw;
    gap: 0.379vw;
    left: 14.773vw;
    -webkit-padding-after: 0.379vw;
            padding-block-end: 0.379vw;
    width: 14.621vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__data {
    bottom: 120px;
    gap: 5px;
    left: 195px;
    -webkit-padding-after: 5px;
            padding-block-end: 5px;
    width: 193px;
  }
}
.p-user__data::before {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-user__data::before {
    height: calc(100% - 2.4vw);
    inset: 1.2vw;
    width: calc(100% - 2.4vw);
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__data::before {
    height: calc(100% - 1.212vw);
    inset: 0.606vw;
    width: calc(100% - 1.212vw);
  }
}
@media screen and (min-width: 1320px) {
  .p-user__data::before {
    height: calc(100% - 16px);
    inset: 8px;
    width: calc(100% - 16px);
  }
}

.p-user__occupation {
  display: inline-block;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-user__occupation {
    font-size: 2.584vw;
    line-height: 1.226;
  }
}
@media screen and (min-width: 751px) {
  .p-user__occupation {
    line-height: 1.224;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__occupation {
    font-size: 1.288vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__occupation {
    font-size: 17px;
  }
}
.p-user__occupation::before, .p-user__occupation::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 750px) {
  .p-user__occupation::before, .p-user__occupation::after {
    height: 4.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__occupation::before, .p-user__occupation::after {
    height: 2.121vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__occupation::before, .p-user__occupation::after {
    height: 28px;
  }
}
.p-user__occupation::before {
  rotate: -25deg;
}
@media screen and (max-width: 750px) {
  .p-user__occupation::before {
    left: -1.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__occupation::before {
    left: -0.758vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__occupation::before {
    left: -10px;
  }
}
.p-user__occupation::after {
  rotate: 25deg;
}
@media screen and (max-width: 750px) {
  .p-user__occupation::after {
    right: -1.6vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__occupation::after {
    right: -0.758vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__occupation::after {
    right: -10px;
  }
}

.p-user__name {
  font-weight: 700;
  line-height: 1;
  margin-inline: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-user__name {
    font-size: 5.467vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__name {
    font-size: 2.727vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__name {
    font-size: 36px;
  }
}
.p-user__name-san {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .p-user__name-san {
    bottom: -2.667vw;
    font-size: 2.133vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__name-san {
    bottom: -1.212vw;
    font-size: 1.061vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__name-san {
    bottom: -16px;
    font-size: 14px;
  }
}

.p-user__text {
  font-weight: 700;
  line-height: 1;
  margin-inline: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-user__text {
    font-size: 4.853vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__text {
    font-size: 2.424vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__text {
    font-size: 32px;
  }
}

.p-user__avatar {
  bottom: 0;
  margin-block: 0;
  margin-inline: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-user__avatar {
    left: -6.933vw;
    width: 61.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-user__avatar {
    left: 0.152vw;
    width: 28.03vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-user__avatar {
    left: 2px;
    width: 370px;
  }
}

.p-comment {
  color: var(--color-primary);
  font-weight: 700;
  margin-block: 0;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 750px) {
  .p-comment {
    font-size: 5.2vw;
    line-height: 10.4vw;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.3em;
  }
}
@media screen and (min-width: 751px) {
  .p-comment {
    line-height: 1;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.3em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-comment {
    font-size: 3.182vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-comment {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .p-comment-l {
    font-size: 8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-comment-l {
    font-size: 4.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-comment-l {
    font-size: 60px;
  }
}
@media screen and (max-width: 750px) {
  .p-comment-xl {
    font-size: 8.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-comment-xl {
    font-size: 4.697vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-comment-xl {
    font-size: 62px;
  }
}

.p-compatibility {
  position: relative;
}

.p-compatibility__bg {
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.p-compatibility__video {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-compatibility__container {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-compatibility__container {
    padding-block: 22vw 23.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__container {
    padding-block: 14.091vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__container {
    padding-block: 186px;
  }
}

.p-compatibility__box {
  background: #fff;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-compatibility__box {
    border-radius: 2vw;
    padding-block: 4.667vw 11.333vw;
    width: 90.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__box {
    border-radius: 1.136vw;
    padding-block: 2.273vw 4.545vw;
    width: 69.697vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__box {
    border-radius: 15px;
    padding-block: 30px 60px;
    width: 920px;
  }
}

.p-compatibility__title {
  margin-block: 0;
}

.p-compatibility__title01 {
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .p-compatibility__title01 {
    font-size: 8.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__title01 {
    font-size: 5.303vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__title01 {
    font-size: 70px;
  }
}
@media screen and (max-width: 750px) {
  .p-compatibility__title01-num {
    font-size: 14.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__title01-num {
    font-size: 8.636vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__title01-num {
    font-size: 114px;
  }
}

.p-compatibility__title02 {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-compatibility__title02 {
    font-size: 9.867vw;
    line-height: 1.284;
    margin-block: 2vw 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__title02 {
    font-size: 5.909vw;
    line-height: 1;
    margin-block: 1.894vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__title02 {
    font-size: 78px;
    line-height: 1;
    margin-block: 25px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-compatibility__title02-s {
    font-size: 8.533vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__title02-s {
    font-size: 5.152vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__title02-s {
    font-size: 68px;
  }
}

.p-compatibility__catch {
  background: var(--color-btn);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding-inline: 0.53em;
}
@media screen and (max-width: 750px) {
  .p-compatibility__catch {
    font-size: 5.067vw;
    line-height: 1.263;
    margin-block: 3.333vw 0;
  }
}
@media screen and (min-width: 751px) {
  .p-compatibility__catch {
    line-height: 1.158;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__catch {
    font-size: 2.879vw;
    margin-block: 2.273vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__catch {
    font-size: 38px;
    margin-block: 30px 0;
  }
}

.p-compatibility__text {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-compatibility__text {
    font-size: 4.267vw;
    line-height: 1.813;
    margin-block: 2.667vw 0;
  }
}
@media screen and (min-width: 751px) {
  .p-compatibility__text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__text {
    font-size: 1.818vw;
    margin-block: 1.515vw 0;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__text {
    font-size: 24px;
    margin-block: 20px 0;
  }
}

.p-compatibility__products {
  bottom: 0;
  margin-block: 0;
  margin-inline: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-compatibility__products {
    right: -3.2vw;
    width: 38.4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__products {
    right: -4.091vw;
    width: 32.727vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__products {
    right: -54px;
    width: 432px;
  }
}

.p-compatibility__bottles {
  margin-block: 0;
  margin-inline: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-compatibility__bottles {
    bottom: -12.933vw;
    left: -2.8vw;
    width: 54.933vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compatibility__bottles {
    bottom: -10.909vw;
    left: -0.758vw;
    width: 36.364vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compatibility__bottles {
    bottom: -144px;
    left: -10px;
    width: 480px;
  }
}

.p-cordless__container {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-cordless__container {
    padding-block: 12.667vw 17.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless__container {
    padding-block: 9.848vw 4.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless__container {
    padding-block: 130px 60px;
  }
}

.p-cordless__lead-en {
  background: url(../images/en_bg.jpg);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .p-cordless__lead-en {
    background-size: 133.333vw auto;
    font-size: 22vw;
    -webkit-margin-start: 4.8vw;
            margin-inline-start: 4.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless__lead-en {
    background-size: 75.758vw auto;
    font-size: 12.5vw;
    -webkit-margin-start: 1.212vw;
            margin-inline-start: 1.212vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless__lead-en {
    background-size: 1000px auto;
    font-size: 165px;
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }
}

.p-cordless__lead-ja {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-cordless__lead-ja {
    font-size: 6.933vw;
    margin-block: -6vw 0;
    -webkit-margin-start: 6.4vw;
            margin-inline-start: 6.4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless__lead-ja {
    font-size: 3.939vw;
    margin-block: -3.03vw 0;
    -webkit-margin-start: 1.818vw;
            margin-inline-start: 1.818vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless__lead-ja {
    font-size: 52px;
    margin-block: -40px 0;
    -webkit-margin-start: 24px;
            margin-inline-start: 24px;
  }
}

.p-cordless__title {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.263;
}
@media screen and (max-width: 750px) {
  .p-cordless__title {
    font-size: 10.667vw;
    margin-block: 2vw 0;
    -webkit-margin-start: 5.867vw;
            margin-inline-start: 5.867vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless__title {
    font-size: 6.061vw;
    margin-block: 1.136vw 0;
    -webkit-margin-start: 1.515vw;
            margin-inline-start: 1.515vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless__title {
    font-size: 80px;
    margin-block: 15px 0;
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
}

.p-cordless__text {
  display: block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-cordless__text {
    font-size: 4.267vw;
    line-height: 1.813;
    margin-block: 4vw 0;
    -webkit-margin-start: 6vw;
            margin-inline-start: 6vw;
  }
}
@media screen and (min-width: 751px) {
  .p-cordless__text {
    line-height: 1.75;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless__text {
    font-size: 1.818vw;
    margin-block: 2.273vw 0;
    -webkit-margin-start: 1.894vw;
            margin-inline-start: 1.894vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless__text {
    font-size: 24px;
    margin-block: 30px 0;
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
  }
}

.p-cordless-visual01 {
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .p-cordless-visual01 {
    -webkit-margin-before: 5.333vw;
            margin-block-start: 5.333vw;
    -webkit-margin-start: 6.4vw;
            margin-inline-start: 6.4vw;
    position: relative;
    width: 25.333vw;
  }
}
@media screen and (min-width: 751px) {
  .p-cordless-visual01 {
    position: absolute;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless-visual01 {
    left: 1.061vw;
    top: 51.212vw;
    width: 11.288vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless-visual01 {
    left: 14px;
    top: 676px;
    width: 149px;
  }
}

.p-cordless-visual01__text01 {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 9.396%;
}

.p-cordless-visual01__text02 {
  position: absolute;
  left: 3.956%;
  top: 20.134%;
  width: 10.067%;
}

.p-cordless-visual01.is-loaded .p-cordless-visual01__chara {
  -webkit-animation: shake 0.2s linear infinite both;
          animation: shake 0.2s linear infinite both;
}
.p-cordless-visual01.is-loaded .p-cordless-visual01__text01 {
  -webkit-animation: shake 0.5s linear infinite 0.2s both;
          animation: shake 0.5s linear infinite 0.2s both;
}
.p-cordless-visual01.is-loaded .p-cordless-visual01__text02 {
  -webkit-animation: shake 0.5s linear infinite both;
          animation: shake 0.5s linear infinite both;
}

@media screen and (max-width: 750px) {
  .p-cordless__products {
    margin-block: -17.333vw 0;
    margin-inline: auto -17.333vw;
    width: 96vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless__products {
    margin-block: 4.924vw 0;
    margin-inline: 7.197vw 0;
    width: 54.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless__products {
    margin-block: 65px 0;
    margin-inline: 95px 0;
    width: 720px;
  }
}

@media screen and (max-width: 750px) {
  .p-cordless__images {
    margin-block: 4.667vw 0;
    margin-inline: 10vw 0;
    width: 74.267vw;
  }
}
@media screen and (min-width: 751px) {
  .p-cordless__images {
    margin-block: 0;
    margin-inline: 0;
    position: absolute;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless__images {
    right: -10.379vw;
    top: 10.303vw;
    width: 42.273vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless__images {
    right: -127px;
    top: 136px;
    width: 558px;
  }
}

@media screen and (max-width: 750px) {
  .p-cordless-visual02 {
    height: 29.333vw;
    -webkit-margin-before: 5.067vw;
            margin-block-start: 5.067vw;
    -webkit-margin-start: 22.933vw;
            margin-inline-start: 22.933vw;
    position: relative;
    width: 68.667vw;
  }
}
@media screen and (min-width: 751px) {
  .p-cordless-visual02 {
    position: absolute;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-cordless-visual02 {
    height: 12.121vw;
    right: 6.061vw;
    top: 57.045vw;
    width: 29.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-cordless-visual02 {
    height: 160px;
    right: 80px;
    top: 753px;
    width: 390px;
  }
}

.p-cordless-visual02__products {
  width: 36.667%;
}

.p-cordless-visual02__chara-red {
  bottom: 0;
  left: 36.923%;
  position: absolute;
  width: 36.153%;
  z-index: 1;
}

.p-cordless-visual02__chara-gold {
  position: absolute;
  right: 0;
  top: 0;
  width: 38.974%;
}

.p-cordless-visual02__text01 {
  left: 36.923%;
  position: absolute;
  top: 5.263%;
  width: 22.564%;
}

.p-cordless-visual02__text02 {
  position: absolute;
  right: 2.564%;
  top: 35%;
  width: 6.923%;
}

.p-cordless-visual02.is-loaded .p-cordless-visual02__text01 {
  -webkit-animation: swaying1 0.3s linear infinite alternate, fadeup 5s ease-in infinite both;
          animation: swaying1 0.3s linear infinite alternate, fadeup 5s ease-in infinite both;
}
.p-cordless-visual02.is-loaded .p-cordless-visual02__text02 {
  -webkit-animation: fadeup2 5s ease-in infinite both;
          animation: fadeup2 5s ease-in infinite both;
}
.p-cordless-visual02.is-loaded .p-cordless-visual02__text02-image {
  -webkit-animation: swaying2 0.8s linear infinite alternate;
          animation: swaying2 0.8s linear infinite alternate;
}

.p-compare {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .p-compare {
    -webkit-margin-before: -9.333vw;
            margin-block-start: -9.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare {
    -webkit-margin-before: -4.545vw;
            margin-block-start: -4.545vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare {
    -webkit-margin-before: -60px;
            margin-block-start: -60px;
  }
}
.p-compare::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-compare::before {
    background: linear-gradient(90deg, rgb(234, 226, 205) 0%, rgb(252, 248, 234) 32.91%, rgb(235, 226, 199) 76.36%, rgb(228, 217, 189) 100%);
  }
}
@media screen and (min-width: 751px) {
  .p-compare::before {
    background: linear-gradient(90deg, rgb(196, 174, 137) 0%, rgb(252, 248, 234) 44.64%, rgb(235, 226, 199) 60.71%, rgb(208, 190, 156) 88.55%, rgb(196, 174, 137) 100%);
  }
}

.p-compare__container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .p-compare__container {
    padding-block: 22.667vw 20.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare__container {
    padding-block: 9.848vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare__container {
    padding-block: 130px;
  }
}

.p-compare-visual {
  line-height: 0;
  position: absolute;
  opacity: 0;
  translate: 0 100%;
}
@media screen and (max-width: 750px) {
  .p-compare-visual {
    left: 73.333vw;
    top: 12.8vw;
    width: 24vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-visual {
    left: 51.364vw;
    top: 6.439vw;
    width: 10.53vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-visual {
    left: 678px;
    top: 85px;
    width: 139px;
  }
}
.p-compare-visual.is-visible {
  -webkit-animation: fadeupChara 0.5s ease-in forwards;
          animation: fadeupChara 0.5s ease-in forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-compare-visual {
    opacity: 1;
    translate: 0 0;
  }
}

.no-js .p-compare-visual {
  opacity: 1;
  translate: 0 0;
}

.p-compare-visual__text {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-compare-visual__text {
    left: 2.4vw;
    top: 1.733vw;
    width: 19.333vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-visual__text {
    left: 0.985vw;
    top: 0.909vw;
    width: 8.409vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-visual__text {
    left: 13px;
    top: 12px;
    width: 111px;
  }
}

.p-compare__title {
  margin-block: 0;
}

.p-compare__title01 {
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .p-compare__title01 {
    font-size: 5.6vw;
    -webkit-margin-start: 4.667vw;
            margin-inline-start: 4.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare__title01 {
    font-size: 3.182vw;
    -webkit-margin-start: 9.47vw;
            margin-inline-start: 9.47vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare__title01 {
    font-size: 42px;
    -webkit-margin-start: 125px;
            margin-inline-start: 125px;
  }
}

.p-compare__title-group {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .p-compare__title-group {
    align-items: center;
    display: flex;
  }
}

.p-compare__title02 {
  color: var(--color-secondary);
  display: block;
  font-weight: 700;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .p-compare__title02 {
    font-size: 23.2vw;
    -webkit-margin-start: 4.8vw;
            margin-inline-start: 4.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare__title02 {
    font-size: 11.818vw;
    -webkit-margin-start: 15.303vw;
            margin-inline-start: 15.303vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare__title02 {
    font-size: 156px;
    -webkit-margin-start: 202px;
            margin-inline-start: 202px;
  }
}
.p-compare__title02-particle {
  display: inline-block;
  font-weight: 900;
  margin-inline: -0.1em;
  translate: 0 -0.125em;
}
@media screen and (max-width: 750px) {
  .p-compare__title02-particle {
    font-size: 10.933vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare__title02-particle {
    font-size: 5.379vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare__title02-particle {
    font-size: 71px;
  }
}

.p-compare__title03 {
  display: block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-compare__title03 {
    font-size: 10.4vw;
    margin-block: -7.333vw 0;
    -webkit-margin-start: 14.667vw;
            margin-inline-start: 14.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare__title03 {
    font-size: 4.848vw;
    margin-block: 0.758vw 0;
    -webkit-margin-start: -6.439vw;
            margin-inline-start: -6.439vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare__title03 {
    font-size: 64px;
    margin-block: 10px 0;
    -webkit-margin-start: -85px;
            margin-inline-start: -85px;
  }
}

.p-compare-table {
  border-collapse: separate;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-compare-table {
    border-spacing: 1.333vw;
    -webkit-margin-before: 4.667vw;
            margin-block-start: 4.667vw;
    width: 94.4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table {
    border-spacing: 0.379vw;
    -webkit-margin-before: 0.758vw;
            margin-block-start: 0.758vw;
    width: 70.076vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table {
    border-spacing: 5px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    width: 925px;
  }
}

.p-compare-table__header {
  background: url(../images/compare_table_bg_01.jpg);
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .p-compare-table__header {
    background-size: 93.333vw auto;
    border-top-left-radius: 2.667vw;
    border-top-right-radius: 2.667vw;
    height: 10.667vw;
    width: 34.133vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__header {
    border-top-left-radius: 1.515vw;
    border-top-right-radius: 1.515vw;
    height: 4.318vw;
    width: 26.97vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 57px;
    width: 356px;
  }
}
.p-compare-table__header:nth-of-type(2) {
  background-position: 35% 0;
}

.p-compare-table__product {
  font-weight: 900;
  line-height: 1;
  margin-block: 0;
}
@media screen and (max-width: 750px) {
  .p-compare-table__product {
    font-size: 4.267vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__product {
    font-size: 1.97vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__product {
    font-size: 26px;
  }
}

.p-compare-table__header--empty {
  background: transparent;
  width: auto;
}

.p-compare-table__row-header {
  background: url(../images/compare_table_bg_02.jpg);
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .p-compare-table__row-header {
    background-size: 93.333vw auto;
    font-size: 3.733vw;
    line-height: 1.286;
    min-height: 13.333vw;
    padding-block: 1.333vw;
    width: 24vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__row-header {
    font-size: 1.667vw;
    padding-block: 0.758vw;
    width: 18.106vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__row-header {
    font-size: 22px;
    padding-block: 10px;
    width: 239px;
  }
}

.p-compare-table__cell {
  background: #fff;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .p-compare-table__cell {
    font-size: 3.733vw;
    line-height: 1.286;
    padding-block: 2vw;
    width: 34.133vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__cell {
    font-size: 1.515vw;
    line-height: 1.33;
    padding-block: 0.455vw;
    width: 26.97vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__cell {
    font-size: 20px;
    line-height: 1.33;
    padding-block: 6px;
    width: 356px;
  }
}

@media screen and (max-width: 750px) {
  .p-compare-table__cell-small {
    display: inline-block;
    font-size: 2.667vw;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__cell-small {
    font-size: 1.364vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__cell-small {
    font-size: 18px;
  }
}

.p-compare-table__row:nth-child(3n+1) .p-compare-table__row-header {
  background-position: 0 35%;
}
.p-compare-table__row:nth-child(3n+2) .p-compare-table__row-header {
  background-position: 0 70%;
}
@media screen and (max-width: 750px) {
  .p-compare-table__row:nth-of-type(1) .p-compare-table__row-header {
    border-top-left-radius: 2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__row:nth-of-type(1) .p-compare-table__row-header {
    border-top-left-radius: 1.174vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__row:nth-of-type(1) .p-compare-table__row-header {
    border-top-left-radius: 15.5px;
  }
}
@media screen and (max-width: 750px) {
  .p-compare-table__row:last-child .p-compare-table__row-header {
    border-bottom-left-radius: 2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__row:last-child .p-compare-table__row-header {
    border-bottom-left-radius: 1.174vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__row:last-child .p-compare-table__row-header {
    border-bottom-left-radius: 15.5px;
  }
}
@media screen and (max-width: 750px) {
  .p-compare-table__row:last-child .p-compare-table__cell:last-child {
    border-bottom-right-radius: 2.667vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1319px) {
  .p-compare-table__row:last-child .p-compare-table__cell:last-child {
    border-bottom-right-radius: 1.174vw;
  }
}
@media screen and (min-width: 1320px) {
  .p-compare-table__row:last-child .p-compare-table__cell:last-child {
    border-bottom-right-radius: 15.5px;
  }
}

/* youtube追加 */
section.movie {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
 margin-top:4rem;
}

.movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.movie-title {
  margin-top: 12px;
  text-align: center;
font-size: 20px !important;
}

@media (max-width: 768px) {
  .movie-grid {
    grid-template-columns: 1fr;
  }
}

/* ラインナップボタン */
.c-lineup__links {
  max-width: 650px;
  width: 100%;
  margin-inline-start: 495px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links {
    max-width: 49.2424242424vw;
    margin-inline-start: 37.5vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links {
    margin-block: 5.333vw 0;
    margin-inline: auto;
    width: 74.667vw;
    max-width: 100%;
  }
}
.c-lineup__links_top {
  margin-top: 30px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_top {
    margin-top: 2.2727272727vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_top {
    margin-top: 0;
  }
}
.c-lineup__links_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e233b;
  color: #fff;
  height: 70px;
  font-weight: 500;
  border-radius: 10px;
  font-size: 24px;
  text-decoration: none;
  gap: 10px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_top a {
    height: 5.303030303vw;
    font-size: 1.8181818182vw;
    gap: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_top a {
    width: 100%;
    font-size: 4.8vw;
    height: 13.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.c-lineup__links_top a img {
  width: 25px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_top a img {
    width: 1.8939393939vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_top a img {
    width: 6vw;
  }
}
.c-lineup__links_bottom {
  margin-top: 50px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_bottom {
    margin-top: 3.7878787879vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_bottom {
    margin-top: 10.6666666667vw;
  }
}
.c-lineup__links_bottom_head {
  text-align: center;
  font-size: 24px;
  color: #222;
  font-weight: 600;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_bottom_head {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_bottom_head {
    font-size: 4.2666666667vw;
  }
}
.c-lineup__links_bottom .othrelinks {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_bottom .othrelinks {
    gap: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_bottom .othrelinks {
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
.c-lineup__links_itemlink {
  flex: 1;
}
.c-lineup__links_itemlink:last-child a img {
  width: 20px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_itemlink:last-child a img {
    width: 1.5151515152vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_itemlink:last-child a img {
    width: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_itemlink {
    width: 100%;
  }
}
.c-lineup__links_itemlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  height: 60px;
  font-weight: 500;
  box-shadow: 2px 2px 8px 0px #cdcdcd;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_itemlink a {
    font-size: 1.3636363636vw;
    gap: 0.3787878788vw;
    height: 4.5454545455vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_itemlink a {
    height: 13.3333333333vw;
    gap: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.c-lineup__links_itemlink a img {
  width: 17px;
  margin-top: 5px;
}
@media screen and (max-width: 1320px) {
  .c-lineup__links_itemlink a img {
    width: 1.2878787879vw;
    margin-top: 0.3787878788vw;
  }
}
@media screen and (max-width: 750px) {
  .c-lineup__links_itemlink a img {
    width: 4.6666666667vw;
    margin-top: 2vw;
  }
}
/*# sourceMappingURL=style.css.map */