@charset "UTF-8";
@keyframes star {
  0% {
    scale: var(--scaleStart);
  }
  100% {
    scale: var(--scaleEnd);
  }
}
.l-lp {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #2F3965;
}

.mv {
  text-align: center;
  background-color: #f6df71;
}

.mv img {
  width: 100%;
}

@media (min-width: 1001px) {
  .mv {
    height: 480px;
  }
  .mv img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .mv {
    height: 48vw;
  }
  .mv img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 0;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 950px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 525px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
.modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 934px;
    max-height: 525px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-inner-wrapper {
  cursor: pointer;
}

.modaal-close {
  top: calc(50dvh - (100vw - 40px) * 525 / 934 / 2 - 50px);
  right: 0;
}
@media screen and (min-width: 768px) {
  .modaal-close {
    top: calc(50dvh - min(100vw - 50px, 934px) * 525 / 934 / 2 - 50px);
    right: max(0px, 50vw - 25px - 467px);
  }
}
.modaal-close::before, .modaal-close::after {
  width: 1.5px;
  border-radius: 0;
}

.modaal-video-wrap {
  max-width: 934px;
  margin-inline: auto;
}

.modaal-video-container {
  margin: 0;
}

/* base */
:root {
  --pageTextBorderYellow: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 245, 3, 1) 61%, rgba(255, 245, 3, 1) 100%);
  --pageTextBorderOrange: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 241, 199, 1) 61%, rgba(255, 241, 199, 1) 100%);
  --pageTextYellow: #fff503;
  --pageBlueLight: #e8fcff;
  --pageBlueDark: #005bac;
  --pageGreenLight: #eaffe6;
  --pageGreenDark: #00a05c;
  --pagePingLight: #fff3f2;
  --pagePingDark: #fd596d;
  --pageOrangeLight: #fff1c7;
  --pageOrangeDark: #ff8900;
  --pageHoverOpacity: 0.8;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

a {
  transition: opacity 0.3s;
}

button {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

button, label {
  cursor: pointer;
}

sup {
  font-weight: normal;
  vertical-align: super;
}

#lp .l-footer-bottom {
  padding-bottom: 28.2666666667vw;
}
@media screen and (min-width: 768px) {
  #lp .l-footer-bottom {
    padding-bottom: calc(0.1336842105 * min(100vw, 950px));
  }
}

#lp .gotop {
  bottom: 29.3333333333vw;
}
@media screen and (min-width: 768px) {
  #lp .gotop {
    bottom: calc(0.1368421053 * min(100vw, 950px));
  }
}

.l-header-lp-inner {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .u-d-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-d-tb {
    display: none;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-f-helvetica {
  font-family: "Helvetica", Arial, sans-serif;
}

.u-marker {
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, #FFE783 75%, #FFE783 100%);
}

.cta__list {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cta__list {
    gap: calc(0.0421052632 * min(100vw, 950px));
    max-width: 760px;
    margin: 0 auto;
  }
}
.cta--fixed {
  background: #FFF2F4;
  padding: 3.7333333333vw 4vw 4.8vw;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .cta--fixed {
    padding: calc(0.0105263158 * min(100vw, 950px)) 15px;
  }
}
.cta__deco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
  color: var(--deco-color);
  font-size: 3.2vw;
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .cta__deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.cta__deco::before, .cta__deco::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .cta__deco::before, .cta__deco::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.cta__deco::before {
  transform: rotate(-20deg) translateY(2px);
}
.cta__deco::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (min-width: 768px) {
  .cta__deco {
    font-size: calc(0.0189473684 * min(100vw, 950px));
  }
}
.cta__deco--shop {
  --deco-color: #FF820C;
}
.cta__deco--online {
  --deco-color: #FF0033;
}

.button {
  --button-color: #FF0033;
  --shadow-color: #C10027;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.0666666667vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  background: var(--button-color);
  border-radius: 1.0666666667vw;
  height: 13.8666666667vw;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 var(--shadow-color);
  padding: 1.3333333333vw;
  max-width: 64vw;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .button {
    gap: calc(0.0084210526 * min(100vw, 950px));
    justify-content: space-between;
    font-size: calc(0.0231578947 * min(100vw, 950px));
    border-radius: calc(0.0063157895 * min(100vw, 950px));
    height: calc(0.0736842105 * min(100vw, 950px));
    box-shadow: calc(0.0031578947 * min(100vw, 950px)) calc(0.0031578947 * min(100vw, 950px)) 0 var(--shadow-color);
    padding: calc(0.0105263158 * min(100vw, 950px)) calc(0.0315789474 * min(100vw, 950px));
    max-width: calc(0.3789473684 * min(100vw, 950px));
  }
}
.button::before, .button::after {
  content: "";
}
.button::after {
  background: url("../images/ico_arrow_01.svg?20250908") no-repeat center center/contain;
  width: 3.7333333333vw;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .button::after {
    width: calc(0.0221052632 * min(100vw, 950px));
    margin-left: auto;
  }
}
.button--orange {
  --button-color: #FF820C;
  --shadow-color: #D06A09;
}
.button--white {
  --button-color: #fff;
  --shadow-color: #FF0033;
  border: 0.2666666667vw var(--shadow-color) solid;
  color: var(--shadow-color);
  gap: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .button--white {
    border-width: calc(0.0010526316 * min(100vw, 950px));
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.button--white::after {
  mask: url("../images/ico_arrow_01.svg?20250908") no-repeat center center/contain;
  background: var(--shadow-color);
}
.button--shop::before {
  background: url("../images/ico_shop_01.svg?20250908") no-repeat center center/contain;
  width: 4.5333333333vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .button--shop::before {
    width: calc(0.0273684211 * min(100vw, 950px));
    height: calc(0.0252631579 * min(100vw, 950px));
  }
}
.button--online::before {
  background: url("../images/ico_online_01.svg?20250908") no-repeat center center/contain;
  width: 4.8vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .button--online::before {
    width: calc(0.0284210526 * min(100vw, 950px));
    height: calc(0.0252631579 * min(100vw, 950px));
  }
}

.text-link {
  display: block;
  width: fit-content;
  color: #2F3965;
  padding: 0 4.8vw 0 0;
  background: url("../images/ico_arrow_02.svg?20250908") no-repeat center right/4.2666666667vw;
  border: none;
  border-bottom: 1px solid currentColor;
  font-size: 3.7333333333vw;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .text-link {
    padding-right: calc(0.0263157895 * min(100vw, 950px));
    padding-bottom: calc(0.0031578947 * min(100vw, 950px));
    background-size: calc(0.0221052632 * min(100vw, 950px));
    border-width: calc(0.0015789474 * min(100vw, 950px));
    font-size: calc(0.0210526316 * min(100vw, 950px));
  }
}
@media (hover: hover) and (pointer: fine) {
  .text-link:hover {
    opacity: 0.8;
  }
}
.text-link--question {
  background-image: url("../images/ico_question_01.svg?20250908");
}

.section {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: calc(0.0631578947 * min(100vw, 950px)) 0;
  }
}
@media screen and (max-width: 767px) {
  .section--features {
    padding: 6.4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section--product {
    padding-bottom: 5.3333333333vw;
  }
}
.section__inner {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .section__inner {
    padding: 0 15px;
    max-width: 950px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .section__inner--modal {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .section__inner--modal {
    max-width: calc(0.5894736842 * min(100vw, 950px));
  }
}
@media screen and (min-width: 768px) {
  .section__inner--product {
    max-width: 1090px;
    overflow: hidden;
  }
}
.section--orange {
  background: #FFF3E6;
}
.section--orange + .section--orange {
  position: relative;
}
.section--orange + .section--orange::before {
  position: absolute;
  top: -0.5333333333vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  height: 1.0666666667vw;
  width: 93.3333333333vw;
  background: radial-gradient(circle, #FF820C 0.5333333333vw, transparent 0.5333333333vw) center/2.1333333333vw 2.1333333333vw repeat-x;
}
@media screen and (min-width: 768px) {
  .section--orange + .section--orange::before {
    top: -2px;
    height: 4px;
    width: 640px;
    background: radial-gradient(circle, #FF820C 2px, transparent 2px) left/8px 8px repeat-x;
  }
}
.section--pink {
  background: #FFF2F4;
}
.section--support {
  padding-top: 0;
}
.section--sim {
  position: relative;
}
.section--sim::before {
  position: absolute;
  top: -0.5333333333vw;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  height: 1.0666666667vw;
  width: 93.3333333333vw;
  background: radial-gradient(circle, #2F3965 0.5333333333vw, transparent 0.5333333333vw) center/2.1333333333vw 2.1333333333vw repeat-x;
}
@media screen and (min-width: 768px) {
  .section--sim::before {
    top: -2px;
    height: 4px;
    width: 640px;
    background: radial-gradient(circle, #2F3965 2px, transparent 2px) left/8px 8px repeat-x;
  }
}
.section__title {
  text-align: center;
  font-size: 8.5333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: calc(0.0421052632 * min(100vw, 950px));
  }
}
.section__title .u-f-helvetica {
  font-size: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .section__title .u-f-helvetica {
    font-size: calc(0.0463157895 * min(100vw, 950px));
  }
}
.section__title-deco {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  width: fit-content;
  background: #00B6A6;
  border-radius: 99px;
  font-size: 3.7333333333vw;
  font-weight: 500;
  padding: 0 3.2vw;
  margin: 0 auto 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .section__title-deco {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    padding: 0 calc(0.0210526316 * min(100vw, 950px));
    margin-bottom: calc(0.0210526316 * min(100vw, 950px));
  }
}
.section__balloon {
  width: fit-content;
  margin: 0 auto 2.1333333333vw;
  font-weight: 700;
  border-bottom: #2F3965 0.2666666667vw solid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section__balloon {
    font-size: calc(0.0252631579 * min(100vw, 950px));
    border-bottom: #2F3965 calc(0.0015789474 * min(100vw, 950px)) solid;
    margin-bottom: calc(0.0126315789 * min(100vw, 950px));
  }
}
.section__balloon::before, .section__balloon::after {
  content: "";
  position: absolute;
  width: 2.6666666667vw;
  height: 1.8666666667vw;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section__balloon::before, .section__balloon::after {
    width: calc(0.0126315789 * min(100vw, 950px));
    height: calc(0.0084210526 * min(100vw, 950px));
  }
}
.section__balloon::before {
  background: #2F3965;
  top: 100%;
}
.section__balloon::after {
  background: #FFF3E6;
  top: calc(100% - 0.4vw);
}
@media screen and (min-width: 768px) {
  .section__balloon::after {
    top: calc(100% - 0.0021052632 * min(100vw, 950px));
  }
}
.section__heading {
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  font-size: 6.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__heading {
    font-size: calc(0.0336842105 * min(100vw, 950px));
  }
}
.section__heading sup {
  font-size: 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .section__heading sup {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .section__heading sup {
    font-size: calc(0.0147368421 * min(100vw, 950px));
  }
}
.section__lead {
  text-align: center;
  font-size: 3.7333333333vw;
  margin: 1.0666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .section__lead {
    font-size: calc(0.0231578947 * min(100vw, 950px));
    margin-top: calc(0.0042105263 * min(100vw, 950px));
  }
}

.mv-note {
  background: #FFF2F4;
  padding: 2.1333333333vw 0;
}
@media screen and (min-width: 768px) {
  .mv-note {
    padding: calc(0.0105263158 * min(100vw, 950px)) 0;
  }
}
.mv-note__inner {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .mv-note__inner {
    padding: 0 15px;
    max-width: 950px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv-note__inner {
    padding: 0 2.6666666667vw;
  }
}
.mv-note__text {
  text-align: right;
  font-weight: 500;
  font-size: 2.6666666667vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mv-note__text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
  }
}

.plan {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .plan {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    overflow: hidden;
  }
}

.plan-slider {
  width: 86.1333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .plan-slider {
    width: calc(0.5957894737 * min(100vw, 950px));
  }
}
.plan-slider__list {
  margin: 4.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .plan-slider__list {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.plan-slider__item--s {
  --plan-color: #FF0033;
  --arrow-color: #FF6583;
}
.plan-slider__item--m {
  --plan-color: #FF820C;
  --arrow-color: #FF820C;
}
.plan-slider__item--l {
  --plan-color: #00B6A6;
  --arrow-color: #65D4C9;
}
.plan-slider__wrapper {
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  border-radius: 2.1333333333vw;
  overflow: hidden;
  margin: 0 1.0666666667vw;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-slider__wrapper {
    box-shadow: 0 calc(0.0052631579 * min(100vw, 950px)) calc(0.0094736842 * min(100vw, 950px)) rgba(0, 0, 0, 0.16);
    border-radius: calc(0.0126315789 * min(100vw, 950px));
    margin: 0 calc(0.0347368421 * min(100vw, 950px));
  }
}
.plan-slider__title {
  background: var(--plan-color);
  color: #fff;
  font-weight: 700;
  font-size: 3.7333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__title {
    font-size: calc(0.0231578947 * min(100vw, 950px));
    height: calc(0.0568421053 * min(100vw, 950px));
  }
}
.plan-slider__content {
  padding: 2.1333333333vw 2.6666666667vw 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__content {
    padding: calc(0.0210526316 * min(100vw, 950px)) calc(0.0315789474 * min(100vw, 950px)) calc(0.0252631579 * min(100vw, 950px));
  }
}
.plan-slider__capacity {
  color: var(--plan-color);
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 11.7333333333vw;
  line-height: 1;
  padding-bottom: 2.1333333333vw;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-slider__capacity {
    font-size: calc(0.0694736842 * min(100vw, 950px));
    padding-bottom: calc(0.0157894737 * min(100vw, 950px));
  }
}
.plan-slider__capacity::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2666666667vw;
  width: 73.3333333333vw;
  background: #DDD;
}
@media screen and (min-width: 768px) {
  .plan-slider__capacity::after {
    height: calc(0.0015789474 * min(100vw, 950px));
    width: calc(0.4631578947 * min(100vw, 950px));
  }
}
.plan-slider__capacity--unit {
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__capacity--unit {
    font-size: calc(0.0347368421 * min(100vw, 950px));
    margin-left: calc(0.0084210526 * min(100vw, 950px));
  }
}
.plan-slider__basic-text {
  font-size: 2.6666666667vw;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .plan-slider__basic-text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    margin-top: calc(0.0126315789 * min(100vw, 950px));
  }
}
.plan-slider__basic-price {
  font-size: 3.2vw;
  position: relative;
  width: fit-content;
  margin: -1.0666666667vw auto 0;
}
@media screen and (min-width: 768px) {
  .plan-slider__basic-price {
    font-size: calc(0.0189473684 * min(100vw, 950px));
    margin-top: calc(-0.0063157895 * min(100vw, 950px));
  }
}
.plan-slider__basic-price--num {
  font-size: 6.4vw;
  font-family: "Helvetica", Arial, sans-serif;
  margin-right: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__basic-price--num {
    font-size: calc(0.0378947368 * min(100vw, 950px));
    margin-right: calc(0.0021052632 * min(100vw, 950px));
  }
}
.plan-slider__basic-price--tax {
  font-size: 2.6666666667vw;
  margin-left: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__basic-price--tax {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    margin-left: calc(0.0021052632 * min(100vw, 950px));
  }
}
.plan-slider__basic-price--tax-num {
  font-size: 4.8vw;
  font-family: "Helvetica", Arial, sans-serif;
  margin: 0 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__basic-price--tax-num {
    font-size: calc(0.0284210526 * min(100vw, 950px));
    margin: 0 calc(0.0021052632 * min(100vw, 950px));
  }
}
.plan-slider__basic-price::after {
  position: absolute;
  content: "";
  display: block;
  height: 0.2666666667vw;
  width: 100%;
  top: 55%;
  left: 0;
  background: currentColor;
}
@media screen and (min-width: 768px) {
  .plan-slider__basic-price::after {
    height: calc(0.0015789474 * min(100vw, 950px));
  }
}
.plan-slider__discount {
  margin: 0;
  padding-top: 6.4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount {
    padding-top: calc(0.0473684211 * min(100vw, 950px));
  }
}
.plan-slider__discount::before, .plan-slider__discount::after {
  content: "";
  position: absolute;
  width: 8.5333333333vw;
  height: 2.1333333333vw;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .plan-slider__discount::before, .plan-slider__discount::after {
    width: calc(0.0505263158 * min(100vw, 950px));
    height: calc(0.0126315789 * min(100vw, 950px));
  }
}
.plan-slider__discount::before {
  background: var(--plan-color);
  top: 0;
}
.plan-slider__discount::after {
  background: var(--arrow-color);
  opacity: 0.6;
  top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount::after {
    top: calc(0.0189473684 * min(100vw, 950px));
  }
}
.plan-slider__discount-text {
  font-size: 2.6666666667vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount-text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
  }
}
.plan-slider__discount-price {
  font-size: 4.2666666667vw;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount-price {
    font-size: calc(0.0294736842 * min(100vw, 950px));
    margin-top: calc(0.0126315789 * min(100vw, 950px));
  }
}
.plan-slider__discount-price--container {
  position: relative;
  height: fit-content;
}
.plan-slider__discount-price--family {
  color: #FF0033;
  font-weight: 500;
  font-size: 2.6666666667vw;
  position: absolute;
  top: -9.6vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount-price--family {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    top: calc(-0.0505263158 * min(100vw, 950px));
  }
}
.plan-slider__discount-price--family.is-shown {
  opacity: 1;
  pointer-events: all;
}
.plan-slider__discount-price--num {
  font-size: 12.2666666667vw;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0.5333333333vw;
  color: #FF0033;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount-price--num {
    font-size: calc(0.0736842105 * min(100vw, 950px));
    margin: 0 calc(0.0021052632 * min(100vw, 950px));
  }
}
.plan-slider__discount-price--tax {
  font-size: 2.6666666667vw;
  margin-left: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount-price--tax {
    font-size: calc(0.0157894737 * min(100vw, 950px));
    margin-left: calc(0.0021052632 * min(100vw, 950px));
  }
}
.plan-slider__discount-price--tax-num {
  font-size: 6.1333333333vw;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0.5333333333vw;
  color: #FF0033;
}
@media screen and (min-width: 768px) {
  .plan-slider__discount-price--tax-num {
    font-size: calc(0.0368421053 * min(100vw, 950px));
    margin: 0 calc(0.0021052632 * min(100vw, 950px));
  }
}
.plan-slider__family {
  font-weight: 500;
  font-size: 3.2vw;
  margin: -3.2vw 0 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .plan-slider__family {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    margin-top: calc(-0.0168421053 * min(100vw, 950px));
  }
}
.plan-slider__family--num {
  font-weight: 700;
  font-size: 6.1333333333vw;
  font-family: "Helvetica", Arial, sans-serif;
  margin: 0 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__family--num {
    font-size: calc(0.0368421053 * min(100vw, 950px));
    margin: 0 calc(0.0042105263 * min(100vw, 950px));
  }
}
.plan-slider__family.is-shown {
  opacity: 1;
  pointer-events: all;
}
.plan-slider__call {
  margin: 1.0666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .plan-slider__call {
    margin-top: calc(0.0042105263 * min(100vw, 950px));
  }
}
.plan-slider__call-lead {
  margin: 0;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .plan-slider__call-lead {
    font-size: calc(0.0189473684 * min(100vw, 950px));
  }
}
.plan-slider__call-note {
  font-size: 2.6666666667vw;
  margin: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .plan-slider__call-note {
    font-size: calc(0.0157894737 * min(100vw, 950px));
  }
}
.plan-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1.8666666667vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .plan-slider .slick-dots {
    gap: calc(0.0294736842 * min(100vw, 950px));
    transform: translateX(calc(-0.0021052632 * min(100vw, 950px)));
  }
}
.plan-slider .slick-dots li:nth-child(1) {
  --plan-color: #FF0033;
  --plan-name: "S";
}
.plan-slider .slick-dots li:nth-child(2) {
  --plan-color: #FF820C;
  --plan-name: "M";
}
.plan-slider .slick-dots li:nth-child(3) {
  --plan-color: #00B6A6;
  --plan-name: "L";
}
.plan-slider .slick-dots button {
  background: #fff;
  box-shadow: 0.5333333333vw 0.5333333333vw var(--plan-color);
  border-radius: 2.1333333333vw;
  width: 28.8vw;
  height: 12.8vw;
  color: transparent;
  position: relative;
  transition: 0.3s;
  border: var(--plan-color) 0.2666666667vw solid;
}
@media screen and (min-width: 768px) {
  .plan-slider .slick-dots button {
    width: calc(0.3 * min(100vw, 950px));
    height: calc(0.0842105263 * min(100vw, 950px));
    border-radius: calc(0.0042105263 * min(100vw, 950px));
    box-shadow: calc(0.0042105263 * min(100vw, 950px)) calc(0.0042105263 * min(100vw, 950px)) var(--plan-color);
    border-width: calc(0.0015789474 * min(100vw, 950px));
  }
}
.plan-slider .slick-dots button::after {
  position: absolute;
  content: var(--plan-name);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--plan-color);
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .plan-slider .slick-dots button::after {
    font-size: calc(0.0442105263 * min(100vw, 950px));
  }
}
.plan-slider .slick-dots .slick-active button {
  box-shadow: 0 0 var(--plan-color);
  transform: translate(0.5333333333vw, 0.5333333333vw);
  background: var(--plan-color);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .plan-slider .slick-dots .slick-active button {
    transform: translate(calc(0.0042105263 * min(100vw, 950px)), calc(0.0042105263 * min(100vw, 950px)));
  }
}
.plan-slider .slick-dots .slick-active button::after {
  color: #fff;
}
.plan-slider .slick-list {
  overflow: visible;
}
.plan-slider .slick-track {
  display: flex;
}
.plan-slider .slick-slide {
  height: auto !important;
}
.plan-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  color: transparent;
  background: url("../images/ico_slider-arrow_01.png?20250908") no-repeat center center/contain;
  border: none;
}
@media screen and (min-width: 768px) {
  .plan-slider .slick-arrow {
    width: calc(0.0631578947 * min(100vw, 950px));
  }
}
.plan-slider .slick-prev {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .plan-slider .slick-prev {
    transform: translate(-100%, -50%) scale(-1, 1);
  }
}
.plan-slider .slick-next {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .plan-slider .slick-next {
    transform: translate(100%, -50%);
  }
}

.plan-discount {
  border: 0.2666666667vw #2F3965 solid;
  border-radius: 2.1333333333vw;
  margin-top: 4.8vw;
}
@media screen and (min-width: 768px) {
  .plan-discount {
    border-width: calc(0.0015789474 * min(100vw, 950px));
    border-radius: calc(0.0126315789 * min(100vw, 950px));
    margin-top: calc(0.0463157895 * min(100vw, 950px));
  }
}
.plan-discount__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #2F3965;
  color: #fff;
  font-weight: 700;
  font-size: 3.7333333333vw;
  height: 14.6666666667vw;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .plan-discount__title {
    font-size: calc(0.0231578947 * min(100vw, 950px));
    height: calc(0.0947368421 * min(100vw, 950px));
    border-radius: calc(0.0126315789 * min(100vw, 950px)) calc(0.0126315789 * min(100vw, 950px)) 0 0;
  }
}
.plan-discount__title::before {
  position: absolute;
  content: "";
  width: 4.2666666667vw;
  height: 2.9333333333vw;
  background: #2F3965;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: calc(100% - 0.5333333333vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .plan-discount__title::before {
    width: calc(0.0378947368 * min(100vw, 950px));
    height: calc(0.0252631579 * min(100vw, 950px));
    bottom: calc(100% - 0.0031578947 * min(100vw, 950px));
  }
}
.plan-discount__title-deco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan-discount__title-deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.plan-discount__title-deco::before, .plan-discount__title-deco::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .plan-discount__title-deco::before, .plan-discount__title-deco::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.plan-discount__title-deco::before {
  transform: rotate(-20deg) translateY(2px);
}
.plan-discount__title-deco::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (max-width: 767px) {
  .plan-discount__title-deco::before, .plan-discount__title-deco::after {
    width: 0.5333333333vw;
    height: 4.2666666667vw;
  }
}
.plan-discount__content {
  padding: 6.4vw 4vw;
}
@media screen and (min-width: 768px) {
  .plan-discount__content {
    padding: calc(0.0210526316 * min(100vw, 950px)) calc(0.0210526316 * min(100vw, 950px)) calc(0.0294736842 * min(100vw, 950px));
  }
}
.plan-discount__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.plan-discount__radio, .plan-discount__checkbox {
  display: none;
}
.plan-discount__radio + .plan-discount__label-name {
  padding-left: 6.4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-discount__radio + .plan-discount__label-name {
    padding-left: calc(0.0378947368 * min(100vw, 950px));
  }
}
.plan-discount__radio + .plan-discount__label-name::before, .plan-discount__radio + .plan-discount__label-name::after {
  position: absolute;
  content: "";
  display: block;
  width: 4.2666666667vw;
  aspect-ratio: 1/1;
  border-radius: 99px;
  left: 0;
  top: 0.2em;
}
@media screen and (min-width: 768px) {
  .plan-discount__radio + .plan-discount__label-name::before, .plan-discount__radio + .plan-discount__label-name::after {
    width: calc(0.0252631579 * min(100vw, 950px));
  }
}
.plan-discount__radio + .plan-discount__label-name::before {
  border: 0.2666666667vw #2F3965 solid;
}
@media screen and (min-width: 768px) {
  .plan-discount__radio + .plan-discount__label-name::before {
    border-width: calc(0.0015789474 * min(100vw, 950px));
  }
}
.plan-discount__radio + .plan-discount__label-name::after {
  clip-path: circle(25% at 50% 50%);
}
.plan-discount__radio:checked + .plan-discount__label-name::after {
  background: #2F3965;
}
.plan-discount__checkbox + .plan-discount__label-name {
  padding-left: 6.4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-discount__checkbox + .plan-discount__label-name {
    padding-left: calc(0.0378947368 * min(100vw, 950px));
  }
}
.plan-discount__checkbox + .plan-discount__label-name::before, .plan-discount__checkbox + .plan-discount__label-name::after {
  position: absolute;
  content: "";
  display: block;
  width: 4.2666666667vw;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .plan-discount__checkbox + .plan-discount__label-name::before, .plan-discount__checkbox + .plan-discount__label-name::after {
    width: calc(0.0252631579 * min(100vw, 950px));
  }
}
.plan-discount__checkbox + .plan-discount__label-name::before {
  border: 0.2666666667vw #2F3965 solid;
}
@media screen and (min-width: 768px) {
  .plan-discount__checkbox + .plan-discount__label-name::before {
    border-width: calc(0.0015789474 * min(100vw, 950px));
  }
}
.plan-discount__checkbox + .plan-discount__label-name::after {
  background-image: url("../images/ico_check_01.svg?20250908");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.plan-discount__checkbox:checked + .plan-discount__label-name::after {
  background-color: #2F3965;
}
.plan-discount__label-name {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .plan-discount__label-name {
    font-size: calc(0.0189473684 * min(100vw, 950px));
  }
}
.plan-discount__label-price {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .plan-discount__label-price {
    font-size: calc(0.0168421053 * min(100vw, 950px));
  }
}
.plan-discount__label-price--num {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  font-size: 6.1333333333vw;
  margin-right: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .plan-discount__label-price--num {
    font-size: calc(0.0368421053 * min(100vw, 950px));
    margin-right: calc(0.0021052632 * min(100vw, 950px));
  }
}
.plan-discount__label-price--red {
  color: #FF0033;
}
.plan-discount__text {
  font-size: 3.2vw;
  font-weight: 400;
  margin: 0;
  padding-left: 6.4vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan-discount__text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    padding-left: calc(0.0378947368 * min(100vw, 950px));
    margin-top: calc(0.0126315789 * min(100vw, 950px));
  }
}
.plan-discount__service, .plan-discount__paypay-list {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .plan-discount__service, .plan-discount__paypay {
    display: grid;
    gap: calc(0.0126315789 * min(100vw, 950px)) calc(0.0631578947 * min(100vw, 950px));
    grid-template-columns: 1fr 1fr;
  }
}
.plan-discount__service-item:not(:first-child), .plan-discount__paypay-item:not(:first-child) {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .plan-discount__service-item:not(:first-child), .plan-discount__paypay-item:not(:first-child) {
    margin-top: calc(0.0126315789 * min(100vw, 950px));
  }
}
@media screen and (min-width: 768px) {
  .plan-discount__service-item:has([name=discount-service]), .plan-discount__paypay-item:has([name=discount-service]) {
    margin-top: 0;
  }
}
.plan-discount__paypay {
  border-top: 0.2666666667vw #2F3965 solid;
  padding-top: 3.2vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .plan-discount__paypay {
    border-width: calc(0.0015789474 * min(100vw, 950px));
    padding-top: calc(0.0210526316 * min(100vw, 950px));
    margin-top: calc(0.0210526316 * min(100vw, 950px));
  }
}
.plan-discount__paypay-text {
  font-size: 3.2vw;
  font-weight: 700;
  margin: 4.2666666667vw 0 0;
  padding-left: 6.4vw;
}
@media screen and (min-width: 768px) {
  .plan-discount__paypay-text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    margin-top: 0;
    padding-left: 0;
  }
}
.plan-discount__paypay-list {
  margin-top: 4.2666666667vw;
  padding-left: 6.4vw;
}
@media screen and (min-width: 768px) {
  .plan-discount__paypay-list {
    margin-top: calc(0.0126315789 * min(100vw, 950px));
    padding-left: 0;
  }
}

.plan-notes {
  margin-top: 4.2666666667vw;
  color: #333;
}
@media screen and (min-width: 768px) {
  .plan-notes {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.plan-notes__main {
  font-size: 3.2vw;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .plan-notes__main {
    font-size: calc(0.0147368421 * min(100vw, 950px));
  }
}
.plan-notes__other {
  font-size: 3.2vw;
  margin: 4.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .plan-notes__other {
    font-size: calc(0.0147368421 * min(100vw, 950px));
    margin-top: calc(0.0210526316 * min(100vw, 950px));
  }
}
.plan-notes__item {
  padding: 2.1333333333vw 0;
  border-bottom: 0.2666666667vw #DDD solid;
}
@media screen and (min-width: 768px) {
  .plan-notes__item {
    padding: calc(0.0105263158 * min(100vw, 950px)) 0;
    border-width: calc(0.0015789474 * min(100vw, 950px));
  }
}
.plan-notes__title {
  font-size: 3.2vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .plan-notes__title {
    font-size: calc(0.0147368421 * min(100vw, 950px));
  }
}
.plan-notes__title::before, .plan-notes__title::after {
  position: absolute;
  right: 0;
  top: calc(50% - 0.2666666667vw);
  content: "";
  width: 3.7333333333vw;
  height: 0.2666666667vw;
  background: currentColor;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .plan-notes__title::before, .plan-notes__title::after {
    width: calc(0.0147368421 * min(100vw, 950px));
    height: calc(0.0010526316 * min(100vw, 950px));
    top: calc(50% - 0.0010526316 * min(100vw, 950px));
  }
}
.plan-notes__title::after {
  transform: rotate(90deg);
}
.plan-notes__title.is-open::after {
  transform: rotate(180deg);
}
.plan-notes__accordion-text {
  font-size: 2.6666666667vw;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .plan-notes__accordion-text {
    font-size: max(0.0126315789 * min(100vw, 950px), 10px);
    margin-top: calc(0.0105263158 * min(100vw, 950px));
  }
}

.modal-panel__deco {
  margin: 6.4vw auto 0;
  font-size: 4.2666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .modal-panel__deco {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    font-size: calc(0.0210526316 * min(100vw, 950px));
  }
}
@media screen and (min-width: 768px) {
  .modal-panel__deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.modal-panel__deco::before, .modal-panel__deco::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .modal-panel__deco::before, .modal-panel__deco::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.modal-panel__deco::before {
  transform: rotate(-20deg) translateY(2px);
}
.modal-panel__deco::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (max-width: 767px) {
  .modal-panel__deco::before, .modal-panel__deco::after {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
  }
}
.modal-panel__deco::before {
  transform: rotate(-20deg);
}
.modal-panel__deco::after {
  transform: rotate(20deg);
}
.modal-panel__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1333333333vw;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-panel__list {
    gap: calc(0.0421052632 * min(100vw, 950px));
    margin-top: calc(0.0168421053 * min(100vw, 950px));
  }
}
.modal-panel__button {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  background: #fff;
  border: 0.2666666667vw #DDD solid;
  box-shadow: 0.8vw 0.8vw 0 #FF0033;
  border-radius: 2.1333333333vw;
  aspect-ratio: 1/1;
  padding: 0 0 2.1333333333vw;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-panel__button {
    border-width: calc(0.0015789474 * min(100vw, 950px));
    box-shadow: calc(0.0052631579 * min(100vw, 950px)) calc(0.0052631579 * min(100vw, 950px)) 0 #FF0033;
    border-radius: calc(0.0126315789 * min(100vw, 950px));
    padding-bottom: calc(0.0126315789 * min(100vw, 950px));
  }
}
.modal-panel__button::before {
  position: absolute;
  content: "";
  width: 4.8vw;
  aspect-ratio: 1/1;
  background: url("../images/ico_plus_01.svg?20250908") no-repeat center center/contain;
  top: 1.0666666667vw;
  right: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-panel__button::before {
    width: calc(0.0273684211 * min(100vw, 950px));
    top: calc(0.0063157895 * min(100vw, 950px));
    right: calc(0.0063157895 * min(100vw, 950px));
  }
}
.modal-panel__image {
  display: block;
  height: 11.2vw;
}
@media screen and (min-width: 768px) {
  .modal-panel__image {
    height: calc(0.0526315789 * min(100vw, 950px));
  }
}
.modal-panel__image img {
  height: 100%;
  object-fit: contain;
}
.modal-panel__text {
  color: #2F3965;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.2;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-panel__text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    margin-top: calc(0.0126315789 * min(100vw, 950px));
  }
}
.modal-panel__text--large {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-panel__text--large {
    font-size: calc(0.0210526316 * min(100vw, 950px));
  }
}
.modal-panel__text--red {
  color: #FF0033;
}
.modal-panel__text--kerning {
  letter-spacing: -0.1em;
}
.modal-panel__text .u-f-helvetica {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .modal-panel__text .u-f-helvetica {
    font-size: calc(0.0273684211 * min(100vw, 950px));
  }
}

.product {
  margin-top: 6.4vw;
  padding-bottom: 12.8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    padding-bottom: calc(0.1010526316 * min(100vw, 950px));
  }
}
.product::before, .product::after {
  position: absolute;
  content: "";
  display: block;
  width: 12.8vw;
  height: 3.2vw;
  background: #2F3965;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .product::before, .product::after {
    width: calc(0.1010526316 * min(100vw, 950px));
    height: calc(0.0252631579 * min(100vw, 950px));
  }
}
.product::before {
  bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .product::before {
    bottom: calc(0.0336842105 * min(100vw, 950px));
  }
}
.product::after {
  bottom: 0;
  opacity: 0.5;
}
.product__text-link {
  margin: 4.2666666667vw auto 0;
}
@media screen and (min-width: 768px) {
  .product__text-link {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.product__button {
  gap: 6.4vw;
  margin: 6.4vw auto 0;
}
@media screen and (min-width: 768px) {
  .product__button {
    gap: calc(0.0315789474 * min(100vw, 950px));
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}

.product-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .product-tab {
    gap: calc(0.0294736842 * min(100vw, 950px));
    width: calc(0.9642105263 * min(100vw, 950px));
    margin: 0 auto;
  }
}
.product-tab__item {
  border: 0.2666666667vw #2F3965 solid;
  border-radius: 1.0666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.2666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 #2F3965;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .product-tab__item {
    border-width: calc(0.0021052632 * min(100vw, 950px));
    border-radius: calc(0.0042105263 * min(100vw, 950px));
    height: calc(0.0842105263 * min(100vw, 950px));
    font-size: calc(0.0294736842 * min(100vw, 950px));
    box-shadow: calc(0.0042105263 * min(100vw, 950px)) calc(0.0042105263 * min(100vw, 950px)) 0 #2F3965;
  }
}
.product-tab__item .u-f-helvetica {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .product-tab__item .u-f-helvetica {
    font-size: calc(0.0336842105 * min(100vw, 950px));
  }
}
.product-tab__item.is-active {
  background: #2F3965;
  color: #fff;
  box-shadow: 0 0 #2F3965;
  transform: translate(0.5333333333vw, 0.5333333333vw);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .product-tab__item.is-active {
    transform: translate(calc(0.0042105263 * min(100vw, 950px)), calc(0.0042105263 * min(100vw, 950px)));
  }
}

.product-tab-content {
  margin: 6.4vw 0 0;
}
@media screen and (min-width: 768px) {
  .product-tab-content {
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.product-tab-content__item:not(.is-active) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.product-slider__list {
  width: 49.3333333333vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-slider__list {
    width: calc(0.4 * min(100vw, 950px));
  }
}
.product-slider__wrapper {
  border-radius: 2.1333333333vw;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  margin: 0 1.3333333333vw;
  text-align: center;
  width: 46.6666666667vw;
  height: 53.3333333333vw;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .product-slider__wrapper {
    border-radius: calc(0.0126315789 * min(100vw, 950px));
    box-shadow: 0 calc(0.0052631579 * min(100vw, 950px)) calc(0.0094736842 * min(100vw, 950px)) rgba(0, 0, 0, 0.16);
    width: calc(0.3789473684 * min(100vw, 950px));
    height: calc(0.4305263158 * min(100vw, 950px));
    margin: 0 calc(0.0105263158 * min(100vw, 950px));
    padding: calc(0.0105263158 * min(100vw, 950px)) calc(0.0210526316 * min(100vw, 950px)) calc(0.0210526316 * min(100vw, 950px));
  }
}
.product-slider__image {
  width: 34.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product-slider__image {
    width: calc(0.3157894737 * min(100vw, 950px));
  }
}
.product-slider__image img {
  width: 100%;
}
.product-slider__name, .product-slider__capacity {
  font-size: 3.2vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .product-slider__name, .product-slider__capacity {
    font-size: calc(0.0189473684 * min(100vw, 950px));
  }
}
.product-slider__name {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .product-slider__name {
    margin-top: calc(0.0252631579 * min(100vw, 950px));
    font-size: calc(0.0210526316 * min(100vw, 950px));
  }
}
.product-slider .slick-list {
  overflow: visible;
}
.product-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  cursor: pointer;
  color: transparent;
  background: url("../images/ico_slider-arrow_01.png?20250908") no-repeat center center/contain;
  border: none;
}
@media screen and (min-width: 768px) {
  .product-slider .slick-arrow {
    width: calc(0.0631578947 * min(100vw, 950px));
  }
}
.product-slider .slick-prev {
  right: calc(100% + 3.2vw);
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .product-slider .slick-prev {
    right: calc(100% + 0.0147368421 * min(100vw, 950px));
  }
}
.product-slider .slick-next {
  left: calc(100% + 3.2vw);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .product-slider .slick-next {
    left: calc(100% + 0.0147368421 * min(100vw, 950px));
  }
}
.product-slider .slick-slide {
  transition: transform 0.3s;
}
.product-slider .slick-slide:not(.slick-current) {
  transform: scale(0.8);
}

.support__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
  font-size: 4.2666666667vw;
  margin: 10.6666666667vw auto 0;
  text-align: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__heading {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.support__heading::before, .support__heading::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .support__heading::before, .support__heading::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.support__heading::before {
  transform: rotate(-20deg) translateY(2px);
}
.support__heading::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (min-width: 768px) {
  .support__heading {
    font-size: calc(0.0252631579 * min(100vw, 950px));
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.support__heading::before, .support__heading::after {
  width: 0.5333333333vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__heading::before, .support__heading::after {
    width: calc(0.0026315789 * min(100vw, 950px));
    height: calc(0.0294736842 * min(100vw, 950px));
  }
}
.support__heading::before {
  transform: rotate(-20deg);
}
.support__heading::after {
  transform: rotate(20deg);
}
.support__deco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
  font-size: 4.2666666667vw;
  text-align: center;
  align-items: flex-end;
  margin: 10.6666666667vw auto 0;
}
@media screen and (min-width: 768px) {
  .support__deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.support__deco::before, .support__deco::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .support__deco::before, .support__deco::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.support__deco::before {
  transform: rotate(-20deg) translateY(2px);
}
.support__deco::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (min-width: 768px) {
  .support__deco {
    font-size: calc(0.0252631579 * min(100vw, 950px));
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.support__deco::before, .support__deco::after {
  width: 0.5333333333vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .support__deco::before, .support__deco::after {
    width: calc(0.0026315789 * min(100vw, 950px));
    height: calc(0.0294736842 * min(100vw, 950px));
  }
}
.support__deco::before {
  transform: rotate(-20deg) translateY(-1.0666666667vw);
}
@media screen and (min-width: 768px) {
  .support__deco::before {
    transform: rotate(-20deg) translateY(calc(-0.0042105263 * min(100vw, 950px)));
  }
}
.support__deco::after {
  transform: rotate(20deg) translateY(-1.0666666667vw);
}
@media screen and (min-width: 768px) {
  .support__deco::after {
    transform: rotate(20deg) translateY(calc(-0.0042105263 * min(100vw, 950px)));
  }
}
.support__balloon {
  background: #2F3965;
  color: #fff;
  font-size: 2.6666666667vw;
  width: fit-content;
  margin: 2.1333333333vw auto 0;
  border-radius: 1.0666666667vw;
  padding: 0.5333333333vw 3.2vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .support__balloon {
    font-size: calc(0.0189473684 * min(100vw, 950px));
    padding: calc(0.0042105263 * min(100vw, 950px)) calc(0.0189473684 * min(100vw, 950px));
    border-radius: calc(0.0063157895 * min(100vw, 950px));
    margin-top: calc(0.0105263158 * min(100vw, 950px));
  }
}
.support__balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.2vw;
  height: 2.1333333333vw;
  background: #2F3965;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: calc(100% - 0.5333333333vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .support__balloon::after {
    width: calc(0.0252631579 * min(100vw, 950px));
    height: calc(0.0168421053 * min(100vw, 950px));
    top: calc(100% - 0.0010526316 * min(100vw, 950px));
  }
}
.support__lead {
  font-size: 5.3333333333vw;
  text-align: center;
  margin: 2.6666666667vw 0 0;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .support__lead {
    font-size: calc(0.0294736842 * min(100vw, 950px));
    margin-top: calc(0.0273684211 * min(100vw, 950px));
  }
}
.support__lead--red {
  color: #FF0033;
}
.support__lead sup {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__lead sup {
    font-size: calc(0.0147368421 * min(100vw, 950px));
  }
}
.support__figure {
  border-radius: 2.1333333333vw;
  border: 0.2666666667vw #2F3965 solid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .support__figure {
    border-width: calc(0.0015789474 * min(100vw, 950px));
    border-radius: calc(0.0126315789 * min(100vw, 950px));
    margin: calc(0.0210526316 * min(100vw, 950px)) auto 0;
    width: calc(0.7157894737 * min(100vw, 950px));
  }
}
.support__figure-container {
  padding: 4.2666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .support__figure-container {
    padding: calc(0.0210526316 * min(100vw, 950px));
  }
}
.support__figure-container:first-child {
  border-right: 0.2666666667vw #2F3965 solid;
  --text-color: #818181;
  background: #EAEAEA;
}
@media screen and (min-width: 768px) {
  .support__figure-container:first-child {
    border-width: calc(0.0015789474 * min(100vw, 950px));
  }
}
.support__figure-container:last-child {
  --text-color: #FF0033;
  background: #fff;
}
.support__figure-times {
  font-size: 2.6666666667vw;
  color: #fff;
  font-weight: 700;
  padding: 0.2666666667vw 3.2vw;
  border-radius: 99px;
  background: var(--text-color);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .support__figure-times {
    font-size: calc(0.0189473684 * min(100vw, 950px));
    padding: calc(0.0021052632 * min(100vw, 950px)) calc(0.0189473684 * min(100vw, 950px));
  }
}
.support__figure-text {
  font-size: 4.2666666667vw;
  margin: 1.0666666667vw 0 0;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.4;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .support__figure-text {
    font-size: calc(0.0252631579 * min(100vw, 950px));
    margin-top: calc(0.0084210526 * min(100vw, 950px));
  }
}
.support__figure-text::first-line {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__figure-text::first-line {
    font-size: calc(0.0168421053 * min(100vw, 950px));
  }
}
.support__text-link {
  margin: 6.4vw auto 0;
}
@media screen and (min-width: 768px) {
  .support__text-link {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.support__note {
  font-size: 2.6666666667vw;
  color: #333;
  margin: 4.2666666667vw 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .support__note {
    font-size: calc(0.0147368421 * min(100vw, 950px));
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    margin-bottom: calc(0.0421052632 * min(100vw, 950px));
  }
}
.support__video {
  display: block;
  position: relative;
  padding: 0;
  border: none;
  margin: 2.1333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .support__video {
    width: calc(0.6526315789 * min(100vw, 950px));
    margin: calc(0.0105263158 * min(100vw, 950px)) auto 0;
  }
}
.support__video img {
  width: 100%;
}
.support__video::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  background: url("../images/ico_video_02.svg?20250908") no-repeat center center/contain;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .support__video::before {
    width: calc(0.0631578947 * min(100vw, 950px));
  }
}
@media (hover: hover) and (pointer: fine) {
  .support__video:hover {
    opacity: 1;
  }
  .support__video:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.sim__deco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
  font-size: 4.2666666667vw;
  margin: 10.6666666667vw auto 0;
  text-align: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sim__deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.sim__deco::before, .sim__deco::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .sim__deco::before, .sim__deco::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.sim__deco::before {
  transform: rotate(-20deg) translateY(2px);
}
.sim__deco::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (min-width: 768px) {
  .sim__deco {
    font-size: calc(0.0252631579 * min(100vw, 950px));
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.sim__deco::before, .sim__deco::after {
  width: 0.5333333333vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sim__deco::before, .sim__deco::after {
    width: calc(0.0026315789 * min(100vw, 950px));
    height: calc(0.0294736842 * min(100vw, 950px));
  }
}
.sim__deco::before {
  transform: rotate(-20deg);
}
.sim__deco::after {
  transform: rotate(20deg);
}
.sim__title {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sim__title {
    font-size: calc(0.0294736842 * min(100vw, 950px));
  }
}
.sim__title sup {
  font-size: 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .sim__title sup {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .sim__title sup {
    font-size: calc(0.0147368421 * min(100vw, 950px));
  }
}
.sim__lead {
  font-size: 5.3333333333vw;
  text-align: center;
  margin: 2.6666666667vw 0 0;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sim__lead {
    font-size: calc(0.0294736842 * min(100vw, 950px));
    margin-top: calc(0.0126315789 * min(100vw, 950px));
  }
}
.sim__lead sup {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sim__lead sup {
    font-size: calc(0.0147368421 * min(100vw, 950px));
  }
}
.sim__text-link {
  margin: 4.2666666667vw auto 0;
}
@media screen and (min-width: 768px) {
  .sim__text-link {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.sim__image {
  margin: 4.2666666667vw auto 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sim__image {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    margin-bottom: calc(0.0631578947 * min(100vw, 950px));
    width: calc(0.5073684211 * min(100vw, 950px));
  }
}
.sim__image img {
  width: 100%;
}
.sim__heading {
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin: 4.2666666667vw 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sim__heading {
    font-size: calc(0.0336842105 * min(100vw, 950px));
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.sim__list {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sim__list {
    flex-direction: row;
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    gap: 0;
  }
}
.sim__item {
  display: flex;
  gap: 2.1333333333vw;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sim__item {
    width: 33.3333333333%;
    flex-direction: column;
    gap: calc(0.0168421053 * min(100vw, 950px));
  }
}
.sim__icon {
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background: #FFF3E6;
  border-radius: 999px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sim__icon {
    width: calc(0.1263157895 * min(100vw, 950px));
  }
}
.sim__icon img {
  width: 100%;
}
.sim__text-main {
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #FF0033;
  margin: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sim__text-main {
    font-size: calc(0.0210526316 * min(100vw, 950px));
    text-align: center;
  }
}
.sim__text {
  font-size: 3.2vw;
  margin: 1.0666666667vw 0 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .sim__text {
    font-size: calc(0.0189473684 * min(100vw, 950px));
    margin-top: calc(0.0084210526 * min(100vw, 950px));
    text-align: center;
  }
}
.sim__button {
  gap: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sim__button {
    gap: calc(0.0105263158 * min(100vw, 950px));
  }
}
.sim__note {
  font-size: 2.6666666667vw;
  color: #333;
  margin: 4.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .sim__note {
    font-size: max(0.0126315789 * min(100vw, 950px), 10px);
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    text-align: center;
  }
}

.flow {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.flow__tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__tab-list {
    gap: calc(0.0294736842 * min(100vw, 950px));
  }
}
.flow__tab-button {
  width: calc(100% - 0.5333333333vw);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2F3965;
  font-size: 4.2666666667vw;
  font-weight: 700;
  border: 0.2666666667vw #2F3965 solid;
  border-radius: 1.0666666667vw;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 #2F3965;
  height: 12.8vw;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .flow__tab-button {
    width: calc(100% - 0.0042105263 * min(100vw, 950px));
    font-size: calc(0.0294736842 * min(100vw, 950px));
    height: calc(0.0842105263 * min(100vw, 950px));
    border-radius: calc(0.0042105263 * min(100vw, 950px));
    border-width: calc(0.0021052632 * min(100vw, 950px));
    box-shadow: calc(0.0042105263 * min(100vw, 950px)) calc(0.0042105263 * min(100vw, 950px)) 0 #2F3965;
  }
}
.flow__tab-button.is-active {
  background: #2F3965;
  color: #fff;
  box-shadow: 0 0 0 #cc0029;
  transform: translate(0.5333333333vw, 0.5333333333vw);
}
@media screen and (min-width: 768px) {
  .flow__tab-button.is-active {
    transform: translate(calc(0.0042105263 * min(100vw, 950px)), calc(0.0042105263 * min(100vw, 950px)));
  }
}
.flow__balloon {
  background: #fff;
  margin: 4.2666666667vw 0 0;
  border-radius: 2.1333333333vw;
  border: 0.2666666667vw #2F3965 solid;
  padding: 6.6666666667vw 3.7333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__balloon {
    border-width: calc(0.0015789474 * min(100vw, 950px));
    border-radius: calc(0.0126315789 * min(100vw, 950px));
    padding: calc(0.0421052632 * min(100vw, 950px));
    margin-top: calc(0.0557894737 * min(100vw, 950px));
  }
}
.flow__balloon::before, .flow__balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 3.7333333333vw;
  height: 2.6666666667vw;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  left: 25%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .flow__balloon::before, .flow__balloon::after {
    width: calc(0.0421052632 * min(100vw, 950px));
    height: calc(0.0368421053 * min(100vw, 950px));
  }
}
.flow__balloon::before {
  background: #2F3965;
  bottom: 100%;
}
.flow__balloon::after {
  background: #fff;
  bottom: calc(100% - 0.4vw);
}
@media screen and (min-width: 768px) {
  .flow__balloon::after {
    bottom: calc(100% - 0.0021052632 * min(100vw, 950px));
  }
}
.flow__balloon.is-new::before, .flow__balloon.is-new::after {
  left: 75%;
}
.flow__step {
  padding-left: 12.8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__step {
    padding-left: calc(0.0884210526 * min(100vw, 950px));
  }
}
.flow__step.is-hidden {
  display: none;
}
.flow__step:not(.is-hidden) {
  counter-increment: num;
}
.flow__step:not(:last-child) {
  border-bottom: 0.2666666667vw #DDD solid;
  padding-bottom: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__step:not(:last-child) {
    border-width: calc(0.0015789474 * min(100vw, 950px));
    padding-bottom: calc(0.0421052632 * min(100vw, 950px));
    margin-bottom: calc(0.0421052632 * min(100vw, 950px));
  }
}
.flow__step-num {
  position: absolute;
  font-family: "Helvetica", Arial, sans-serif;
  left: 0;
  top: 0;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #2F3965;
  color: #fff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .flow__step-num {
    width: calc(0.0631578947 * min(100vw, 950px));
    font-size: calc(0.0157894737 * min(100vw, 950px));
  }
}
.flow__step-num::after {
  content: "0" counter(num);
  font-size: 4.8vw;
  line-height: 0.95;
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__step-num::after {
    font-size: calc(0.0284210526 * min(100vw, 950px));
    margin-bottom: calc(0.0031578947 * min(100vw, 950px));
  }
}
.flow__heading {
  color: #FF0033;
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .flow__heading {
    font-size: calc(0.0210526316 * min(100vw, 950px));
  }
}
.flow__text {
  font-size: 3.2vw;
  margin: 1.0666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .flow__text {
    font-size: calc(0.0189473684 * min(100vw, 950px));
    margin-top: calc(0.0105263158 * min(100vw, 950px));
  }
}
.flow__image {
  margin: 4.2666666667vw auto 4.2666666667vw 0;
  width: 53.8666666667vw;
}
@media screen and (min-width: 768px) {
  .flow__image {
    margin: calc(0.0252631579 * min(100vw, 950px)) auto calc(0.0421052632 * min(100vw, 950px)) 0;
    width: calc(0.3284210526 * min(100vw, 950px));
  }
}
.flow__image img {
  width: 100%;
}
.flow__text-link {
  margin: 2.1333333333vw 0 0;
  font-size: 3.2vw;
  background-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .flow__text-link {
    font-size: calc(0.0189473684 * min(100vw, 950px));
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    background-size: calc(0.02 * min(100vw, 950px));
  }
}
.flow__message {
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin: 4.2666666667vw 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__message {
    font-size: calc(0.0210526316 * min(100vw, 950px));
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.flow__message--red {
  color: #FF0033;
}
.flow__points {
  display: grid;
  gap: 0.2666666667vw;
  background: #DDD;
  grid-template-columns: 1fr 1fr;
  margin: 4.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .flow__points {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    gap: calc(0.0021052632 * min(100vw, 950px));
  }
}
.flow__point {
  background: #fff;
  text-align: center;
  padding: 3.7333333333vw 2.1333333333vw 3.2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  counter-increment: point;
}
@media screen and (min-width: 768px) {
  .flow__point {
    padding: calc(0 * min(100vw, 950px)) calc(0 * min(100vw, 950px)) calc(0.0210526316 * min(100vw, 950px));
  }
}
.flow__point::before {
  content: "POINT 0" counter(point);
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  color: #fff;
  background: #FF0033;
  border-radius: 99px;
  padding: 0.8vw 3.2vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .flow__point::before {
    font-size: calc(0.0157894737 * min(100vw, 950px));
    padding: calc(0.0042105263 * min(100vw, 950px)) calc(0.0178947368 * min(100vw, 950px));
    margin-bottom: calc(0 * min(100vw, 950px));
  }
}
@media screen and (min-width: 768px) {
  .flow__point:nth-child(3), .flow__point:nth-child(4) {
    padding-top: calc(0.0210526316 * min(100vw, 950px));
  }
}
.flow__point-text {
  font-size: 2.6666666667vw;
  margin: 1.0666666667vw 0 0;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .flow__point-text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    margin-top: calc(0.0105263158 * min(100vw, 950px));
  }
}
.flow__point-text--red {
  color: #FF0033;
}
.flow__point-image {
  margin: 3.7333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .flow__point-image {
    margin: calc(0.0105263158 * min(100vw, 950px)) 0 0;
  }
}
.flow__point-image img {
  width: 100%;
}
.flow__cta {
  margin: 6.4vw 0 0;
}
@media screen and (min-width: 768px) {
  .flow__cta {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.flow__cta-deco {
  gap: 0.5333333333vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .flow__cta-deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
@media screen and (max-width: 767px) {
  .flow__button {
    height: 10.1333333333vw;
    font-size: 3.2vw;
    padding-left: 2.1333333333vw;
  }
}

.accordion {
  padding: 4.2666666667vw 0;
  border-bottom: 1px solid #2F3965;
}
@media screen and (min-width: 768px) {
  .accordion {
    padding: calc(0.0210526316 * min(100vw, 950px)) 0;
  }
}
.accordion:first-child {
  margin-top: 6.4vw;
  border-top: 1px solid #2F3965;
}
@media screen and (min-width: 768px) {
  .accordion:first-child {
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.accordion__question, .accordion__answer-text {
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .accordion__question, .accordion__answer-text {
    gap: calc(0.0210526316 * min(100vw, 950px));
  }
}
.accordion__question::before, .accordion__answer-text::before {
  content: "Q";
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 4.8vw;
  color: #fff;
  background: var(--faq-color);
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 99px;
}
@media screen and (min-width: 768px) {
  .accordion__question::before, .accordion__answer-text::before {
    font-size: calc(0.0284210526 * min(100vw, 950px));
    width: calc(0.0421052632 * min(100vw, 950px));
    height: calc(0.0421052632 * min(100vw, 950px));
  }
}
.accordion__question::after, .accordion__answer-text::after {
  content: "";
  position: absolute;
  display: block;
  left: 3.2vw;
  top: 3.2vw;
  width: 4.2666666667vw;
  aspect-ratio: 1/1;
  background: var(--faq-color);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .accordion__question::after, .accordion__answer-text::after {
    left: calc(0.0210526316 * min(100vw, 950px));
    top: calc(0.0210526316 * min(100vw, 950px));
    width: calc(0.0252631579 * min(100vw, 950px));
  }
}
.accordion__question {
  --faq-color: #FF0033;
}
@media (hover: hover) and (pointer: fine) {
  .accordion__question:hover {
    cursor: pointer;
  }
}
.accordion__question::before {
  content: "Q";
}
.accordion__question.is-open .accordion__question-text::after {
  transform: rotate(180deg);
}
.accordion__answer-text {
  --faq-color: #00B6A6;
}
.accordion__answer-text::before {
  content: "A";
}
.accordion__question-text {
  position: relative;
  padding-right: 5.8666666667vw;
  font-weight: 700;
  margin-bottom: 0;
  flex-grow: 1;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .accordion__question-text {
    padding-right: calc(0.0421052632 * min(100vw, 950px));
    font-size: calc(0.0210526316 * min(100vw, 950px));
  }
}
.accordion__question-text::before, .accordion__question-text::after {
  position: absolute;
  right: 0;
  top: calc(50% - 0.2666666667vw);
  content: "";
  width: 3.7333333333vw;
  height: 0.5333333333vw;
  background: #2F3965;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .accordion__question-text::before, .accordion__question-text::after {
    width: calc(0.0221052632 * min(100vw, 950px));
    height: calc(0.0031578947 * min(100vw, 950px));
    top: calc(50% - 0.0015789474 * min(100vw, 950px));
  }
}
.accordion__question-text::after {
  transform: rotate(90deg);
}
.accordion__answer-text {
  padding-right: 5.8666666667vw;
  margin: 4.2666666667vw 0 0;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .accordion__answer-text {
    padding-right: calc(0.0421052632 * min(100vw, 950px));
    margin-top: calc(0.0210526316 * min(100vw, 950px));
    font-size: calc(0.0210526316 * min(100vw, 950px));
  }
}
.accordion__detail {
  margin: 2.1333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .accordion__detail {
    margin-top: calc(0.0210526316 * min(100vw, 950px));
  }
}
.accordion__text {
  margin: 0;
  font: inherit;
}
.accordion__note {
  font-size: 2.6666666667vw;
  color: #333;
  display: inline-block;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .accordion__note {
    font-size: calc(0.0147368421 * min(100vw, 950px));
    margin-top: calc(0.0126315789 * min(100vw, 950px));
  }
}

.campaign {
  margin-top: 6.4vw;
  padding-bottom: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .campaign {
    overflow: hidden;
    margin-top: calc(0.0631578947 * min(100vw, 950px));
    padding-bottom: calc(0.0578947368 * min(100vw, 950px));
  }
}
.campaign__list {
  width: 77.6vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .campaign__list {
    width: calc(0.5957894737 * min(100vw, 950px));
  }
}
.campaign__link {
  display: block;
  margin: 0 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .campaign__link {
    margin: 0 calc(0.0347368421 * min(100vw, 950px));
  }
}
.campaign__link img {
  width: 100%;
}
.campaign .slick-list {
  overflow: visible;
}
.campaign .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  color: transparent;
  background: url("../images/ico_slider-arrow_01.png?20250908") no-repeat center center/contain;
  border: none;
}
@media screen and (min-width: 768px) {
  .campaign .slick-arrow {
    width: calc(0.0631578947 * min(100vw, 950px));
  }
}
.campaign .slick-prev {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .campaign .slick-prev {
    transform: translate(-100%, -50%) scale(-1, 1);
  }
}
.campaign .slick-next {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 768px) {
  .campaign .slick-next {
    transform: translate(100%, -50%);
  }
}
.campaign .slick-dots {
  position: absolute;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 4.8vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .campaign .slick-dots {
    gap: calc(0.0284210526 * min(100vw, 950px));
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
.campaign .slick-dots button {
  display: block;
  color: transparent;
  font-size: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: none;
  border-radius: 99px;
  background: #BABABA;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .campaign .slick-dots button {
    width: calc(0.0157894737 * min(100vw, 950px));
    height: calc(0.0157894737 * min(100vw, 950px));
  }
}
.campaign .slick-dots .slick-active button {
  background: #818181;
}

.gallery {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .gallery {
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.gallery__video {
  display: block;
  position: relative;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .gallery__video {
    width: calc(0.6526315789 * min(100vw, 950px));
    margin: 0 auto;
  }
}
.gallery__video img {
  width: 100%;
}
.gallery__video::before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  background: url("../images/ico_video_01.svg?20250908") no-repeat center center/contain;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .gallery__video::before {
    width: calc(0.0631578947 * min(100vw, 950px));
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery__video:hover {
    opacity: 1;
  }
  .gallery__video:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.gallery__caption {
  font-size: 2.6666666667vw;
  text-align: center;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .gallery__caption {
    font-size: calc(0.0189473684 * min(100vw, 950px));
    margin-top: calc(0.0210526316 * min(100vw, 950px));
  }
}
.gallery__deco {
  margin: 21.3333333333vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
  text-align: center;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .gallery__deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.gallery__deco::before, .gallery__deco::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .gallery__deco::before, .gallery__deco::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.gallery__deco::before {
  transform: rotate(-20deg) translateY(2px);
}
.gallery__deco::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (min-width: 768px) {
  .gallery__deco {
    font-size: calc(0.0252631579 * min(100vw, 950px));
  }
}
.gallery__deco::before, .gallery__deco::after {
  width: 0.5333333333vw;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .gallery__deco::before, .gallery__deco::after {
    width: calc(0.0026315789 * min(100vw, 950px));
    height: calc(0.0294736842 * min(100vw, 950px));
  }
}
@media screen and (min-width: 768px) {
  .gallery__deco {
    margin-top: calc(0.1263157895 * min(100vw, 950px));
  }
}
.gallery__banner {
  display: block;
  margin: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .gallery__banner {
    margin: calc(0.0105263158 * min(100vw, 950px));
  }
}
.gallery__banner img {
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 800;
  transition: 0.3s;
}
.modal:not(.is-shown) {
  opacity: 0;
  pointer-events: none;
}
.modal__inner {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    padding: 0 15px;
    max-width: 950px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal__inner {
    max-width: 1230px;
    position: relative;
  }
}
.modal__close {
  position: fixed;
  top: 2.1333333333vw;
  right: 2.1333333333vw;
  color: transparent;
  border: none;
  width: 9.6vw;
  height: 9.6vw;
  background: url("../images/ico_close_01.svg?20250908") no-repeat center center/contain;
  z-index: 800;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .modal__close {
    width: calc(0.0390243902 * min(100vw, 1230px));
    height: calc(0.0390243902 * min(100vw, 1230px));
    position: absolute;
    top: calc(0.0162601626 * min(100vw, 1230px));
    right: calc(0.0292682927 * min(100vw, 1230px));
  }
}
.modal__content {
  background: #FFF2F4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal__content {
    border-radius: calc(0.0162601626 * min(100vw, 1230px));
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal__list {
  transition: opacity 0.3s;
}
.modal__list:not(.is-shown) {
  opacity: 0;
  pointer-events: none;
}
.modal__list.is-shown {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.modal__wrapper {
  height: calc(100dvh - 28vw);
  overflow-y: auto;
  padding: 2.1333333333vw 4vw 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal__wrapper {
    height: calc(100dvh - 0.1336842105 * min(100vw, 950px));
    padding: calc(0.0162601626 * min(100vw, 1230px)) calc(0.0975609756 * min(100vw, 1230px)) calc(0.0487804878 * min(100vw, 1230px));
  }
}
.modal__icon {
  width: 16vw;
  height: 14.4vw;
  margin: 0 auto;
}
.modal__icon img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal__icon {
    width: calc(0.0731707317 * min(100vw, 1230px));
    height: calc(0.0658536585 * min(100vw, 1230px));
  }
}
.modal__title {
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .modal__title {
    font-size: calc(0.0243902439 * min(100vw, 1230px));
  }
}
.modal__title--red {
  color: #FF0033;
}
.modal__body {
  background: #fff;
  border-radius: 2.1333333333vw;
  padding: 6.4vw 4vw;
  margin: 4.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal__body {
    border-radius: calc(0.0081300813 * min(100vw, 1230px));
    padding: calc(0.0325203252 * min(100vw, 1230px)) calc(0.1463414634 * min(100vw, 1230px));
    margin-top: calc(0.0203252033 * min(100vw, 1230px));
  }
}
.modal__lead {
  text-align: center;
  font-weight: 700;
  font-size: 4.2666666667vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .modal__lead {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
  }
}
.modal__lead--red {
  color: #FF0033;
}
.modal__lead--4g {
  position: relative;
}
.modal__lead .u-f-helvetica {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .modal__lead .u-f-helvetica {
    font-size: calc(0.0211382114 * min(100vw, 1230px));
  }
}
.modal__lead--sup {
  position: absolute;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  top: -0.6em;
  right: -1em;
}
@media screen and (min-width: 768px) {
  .modal__lead--sup {
    font-size: calc(0.0097560976 * min(100vw, 1230px));
  }
}
.modal__note {
  font-size: 2.6666666667vw;
  color: #333;
  font-weight: 400;
  margin: 1.0666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal__note {
    font-size: max(0.0097560976 * min(100vw, 1230px), 10px);
    margin-top: calc(0.006504065 * min(100vw, 1230px));
  }
}
.modal__note--medium {
  font-weight: 500;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .modal__note--medium {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal__note--bold {
  font-weight: 700;
}
.modal__notes-list {
  font-size: 2.6666666667vw;
  list-style: none;
  position: relative;
  margin: 0;
  color: #333;
}
@media screen and (min-width: 768px) {
  .modal__notes-list {
    font-size: max(0.0097560976 * min(100vw, 1230px), 10px);
  }
}
.modal__notes-list--num {
  counter-reset: li;
}
.modal__notes-list--num .modal__notes-item {
  padding-left: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .modal__notes-list--num .modal__notes-item {
    padding-left: calc(0.0260162602 * min(100vw, 1230px));
  }
}
.modal__notes-list--num .modal__notes-item::before {
  content: "＊" counter(li);
  counter-increment: li;
}
.modal__notes-item {
  padding-left: 4.2666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal__notes-item {
    padding-left: calc(0.0154471545 * min(100vw, 1230px));
  }
}
.modal__notes-item + .modal__notes-item {
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .modal__notes-item + .modal__notes-item {
    margin-top: calc(0.006504065 * min(100vw, 1230px));
  }
}
.modal__notes-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.modal__note-link {
  font: inherit;
  color: #333;
}
.modal__box {
  background: #FFF3E6;
  border-radius: 2.1333333333vw;
  padding: 4.2666666667vw;
  margin: 5.3333333333vw 0 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal__box {
    border-radius: calc(0.0081300813 * min(100vw, 1230px));
    padding: calc(0.0162601626 * min(100vw, 1230px)) calc(0.0325203252 * min(100vw, 1230px));
    margin: calc(0.0487804878 * min(100vw, 1230px)) auto;
  }
}
.modal__box-heading {
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .modal__box-heading {
    font-size: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal__box-text {
  font-size: 3.2vw;
  padding-top: 4.2666666667vw;
  margin: 2.1333333333vw 0 0;
  border-top: 0.2666666667vw #DDD solid;
}
@media screen and (min-width: 768px) {
  .modal__box-text {
    font-size: calc(0.0146341463 * min(100vw, 1230px));
    padding-top: calc(0.0162601626 * min(100vw, 1230px));
    margin-top: calc(0.0040650407 * min(100vw, 1230px));
    border-width: calc(0.0008130081 * min(100vw, 1230px));
  }
}
.modal__deco {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
  font-size: 3.7333333333vw;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .modal__deco {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.modal__deco::before, .modal__deco::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .modal__deco::before, .modal__deco::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.modal__deco::before {
  transform: rotate(-20deg) translateY(2px);
}
.modal__deco::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (min-width: 768px) {
  .modal__deco {
    font-size: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal__deco::before, .modal__deco::after {
  width: 0.5333333333vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal__deco::before, .modal__deco::after {
    width: calc(0.0024390244 * min(100vw, 1230px));
    height: calc(0.0260162602 * min(100vw, 1230px));
  }
}
.modal__text {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .modal__text {
    font-size: calc(0.0146341463 * min(100vw, 1230px));
  }
}
.modal__accordion-item {
  padding: 2.1333333333vw 0;
  border-bottom: 0.2666666667vw #DDD solid;
  color: #333;
}
@media screen and (min-width: 768px) {
  .modal__accordion-item {
    padding: calc(0.0105263158 * min(100vw, 950px)) 0;
    border-width: calc(0.0015789474 * min(100vw, 950px));
  }
}
.modal__accordion-title {
  font-size: 3.2vw;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal__accordion-title {
    font-size: calc(0.0147368421 * min(100vw, 950px));
  }
}
.modal__accordion-title::before, .modal__accordion-title::after {
  position: absolute;
  right: 0;
  top: calc(50% - 0.2666666667vw);
  content: "";
  width: 3.7333333333vw;
  height: 0.2666666667vw;
  background: currentColor;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .modal__accordion-title::before, .modal__accordion-title::after {
    width: calc(0.0147368421 * min(100vw, 950px));
    height: calc(0.0010526316 * min(100vw, 950px));
    top: calc(50% - 0.0010526316 * min(100vw, 950px));
  }
}
.modal__accordion-title::after {
  transform: rotate(90deg);
}
.modal__accordion-title.is-open::after {
  transform: rotate(180deg);
}
.modal__accordion-text {
  font-size: 2.6666666667vw;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal__accordion-text {
    font-size: max(0.0097560976 * min(100vw, 1230px), 10px);
    margin-top: calc(0.0105263158 * min(100vw, 950px));
  }
}
.modal .slick-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  color: transparent;
  background: url("../images/ico_slider-arrow_02.svg?20250908") no-repeat center center/contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .modal .slick-arrow {
    opacity: 0.4;
  }
}
@media screen and (min-width: 768px) {
  .modal .slick-arrow {
    width: calc(0.0487804878 * min(100vw, 1230px));
  }
}
.modal .slick-prev {
  left: 2.1333333333vw;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .modal .slick-prev {
    left: calc(0.0243902439 * min(100vw, 1230px));
  }
}
.modal .slick-next {
  right: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .modal .slick-next {
    right: calc(0.0243902439 * min(100vw, 1230px));
  }
}

.modal-plan-s {
  margin: 6.4vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-plan-s {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-plan-s__lead {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__lead {
    font-size: calc(0.0178861789 * min(100vw, 1230px));
  }
}
.modal-plan-s__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__container {
    margin-top: calc(0.0097560976 * min(100vw, 1230px));
  }
}
@media screen and (min-width: 768px) {
  .modal-plan-s__capacity {
    padding-bottom: calc(0.012195122 * min(100vw, 1230px));
  }
}
.modal-plan-s__plan-name {
  font-size: 3.2vw;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__plan-name {
    font-size: calc(0.0146341463 * min(100vw, 1230px));
  }
}
.modal-plan-s__box {
  border: 0.2666666667vw #DDD solid;
  border-radius: 2.1333333333vw;
  box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.16);
  padding: 1.0666666667vw 1.8666666667vw;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 0.5333333333vw;
  line-height: 1;
  margin: 0.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__box {
    border-width: calc(0.0008130081 * min(100vw, 1230px));
    border-radius: calc(0.0081300813 * min(100vw, 1230px));
    box-shadow: 0 calc(0.0048780488 * min(100vw, 1230px)) calc(0.0048780488 * min(100vw, 1230px)) rgba(0, 0, 0, 0.16);
    padding: calc(0.0048780488 * min(100vw, 1230px)) calc(0.0081300813 * min(100vw, 1230px));
    gap: calc(0.0032520325 * min(100vw, 1230px));
    margin-top: calc(0.0032520325 * min(100vw, 1230px));
  }
}
.modal-plan-s__box-num {
  font-size: 4.8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__box-num {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
  }
}
.modal-plan-s__box-num sup {
  position: absolute;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  top: -1.1em;
  right: -1em;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__box-num sup {
    font-size: calc(0.0097560976 * min(100vw, 1230px));
  }
}
.modal-plan-s__box-arrow {
  color: transparent;
  display: block;
  background: url("../images/ico_arrow_03.svg?20250908") no-repeat center center/contain;
  width: 2.6666666667vw;
  height: 4.8vw;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__box-arrow {
    width: calc(0.0130081301 * min(100vw, 1230px));
    height: calc(0.0195121951 * min(100vw, 1230px));
  }
}
.modal-plan-s__box-red {
  color: #FF0033;
  font-weight: 700;
  font-size: 7.4666666667vw;
  transform: translateY(0.5333333333vw);
}
@media screen and (min-width: 768px) {
  .modal-plan-s__box-red {
    font-size: calc(0.0325203252 * min(100vw, 1230px));
    transform: translateY(calc(0.0016260163 * min(100vw, 1230px)));
  }
}
.modal-plan-s__box-unit {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__box-unit {
    font-size: calc(0.0146341463 * min(100vw, 1230px));
  }
}
.modal-plan-s__price {
  margin-left: 3.2vw;
  transform: translateY(1.0666666667vw);
}
@media screen and (min-width: 768px) {
  .modal-plan-s__price {
    margin-left: calc(0.0097560976 * min(100vw, 1230px));
    transform: translateY(calc(0.0048780488 * min(100vw, 1230px)));
  }
}
.modal-plan-s__intax {
  margin-left: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__intax {
    margin-left: calc(0.0048780488 * min(100vw, 1230px));
  }
}
.modal-plan-s__price-num, .modal-plan-s__intax-num {
  font-size: 10.6666666667vw;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #FF0033;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__price-num, .modal-plan-s__intax-num {
    font-size: calc(0.0731707317 * min(100vw, 1230px));
  }
}
.modal-plan-s__intax-num {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__intax-num {
    font-size: calc(0.0365853659 * min(100vw, 1230px));
  }
}
.modal-plan-s__price-unit, .modal-plan-s__intax-unit {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__price-unit, .modal-plan-s__intax-unit {
    font-size: calc(0.0243902439 * min(100vw, 1230px));
  }
}
.modal-plan-s__price-unit {
  font-weight: 700;
}
.modal-plan-s__intax-unit {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-plan-s__intax-unit {
    font-size: calc(0.0130081301 * min(100vw, 1230px));
  }
}

.modal-table {
  margin: 4.2666666667vw 0 6.4vw;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .modal-table {
    margin: calc(0.0195121951 * min(100vw, 1230px)) 0 calc(0.0195121951 * min(100vw, 1230px));
  }
}
.modal-table__header, .modal-table__data {
  border: 0.2666666667vw #DDD solid;
  padding: 2.6666666667vw 1.0666666667vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .modal-table__header, .modal-table__data {
    border-width: calc(0.0008130081 * min(100vw, 1230px));
    padding: calc(0.0097560976 * min(100vw, 1230px)) calc(0.0081300813 * min(100vw, 1230px));
  }
}
.modal-table__header {
  background: #FFF3E6;
  font-weight: 700;
  text-align: left;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-table__header {
    font-size: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-table__data {
  text-align: right;
}
.modal-table__data--num {
  font-size: 5.3333333333vw;
  font-family: "Helvetica", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .modal-table__data--num {
    font-size: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-table__data--red {
  color: #FF0033;
}
.modal-table__data--unit {
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .modal-table__data--unit {
    font-size: calc(0.0178861789 * min(100vw, 1230px));
  }
}

.modal-overseas__message {
  color: #FF0033;
  font-weight: 700;
  font-size: 3.7333333333vw;
  margin: 1.3333333333vw 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-overseas__message {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
    margin-top: calc(0.006504065 * min(100vw, 1230px));
  }
}
.modal-overseas__message .u-f-helvetica {
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-overseas__message .u-f-helvetica {
    font-size: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-overseas__message--large {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .modal-overseas__message--large {
    font-size: calc(0.0243902439 * min(100vw, 1230px));
  }
}
.modal-overseas__image {
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-overseas__image {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-overseas__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-overseas__box {
    margin-bottom: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-overseas__note {
  color: #333;
  font-size: 3.2vw;
  margin: 4.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-overseas__note {
    font-size: max(0.0130081301 * min(100vw, 1230px), 10px);
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-overseas__note + .modal-overseas__note {
  margin-top: 5.3333333333vw;
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-overseas__note + .modal-overseas__note {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
    margin-bottom: calc(0.0162601626 * min(100vw, 1230px));
  }
}

.modal-giga__message {
  width: fit-content;
  margin: 4.2666666667vw auto 0;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .modal-giga__message {
    margin-top: calc(0.0097560976 * min(100vw, 1230px));
    font-size: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-giga__message--red {
  color: #FF0033;
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .modal-giga__message--red {
    font-size: calc(0.0455284553 * min(100vw, 1230px));
  }
}
.modal-giga__message--num {
  font-size: 12.8vw;
  margin: 0 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-giga__message--num {
    font-size: calc(0.0780487805 * min(100vw, 1230px));
    margin: 0 calc(0.0032520325 * min(100vw, 1230px));
  }
}
.modal-giga__message .u-f-helvetica {
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .modal-giga__message .u-f-helvetica {
    font-size: calc(0.0390243902 * min(100vw, 1230px));
  }
}
.modal-giga__badge {
  padding: 0.5333333333vw 10.6666666667vw;
  border-radius: 99px;
  background: #FF0033;
  color: #fff;
  width: fit-content;
  margin: 3.2vw auto 0;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .modal-giga__badge {
    padding: calc(0.0032520325 * min(100vw, 1230px)) calc(0.0650406504 * min(100vw, 1230px));
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
    font-size: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-giga__image {
  margin: 2.1333333333vw auto 0;
  width: 58.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-giga__image {
    margin-top: calc(0.0195121951 * min(100vw, 1230px));
    width: calc(0.325203252 * min(100vw, 1230px));
  }
}
.modal-giga__image img {
  width: 100%;
}
.modal-giga__heading {
  font-size: 4.2666666667vw;
  text-align: center;
  margin: 4.2666666667vw 0 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .modal-giga__heading {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-giga__table {
  margin: 4.2666666667vw 0;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .modal-giga__table {
    margin: calc(0.0162601626 * min(100vw, 1230px)) 0;
  }
}
.modal-giga__head, .modal-giga__data {
  border: 0.2666666667vw #DDD solid;
  padding: 2.1333333333vw 0.5333333333vw;
  white-space: nowrap;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-giga__head, .modal-giga__data {
    border-width: calc(0.0008130081 * min(100vw, 1230px));
    padding: calc(0.0097560976 * min(100vw, 1230px)) calc(0.0032520325 * min(100vw, 1230px));
    font-size: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-giga__head {
  background: #FFF3E6;
}

.modal-carry-over__note {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-carry-over__note {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-carry-over__image-area {
  margin: 4.2666666667vw 0 0;
  padding-top: 4.2666666667vw;
  border-top: 0.2666666667vw #DDD solid;
}
@media screen and (min-width: 768px) {
  .modal-carry-over__image-area {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
    padding-top: calc(0.0325203252 * min(100vw, 1230px));
    border-width: calc(0.0008130081 * min(100vw, 1230px));
  }
}
.modal-carry-over__heading {
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .modal-carry-over__heading {
    font-size: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-carry-over__image {
  margin: 4.2666666667vw auto 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-carry-over__image {
    width: calc(0.325203252 * min(100vw, 1230px));
    margin: calc(0.0162601626 * min(100vw, 1230px)) auto;
  }
}
.modal-carry-over__image img {
  width: 100%;
}

.modal-network__image {
  width: 66.6666666667vw;
  margin: 4.2666666667vw auto;
}
@media screen and (min-width: 768px) {
  .modal-network__image {
    width: calc(0.406504065 * min(100vw, 1230px));
    margin: calc(0.0325203252 * min(100vw, 1230px)) auto;
  }
}
.modal-network__image img {
  width: 100%;
}
.modal-network__figure {
  width: 49.3333333333vw;
  margin: 4.2666666667vw auto 6.4vw;
}
@media screen and (min-width: 768px) {
  .modal-network__figure {
    width: calc(0.325203252 * min(100vw, 1230px));
    margin: calc(0.0325203252 * min(100vw, 1230px)) auto;
  }
}
.modal-network__figure img {
  width: 100%;
}
.modal-network__box {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-network__box {
    margin-bottom: calc(0.0162601626 * min(100vw, 1230px));
  }
}

.modal-support__points {
  display: grid;
  gap: 0.2666666667vw;
  background: #DDD;
  grid-template-columns: 1fr 1fr;
  margin: 4.2666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-support__points {
    margin-top: calc(0.0421052632 * min(100vw, 950px));
    gap: calc(0.0021052632 * min(100vw, 950px));
  }
}
.modal-support__point {
  background: #fff;
  text-align: center;
  padding: 3.7333333333vw 2.1333333333vw 3.2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  counter-increment: point;
}
@media screen and (min-width: 768px) {
  .modal-support__point {
    padding: calc(0 * min(100vw, 950px)) calc(0 * min(100vw, 950px)) calc(0.0210526316 * min(100vw, 950px));
  }
}
.modal-support__point::before {
  content: "POINT 0" counter(point);
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
  color: #fff;
  background: #FF0033;
  border-radius: 99px;
  padding: 0.8vw 3.2vw;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .modal-support__point::before {
    font-size: calc(0.0157894737 * min(100vw, 950px));
    padding: calc(0.0042105263 * min(100vw, 950px)) calc(0.0178947368 * min(100vw, 950px));
    margin-bottom: calc(0 * min(100vw, 950px));
  }
}
@media screen and (min-width: 768px) {
  .modal-support__point:nth-child(3), .modal-support__point:nth-child(4) {
    padding-top: calc(0.0210526316 * min(100vw, 950px));
  }
}
.modal-support__point-text {
  font-size: 2.6666666667vw;
  margin: 1.0666666667vw 0 0;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .modal-support__point-text {
    font-size: calc(0.0168421053 * min(100vw, 950px));
    margin-top: calc(0.0105263158 * min(100vw, 950px));
  }
}
.modal-support__point-text--red {
  color: #FF0033;
}
.modal-support__point-image {
  margin: 3.7333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-support__point-image {
    margin: calc(0.0105263158 * min(100vw, 950px)) 0 0;
    width: calc(0.162601626 * min(100vw, 1230px));
  }
}
.modal-support__point-image img {
  width: 100%;
}
.modal-support__text {
  margin: 6.4vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-support__text {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.3333333333vw 1.8666666667vw;
  margin: 6.4vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-support__list {
    gap: calc(0.0195121951 * min(100vw, 1230px)) calc(0.006504065 * min(100vw, 1230px));
    margin: calc(0.0325203252 * min(100vw, 1230px)) 0;
  }
}
.modal-support__item {
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-support__item {
    width: calc(0.1219512195 * min(100vw, 1230px));
  }
}
.modal-support__item:nth-child(1) {
  margin-left: 4vw;
}
@media screen and (min-width: 768px) {
  .modal-support__item:nth-child(1) {
    margin-left: calc(0.0650406504 * min(100vw, 1230px));
  }
}
.modal-support__item:nth-child(2) {
  margin-right: 4vw;
}
@media screen and (min-width: 768px) {
  .modal-support__item:nth-child(2) {
    margin-right: calc(0.0650406504 * min(100vw, 1230px));
  }
}
.modal-support__caption {
  text-align: center;
  font-weight: 700;
  font-size: 3.2vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .modal-support__caption {
    font-size: calc(0.0130081301 * min(100vw, 1230px));
  }
}
.modal-support__image {
  height: 21.3333333333vw;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .modal-support__image {
    height: calc(0.0975609756 * min(100vw, 1230px));
  }
}
.modal-support__image img {
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .modal-support__image img {
    width: 100%;
  }
}
.modal-support__deco {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-support__deco {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-support__text-link {
  margin: 4.2666666667vw auto 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-support__text-link {
    margin: calc(0.0325203252 * min(100vw, 1230px)) auto calc(0.0650406504 * min(100vw, 1230px));
  }
}

.modal-shopping__image {
  margin: -8vw auto 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__image {
    margin: 0 auto calc(0.0130081301 * min(100vw, 1230px));
    width: calc(0.3739837398 * min(100vw, 1230px));
  }
}
.modal-shopping__image img {
  width: 100%;
}
.modal-shopping__heading {
  background: #FF0033;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 5.3333333333vw;
  padding: 1.0666666667vw;
  line-height: 1;
  margin: 4.2666666667vw 0;
}
@media screen and (min-width: 768px) {
  .modal-shopping__heading {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
    padding: calc(0.0048780488 * min(100vw, 1230px));
    margin: calc(0.0325203252 * min(100vw, 1230px)) 0;
  }
}
.modal-shopping__heading .u-f-helvetica {
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__heading .u-f-helvetica {
    font-size: calc(0.0227642276 * min(100vw, 1230px));
  }
}
.modal-shopping__deco {
  color: #FF0033;
  margin: 6.4vw auto 2.1333333333vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__deco {
    font-size: calc(0.0219512195 * min(100vw, 1230px));
    margin: calc(0.0325203252 * min(100vw, 1230px)) auto calc(0.0081300813 * min(100vw, 1230px));
  }
}
.modal-shopping__container {
  --container-color: #FF0033;
  display: grid;
  grid-template-columns: 24vw 1fr;
  border-radius: 2.1333333333vw;
  border: 0.4vw var(--container-color) solid;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .modal-shopping__container {
    grid-template-columns: calc(0.1430894309 * min(100vw, 1230px)) 1fr;
    border-radius: calc(0.006504065 * min(100vw, 1230px));
    border-width: calc(0.0024390244 * min(100vw, 1230px));
  }
}
.modal-shopping__container--orange {
  --container-color: #FF820C;
}
.modal-shopping__container + .modal-shopping__container {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__container + .modal-shopping__container {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-shopping__head {
  background: var(--container-color);
  color: #fff;
  text-align: center;
  padding: 2.1333333333vw 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .modal-shopping__head {
    padding: calc(0.0243902439 * min(100vw, 1230px)) calc(0.0146341463 * min(100vw, 1230px));
  }
}
.modal-shopping__head, .modal-shopping__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
}
.modal-shopping__content {
  padding: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__content {
    padding: calc(0.0243902439 * min(100vw, 1230px)) calc(0.0211382114 * min(100vw, 1230px));
  }
}
.modal-shopping__plus {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 10.6666666667vw;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .modal-shopping__plus {
    font-size: calc(0.0691056911 * min(100vw, 1230px));
  }
}
.modal-shopping__plus::first-letter {
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__plus::first-letter {
    font-size: calc(0.0528455285 * min(100vw, 1230px));
  }
}
.modal-shopping__plus--unit {
  font-size: 6.4vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__plus--unit {
    font-size: calc(0.0422764228 * min(100vw, 1230px));
  }
}
.modal-shopping__head-text {
  margin: 0;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__head-text {
    font-size: calc(0.0130081301 * min(100vw, 1230px));
    margin-top: calc(0.0032520325 * min(100vw, 1230px));
  }
}
.modal-shopping__head-text--large {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__head-text--large {
    font-size: calc(0.0130081301 * min(100vw, 1230px));
  }
}
.modal-shopping__text {
  margin: 0;
}
.modal-shopping__text--01 {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__text--01 {
    font-size: calc(0.0227642276 * min(100vw, 1230px));
  }
}
.modal-shopping__text--02 {
  font-size: 5.3333333333vw;
  line-height: 1;
  margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__text--02 {
    font-size: calc(0.0227642276 * min(100vw, 1230px));
    margin-bottom: calc(0.0032520325 * min(100vw, 1230px));
  }
}
.modal-shopping__text--03 {
  font-size: 5.8666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal-shopping__text--03 {
    font-size: calc(0.0227642276 * min(100vw, 1230px));
  }
}
.modal-shopping__text--04 {
  font-size: 4vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .modal-shopping__text--04 {
    font-size: calc(0.0211382114 * min(100vw, 1230px));
  }
}
.modal-shopping__text .u-f-helvetica {
  font-size: 9.0666666667vw;
  margin: 0 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__text .u-f-helvetica {
    font-size: calc(0.0341463415 * min(100vw, 1230px));
    margin: 0 calc(0.0032520325 * min(100vw, 1230px));
  }
}
.modal-shopping__list {
  margin: 2.1333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-shopping__list {
    margin-top: calc(0.006504065 * min(100vw, 1230px));
  }
}
.modal-shopping__item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__item {
    font-size: calc(0.0170731707 * min(100vw, 1230px));
  }
}
.modal-shopping__item--margin {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__item--margin {
    margin-top: calc(0.006504065 * min(100vw, 1230px));
  }
}
.modal-shopping__item-link {
  font: inherit;
  color: #2F3965;
  text-decoration: underline;
}
.modal-shopping__notes-list {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__notes-list {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-shopping__note {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-shopping__note {
    margin-top: calc(0.0081300813 * min(100vw, 1230px));
  }
}

.modal-line__deco {
  color: #FF0033;
  font-size: 4.2666666667vw;
  margin: 6.4vw auto 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-line__deco {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
    margin: calc(0.0325203252 * min(100vw, 1230px)) auto calc(0.0130081301 * min(100vw, 1230px));
  }
}
.modal-line__image {
  width: 33.3333333333vw;
  margin: 4.2666666667vw auto 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-line__image {
    width: calc(0.1219512195 * min(100vw, 1230px));
    margin: calc(0.0162601626 * min(100vw, 1230px)) auto calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-line__image img {
  width: 100%;
}
.modal-line__text-link {
  margin: 2.1333333333vw auto 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-line__text-link {
    margin: calc(0.0162601626 * min(100vw, 1230px)) auto calc(0.0162601626 * min(100vw, 1230px));
  }
}

.modal-over60__note {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-over60__note {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-over60__deco {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .modal-over60__deco {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-over60__message {
  text-align: center;
  color: #FF0033;
  font-weight: 700;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-over60__message {
    font-size: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-over60__image {
  margin: 4.2666666667vw auto 6.4vw;
  width: 48vw;
}
@media screen and (min-width: 768px) {
  .modal-over60__image {
    margin: calc(0.0162601626 * min(100vw, 1230px)) auto calc(0.0325203252 * min(100vw, 1230px));
    width: calc(0.162601626 * min(100vw, 1230px));
  }
}

.modal-sim__text {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-sim__text {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-sim__figure {
  margin: 4.2666666667vw 0;
  padding-bottom: 4.2666666667vw;
  border-bottom: 0.2666666667vw #DDD solid;
}
@media screen and (min-width: 768px) {
  .modal-sim__figure {
    margin: calc(0.0325203252 * min(100vw, 1230px)) 0;
    border-width: calc(0.0008130081 * min(100vw, 1230px));
  }
}
.modal-sim__figure img {
  width: 100%;
}
.modal-sim__container {
  margin: 4.2666666667vw 0 0;
  display: grid;
  grid-template-columns: 30.6666666667vw 1fr;
  gap: 1.6vw;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .modal-sim__container {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
    grid-template-columns: calc(0.1219512195 * min(100vw, 1230px)) calc(0.2845528455 * min(100vw, 1230px));
    gap: calc(0.0162601626 * min(100vw, 1230px));
    justify-content: center;
  }
}
.modal-sim__heading {
  font-size: 3.7333333333vw;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .modal-sim__heading {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
  }
}
.modal-sim__image {
  margin: 0;
}
.modal-sim__image img {
  width: 100%;
}
.modal-sim__list {
  margin: 0.8vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-sim__list {
    margin-top: calc(0.006504065 * min(100vw, 1230px));
  }
}
.modal-sim__item {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .modal-sim__item {
    font-size: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-sim__item::before {
  content: "";
  display: inline-block;
  width: 2.4vw;
  height: 2.4vw;
  background: url("../images/ico_check_02.svg?20250908") no-repeat center center/contain;
  margin-right: 1.0666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-sim__item::before {
    width: calc(0.0146341463 * min(100vw, 1230px));
    height: calc(0.0146341463 * min(100vw, 1230px));
    margin-right: calc(0.006504065 * min(100vw, 1230px));
  }
}

.modal-mnp__lead {
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .modal-mnp__lead {
    margin-top: calc(0.0162601626 * min(100vw, 1230px));
  }
}
.modal-mnp__figure {
  margin: 5.3333333333vw 0;
  padding-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw #DDD solid;
}
@media screen and (min-width: 768px) {
  .modal-mnp__figure {
    margin: calc(0.0325203252 * min(100vw, 1230px)) 0;
    padding-bottom: calc(0.0325203252 * min(100vw, 1230px));
    border-width: calc(0.0008130081 * min(100vw, 1230px));
  }
}
.modal-mnp__figure img {
  width: 100%;
}
.modal-mnp__heading {
  text-align: center;
  font-weight: 700;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-mnp__heading {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
  }
}
.modal-mnp__list {
  width: fit-content;
  margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 768px) {
  .modal-mnp__list {
    margin-top: calc(0.0325203252 * min(100vw, 1230px));
  }
}
.modal-mnp__item + .modal-mnp__item {
  margin: 2.6666666667vw 0 0;
}
@media screen and (min-width: 768px) {
  .modal-mnp__item + .modal-mnp__item {
    margin-top: calc(0.006504065 * min(100vw, 1230px));
  }
}
.modal-mnp__link {
  font-weight: 700;
  color: #2F3965;
  font-size: 3.7333333333vw;
  display: flex;
  align-items: center;
  gap: 1.6vw;
}
@media screen and (min-width: 768px) {
  .modal-mnp__link {
    font-size: calc(0.0195121951 * min(100vw, 1230px));
    gap: calc(0.0097560976 * min(100vw, 1230px));
  }
}
.modal-mnp__link::before {
  content: "";
  display: inline-block;
  width: 4.8vw;
  aspect-ratio: 1/1;
  background: url("../images/ico_arrow_02.svg?20250908") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .modal-mnp__link::before {
    width: calc(0.0195121951 * min(100vw, 1230px));
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF2F4;
  transition: 0.3s;
  height: calc(100dvh - 28vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .video-modal {
    height: calc(100dvh - 0.1336842105 * min(100vw, 950px));
  }
}
.video-modal:not(.is-shown) {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.video-modal.is-shown {
  z-index: 800;
}
.video-modal.is-shown .ulizahtml5, .video-modal.is-shown .uliza-play-start-button {
  pointer-events: all !important;
}
.video-modal__close {
  position: fixed;
  top: 2.1333333333vw;
  right: 2.1333333333vw;
  color: transparent;
  border: none;
  width: 9.6vw;
  height: 9.6vw;
  background: url("../images/ico_close_01.svg?20250908") no-repeat center center/contain;
  z-index: 800;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .video-modal__close {
    width: calc(0.0390243902 * min(100vw, 1230px));
    height: calc(0.0390243902 * min(100vw, 1230px));
    position: absolute;
    top: calc(0.0162601626 * min(100vw, 1230px));
    right: calc(0.0292682927 * min(100vw, 1230px));
  }
}
.video-modal__inner {
  padding: 0 4vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .video-modal__inner {
    padding: 0 15px;
    max-width: 950px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .video-modal__inner {
    max-width: 918px;
    position: relative;
  }
}

.uliza-play-start-button {
  pointer-events: none !important;
}

.ulizahtml5 {
  pointer-events: none !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

/* 20251001 */

.cp_simple3__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
  font-weight: 700;
  font-size: 4.2666666667vw;
  margin: 10.6666666667vw auto 0;
  text-align: center;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .cp_simple3__heading {
    gap: calc(0.0084210526 * min(100vw, 950px));
  }
}
.cp_simple3__heading::before, .cp_simple3__heading::after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 3.2vw;
  background: currentColor;
  transform-origin: bottom center;
}
@media screen and (min-width: 768px) {
  .cp_simple3__heading::before, .cp_simple3__heading::after {
    width: calc(0.0021052632 * min(100vw, 950px));
    height: calc(0.0231578947 * min(100vw, 950px));
  }
}
.cp_simple3__heading::before {
  transform: rotate(-20deg) translateY(2px);
}
.cp_simple3__heading::after {
  transform: rotate(20deg) translateY(2px);
}
@media screen and (min-width: 768px) {
  .cp_simple3__heading {
    font-size: calc(0.0252631579 * min(100vw, 950px));
    margin-top: calc(0.0631578947 * min(100vw, 950px));
  }
}
.cp_simple3__heading::before, .cp_simple3__heading::after {
  width: 0.5333333333vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .cp_simple3__heading::before, .cp_simple3__heading::after {
    width: calc(0.0026315789 * min(100vw, 950px));
    height: calc(0.0294736842 * min(100vw, 950px));
  }
}
.cp_simple3__heading::before {
  transform: rotate(-20deg);
}
.cp_simple3__heading::after {
  transform: rotate(20deg);
}
.accordion-corner-c   {
  border: none;
}
.accordion-corner-c .accordion-title {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 500px;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
  color: #ff0033;
  border: solid 2px #ff0033;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 2px 2px 0 #ff0033;
}
@media (min-width: 768px) {
  .accordion-corner-c .accordion-title {
      height: 80px;
      font-size: 22px;
      z-index: 2;
  }
}
.accordion-corner-c .accordion-title .accordion-icon {
  right: 4vw;
  margin-top: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #ff0033;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .accordion-corner-c .accordion-title .accordion-icon {
      right: 16px;
      width: 30px;
      height: 30px;
  }
}
.accordion-corner-c .accordion-title .accordion-icon span:nth-child(1) {
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.accordion-title.is-active .accordion-icon span:nth-child(1) {
  opacity: 0;
}
.accordion-corner-c .accordion-title .accordion-icon span:nth-child(2) {
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.accordion-title.is-active .accordion-icon span:nth-child(2) {
  opacity: 1;
}
.accordion_cp_simple3 {
  border: none;
}
.accordion-box-inner  {
  border: solid 3px #071852;
  margin-top: -80px;
  padding: 80px 40px 40px 40px;
  border-radius: 10px;
}
.accordion-box  {
}
.accordion-title:hover {
  opacity: 1;
}

.sec-lead {
  margin-top: 5.3333333333vw;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
.sec-lead a {
  margin-top: 5.3333333333vw;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec-lead {
      font-size: 22px;
      margin-top: 40px;
  }
  .sec-lead a {
    font-size: 22px;
    margin-top: 40px;
}
}
.box-cp {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  max-width: 920px;
  text-align: center;
  border: solid 3px #ff0033;
  background-color: #fff;
}
@media (min-width: 768px) {
  .box-cp {
      padding: 20px;
  }
}

@media (max-width: 768px) {
  .accordion-box  {
    margin-top: 0px;
  }
  .accordion-box-inner  {
    margin-top: 0;
    padding: 20px;
  }
  .cp_simple3 .section__title {
    text-align: center;
    font-size: 5.533333vw;
    font-weight: 700;
  }
}

/* 20251001 */