@charset "UTF-8";
/* ===================
 オリジナル
==================== */
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/* ====================
header height
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/*----------------------------------------
	BACE
-----------------------------------------*/
:root {
  --pc-header-h: 94px;
  --sp-header-h: 50px;
}

.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: 0px;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #333333;
  background: #fff;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(28 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(720 / 780 * 100vw);
  }
}
.c-back-cyaan {
  position: relative;
  background-color: #39c5e5;
  z-index: 0;
}
.c-back-cyaan::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: 100%;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-cyaan::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-sky {
  position: relative;
  background-color: #60bde2;
  z-index: 0;
}
.c-back-sky::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: 100%;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-sky::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-blue {
  position: relative;
  background-color: #fc7f49;
  z-index: 0;
}
.c-back-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100vw;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: 100%;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-blue::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-wave {
  -webkit-mask-image: url(../img/common/background_wave_pc.svg);
          mask-image: url(../img/common/background_wave_pc.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 3500px;
          mask-size: 100% 3500px;
}
@media only screen and (max-width: 834px) {
  .c-back-wave {
    -webkit-mask-image: url(../img/common/background_wave_sp.svg);
            mask-image: url(../img/common/background_wave_sp.svg);
    -webkit-mask-size: 100% calc(3500 / 780 * 100vw);
            mask-size: 100% calc(3500 / 780 * 100vw);
  }
}

/* 共通テキスト
-----------------------------------------*/
/* MODAL
===================================*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.c-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-modal__back {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  pointer-events: visible;
}
.c-modal-button {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}
.c-modal-button__arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  pointer-events: visible;
}
.c-modal-button__arrow--prev {
  -webkit-mask-image: url("../img/common/arrow_pager_prev.svg");
          mask-image: url("../img/common/arrow_pager_prev.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left;
          mask-position: left;
}
.c-modal-button__arrow--next {
  -webkit-mask-image: url("../img/common/arrow_pager_next.svg");
          mask-image: url("../img/common/arrow_pager_next.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: right;
          mask-position: right;
}
.c-modal-button__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  background: #3C3C3C;
  border: none;
  -webkit-mask-image: url("../img/common/button_close.svg");
          mask-image: url("../img/common/button_close.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-modal-voice {
  position: relative;
  display: none;
  max-width: 868px;
  padding: 36px;
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 10;
  pointer-events: visible;
}
.c-modal-voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
.c-modal-voice__profile img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
}
.c-modal-voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 398px;
}
.c-modal-voice__wrap:first-child {
  width: 360px;
}
.c-modal-voice__interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
  margin-top: 38px;
}
.c-modal-voice__interview dl:nth-of-type(n+2) {
  margin-top: 25px;
}
.c-modal-voice__interview dt {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.c-modal-voice__text {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.62;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .c-modal-button {
    position: relative;
    top: 0;
    left: 0;
    width: calc(354 / 780 * 100vw);
    height: auto;
    margin-top: calc(25 / 780 * 100vw);
    -webkit-transform: none;
            transform: none;
    z-index: 20;
  }
  .c-modal-button__arrow {
    width: calc(30 / 780 * 100vw);
    height: calc(30 / 780 * 100vw);
  }
  .c-modal-button__close {
    top: calc(2.5 / 780 * 100vw);
    right: calc(50% - 12.5 / 780 * 100vw);
    width: calc(25 / 780 * 100vw);
    height: calc(25 / 780 * 100vw);
    background: #fff;
  }
  .c-modal-voice {
    max-width: calc(354 / 780 * 100vw);
    max-height: 80vh;
    padding: calc(36 / 780 * 100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
  .c-modal-voice__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(36 / 780 * 100vw);
  }
  .c-modal-voice__profile img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(360 / 780 * 100vw);
  }
  .c-modal-voice__wrap {
    width: 100%;
  }
  .c-modal-voice__wrap:first-child {
    width: 100%;
  }
  .c-modal-voice__interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(36 / 780 * 100vw);
    margin-top: calc(38 / 780 * 100vw);
  }
  .c-modal-voice__interview dl:nth-of-type(n+2) {
    margin-top: calc(36 / 780 * 100vw);
  }
  .c-modal-voice__interview dt {
    font-size: calc(15 / 780 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .c-modal-voice__text {
    font-size: calc(13 / 780 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin-top: calc(20 / 780 * 100vw);
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.animation-wave {
  width: 100%;
  height: 140px;
  background: url(../img/object_wave.svg) repeat-x left top/694px auto;
  -webkit-animation: animate-wave 10s linear forwards infinite;
          animation: animate-wave 10s linear forwards infinite;
  z-index: 5;
}
@media only screen and (max-width: 834px) {
  .animation-wave {
    height: calc(140 / 780 * 100vw);
    background-size: calc(694 / 780 * 100vw) auto;
    -webkit-animation: animate-wave-sp 10s linear forwards infinite;
            animation: animate-wave-sp 10s linear forwards infinite;
  }
}

@-webkit-keyframes animate-wave {
  to {
    background-position: -694px top;
  }
}

@keyframes animate-wave {
  to {
    background-position: -694px top;
  }
}
@-webkit-keyframes animate-wave-sp {
  to {
    background-position: calc(-694 / 780 * 100vw) top;
  }
}
@keyframes animate-wave-sp {
  to {
    background-position: calc(-694 / 780 * 100vw) top;
  }
}
.animation-reason {
  width: 100%;
  height: 320px;
  background: url(../img/reason_back.webp) repeat-x left top/2400px auto;
  -webkit-animation: animate-reason 30s linear forwards infinite;
          animation: animate-reason 30s linear forwards infinite;
}
@media only screen and (max-width: 834px) {
  .animation-reason {
    height: calc(320 / 780 * 100vw);
    background-size: calc(2400 / 780 * 100vw) auto;
    -webkit-animation: animate-reason-sp 30s linear forwards infinite;
            animation: animate-reason-sp 30s linear forwards infinite;
  }
}

@-webkit-keyframes animate-reason {
  to {
    background-position: -2400px top;
  }
}

@keyframes animate-reason {
  to {
    background-position: -2400px top;
  }
}
@-webkit-keyframes animate-reason-sp {
  to {
    background-position: calc(-2400 / 780 * 100vw) top;
  }
}
@keyframes animate-reason-sp {
  to {
    background-position: calc(-2400 / 780 * 100vw) top;
  }
}
.smoke-up {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation: animate-smoke 2.5s ease-in-out forwards;
          animation: animate-smoke 2.5s ease-in-out forwards;
}

@-webkit-keyframes animate-smoke {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(300px) scale(0.1, 1);
            transform: translateY(300px) scale(0.1, 1);
  }
  40% {
    opacity: 0.8;
    -webkit-transform: translateY(30px) scale(0.1, 1);
            transform: translateY(30px) scale(0.1, 1);
  }
  60% {
    opacity: 0.8;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(0) scale(1.3, 1.3);
            transform: translateY(0) scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@keyframes animate-smoke {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(300px) scale(0.1, 1);
            transform: translateY(300px) scale(0.1, 1);
  }
  40% {
    opacity: 0.8;
    -webkit-transform: translateY(30px) scale(0.1, 1);
            transform: translateY(30px) scale(0.1, 1);
  }
  60% {
    opacity: 0.8;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(0) scale(1.3, 1.3);
            transform: translateY(0) scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
.smoke-infinite {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation: animate-smoke-infinite 5s linear forwards infinite;
          animation: animate-smoke-infinite 5s linear forwards infinite;
}

@-webkit-keyframes animate-smoke-infinite {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(300px) scale(0.1, 1);
            transform: translateY(300px) scale(0.1, 1);
  }
  15% {
    opacity: 0.8;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(150px) scale(0.2, 1);
            transform: translateY(150px) scale(0.2, 1);
  }
  35% {
    opacity: 0.8;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  50% {
    opacity: 0.7;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  65% {
    opacity: 0.8;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(-100px) scale(1, 1);
            transform: translateY(-100px) scale(1, 1);
  }
}

@keyframes animate-smoke-infinite {
  from {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(300px) scale(0.1, 1);
            transform: translateY(300px) scale(0.1, 1);
  }
  15% {
    opacity: 0.8;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    -webkit-transform: translateY(150px) scale(0.2, 1);
            transform: translateY(150px) scale(0.2, 1);
  }
  35% {
    opacity: 0.8;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  50% {
    opacity: 0.7;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  65% {
    opacity: 0.8;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(-100px) scale(1, 1);
            transform: translateY(-100px) scale(1, 1);
  }
}
.steam-object {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  animation: 1s animate-steam ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes animate-steam {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1, 1);
            transform: scale(1.1, 1);
  }
}

@keyframes animate-steam {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1, 1);
            transform: scale(1.1, 1);
  }
}
.steam-start {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-animation: animate-steam-start 5s 1s ease-in forwards;
          animation: animate-steam-start 5s 1s ease-in forwards;
}

@-webkit-keyframes animate-steam-start {
  to {
    -webkit-transform: translateY(calc(-100% + 100vh));
            transform: translateY(calc(-100% + 100vh));
  }
}

@keyframes animate-steam-start {
  to {
    -webkit-transform: translateY(calc(-100% + 100vh));
            transform: translateY(calc(-100% + 100vh));
  }
}
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 2s ease-out forwards;
          animation: animate-maskRight 2s ease-out forwards;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fadein 0.8s forwards;
          animation: animate-fadein 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
}
.u-fade-out {
  opacity: 1;
  -webkit-animation: animate-fadeOut 2s 4s forwards;
          animation: animate-fadeOut 2s 4s forwards;
}

@-webkit-keyframes animate-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes animate-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  position: relative;
  margin-top: 100px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #acd4e5 100px, #fff 100px, #fff);
}
.l-footer__duck {
  position: relative;
  width: 605px;
  margin: 0 auto;
  z-index: 10;
}
.l-footer__duck::before {
  width: 115px !important;
  height: 107px !important;
}
.l-footer__wave {
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__logo {
  display: block;
  width: 240px;
  margin: 75px auto 30px;
}
.l-footer__copy {
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .l-footer {
    margin-top: calc(100 / 780 * 100vw);
    padding-bottom: calc(80 / 780 * 100vw);
    background: -webkit-gradient(linear, left top, left bottom, from(#acd4e5), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #acd4e5 calc(100 / 780 * 100vw), #fff calc(100 / 780 * 100vw), #fff);
  }
  .l-footer__duck {
    width: calc(605 / 780 * 100vw);
  }
  .l-footer__duck::before {
    width: calc(115 / 780 * 100vw) !important;
    height: calc(107 / 780 * 100vw) !important;
  }
  .l-footer__wave {
    top: calc(100 / 780 * 100vw);
  }
  .l-footer__logo {
    width: calc(240 / 780 * 100vw);
    margin: calc(75 / 780 * 100vw) auto calc(30 / 780 * 100vw);
  }
  .l-footer__copy {
    font-size: calc(20 / 780 * 100vw);
    letter-spacing: 0.16em;
    line-height: 1.5;
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #acd4e5;
  z-index: 100;
  pointer-events: none;
}
.opening__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.opening__dack {
  width: 446px;
}
.opening__title {
  width: 446px;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.opening__steam {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
}
.opening__steam img {
  width: 100%;
}

.main {
  display: none;
  background: #acd4e5;
  opacity: 0;
}
.main.is-open {
  display: block;
  -webkit-animation: animate-fadein 2.5s forwards;
          animation: animate-fadein 2.5s forwards;
}
.main-text__duck {
  position: relative;
}
.main-text__duck::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 71px;
  background: url(../img/object_duck.webp) no-repeat left bottom/contain;
}
.main-text__duck picture {
  display: block;
}
.main-text-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5.3rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.main-text-circle span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 78px;
  background: #acd4e5;
  border-radius: 100vmax;
}
.main-text-circle span:nth-of-type(n+2) {
  margin-left: -6px;
}

.float {
  position: fixed;
  top: 50px;
  right: 50px;
  display: block;
  width: 229px;
  z-index: 100;
}
.float:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.float:hover * {
  opacity: 1;
}

.steam {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 20;
  pointer-events: none;
}
.steam__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.steam__object {
  position: absolute;
  z-index: 10;
}
.steam__object--left {
  top: -91px;
  left: -228px;
  width: 863px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.steam__object--center {
  top: 38px;
  left: calc(48% - 331.5px);
  width: 663px;
}
.steam__object--right {
  top: -121px;
  right: -420px;
  width: 753px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero {
  position: relative;
}
.hero-text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-text__baloon {
  position: absolute;
}
.hero-text__baloon--male {
  top: calc(318 / 1920 * 100vw);
  left: calc(675 / 1920 * 100vw);
  width: calc(243 / 1920 * 100vw);
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.hero-text__baloon--female {
  top: calc(381 / 1920 * 100vw);
  left: calc(1006 / 1920 * 100vw);
  width: calc(232 / 1920 * 100vw);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.hero-text__title {
  width: 404px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hero-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-steam {
  position: absolute;
  display: none;
}
.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.lead {
  position: relative;
  margin-bottom: -257.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.lead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  height: 515px;
  background: #fff;
  border-radius: 50px;
}
.lead-heding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.lead-heding__text {
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
}
.lead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.lead-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.lead-image img {
  width: auto;
  height: 120px;
}
.lead__date {
  font-size: 6.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 700;
}
.lead__date small {
  font-size: 0.8em;
}
.lead-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
  height: 80px;
  font-weight: 700;
  padding: 0 20px;
  background: #acd4e5;
  border-radius: 100vmax;
}
.lead-link__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 50px;
  font-size: 3.1rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  background: #fc7f49;
  border-radius: 100vmax;
}
.lead-link__heading span {
  letter-spacing: -0.1em;
}
.lead-link__text {
  font-size: 2.6rem;
  letter-spacing: 0em;
  line-height: 1;
}

.about {
  margin-top: 100px;
}
.about__heading {
  width: 392px;
  margin: 0 auto;
}
.about-fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.about-fv__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: calc(44 / 1920 * 100vw);
  letter-spacing: 0em;
  line-height: 0.09;
  font-weight: 900;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-fv__picture {
  width: 50%;
}
.about-fv__song {
  position: absolute;
}
.about-fv__song--left {
  top: calc(245 / 1920 * 100vw);
  left: calc(147 / 1920 * 100vw);
  width: calc(251 / 1920 * 100vw);
}
.about-fv__song--right {
  top: calc(95 / 1920 * 100vw);
  left: calc(1443 / 1920 * 100vw);
  width: calc(247 / 1920 * 100vw);
}
.about-text {
  width: 788px;
  margin: 25px auto 0;
}
.about-text__heading {
  font-size: 3.2rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about-text__body {
  margin-top: 1em;
}
.about-steam {
  position: absolute;
  display: none;
}
.reason {
  position: relative;
  margin-top: 125px;
}
.reason__back {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 320px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reason__back--reverse {
  display: none;
}
.reason__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  z-index: 1;
}
.reason-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 580px;
  height: 370px;
  padding: 0 30px;
  background: #fff;
  border-radius: 20px;
}
.reason-card:nth-of-type(n+2) {
  margin-top: 190px;
}
.reason-card__heading {
  width: 335px;
  margin: 0 auto;
}
.reason-card__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  letter-spacing: 0em;
  line-height: 1.38;
  font-weight: 700;
  padding-bottom: 15px;
  margin: 0 auto;
  background: url(../img/reason_line.svg) no-repeat center bottom;
}

.product {
  position: relative;
  margin-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(to bottom, #acd4e5 550px, #fff 550px, #fff);
}
.product-heading {
  position: relative;
  max-width: 1722px;
  margin: 0 auto calc(-70 / 1920 * 100vw);
}
.product-heading__duck {
  position: relative;
  width: 473px;
  margin: 0 auto -40px 17.5%;
  z-index: 5;
}
.product-heading__back {
  position: relative;
  display: block;
  width: 100%;
}
.product-heading__text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  letter-spacing: 0.34em;
  line-height: 1.56;
  padding: 0 0.5em 0.1em 0.84em;
  color: #acd4e5;
  background: #626262;
  border-radius: 100vmax;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-wave {
  position: absolute;
  top: 550px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product__wrap {
  position: relative;
  z-index: 5;
}
.product-item {
  position: relative;
}
.product-item:not(:first-of-type) {
  margin-top: 55px;
}
.product-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 60px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  background: #333333;
  border: 1px solid #333333;
  border-radius: 100vmax;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.product-item__link--white {
  color: #333333;
  background: #fff;
}
.product-item__link:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-item__link:hover * {
  opacity: 1;
}
.product-item-heading {
  position: absolute;
  top: 0;
  left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  height: 600px;
  text-align: center;
}
.product-item-heading__name {
  font-size: 6.2rem;
  letter-spacing: 0.04em;
  line-height: 1.03;
  font-weight: 700;
}
.product-item-heading__name--white {
  color: #fff;
}
.product-item-heading__name span {
  display: block;
  white-space: nowrap;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
  padding: 1em 0;
}
.product-item-heading__name small {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.14;
  margin-top: 0.25em;
}
.product-item-heading__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 1.74;
  font-weight: 700;
  margin: 0 auto 30px;
  padding: 0 0.5em;
  color: #fff;
  background: #acd4e5;
  border-radius: 100vmax;
}
.product-item-heading__price small {
  font-size: 0.8em;
}
.product-item__image {
  display: block;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.product-item__balloon {
  position: absolute;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 210px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #333333;
  border-radius: 100vmax;
}
.product-item__balloon::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 35px;
  background: #333333;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.product-item__balloon--order {
  top: 370px;
  font-size: 3.7rem;
  letter-spacing: 0em;
  line-height: 1.14;
}
.product-item__balloon--order small {
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.5;
}
.product-item__balloon--order strong {
  font-size: 4.7rem;
  letter-spacing: 0.08em;
  line-height: 0.64;
}
.product-item__balloon--order::before {
  top: 0;
  -webkit-transform: translate(-5px, 15px) rotate(-60deg);
          transform: translate(-5px, 15px) rotate(-60deg);
}
.product-item__balloon--seat {
  top: 20px;
  font-size: 3.7rem;
  letter-spacing: 0em;
  line-height: 1.14;
}
.product-item__balloon--seat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.88;
  margin-top: 0.5em;
  color: #333333;
  background: #fff;
  border-radius: 13px;
}
.product-item__balloon--seat::before {
  bottom: 0;
  -webkit-transform: translate(15px, 5px) rotate(215deg);
          transform: translate(15px, 5px) rotate(215deg);
}
.product-item-info {
  background: #acd4e5;
  padding: 20px 100px;
  border-radius: 0 0 20px 20px;
}
.product-item-info__heading {
  width: 810px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  margin: 0 auto;
  background: url(../img/product_line.svg) no-repeat center bottom;
}
.product-item-info__heading strong {
  font-size: 1.2em;
}
.product-item-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.product-item-info__text--line {
  border-bottom: 1px solid #333333;
}
.product-item-info__text--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-item-info__text p {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
}
.product-item-info__text dt {
  max-width: 663px;
}
.product-item-info__text dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 4.4rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
}
.product-item-info__text span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 41px;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-left: 0.5em;
  padding-bottom: 0.1em;
  color: #acd4e5;
  background: #333333;
  border-radius: 100vmax;
}
.product-item-info__text strong {
  font-weight: 700;
}
.product-item-info__text small {
  font-size: 0.8em;
}
.product-item-info__note {
  display: block;
  margin-top: 0.5em;
}
.product-item-info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.product-online__heading {
  width: 212px;
  margin: 100px auto 0;
}
.product-online__text {
  font-size: 4.4rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  margin: 20px auto 0;
}
.product-online__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.product-online-card {
  width: 50%;
  text-align: center;
  background: #4e5e76;
  padding: 0 0 55px;
  border-radius: 20px;
}
.product-online-card--red {
  background: #b33d4c;
}
.product-online-card--red .product-item-heading__price {
  color: #b33d4c;
}
.product-online-card .product-item-heading__name {
  margin-top: 20px;
}
.product-online-card .product-item-heading__price {
  margin-top: 20px;
  color: #4e5e76;
  background: #fff;
}
.product-online-card .product-item__link {
  margin-left: auto;
  margin-right: auto;
}
.product-attention {
  font-weight: 500;
  margin-top: 70px;
  padding: 40px 45px;
  border: 3px solid #acd4e5;
}
.product-attention__title {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 900;
}
.product-attention__body {
  text-indent: -1em;
  margin-top: 0.8em;
  padding-left: 1em;
}
.product-attention__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.8em;
}
.product-attention__note > * {
  width: 50%;
}

.links {
  margin-top: 120px;
  overflow-x: hidden;
}
.links-voice {
  margin-top: 100px;
}
.links-voice__slide .splide__track {
  overflow: visible;
}
.links-voice__slide .splide__slide {
  width: 630px;
}
.links-voice__slide .splide__slide:hover {
  opacity: 1;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.links-voice__slide .splide__slide:hover * {
  opacity: 1;
}
.links-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  font-weight: 700;
  line-height: 2.75;
  text-align: center;
  margin-top: 80px;
}
.links-banner a:hover {
  opacity: 1;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.links-banner a:hover * {
  opacity: 1;
}
.links-banner img {
  border-radius: 20px;
}

@media only screen and (max-width: 834px) {
  .opening__wrap {
    gap: calc(10 / 780 * 100vw);
  }
  .opening__dack {
    width: calc(446 / 780 * 100vw);
  }
  .opening__dack::before {
    width: calc(86 / 780 * 100vw) !important;
  }
  .opening__title {
    width: calc(446 / 780 * 100vw);
  }
  .main {
    overflow: hidden;
  }
  .main-text__duck::before {
    width: calc(114 / 780 * 100vw);
    height: calc(105 / 780 * 100vw);
  }
  .main-text-circle {
    font-size: calc(53 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .main-text-circle span {
    width: calc(78 / 780 * 100vw);
    height: calc(78 / 780 * 100vw);
  }
  .main-text-circle span:nth-of-type(n+2) {
    margin-left: calc(-10 / 780 * 100vw);
  }
  .float {
    top: auto;
    bottom: calc(20 / 780 * 100vw);
    right: calc(20 / 780 * 100vw);
    width: calc(229 / 780 * 100vw);
  }
  .steam__object--left {
    top: calc(-91 / 780 * 100vw);
    left: calc(-228 / 780 * 100vw);
    width: calc(863 / 780 * 100vw);
  }
  .steam__object--center {
    top: calc(38 / 780 * 100vw);
    left: calc(48% - 331.5 / 780 * 100vw);
    width: calc(663 / 780 * 100vw);
  }
  .steam__object--right {
    top: calc(-121 / 780 * 100vw);
    right: calc(-420 / 780 * 100vw);
    width: calc(753 / 780 * 100vw);
  }
  .hero-text__baloon--male {
    top: calc(140 / 780 * 100vw);
    left: calc(518 / 780 * 100vw);
    width: calc(223 / 780 * 100vw);
  }
  .hero-text__baloon--female {
    top: calc(833 / 780 * 100vw);
    left: calc(33 / 780 * 100vw);
    width: calc(207 / 780 * 100vw);
  }
  .hero-text__title {
    width: calc(404 / 780 * 100vw);
  }
  .hero-image {
    display: block;
  }
  .hero-steam {
    position: absolute;
    display: none;
  }
  .lead {
    margin-bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .lead__wrap {
    gap: calc(25 / 780 * 100vw);
    height: calc(1050 / 780 * 100vw);
    border-radius: calc(50 / 780 * 100vw);
  }
  .lead-heding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 780 * 100vw);
  }
  .lead-heding__text {
    font-size: calc(62 / 780 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.19;
  }
  .lead__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(20 / 780 * 100vw);
  }
  .lead-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 780 * 100vw);
  }
  .lead-image img {
    height: calc(184 / 780 * 100vw);
  }
  .lead__date {
    font-size: calc(64 / 780 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .lead-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 780 * 100vw);
    width: calc(550 / 780 * 100vw);
    height: calc(150 / 780 * 100vw);
    padding: 0 calc(20 / 780 * 100vw);
    border-radius: calc(50 / 780 * 100vw);
  }
  .lead-link__heading {
    width: calc(300 / 780 * 100vw);
    height: calc(50 / 780 * 100vw);
    font-size: calc(37 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .lead-link__text {
    font-size: calc(40 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .about {
    margin-top: calc(75 / 780 * 100vw);
  }
  .about__heading {
    width: calc(587 / 780 * 100vw);
  }
  .about-fv {
    display: block;
    margin-top: calc(15 / 780 * 100vw);
  }
  .about-fv__heading {
    left: auto;
    right: calc(30 / 780 * 100vw);
    font-size: calc(64 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .about-fv__picture {
    width: 100%;
  }
  .about-fv__song--left {
    top: calc(130 / 780 * 100vw);
    left: calc(50 / 780 * 100vw);
    width: calc(251 / 780 * 100vw);
  }
  .about-fv__song--right {
    top: calc(920 / 780 * 100vw);
    left: calc(460 / 780 * 100vw);
    width: calc(247 / 780 * 100vw);
  }
  .about-text {
    width: calc(720 / 780 * 100vw);
    margin: calc(25 / 780 * 100vw) auto 0;
  }
  .about-text__heading {
    font-size: calc(42 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.29;
  }
  .about-steam {
    position: absolute;
    display: none;
  }
  .reason {
    margin-top: calc(125 / 780 * 100vw);
    padding: calc(160 / 780 * 100vw) 0;
  }
  .reason__back {
    top: 0;
    left: 0;
    height: calc(320 / 780 * 100vw);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .reason__back--reverse {
    top: auto;
    bottom: 0;
    display: block;
    animation-direction: reverse;
  }
  .reason__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25 / 780 * 100vw);
  }
  .reason-card {
    gap: calc(20 / 780 * 100vw);
    width: calc(680 / 780 * 100vw);
    height: auto;
    padding: calc(55 / 780 * 100vw) 0;
    border-radius: calc(20 / 780 * 100vw);
  }
  .reason-card:nth-of-type(n+2) {
    margin-top: calc(0 / 780 * 100vw);
  }
  .reason-card__heading {
    width: calc(504 / 780 * 100vw);
  }
  .reason-card__title {
    font-size: calc(48 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.38;
    padding-bottom: calc(25 / 780 * 100vw);
    background: url(../img/reason_line.svg) no-repeat center bottom;
  }
  .reason-card__body {
    width: calc(558 / 780 * 100vw);
  }
  .product {
    margin-top: calc(120 / 780 * 100vw);
    padding-bottom: calc(80 / 780 * 100vw);
    background: -webkit-gradient(linear, left top, left bottom, from(#acd4e5), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #acd4e5 calc(850 / 780 * 100vw), #fff calc(850 / 780 * 100vw), #fff);
  }
  .product-heading {
    margin: 0 auto calc(-55 / 780 * 100vw);
  }
  .product-heading__duck {
    width: calc(710 / 780 * 100vw);
    margin: 0 auto calc(-5 / 780 * 100vw) 3.5%;
    z-index: 5;
  }
  .product-heading__back {
    position: relative;
    display: block;
    width: 100%;
  }
  .product-heading__text {
    font-size: calc(48 / 780 * 100vw);
    letter-spacing: 0.34em;
    line-height: 1.56;
    padding: 0 0.5em 0.1em 0.84em;
  }
  .product-wave {
    top: calc(850 / 780 * 100vw);
  }
  .product-item:not(:first-of-type) {
    margin-top: calc(60 / 780 * 100vw);
  }
  .product-item__link {
    width: calc(550 / 780 * 100vw);
    height: calc(120 / 780 * 100vw);
    font-size: calc(40 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    border-radius: calc(50 / 780 * 100vw);
  }
  .product-item-heading {
    left: calc(35 / 780 * 100vw);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(10 / 780 * 100vw);
    width: auto;
    height: calc(650 / 780 * 100vw);
    padding-top: calc(60 / 780 * 100vw);
  }
  .product-item-heading__name {
    font-size: calc(72 / 780 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.03;
  }
  .product-item-heading__name span {
    font-size: calc(28 / 780 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.5;
    padding: 0.5em 0;
  }
  .product-item-heading__name small {
    display: block;
    font-size: calc(28 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.14;
    margin-top: 0.25em;
  }
  .product-item-heading__name--sp {
    color: #fff;
  }
  .product-item-heading__price {
    font-size: calc(24 / 780 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.38;
    margin: 0;
  }
  .product-item-heading--left {
    position: relative;
    left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: calc(682 / 780 * 100vw);
    text-align: left;
    padding-left: calc(40 / 780 * 100vw);
    background: #e2e7f0;
    border-radius: calc(20 / 780 * 100vw) calc(20 / 780 * 100vw) 0 0;
  }
  .product-item-heading--left .product-item-heading__name {
    letter-spacing: -0.15em;
  }
  .product-item-heading--left + .product-item__image {
    position: absolute;
    top: calc(370 / 780 * 100vw);
    right: calc(-30 / 780 * 100vw);
    width: calc(771 / 780 * 100vw);
  }
  .product-item__image {
    border-radius: calc(20 / 780 * 100vw) calc(20 / 780 * 100vw) 0 0;
  }
  .product-item__balloon {
    right: calc(20 / 780 * 100vw);
    width: calc(230 / 780 * 100vw);
    height: calc(230 / 780 * 100vw);
  }
  .product-item__balloon::before {
    content: "";
    width: calc(30 / 780 * 100vw);
    height: calc(35 / 780 * 100vw);
  }
  .product-item__balloon--order {
    top: calc(445 / 780 * 100vw);
    font-size: calc(45 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.07;
  }
  .product-item__balloon--order small {
    font-size: calc(34 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.41;
  }
  .product-item__balloon--order strong {
    font-size: calc(50 / 780 * 100vw);
    letter-spacing: 0.08em;
    line-height: 0.6;
  }
  .product-item__balloon--order::before {
    -webkit-transform: translate(calc(-5 / 780 * 100vw), calc(15 / 780 * 100vw)) rotate(-60deg);
            transform: translate(calc(-5 / 780 * 100vw), calc(15 / 780 * 100vw)) rotate(-60deg);
  }
  .product-item__balloon--seat {
    top: calc(-20 / 780 * 100vw);
    right: calc(-15 / 780 * 100vw);
    width: calc(260 / 780 * 100vw);
    height: calc(260 / 780 * 100vw);
    font-size: calc(48 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.17;
  }
  .product-item__balloon--seat a {
    font-size: calc(22.8 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.67;
    margin-top: 0.5em;
    border-radius: calc(13 / 780 * 100vw);
  }
  .product-item__balloon--seat::before {
    -webkit-transform: translate(calc(35 / 780 * 100vw), calc(5 / 780 * 100vw)) rotate(215deg);
            transform: translate(calc(35 / 780 * 100vw), calc(5 / 780 * 100vw)) rotate(215deg);
  }
  .product-item-info {
    padding: calc(50 / 780 * 100vw) calc(0 / 780 * 100vw);
    border-radius: 0 0 calc(20 / 780 * 100vw) calc(20 / 780 * 100vw);
  }
  .product-item-info__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(44 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.45;
    margin-bottom: calc(50 / 780 * 100vw);
    padding-bottom: calc(25 / 780 * 100vw);
    background-size: auto calc(12 / 780 * 100vw);
  }
  .product-item-info__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 780 * 100vw);
    width: calc(600 / 780 * 100vw);
    margin: calc(40 / 780 * 100vw) auto 0;
    padding-bottom: calc(40 / 780 * 100vw);
  }
  .product-item-info__text--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-item-info__text p {
    font-size: calc(28 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
  }
  .product-item-info__text dd {
    width: 100%;
    font-size: calc(44 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
  }
  .product-item-info__text span {
    width: calc(300 / 780 * 100vw);
    height: calc(41 / 780 * 100vw);
    font-size: calc(24 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
  }
  .product-item-info__text strong {
    display: block;
    text-align: center;
  }
  .product-item-info__note {
    font-size: calc(24 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 0.5em;
  }
  .product-item-info__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 780 * 100vw);
    width: 100%;
    margin-top: calc(40 / 780 * 100vw);
  }
  .product-item-info__links.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .product-item-info__links--only {
    margin-top: 0;
  }
  .product-online__heading {
    width: calc(332 / 780 * 100vw);
    margin: calc(150 / 780 * 100vw) auto 0;
  }
  .product-online__text {
    font-size: calc(54 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.37;
    margin: calc(20 / 780 * 100vw) auto 0;
  }
  .product-online__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(60 / 780 * 100vw);
    margin-top: calc(40 / 780 * 100vw);
  }
  .product-online-card {
    width: calc(580 / 780 * 100vw);
    margin-right: auto;
    padding: 0 0 calc(55 / 780 * 100vw);
    border-radius: calc(20 / 780 * 100vw);
  }
  .product-online-card--red {
    margin-left: auto;
    margin-right: 0;
  }
  .product-online-card .product-item-heading__name {
    margin-top: calc(20 / 780 * 100vw);
  }
  .product-online-card .product-item-heading__price {
    margin-top: calc(20 / 780 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .product-online-card .product-item__link {
    width: calc(450 / 780 * 100vw);
    margin-top: calc(40 / 780 * 100vw);
  }
  .product-attention {
    margin-top: calc(50 / 780 * 100vw);
    padding: calc(30 / 780 * 100vw) calc(20 / 780 * 100vw);
    border: calc(2 / 780 * 100vw) solid #acd4e5;
  }
  .product-attention__title {
    font-size: calc(34 / 780 * 100vw);
    letter-spacing: 0.16em;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 0.75em;
  }
  .product-attention__body {
    font-size: calc(20 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 0;
  }
  .product-attention__note {
    display: block;
    font-size: calc(20 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .product-attention__note > * {
    margin-top: 0.5em;
  }
  .links {
    margin-top: calc(80 / 780 * 100vw);
  }
  .links-voice {
    margin-top: calc(80 / 780 * 100vw);
  }
  .links-voice__slide .splide__slide {
    width: calc(630 / 780 * 100vw);
  }
  .links-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(25 / 780 * 100vw);
    font-size: calc(16 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 2.75;
    margin-top: calc(80 / 780 * 100vw);
  }
  .links-banner img {
    border-radius: calc(20 / 780 * 100vw);
  }
  .links-banner a {
    display: block;
    width: calc(280 / 780 * 100vw);
  }
}