@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/* vendor */
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

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

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

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #111;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1280px;
  }
}

h1,
h2,
h3,
h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  h1,
h2,
h3,
h4 {
    font-size: 1.6rem;
  }
}

table {
  color: #111;
  font-size: 1.6rem;
  line-height: 1.8;
}

p,
li {
  color: #111;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  p,
li {
    font-size: 1.6rem;
  }
}

a {
  color: #111;
}

em {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #2A2A2A;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}

img, svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

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

hr {
  margin: 0;
  border: none;
  background-color: #5A533E;
  height: 1px;
}
@media screen and (min-width: 769px) {
  hr {
    height: 2px;
  }
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* utils */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 769px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
.fontsize-xs {
  font-size: 1rem !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .align-center-sp {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) {
  .align-center-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .align-center-sp {
    text-align: center !important;
  }
}
.relative {
  position: relative !important;
}

.color-red {
  color: #EA0000 !important;
}

.underline {
  text-decoration: underline;
}

.inlineBlock {
  display: inline-block !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* page */
body {
  background-color: #fff;
  padding-bottom: 66px;
}

p a:hover {
  opacity: 0.7;
}

.color-bronze {
  color: #937325 !important;
}

.color-orange {
  color: #F86A02 !important;
}

.color-gold {
  color: #BA922F !important;
}

.color-green {
  color: #004831 !important;
}

.color-white {
  color: #fff !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.js-pc,
.js-sp {
  display: none;
}
.js-pc.-show,
.js-sp.-show {
  display: block;
}

.js-scrollAnimation {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.line-gold {
  height: 2px;
  background-image: url(../images/line-gold.webp);
  margin: 48px 0;
}

.wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 32px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.-wide {
    width: 1120px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.-narrow {
    width: 800px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.-narrower {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .padding-sp {
    padding-left: 16px;
    padding-right: 16px;
  }
  .campaign-inner .kakaku-txt {
      margin: 0;
    }
}

.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
.campaign-inner .note {
   text-align: left;
   margin: 0 25px;
}
}

@media screen and (max-width: 768px) {
.campaign-inner .note {
   text-align: left;
}
}

.campaign-inner .note.left {
	text-align: left;
}

.notes.-white li {
  color: #fff;
}
.notes li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1rem;
}
.notes li + li {
  margin-top: 4px;
}

.notesTable {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .notesTable {
    margin-top: 24px;
  }
}
.notesTable.-white {
  color: #fff;
}
.notesTable th,
.notesTable td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.notesTable th {
  padding-right: 1em;
  padding-top: 4px;
  white-space: nowrap;
}
.notesTable td {
  word-break: break-all;
  padding-top: 4px;
}
.notesTable tr:first-child th,
.notesTable tr:first-child td {
  padding-top: 0;
}

.titleGold {
  text-align: center;
  background-color: #fff;
  border-top: 4px solid #111111;
  border-bottom: 4px solid #111111;
  margin-top: 48px;
  padding: 12px 0;
  line-height: 1;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .titleGold {
    padding: 16px 0;
    margin-top: 60px;
  }
}
.titleGold img {
  height: 18px;
}
@media screen and (min-width: 769px) {
  .titleGold img {
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .titleGold.-line2 img {
    height: 41px;
  }
}

.button {
  display: block;
  background: linear-gradient(#ff591c 0%, #db4c18 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.button:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .button:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
.button.-black {
  background: #111;
  color: #fff;
  box-shadow: 5px 5px 1px rgba(34, 34, 34, 0.05);
}
.button.-gold {
  background: #fff;
  color: #937325;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.button.-small {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .button.-small {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
.button {
	font-size: 1.2rem;
	padding-right: 3px;
	box-sizing: border-box;
  }
}
.button.-shadow {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.button.-shadowLight {
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.button-icon {
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -0.1em;
}

.sideTitle {
  position: absolute;
  left: 0px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .sideTitle {
    left: -44px;
  }
}
.sideTitle img {
  width: 33px;
}
@media screen and (max-width: 768px) {
  .sideTitle img {
    width: 20px;
  }
}
.sideTitle.-reason {
  top: 20px;
}

.sideTitleSticky {
  position: absolute;
  left: 0%;
  top: 20px;
  height: calc(100% - 20px);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sideTitleSticky {
    left: 50%;
    margin-left: -553px;
  }
}
.sideTitleSticky.-campaign {
  top: 0;
  height: 100%;
}
.sideTitleSticky img {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 10px;
  width: 33px;
}
@media screen and (max-width: 768px) {
  .sideTitleSticky img {
    width: 20px;
  }
}

.headerGlobal {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .headerGlobal img {
    width: 178px;
  }
}

.headerGlobal_2 {
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 1;
}

 .headerGlobal_2 img {
    width: 100%;
    max-width: 283px;
  }

@media screen and (min-width: 769px) {
  .headerGlobal_2 img {
    width: 358px;
  }
}
.mv-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url(../images/mv-bg-sp.webp);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/2.2;
}
@media screen and (min-width: 769px) {
  .mv-bg {
    min-width: 1280px;
    height: 760px;
    background-image: none;
    overflow: hidden;
  }
}

.mv-bg-right {
  width: 639px;
  height: 298px;
  background-image: url(../images/mv-bg-right-pc.webp);
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 350px;
}
@media screen and (max-width: 768px) {
  .mv-bg-right {
    display: none;
  }
}

.mv-bg-left {
  width: 1123px;
  height: 381px;
  background-image: url(../images/mv-bg-left-pc.webp);
  background-size: 940px auto;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: absolute;
  right: 50%;
  top: 370px;
  margin-right: -170px;
}
@media screen and (max-width: 768px) {
  .mv-bg-left {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .mv-bg-left {
    background-size: cover;
  }
}

.mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv {
    height: 530px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    overflow: hidden;
    aspect-ratio: 1/1.8;
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 425px) {
  .mv {
    margin-bottom: -70px;
  }
}

.mv-card {
  position: absolute;
  left: 51%;
  top: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv-card {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .mv-card {
    top: 50px;
    width: 660px;
    margin-left: -50px;
  }
}

.mv-copy {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .mv-copy {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mv-copy_fs {
    position: absolute;
    left: 50%;
    top: 18%;
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .mv-copy {
    top: 120px;
    margin-left: -460px;
    width: 431px;
  }
}

.mvBottom-banner {
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
}

.mvBottom-buttonsWrapper {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mvBottom-buttonsWrapper {
    width: 710px;
  }
}
@media screen and (max-width: 768px) {
  .mvBottom-buttonsWrapper {
    padding: 0 32px;
    max-width: 480px;
  }
}

.mvBottom-buttons {
  display: flex;
  margin-top: 24px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .mvBottom-buttons {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .mvBottom-buttons {
    gap: 24px;
    margin-top: 32px;
  }
}
.mvBottom-buttons a {
  display: block;
  background: linear-gradient(#ff591c 0%, #db4c18 100%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.mvBottom-buttons a:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .mvBottom-buttons a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}
.mvBottom-buttons div {
  flex: 1;
}
.-offHours .mvBottom-buttons div:nth-of-type(1) a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mvBottom-buttons div:nth-of-type(1) img {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .mvBottom-buttons div:nth-of-type(2) img {
    width: 140px;
  }
}
.mvBottom-buttons div:nth-of-type(2) a {
  background: linear-gradient(#009a68 0%, #005237 100%);
}

.mvBottom-showOffHours {
  display: none;
}
.-offHours .mvBottom-showOffHours {
  display: block;
}

.campaign {
  margin-top: 48px;
  background-image: url(../images/bg-gold-sp.webp);
  padding: 100px 0;
}
.campaign-ttl {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.p-campaign__countdown {
	text-align: center;
}
.p-campaign__countdown img{
	width:243px;
	margin: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .campaign {
    background-size: 100px auto;
    padding: 50px 0;
  }
  .campaign-ttl {
    top: -22px;
  }
}
@media screen and (min-width: 769px) {
  .campaign {
    background-image: url(../images/bg-gold-pc.webp);
    margin-top: 80px;
    padding: 90px 0 80px;
  }
  .campaign-ttl {
    top: -40px;
  }
  .p-campaign__countdown img{
    width:423px;
  }
}

.campaign-frame {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 19px 14px;
}
@media screen and (min-width: 769px) {
  .campaign-frame {
    padding: 55px 110px;
  }
}
.campaign-frame h3 {
  text-align: center;
}

campaign-frame h3 img {
	margin-top: 20px;
}
.campaign-frame.-more {
  border-top: none;
}

.campaign-inner {
  margin-top: 50px;
  border-radius: 5px;
  background-color: rgba(222, 199, 108, 0.2);
  padding: 44px 18px 0;
}
@media screen and (min-width: 769px) {
  .campaign-inner {
    padding: 44px 0 0;
  }
}
.-more .campaign-inner {
  padding: 0 18px 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .-more .campaign-inner {
    padding: 0 95px 0;
  }
}
.campaign-inner h4 {
  background-color: #004831;
  width: 161px;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin: 0 auto;
  margin-top: -65px;
}
@media screen and (max-width: 768px) {
  .campaign-inner h4 img {
    height: 15px;
    width: auto;
  }
}

.campaign-accordion {
  overflow: hidden;
  max-height: 0;
}
.campaign-accordion > div {
  padding-top: 20px;
}
.-more .campaign-accordion > div {
  padding-bottom: 20px;
}

.campaign-inner-accordionButton {
  background-color: #004831;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 0;
  border-radius: 0 0 5px 5px;
  margin: 24px -18px 0;
  background-image: url(../images/icon-open-accordion.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
}
@media screen and (min-width: 769px) {
  .campaign-inner-accordionButton {
    margin: 24px -95px 0;
  }
}
.-more .campaign-inner-accordionButton {
  margin: 0 -18px 0;
}
@media screen and (min-width: 769px) {
  .-more .campaign-inner-accordionButton {
    margin: 0 -95px 0;
  }
}
.campaign-inner-accordionButton span:last-child {
  display: none;
}
.campaign-inner-accordionButton.-open {
  background-image: url(../images/icon-close-accordion.svg);
}
.campaign-inner-accordionButton.-open span:first-child {
  display: none;
}
.campaign-inner-accordionButton.-open span:last-child {
  display: block;
}

.campaign-period {
  margin-top: 24px;
  padding: 8px 0;
  text-align: center;
  border-top: 2px solid #004831;
  border-bottom: 2px solid #004831;
  line-height: 1;
}
.campaign-period img {
  height: 26px;
}
@media screen and (min-width: 769px) {
  .campaign-period img {
    height: 16px;
  }
}

.campaign-text {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .campaign-text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-text.-campaign2 {
    margin-left: -27px;
    margin-right: -28px;
  }
}
.campaign-text.-campaign2 img {
  width: 100%;
}

.campaign-detail {
  margin-top: 10px;
  text-align: center;
}

.campaign-steps p {
  text-align: center;
}
.campaign-steps ul {
  margin-top: 12px;
}
.campaign-steps li {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  background-color: #BA922F;
  border: 2px solid #BA922F;
}
@media screen and (min-width: 769px) {
  .campaign-steps li {
    font-size: 1.2rem;
  }
}
.campaign-steps li + li {
  margin-top: 8px;
}
.campaign-steps li span {
  padding: 8px 8px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .campaign-steps li span {
    padding: 10px 10px;
  }
}
.campaign-steps li em {
  color: #BA922F;
}
.campaign-steps li > span:nth-child(1) {
  color: #fff;
}
.campaign-steps li > span:nth-child(2) {
  background-color: #fff;
  flex: 1;
}
.campaign-steps.-app li > span:nth-child(1) {
  font-size: 1.6rem;
  line-height: 1;
}

.campaign-more-h4 {
  background: #004831;
  text-align: center;
  padding: 12px 0;
  position: relative;
  line-height: 1;
  z-index: 1;
}
.campaign-more-h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -9px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #004831 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .campaign-more-h4 img {
    height: 15px;
  }
}

.campaign-more-period {
  padding: 8px 0;
  text-align: center;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .campaign-more-period {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.campaign-more-period img {
  height: 13px;
}
@media screen and (min-width: 769px) {
  .campaign-more-period img {
    height: 17px;
  }
}

.campaign-more-text {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .campaign-more-text {
    margin-top: 24px;
    margin-left: -20px;
    margin-right: -21px;
  }
}
.campaign-more-text img {
  width: 90%;
}
@media screen and (min-width: 769px) {
  .campaign-more-text img {
    width: 835px;
  }
}

.campaign-notes {
  margin-top: 12px;
}
.campaign-notes h3 {
  font-size: 1.2rem;
  margin-top: 8px;
  text-align: left;
}
.campaign-notes p {
  margin-top: 4px;
  font-size: 1rem;
}

.color-red{
	color: #db4c18;
}
.campaign-banners {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .campaign-banners {
    margin-top: 48px;
  }
}
.campaign-banners h3 {
  text-align: center;
}

.campaign-banners-slider {
  overflow: hidden;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .campaign-banners-slider {
    width: 728px;
    margin-top: 20px;
  }
}

.campaign-banners-pagination {
  text-align: center;
  margin-top: 12px;
  position: static;
}
.campaign-banners-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 20px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}
.campaign-banners-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.point {
  margin-top: 48px;
  background-position: 50% -100px;
  background-repeat: repeat-y;
  position: relative;
  background-image: url(../images/point-bg-sp.webp);
}
@media screen and (max-width: 768px) {
  .point {
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .point {
    background-image: url(../images/point-bg-pc.webp);
    margin-top: 50px;
    background-position: 50% 450px;
  }
}
.point:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 660px;
}
@media screen and (min-width: 769px) {
  .point:before {
    height: 320px;
  }
}
.point section {
  margin-top: 60px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .point section {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .point-lead {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .point-lead h2 {
    margin-right: -16px;
  }
}
@media screen and (min-width: 769px) {
  .point-lead > div:first-child {
    width: 440px;
    margin-right: 12px;
  }
}
.point-lead > div:first-child p {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .point-lead > div:first-child p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .point-lead > div:first-child p img {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .point-lead > div:last-child {
    position: relative;
    overflow: hidden;
    margin: 10px -32px 0;
    height: 337px;
  }
}
@media screen and (min-width: 769px) {
  .point-lead > div:last-child {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .point-lead > div:last-child img {
    max-width: inherit;
    width: 470px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
  }
}

.point-nav {
  position: relative;
}
@media screen and (max-width: 768px) {
  .point-nav {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 769px) {
  .point-nav {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
  }
}
.point-nav li {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .point-nav li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .point-nav li + li {
    margin-top: 12px;
  }
}

.reason-inner {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  padding: 30px 14px;
  margin-top: 20px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .reason-inner {
    padding: 40px 89px;
    margin-top: 28px;
  }
}

.reason-1 {
  position: relative;
}
.reason-1 h3 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .reason-1 h3 img {
    width: 990px;
    margin-top: -8px;
    margin-left: -4px;
  }
}

.reason-1-benefits {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason-1-benefits img {
    width: 841px;
  }
}

.reason-1-text-1 {
  text-align: center;
  background-color: #004831;
  margin-top: 30px;
  padding: 14px 0;
  margin: 20px -14px 0;
}
@media screen and (min-width: 769px) {
  .reason-1-text-1 {
    margin: 30px -89px 0;
  }
}

.reason-1-use {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .reason-1-use {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .reason-1-use {
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .reason-1-use img {
    width: 384px;
  }
}

.reason-1-caution {
  border: 2px solid #111111;
  margin: 16px auto 0;
  padding: 8px 12px 16px;
}
@media screen and (min-width: 769px) {
  .reason-1-caution {
    width: 600px;
    margin: 30px auto;
    padding: 16px 24px 24px;
  }
}
.reason-1-caution h4 {
  text-align: center;
  font-size: 1.6rem;
  color: #111111;
}
.reason-1-caution table {
  margin-left: auto;
  margin-right: auto;
}
.reason-1-caution th, .reason-1-caution td {
  color: #111111;
}

.reason-balloon {
  background: #004831;
  text-align: center;
  padding: 14px 0;
  position: relative;
  line-height: 1;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .reason-balloon {
    margin-top: 40px;
    padding: 16px 0;
  }
}
.reason-balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -9px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #004831 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .reason-balloon img {
    height: 18px;
  }
}

.reason-1-merits {
  margin-top: 24px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .reason-1-merits {
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .reason-1-merits {
    margin-top: 32px;
    justify-content: space-between;
    gap: 32px;
  }
}
.reason-1-merits > div {
  background: #FCF4D7;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.reason-1-merits h4 {
  text-align: center;
}
.reason-1-merits p {
  font-size: 1.4rem;
  margin-top: 12px;
}

.reason-2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .reason-2 h3 {
    margin-left: -6px;
  }
}

.reason-2-overview {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .reason-2-overview {
    margin-top: 30px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.reason-2-overview div {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 0px 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .reason-2-overview div {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .reason-2-overview div {
    flex: 1;
  }
}
.reason-2-overview div:nth-child(even) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason-2-overview div:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .reason-2-overview div:nth-of-type(2) p:first-child {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .reason-2-overview div:nth-of-type(1) img {
    width: 35%;
  }
  .reason-2-overview div:nth-of-type(2) img {
    width: 50%;
  }
  .reason-2-overview div:nth-of-type(3) img {
    width: 50%;
  }
}
.reason-2-overview p:first-child {
  text-align: center;
}
.reason-2-overview p:last-child {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason-2-overview p:last-child {
    font-size: 1.7rem;
  }
}
.reason-2-overview p:last-child strong {
  color: #BA922F;
}
.reason-2-overview p:last-child em {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .reason-2-overview p:last-child em {
    font-size: 1.3rem;
  }
}

.reason-2-sbi-logo {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .reason-2-sbi-logo {
    margin-top: 32px;
  }
}

.reason-2-sbi-details {
  display: flex;
  margin-top: 24px;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .reason-2-sbi-details {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .reason-2-sbi-details {
    margin-top: 32px;
    justify-content: space-between;
    gap: 32px;
  }
}
.reason-2-sbi-details div {
  background-color: #F9F4E1;
  padding: 24px 16px;
}
@media screen and (min-width: 769px) {
  .reason-2-sbi-details div {
    padding: 24px;
    flex: 1;
  }
}
.reason-2-sbi-details div figure {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason-2-sbi-details div figure {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.reason-2-sbi-details div h5 {
  text-align: center;
  margin-top: 12px;
}
.reason-2-sbi-details div h5 img {
  height: 55px;
}
.reason-2-sbi-details div p {
  margin-top: 12px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .reason-2-sbi-details div:first-child h5 img {
    height: 22px;
  }
}

.reason-2-sbi-accordion {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 24px;
}
.reason-2-sbi-accordion-notes {
  text-align: left;
  padding: 8px 35px 0 20px;
  margin: 0 auto;
  width: fit-content;
}

.reason-2-sbi-accordion-notes p {
  text-indent: -1em;
  padding-left: 1em;
}
.reason-2-suguchan-accordion {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .reason-2-sbi-accordion {
    border-radius: 10px;
    width: 800px;
    margin: 32px auto 0;
  }
  .reason-2-suguchan-accordion {
    border-radius: 10px;
    width: 800px;
    margin: 32px auto 0;
  }
}
.reason-2-sbi-accordion a:nth-child(1) {
  background-color: #004831;
  display: block;
  text-align: center;
  padding: 16px 0;
  background-image: url(../images/icon-open-accordion-gold.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.reason-2-suguchan-accordion a:nth-child(1) {
  background-color: #004831;
  display: block;
  text-align: center;
  padding: 16px 90px;
  background-image: url(../images/icon-open-accordion-gold.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
}
.content_button.suguchan a{
  background: #111;
  display: block;
  text-align: center;
  padding: 16px 70px;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  height: unset;
}

@media screen and (max-width: 768px) {
  .reason-2-sbi-accordion a:nth-child(1) {
    background-position: top 50% right 12px;
    background-size: 20px auto;
  }
  .reason-2-suguchan-accordion a:nth-child(1) {
    padding: 16px 30px;
    background-position: top 50% right 12px;
    background-size: 20px auto;
  }
}
.text_02{
    text-indent: -1em;
    padding-left: 1em;
    margin: 0px 169px 16px;
    text-align: justify;
}
.text_02 a{
	text-decoration:underline;
}
@media screen and (max-width: 768px){
.text_02{
    margin: auto;
    margin-bottom:  16px;
}
}

.reason-2-sbi-accordion a:nth-child(1).-open {
  background-image: url(../images/icon-close-accordion-gold.svg);
}
.reason-2-suguchan-accordion a:nth-child(1).-open {
  max-width: 100%;
  background-image: url(../images/icon-close-accordion-gold.svg);
}
.reason-2-sbi-accordion figure {
  background-color: #FCF4D7;
  text-align: center;
  padding: 16px;
}
.reason-2-sbi-suguchan figure {
  background-color: #FCF4D7;
  text-align: center;
  padding: 16px;
}
.reason-2-suguchan-accordion figure {
  padding: 20px 16px 20px 16px;
}

.reason-2-sbi-example {
  max-height: 0;
  overflow: hidden;
}
.reason-2-suguchan-points {
  max-height: 0;
  overflow: hidden;
}

.reason-2-howto {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .reason-2-howto {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .reason-2-howto {
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
.reason-2-howto > div {
  background: #FCF4D7;
  padding: 32px 16px 24px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .reason-2-howto > div {
    box-sizing: border-box;
    padding: 32px 16px 24px;
    width: calc(33.33% - 22px);
  }
}
.reason-2-howto > div > span {
  position: absolute;
  left: 50%;
  top: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 108px;
  background-color: #BA922F;
  padding: 4px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.reason-2-howto h5 {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .reason-2-howto h5 {
    margin-top: 12px;
  }
}
.reason-2-howto h5 img {
  height: 43px;
}
@media screen and (min-width: 769px) {
  .reason-2-howto > div:nth-of-type(1) h5,
.reason-2-howto > div:nth-of-type(2) h5,
.reason-2-howto > div:nth-of-type(3) h5 {
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.reason-2-howto > div:nth-of-type(3) h5 img {
  height: 69px;
}
.reason-2-howto p {
  font-size: 1.4rem;
  margin-top: 12px;
}

.reason-2-howto-icon {
  text-align: center;
}

.reason-2-app-illust {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .reason-2-app-illust {
    margin-top: 28px;
  }
}
.reason-2-app-illust img {
  width: 212px;
}
@media screen and (min-width: 769px) {
  .reason-2-app-illust img {
    width: 331px;
  }
}

@media screen and (min-width: 769px) {
  .reason-2-app-inner {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.reason-2-app-list li {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 769px) {
  .reason-2-app-text {
    text-align: center;
  }
  .reason-2-app-list{
    width: fit-content;
    text-align: left;
    margin: 0 auto;
  }
}

.reason-3 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .reason-3 h3 img {
    margin-left: -6px;
    margin-top: -8px;
  }
}

.reason-3-overview {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .reason-3-overview {
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason-3-overview {
    margin-top: 30px;
    gap: 10px;
    flex-direction: column;
  }
}
.reason-3-overview div {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  box-sizing: border-box;
  padding: 16px 10px 16px;
}
@media screen and (min-width: 769px) {
  .reason-3-overview div {
    padding: 20px 10px 20px;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .reason-3-overview div {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .reason-3-overview div:nth-of-type(2) {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .reason-3-overview div:nth-of-type(1) img {
    width: 50%;
  }
  .reason-3-overview div:nth-of-type(2) img {
    width: 15%;
  }
  .reason-3-overview div:nth-of-type(3) img {
    width: 50%;
  }
}
.reason-3-overview p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason-3-overview p:first-child {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.reason-3-overview p:last-child {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reason-3-overview p:last-child {
    font-size: 1.6rem;
  }
}

.reason-3-app h5 {
  text-align: center;
}
.reason-3-app h5 img {
  width: 178px;
}
@media screen and (min-width: 769px) {
  .reason-3-app h5 img {
    width: 688px;
  }
}

.reason-3-app-icon {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .reason-3-app-icon {
    margin-top: 28px;
  }
}
.reason-3-app-icon img {
  width: 100px;
}
@media screen and (min-width: 769px) {
  .reason-3-app-icon img {
    width: 140px;
  }
}
@media screen and (min-width: 769px) {
  .reason-3-app-icon + p {
    text-align: center;
  }
}

.reason-3-app-details {
  display: flex;
}
@media screen and (max-width: 768px) {
  .reason-3-app-details {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .reason-3-app-details {
    margin-top: 28px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .reason-3-app-details > div {
    width: 256px;
  }
}
.reason-3-app-details h6 {
  text-align: center;
  font-size: 1.8rem;
  color: #111;
  line-height: 1.6;
  margin-top: 12px;
}
.reason-3-app-details p {
  font-size: 1.4rem;
  margin-top: 4px;
}

.reason-3-touch p {
  font-size: 1.4rem;
  font-weight: 700;
}
.reason-3-touch h5 {
  text-align: center;
}
.reason-3-touch h5 + p {
  margin-top: 24px;
}

.flow {
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow h3 img {
    margin: -6px 0 0 -6px;
  }
}

.flow-tab {
  background-color: #111;
  border-radius: 30px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.flow-tab ul {
  position: relative;
  display: flex;
}
.flow-tab ul:before {
  content: "";
  border-radius: 30px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #fff;
  width: 50%;
  height: calc(100% - 4px);
  box-sizing: border-box;
  transition: left 0.3s ease;
}
.flow-tab ul.-tab1:before {
  left: calc(50% - 2px);
}
.flow-tab li {
  cursor: pointer;
  flex: 1;
  text-align: center;
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 6px 0;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .flow-tab li {
    padding: 10px 0;
    font-size: 2rem;
  }
}
.flow-tab li.-current {
  color: #111;
}

@media screen and (max-width: 768px) {
  .flow-h3-1 img {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .flow-h3-2 img {
    width: 192px;
  }
}

.flow-contents {
  margin-top: 24px;
}
.flow-contents h3 {
  text-align: center;
}
.flow-contents > div {
  display: none;
}
.flow-contents > div.-current {
  display: block;
}
.flow-contents > div > p {
  text-align: center;
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .flow-contents > div > p {
    font-size: 1.6rem;
  }
}
.flow-contents > div > p em {
  font-size: 140%;
}

.basicInfo {
  background-color: #fff;
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .basicInfo {
    min-width: 1000px;
    margin-top: 100px;
  }
}
.basicInfo h2 {
  background: #111;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  .basicInfo h2 {
    font-size: 3rem;
  }
}

.basicInfo-detail {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .basicInfo-detail {
    display: flex;
    padding-top: 64px;
  }
}
.basicInfo-detail > div:first-child {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .basicInfo-detail > div:first-child {
    width: 400px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .basicInfo-detail > div:first-child img {
    width: 100%;
    max-width: 295px;
  }
}
@media screen and (max-width: 768px) {
  .basicInfo-detail > div:last-child {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .basicInfo-detail > div:last-child {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .basicInfo-detail h3 {
    text-align: center;
  }
}
.basicInfo-detail ul {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .basicInfo-detail ul {
    margin-top: 30px;
  }
}
.basicInfo-detail li {
  font-size: 1.4rem;
  text-indent: -0.7em;
  padding-left: 0.7em;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .basicInfo-detail li {
    font-size: 1.4rem;
  }
}
.basicInfo-detail li:before {
  content: "- ";
}
.basicInfo-detail li + li {
  margin-top: 4px;
}

.basicInfo-table {
  margin-top: 30px;
  border-bottom: 1px solid #111;
}
@media screen and (min-width: 769px) {
  .basicInfo-table {
    margin-top: 64px;
  }
}
.basicInfo-table th, .basicInfo-table td {
  font-size: 1.1rem;
  padding: 10px;
  border-top: 1px solid #111;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .basicInfo-table th, .basicInfo-table td {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.basicInfo-table h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .basicInfo-table h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .basicInfo-table p {
    font-size: 1.4rem;
  }
}
.basicInfo-table th {
  text-align: center;
  font-weight: 700;
  background-color: #DEC76C;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .basicInfo-table th {
    padding: 15px 30px;
    font-size: 1.4rem;
  }
}
.basicInfo-table td {
  background-color: #fff;
}
.basicInfo-table td > p {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .basicInfo-table td > p {
    font-size: 1.4rem;
  }
}
.basicInfo-table li {
  font-size: 1.1rem;
  text-indent: -0.7em;
  padding-left: 0.7em;
}
@media screen and (min-width: 769px) {
  .basicInfo-table li {
    font-size: 1.4rem;
  }
}
.basicInfo-table li:before {
  content: "- ";
}

.footer {
  background-color: #fff;
}

.footer-contact {
  text-align: center;
  padding-top: 28px;
}
@media screen and (min-width: 769px) {
  .footer-contact {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact .button {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .footer-contact .button {
    width: 400px;
    margin: 0 auto;
  }
}

.footer-notes {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .footer-notes {
    margin-top: 40px;
  }
}
.footer-notes h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .footer-notes h2 {
    margin-top: 24px;
  }
}
.footer-notes h2:nth-child(1) {
  margin-top: 0;
}
.footer-notes p, .footer-notes li {
  margin-top: 10px;
  font-size: 1rem;
}
.footer-notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.footer-notes li::before {
  content: "・";
}

.footer-sitemap {
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .footer-sitemap {
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
}
.footer-sitemap li {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer-sitemap li {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .footer-sitemap li + li {
    border-left: 1px solid #999;
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-sitemap li + li {
    margin-top: 5px;
  }
}
.footer-sitemap img {
  vertical-align: middle;
  width: 14px;
  margin-left: 5px;
  position: relative;
  top: -0.1em;
}
.footer-sitemap a {
  text-decoration: none;
  color: #333;
}
.footer-sitemap a:hover {
  opacity: 0.7;
}

.footer-copyright {
  text-align: center;
  background-color: #EFEFEF;
  padding: 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 1.1rem;
    padding-bottom: 10px;
  }
}

.fixedButton {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px 0;
}
.fixedButton.-show {
  opacity: 1;
}
.fixedButton a {
  color: #fff;
  text-align: center;
  border-radius: 26px;
  background: linear-gradient(#eac364 0%, #ba922f 100%);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  display: block;
  padding: 8px 0;
  box-sizing: border-box;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fixedButton a {
    width: 310px;
  }
}
@media screen and (min-width: 769px) {
  .fixedButton a {
    width: 700px;
    padding: 8px 0;
  }
}
@media (any-hover: hover) {
  .fixedButton a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 768px) {
  .fixedButton a img {
    width: 160px;
  }
}
.fixedButton a:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-window {
  position: absolute;
  left: 50%;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(50% + 20px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-window {
    margin-top: -20px;
    width: calc(100% - 20px);
  }
}

.modal-window-inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: auto;
  overscroll-behavior-y: contain;
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-window-inner {
    max-height: calc(100vh - 140px);
  }
}
@media screen and (min-width: 769px) {
  .modal-window-inner {
    width: 780px;
  }
}
.modal-window-inner.-familytree {
  overflow: auto;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .modal-window-inner.-familytree {
    width: 760px;
  }
}
.modal-window-inner.-show {
  display: block;
}
.modal-window-inner::-webkit-scrollbar {
  display: none;
}
/*
.modal-window-inner::-webkit-scrollbar {
  width: 10px;
}
.modal-window-inner::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.modal-window-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
*/
.modal-close {
  position: absolute;
  top: -27px;
  right: 0px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal-close {
    top: -40px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .modal-close img {
    width: 18px;
  }
}

.modal-select {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modal-select {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal-select header {
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .modal-select header {
    padding: 30px 0 20px;
  }
}
.modal-select header h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .modal-select header h2 {
    font-size: 2.2rem;
  }
}
.modal-select header p {
  font-size: 1.2rem;
  color: #333333;
  margin-top: 4px;
}
.modal-select a {
  display: block;
  background: linear-gradient(#ff591c 0%, #db4c18 100%);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .modal-select a {
    width: 342px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-select a:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-select .nyukai a:after {
  display: none;
}
@media (any-hover: hover) {
  .modal-select a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}
.modal-select a.-green {
  background: linear-gradient(#009a68 0%, #005237 100%);
}
.modal-select a.-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .modal-select .button {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .modal-select .button {
    padding: 18px 150px;
  }
}
.modal-select .notes {
  display: inline-block;
  text-align: left;
  margin-top: 16px;
}

.-offHours .modal-hideOffHours {
  display: none;
}

.modal-showOffHours {
  display: none;
}
.-offHours .modal-showOffHours {
  display: block;
}

.modal-term,
.modal-ineligible {
  padding: 16px 16px;
}
@media screen and (min-width: 769px) {
  .modal-term,
.modal-ineligible {
    padding: 15px 55px;
  }
}
.modal-term h2,
.modal-ineligible h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .modal-term h2,
.modal-ineligible h2 {
    font-size: 2.2rem;
  }
}
.modal-term h2 + p,
.modal-ineligible h2 + p {
  font-size: 1.1rem;
  color: #333;
  margin-top: 4px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal-term h2 + p,
.modal-ineligible h2 + p {
    font-size: 1.2rem;
  }
}

.modal-term .button {
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .modal-term .button {
    width: 343px;
  }
}
@media screen and (max-width: 768px) {
  .modal-term .button {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .modal-term .button img {
    width: 230px;
  }
}

.modal-term-text,
.modal-ineligible-text {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  margin-top: 16px;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .modal-term-text,
.modal-ineligible-text {
    margin-top: 20px;
    padding: 20px;
  }
}
.modal-term-text::-webkit-scrollbar,
.modal-ineligible-text::-webkit-scrollbar {
  width: 10px;
}
.modal-term-text::-webkit-scrollbar-track,
.modal-ineligible-text::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.modal-term-text::-webkit-scrollbar-thumb,
.modal-ineligible-text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}


.modal-term-text {
  height: calc(100vh - 600px);
}

@media screen and (min-width: 769px) {
  .modal-term-text {
    height: 300px;
  }
}
.modal-term-text h3 {
  font-size: 1.2rem;
  margin-top: 12px;
  font-weight: 700;
}
.modal-term-text h3:first-child {
  margin-top: 0;
}
.modal-term-text li {
  margin-top: 4px;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .modal-ineligible-text {
    min-height: 230px;
  }
}

.modal-ineligible-list li {
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}
.modal-ineligible-list li + li {
  margin-top: 4px;
}
.modal-ineligible-list li:before {
  content: "・";
}

.modal-touch {
  display: flex;
  padding: 24px 16px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modal-touch {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .modal-touch {
    gap: 40px;
    padding: 32px 55px;
  }
}
.modal-touch h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.modal-touch > div {
  flex: 1;
}

.modal-touch-logo {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .modal-touch-logo {
    margin-top: 24px;
  }
}
.modal-touch-logo + p {
  font-size: 1.2rem;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .modal-touch-logo + p {
    margin-top: 24px;
  }
}

.modal-contact {
  padding: 24px 16px;
}
@media screen and (min-width: 769px) {
  .modal-contact {
    padding: 32px 220px;
  }
}
.modal-contact h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .modal-contact h2 {
    margin-bottom: 24px;
  }
}
.modal-contact h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.modal-contact p {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 8px;
}
.modal-contact .button {
  height: 48px;
}

.modal-contact-icon-tell {
  position: absolute;
  left: 16px;
  top: 10px;
}
.modal-term-caution {
  margin-top: 20px;
}
.modal-term-caution li {
  text-align: left;
  color: #D40000 !important;
  font-size: 1rem !important;
}
.color-red_a a{
	color:#EA0000;
}
.mv-copy-alert {
    margin-top: 30px;
}

@media screen and (min-width: 769px){
	.mv-copy-alert {
		width: 1000px;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0 10px;
}
}

@media screen and (max-width: 768px){
	.mv-copy-alert {
		padding: 0 32px;
	    max-width: 480px;
	    margin-left: auto;
	    margin-right: auto;
}
}
.mv-copy-alert h2 {
    font-size: 1.4rem;
    color: #016D4F;
    font-weight: normal;
}

@media screen and (min-width: 769px){
	.mv-copy-alert h2 {
    	font-size: 1.6rem;
}
}
.mv-copy-alert h2 img {
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    margin-right: 10px;
}

@media screen and (min-width: 769px){
	.mv-copy-alert h2 img {
    	width: 37px;
}
}
.mv-copy-alert p {
    margin-top: 8px;
    font-size: 1rem;
    color: #016D4F;
}

@media screen and (min-width: 769px){
.mv-copy-alert p {
    font-size: 1rem;
}
}

.mv-copy-alert-text {
    border: 1px solid #016D4F;
    padding: 16px;
    margin-top: 16px;
}

@media screen and (min-width: 769px){
	.mv-copy-alert-text {
    	padding: 20px;
}
}

.mv-copy-alert-text h3 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #016D4F;
}

.campaign-banners_box{
	width: 300px;
    margin-bottom: 15px;
    margin: 0 auto;
	}


@media screen and (max-width: 768px){
.campaign-banners_box{
	width: 50%;
    margin: 0 auto;
	}
}


.campaign-banner{
	text-align:center;
	}

@media screen and (min-width: 769px){
	.campaign-banner{
		margin-top:48px;
	    margin-bottom: 80px;
	}
}

@media screen and (min-width: 769px){
.usj-area{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.usj-box{
    padding: 40px 89px;
    margin-top: 28px;

}
}
@media screen and (min-width: 769px){
.suguchan-area{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.suguchan-box{
    padding: 40px 80px;
}
}

@media screen and (max-width: 768px){
.suguchan-area{
	padding: 0 32px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.suguchan-box{
    padding: 30px 14px;
}
}

/* suguchann step1~3 */
.p-about__inner {
    margin: 0 auto;
    max-width: 1080px;
    padding-inline: min(2.85714286vw, 40px);
    width: 100%;
}
.p-about .p-about__item+.p-about__item {
    margin-top: 138px;
}
@media (max-width: 768px) {
    .p-about .p-about__item+.p-about__item {
        margin-top: 93px;
    }
}

.p-about__item {
    margin: 80px 20px 0px 20px;
}
.p-about__item:first-child {
    padding: 85px 40px 60px 60px;
}
@media (max-width: 768px) {
	.p-about__item {
     margin: 70px 0px 0px 0px;
    }
    .p-about__item:first-child {
     padding: 60px 27px 40px 30px;
    }
}
.p-about__item:nth-child(2) {
    padding: 69px 60px 60px 69px;
    margin-top: 120px;
}
@media (max-width: 768px) {
 .p-about__item:nth-child(2) {
     padding:60px 27px 40px 30px;
     margin-top: 100px;
 }
}
@media (max-width: 767px) {
 .p-about__item:nth-child(2) {
     padding:60px 27px 40px 30px;
     margin-top: 100px;
 }
}
.p-about__item:nth-child(3) {
    padding: 54px 51px 57px 60px;
    margin-top: 120px;
}
@media (max-width: 768px) {
  .p-about__item:nth-child(3) {
      padding:60px 27px 38px 30px;
      margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .p-about__item:nth-child(3) {
      padding:60px 27px 38px 30px;
      margin-top: 100px;
  }
}
@media (max-width: 768px) {
.p-about__item:first-child .p-about__item-img {
    max-width: 200px;
    margin: 0 auto;
}


.p-about__item:nth-child(2) .p-about__item-img {
    max-width: 191px;
    margin: 0 auto;
}


.p-about__item:nth-child(3) .p-about__item-img {
    max-width: 200px;
    margin: 0 auto;
}
}

.p-about__item {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 10px 10px 0px 0px rgba(87, 196, 205, 1);
  counter-increment: countNum;
  position: relative;
}
@media (max-width: 768px)  {
.p-about__item {
    box-shadow: 6px 6px 0px 0px rgba(87, 196, 205, 1);
  }
}
.p-about__item:nth-child(1) .p-about__item-inner,
.p-about__item:nth-child(3) .p-about__item-inner {
    flex-direction: row-reverse;
}

.p-about__item-title {
  text-align: center;
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
}

 @media (max-width: 768px)  {
 .p-about__item-title {
   top: -57px;
 }
}

.p-about__item-title span {
  display: block;
  font-weight: 800;
}

.p-about__item-title span:nth-child(1) {
  color: #108761;
  font-size: 20px;
  line-height: 1.35;
}
@media(max-width: 768px)  {
.p-about__item-title span:nth-child(1) {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-about__item-title span:nth-child(2) {
  background-color: #108761;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 48px;
  line-height: 1;
  width: 80px;
  height: 80px;
  margin-top: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px)  {
.p-about__item-title span:nth-child(2) {
    font-size: 36px;
    line-height: 1.9;
    width: 60px;
    height: 60px;
    margin-top: 5px;
  }
}

.p-about__item-title span:nth-child(2)::before {
  content: counter(countNum);
}
@media (min-width: 769px) {
.p-about__item-inner {
    display: flex;
}
.p-about__item-img {
    margin-inline: auto;
}
.p-about__item-content {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
    .p-about__item-content {
        margin-top: 30px;
    }
}

.p-about__item-content-text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 23px;
}

@media (max-width: 768px) {
.p-about__item-content-text {
    font-size: 14px;
    line-height: 1.71428571;
    margin-top: 20px;
  }
}

.p-about__item-content-note {
  margin-top: 18px;
  padding-left: 17px;
  text-indent: -17px;
}
.p-about__item-content-note::before {
	content: "※"
}
@media (max-width: 768px) {
.p-about__item-content-note {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 13px;
    padding-left: 14px;
    text-indent: -14px;
  }
}
.p-about__item-content-note.points {
  margin: 10px 20px 20px 0px;
  padding-left: 40px;
  text-indent: -17px;
  text-align: left;
}
.p-about__item-content-note.points::before {
	content: "※"
}
@media (max-width: 768px) {
  .p-about__item-content-note.points {
  margin: 10px 20px 30px 0px;
  padding-left: 17px;
  text-indent: -13px;
  text-align: left;
}
}

.p-about__item-content-link {
  color: #108761;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-about__item-content-link {
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 20px;
  }
}

.p-about__item-content-link span {
  padding-right: 16px;
}
.p-about__item:first-child .p-about__item-content-title {
    max-width: 559px;
}
.p-about__item:nth-child(2) .p-about__item-content-title {
    max-width: 482px;
}
.p-about__item:nth-child(3) .p-about__item-content-title {
    max-width: 300px;
}
@media (max-width: 768px) {
    .p-about__item:first-child .p-about__item-content-title {
        max-width: 285px;
    }
    .p-about__item:nth-child(2) .p-about__item-content-title {
        max-width: 296px;
    }
        .p-about__item:nth-child(3) .p-about__item-content-title {
        max-width: 242px;
    }
}

@media (min-width: 769px) {
.p-about__item:first-child .p-about__item-inner {
  gap: min(2.14285714vw, 30px);
}
.p-about__item:nth-child(2) .p-about__item-inner {
   gap: min(4.71428571vw, 66px);
}
.p-about__item:first-child .p-about__item-content {
   width: 68.8636364%;
}
.p-about__item:nth-child(2) .p-about__item-content {
    margin-left: auto;
    padding-top: 21px;
    width: 59.6%;
}
.p-about__item:nth-child(3) .p-about__item-content {
     padding-top: 27px;
     width: 64.0909091%;
}
.p-about__item:nth-child(3) .p-about__item-inner {
    gap: min(2.14285714vw, 30px);
}
}

@media screen and (max-width: 768px){
.usj-area{
	padding: 0 32px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
}
.suguchan-box{
    background-color:#fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}
.suguchan-box.steps{
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}
.bg-color-suguchan{
	background-color:#F9F4E1;
}
.usj-box{
    background-color:#FCF4D7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    padding: 30px 14px;
    margin-top: 20px;
}
.suguchan-title{
	text-align: center;
	margin-bottom: 30px;
}
.suguchan-title.steps{
	text-align: center;
	margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
.suguchan-title.steps{
	text-align: center;
	margin-bottom: -30px;
}
}
.usj-title{
	text-align: center;
}
.suguchan-title img{
	width: 620px;
}
.usj-main-img{
	text-align: center;
}
.usj_caution p{
	font-size:1rem;
}

@media screen and (min-width: 768px){
.usj-main{
	text-align: center;
}
}
.usj-main img{
	margin-top:5%;
	margin-bottom:5%;
}
.usj-main p{
	font-size: 1.4rem;
}
.suguchan_caution p{
	font-size:1rem;
}
.suguchan-main {
	background-color: #F9F4E1;
	text-align: center;
	padding: 0 40px;
}

@media screen and (max-width: 768px){
	.suguchan-main{
		padding: 0 20px;
	}
}
.suguchan-main img{
	margin-top:5%;
	margin-bottom:5%;
}

.content_button{
	margin-bottom:5%;
    margin-right: auto;
    margin-left: auto;
}
.content_button.suguchan {
	margin-bottom:5%;
    margin-right: auto;
    margin-left: auto;
    margin-top:20px
}

@media screen and (min-width: 769px){
.content_button{
	margin-bottom:5%;
	width: 400px;
}
.suguchan_caution{
	width: 850px;
}
.usj_caution{
	width: 850px;
}
}

.button-a{
    display: inline-block;
}
.button-a img{
    display: block;
}

.button-a:hover{
	opacity:0.5;
	cursor: pointer;
}
.suguchan_caution{
    margin: 0 auto 20px;
}
.usj_caution{
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px){
	.usj-title img{
		width:90%;
	}
	.usj-main p{
		font-size:14px;
	}
}

@media screen and (max-width: 768px){
	.suguchan-title img{
		width:90%;
	}
}
.ta-center {
	text-align: center;
}
.entry_period{
	margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 767px){
	.entry_period{
		margin-top: -5px;
	}
}

@media screen and (max-width: 425px){
	.entry_period{
		margin-top: -35px;
	}

	.entry_period p {
	    font-size: 1rem;
	}
}


.banner_area{
	padding-bottom: 20px;
}

.campaign-notes-touch{
    margin-top: -14px;
    padding-bottom: 14px;
}

@media screen and (min-width: 768px){
.campaign-notes-touch{
    padding-left: 26px;
}
.banner_area_sbi {
	padding: 0 20px;
}
}

.campaign-notes-touch p{
    font-size: 1rem;
}

.banner_area_kakaku{
	padding-bottom: 20px;
}

.sbi_text {
	padding-bottom: 20px;
}
@media screen and (min-width: 768px){
.banner_area_kakaku img{
	width: 93%;
}
}

.js-sokujitext {
    display: none;
}
.js-sokujitextdblock {
    display: block;
}
.js-sokujitextnone {
    display: none;
}
.nyukai a{
  display: block;
  background: initial;
  height: auto;
  border-radius: initial;
  position: initial;
  filter: initial;
  transition: initial;
  box-shadow: initial;
}
@media screen and (min-width: 769px) {
  .nyukai a {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.nyukai img {
  vertical-align: middle;
  width: 14px;
  margin-left: 5px;
  position: relative;
  top: -0.1em;
}

.text-deco{
	    text-decoration: none;
}

/*オーロラゴールド対応_start*/
.aurora_img2_gold img{
    max-width:320px;
    width: 10%;
    position: absolute;
    z-index: 2;
    top: -210px;
    right: 20%;
}
.aurora_img2_gold img{
    height: auto;
}
@media screen and (max-width: 1680px) {
  .aurora_img2_gold img{
    max-width: 320px;
    width: 12%;
    right: 15%;
    top: -210px;
  }
}
@media screen and (max-width: 1440px) {
  .aurora_img2_gold img{
    max-width: 320px;
    width: 13%;
    right: 9%;
    top: -210px;
  }
}
@media screen and (max-width: 1280px) {
  .aurora_img2_gold img{
    max-width: 320px;
    width: 13%;
    right: 6%;
    top: -210px;
  }
}
@media screen and (max-width: 768px) {
  .aurora_img2_gold img{
    max-width: 200px;
    width:25%;
    right: 12%;
    top: -220px;
  }
}
@media screen and (max-width: 650px) {
  .aurora_img2_gold img{
    max-width: 200px;
    width:25%;
    right: 12%;
    top: -200px;
  }
}
@media screen and (max-width: 589px) {
  .aurora_img2_gold img{
    max-width: 200px;
    width:25%;
    right: 12%;
    top: -170px;
  }
}
@media screen and (max-width: 480px) {
  .aurora_img2_gold img{
    max-width: 200px;
    width:25%;
    right: 12%;
    top: -110px;
  }
}
@media screen and (max-width: 425px) {
  .aurora_img2_gold img{
    width: 30%;
    max-width:160px;
    right: 6%;
    top: -160px;
  }
}
@media screen and (max-width: 375px) {
  .aurora_img2_gold img{
    width: 30%;
    max-width:160px;
    right: 6%;
    top: -140px;
  }
}
@media screen and (max-width: 320px) {
  .aurora_img2_gold img {
    width: 30%;
    max-width:160px;
    right: 6%;
    top: -110px;
  }
}
.aurora_img2_gold img:hover {
    opacity: 0.7;
}

.modal-term-b_gold {
  padding: 25px 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modal-term-b_gold {
    padding: 60px 80px;
  }
}

.modal-term-b_gold p {
  font-size: 1.8rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 426px) {
  .modal-term-b_gold p {
    font-size: 3.0rem;
  }
}@media screen and (min-width: 769px) {
  .modal-term-b_gold p {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 320px) {
  .modal-term-b_gold p {
    font-size: 1.7rem;
  }
}

.modal-term-b_gold img{
	margin-top: 5%;
	width: 50%;
}
.aurora_gold_float_space {
  position: relative;
  height: 10px;
}
/*オーロラゴールド対応_end*/
.preparation{
	margin-top:20px;
}
.preparation .preparation-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
}
.preparation .preparation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    text-align: center;
    margin-top: 15px;
}

.preparation h5 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.modal-select_text {
	font-size: 1.2rem;
    color: #333333;
    margin: 20px 0 20px;
}

.preparation-title {
	font-size: 12px;
	font-weight: 700;
}

.preparation-item img {
	margin: 0 0 10px;
    width: 115px;
}

.preparation-text {
	font-size: 10px;
	margin-top: 10px;
}
.gnl-modal-term-text {
    height: 190px;
  }

@media screen and (max-width: 768px) {
    .gnl-modal-term-text {
     height: 160px;
    }
	.preparation .preparation-list {
	    padding: 0;
	}

	.preparation .preparation-item {
	    flex-direction: row;
	    align-items: normal;
        flex-wrap: wrap;
        width: 100%;
        text-align: left;
    }
    .preparation-item img {
        max-width: 100%;
        text-align: center;
    }
    .preparation-unit {
        flex: 1;
    }
}

.reason-2-vpoint-pay {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BA922F;
}

.reason-2-vpoint-pay p {
    color: #BA922F;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
}

.reason-2-vpoint-pay img {
    width: 75px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .reason-2-vpoint-pay {
    flex-direction: column;
    text-align: center;
  }
  .reason-2-vpoint-pay img {
    margin-bottom: 5px;
  }
  .reason-2-vpoint-pay p {
    font-size: 1.8rem;
  }
}

.campaign-ttl-c {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign-ttl-c {
    top: -30px;
  }
}
@media screen and (min-width: 769px) {
  .campaign-ttl-c {
    top: -58px;
  }
}

.vpoint_integration_float_space {
  position: relative;
  height: 0px;
}

.vpoint_integration_clickabe img{
    max-width:270px;
    width: 14%;
    position: absolute;
    z-index: 3;
    top: -200px;
    right: 37%;
}
.vpoint_integration_clickabe img{
    height: auto;
}
@media screen and (max-width: 1680px) {
  .vpoint_integration_clickabe img{
    max-width: 270px;
    width: 15%;
    right: 36%;
    top: -200px;
  }
}
@media screen and (max-width: 1440px) {
  .vpoint_integration_clickabe img{
    max-width: 270px;
    width: 16%;
    right: 35%;
    top: -200px;
  }
}
@media screen and (max-width: 1280px) {
  .vpoint_integration_clickabe img{
    max-width: 270px;
    width: 17%;
    right: 34%;
    top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .vpoint_integration_clickabe img{
    max-width: 300px;
    width:35%;
    right: 63%;
    top: -250px;
  }
}
@media screen and (max-width: 650px) {
  .vpoint_integration_clickabe img{
    max-width: 300px;
    width:35%;
    right: 63%;
    top: -210px;
  }
}
@media screen and (max-width: 589px) {
  .vpoint_integration_clickabe img{
    max-width: 300px;
    width:35%;
    right: 63%;
    top: -190px;
  }
}
@media screen and (max-width: 480px) {
  .vpoint_integration_clickabe img{
    max-width: 300px;
    width:35%;
    right: 63%;
    top: -145px;
  }
}
@media screen and (max-width: 425px) {
  .vpoint_integration_clickabe img{
    max-width: 300px;
    width:35%;
    right: 63%;
    top: -135px;
  }
}
@media screen and (max-width: 375px) {
  .vpoint_integration_clickabe img{
    max-width: 300px;
    width:35%;
    right: 63%;
    top: -125px;
  }
}
@media screen and (max-width: 320px) {
  .vpoint_integration_clickabe img {
    max-width: 300px;
    width:35%;
    right: 63%;
    top: -115px;
  }
}
.vpoint_integration_clickabe img:hover {
    opacity: 0.7;
}
.red_txt {
    color: #be0000;
}

@media screen and (min-width: 769px) {
  .subject-company .note {
    text-align: left;
    margin: 0 94px;
  }
}

.about-vpoint {
	text-align: center;
}

.about-vpoint img {
	width: 450px;
}

@media screen and (max-width: 768px) {
  .about-vpoint img{
    width: 250px;
  }
  .about-vpoint.notes{
    text-align: left;
  }
}

.company_privilege_badge img{
    max-width:110px;
    width: 14%;
    position: absolute;
    z-index: 3;
    bottom: -17px;
    right: -37px;
}
.vpoint_integration_clickabe img{
    height: auto;
}

@media screen and (max-width: 768px) {
  .company_privilege_badge img{
      max-width: 100px;
      width: 23%;
      right: -5%;
  }
}

@media screen and (max-width: 430px) {
  .company_privilege_badge img{
      max-width: 100px;
      width: 28%;
      right: -13%;
  }
}

  .campaign-inner.campaign-kakaku  {
   background-color: rgb(255, 255, 255);
   padding: 0px 18px 0;
 }

@media screen and (min-width: 769px) {
  .campaign-inner.campaign-kakaku  {
    padding: 0px 0 0;
  }
}

@media screen and (min-width:769px) {
  .spOnly {
    display: none !important
  }
}
@media screen and (max-width:768px) {
  .pcOnly {
    display: none !important
  }
}

/* 20240902 追加要件 価格コムロゴ追加 */
@media screen and (max-width: 768px) {
  .forpc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .forsp {
    display: none !important;
  }
}

.mv-break {
  margin: 60px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mv-break {
    padding: 20px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .mv-break {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  }
}

@media screen and (min-width: 769px) {
  .mv-break p {
    font-size: 20px;
  }
}

.head-border {
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  max-height: 140px;
}

.head-border:before,
.head-border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 2px;
  background-color: #222;
  ;
}

@media screen and (max-width: 768px) {

  .head-border:before,
  .head-border:after {
    width: 25%;
  }

  .under-border p {
	font-size: 1.6rem;
  }
}

.head-border:before {
  left: 0px;
}

.head-border:after {
  right: 0px;
}

@media screen and (min-width: 769px) {
  .head-border {
    width: 900px;
  }
}

.mv-break img {
  width: 125px;
}

.under-border {
  border-bottom: solid 2px;
  margin-left: auto;
  margin-right: auto;
}

.under-border p {
  line-height:1.5;
}

.font-size-75{
  font-size: 75%;
}

.font-weight-700 {
  font-weight: 700;
}

.mB-20 {
  margin-bottom: 20px;
}
/* 価格コムロゴ追加 end*/

campaign_content_sbi {
	margin-bottom: 22px;
}

.text-center{
  text-align: center;
  margin-top: 26px;
}

.font-bold{
  font-weight: bold;
}

@media screen and (max-width: 767px){
.font-bold {
	font-size: 13px;
}
}

.col_Black {
color: #222;
}

.slash {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.slash {
    padding: 0 15px;
    margin-bottom: 10px;
	font-size: 15px;
}
}

.slash:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #222;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.slash:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #222;
    border-radius: 3px;
    transform: rotate(25deg);
}

