@charset "UTF-8";
/*! 日本語の文字化け防止 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.5;
}

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

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes float-bob-sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@keyframes float-bob-sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@-webkit-keyframes bounceBottomRight {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
@keyframes bounceBottomRight {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
.c-btn-fix {
  position: fixed;
  z-index: 10000;
  bottom: 30px;
  right: 30px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .c-btn-fix {
    max-width: 160px;
    bottom: 15px;
    right: 5px;
  }
}
.c-btn-fix a {
  display: block;
}
.c-btn-fix a:hover {
  -webkit-animation: bounceBottomRight 0.4s ease-in-out 2;
          animation: bounceBottomRight 0.4s ease-in-out 2;
}

.btn-kumamon-pay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  max-width: 950px;
  padding: clamp(16px, 0.8450704225vw + 12.8309859155px, 25px) 0;
  border-radius: 100px;
  background-color: #1E91E6;
  color: #fff;
  -webkit-box-shadow: 0 6px 0 #136CAE;
          box-shadow: 0 6px 0 #136CAE;
  font-size: clamp(16px, 1.5023474178vw + 10.3661971831px, 32px);
  letter-spacing: 0.05em;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
  cursor: pointer;
}
.btn-kumamon-pay::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: clamp(10px, 0.3755868545vw + 8.5915492958px, 14px);
  height: clamp(10px, 0.3755868545vw + 8.5915492958px, 14px);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.btn-kumamon-pay:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 2px 0 #136CAE;
          box-shadow: 0 2px 0 #136CAE;
}

.c-btn-yellow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  max-width: 950px;
  padding: clamp(16px, 0.8450704225vw + 12.8309859155px, 25px) 0;
  border-radius: 100px;
  background-color: #FFF22E;
  color: #1E91E6;
  -webkit-box-shadow: 0 8px 0 #F8B000;
          box-shadow: 0 8px 0 #F8B000;
  font-size: clamp(16px, 1.5023474178vw + 10.3661971831px, 32px);
  letter-spacing: 0.05em;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
  cursor: pointer;
  font-size: clamp(20px, 1.1267605634vw + 15.7746478873px, 32px);
  padding: clamp(20px, 0.4694835681vw + 18.2394366197px, 25px) 0;
}
.c-btn-yellow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: clamp(10px, 0.3755868545vw + 8.5915492958px, 14px);
  height: clamp(10px, 0.3755868545vw + 8.5915492958px, 14px);
  border-top: 3px solid #1E91E6;
  border-right: 3px solid #1E91E6;
}
.c-btn-yellow:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 4px 0 #F8B000;
          box-shadow: 0 4px 0 #F8B000;
}

.kv-section {
  width: 100%;
  height: 750px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv-section {
    height: 100vh;
  }
}
@media screen and (max-width: 500px) {
  .kv-section {
    height: 660px;
  }
}
@media screen and (max-width: 380px) {
  .kv-section {
    height: 100vh;
  }
}
.kv-section .kv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.float-item {
  position: absolute;
  z-index: 2;
  -webkit-animation: float-bob 3s ease-in-out infinite alternate;
          animation: float-bob 3s ease-in-out infinite alternate;
}
.float-item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .float-item {
    -webkit-animation-name: float-bob-sp;
            animation-name: float-bob-sp;
  }
}

.css-dot {
  background-color: #E63C15;
  border-radius: 50%;
  z-index: 0;
  aspect-ratio: 1/1;
}
.css-dot.dot-l {
  width: 10%;
  max-width: 144px;
}
.css-dot.dot-m {
  width: 5.5%;
  max-width: 80px;
}
.css-dot.dot-s {
  width: 3%;
  max-width: 44px;
}
@media screen and (max-width: 768px) {
  .css-dot.dot-l {
    width: 60px;
    height: 60px;
    max-width: none;
  }
  .css-dot.dot-m {
    width: 30px;
    height: 30px;
    max-width: none;
  }
  .css-dot.dot-s {
    width: 15px;
    height: 15px;
    max-width: none;
  }
}

.pos-main-copy {
  width: 34.7222222222%;
  max-width: 500px;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  -webkit-animation: none !important;
          animation: none !important;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .pos-main-copy {
    width: 75%;
    max-width: 400px;
    top: 15%;
  }
}

.pos-sub-copy {
  width: 12.5%;
  max-width: 180px;
  top: 5%;
  left: 17%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
@media (min-width: 1440px) {
  .pos-sub-copy {
    left: calc(50% - 470px);
  }
}
@media screen and (max-width: 768px) {
  .pos-sub-copy {
    width: 30%;
    max-width: 105px;
    top: 2%;
    left: 5%;
  }
}

.pos-people-1 {
  width: 15.9722222222%;
  max-width: 230px;
  top: 20%;
  left: -1%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (min-width: 1440px) {
  .pos-people-1 {
    left: calc(50% - 720px);
  }
}
@media screen and (max-width: 768px) {
  .pos-people-1 {
    width: 18%;
    top: 22%;
    left: -5%;
    max-width: none;
  }
}

.pos-people-2 {
  width: 21.1111111111%;
  max-width: 304px;
  top: 55%;
  left: 5%;
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
@media (min-width: 1440px) {
  .pos-people-2 {
    left: calc(50% - 648px);
  }
}
@media screen and (max-width: 768px) {
  .pos-people-2 {
    width: 26%;
    top: 58%;
    left: 2%;
    max-width: none;
    width: 30%;
  }
}

.pos-people-3 {
  width: 20.3472222222%;
  max-width: 293px;
  top: 0%;
  right: 8%;
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media (min-width: 1440px) {
  .pos-people-3 {
    right: calc(50% - 605px);
  }
}
@media screen and (max-width: 768px) {
  .pos-people-3 {
    width: 26%;
    top: 2%;
    right: 0%;
    left: auto;
    max-width: none;
  }
}

.pos-people-4 {
  width: 13.8888888889%;
  max-width: 200px;
  top: 35%;
  right: -1%;
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
@media (min-width: 1440px) {
  .pos-people-4 {
    right: calc(50% - 720px);
  }
}
@media screen and (max-width: 768px) {
  .pos-people-4 {
    width: 14%;
    top: 25%;
    right: -3%;
    left: auto;
    max-width: none;
  }
}

.pos-people-5 {
  width: 17.7083333333%;
  max-width: 255px;
  top: 58%;
  right: 18%;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (min-width: 1440px) {
  .pos-people-5 {
    right: calc(50% - 547px);
  }
}
@media screen and (max-width: 768px) {
  .pos-people-5 {
    width: 23%;
    top: 55%;
    right: 5%;
    left: auto;
    max-width: none;
  }
}

.pos-dot-l-1 {
  top: -6%;
  left: -2%;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}
@media screen and (max-width: 768px) {
  .pos-dot-l-1 {
    top: 2%;
    left: 40%;
  }
}

.pos-dot-m-5 {
  top: 15%;
  left: 10%;
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .pos-dot-m-5 {
    display: none;
  }
}

.pos-dot-s-9 {
  top: 40%;
  left: -1%;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-9 {
    top: 30%;
    left: 15%;
  }
}

.pos-dot-m-1 {
  top: 40%;
  left: 20%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (max-width: 768px) {
  .pos-dot-m-1 {
    top: 40%;
    left: -2%;
  }
}

.pos-dot-s-1 {
  bottom: 5%;
  left: 2%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  display: block;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-1 {
    display: none;
  }
}

.pos-dot-l-2 {
  top: 85%;
  left: 25%;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
@media screen and (max-width: 768px) {
  .pos-dot-l-2 {
    display: none;
  }
}

.pos-dot-s-7 {
  top: -2%;
  left: 30%;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  display: block;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-7 {
    display: none;
  }
}

.pos-dot-m-2 {
  top: -5%;
  left: 60%;
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .pos-dot-m-2 {
    top: 8%;
    right: 30%;
    left: auto;
  }
}

.pos-dot-s-4 {
  top: 15%;
  left: 68%;
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-4 {
    top: 22%;
    right: 10%;
    left: auto;
  }
}

.pos-dot-s-2 {
  top: 50%;
  left: 28%;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-2 {
    top: 55%;
    left: 20%;
  }
}

.pos-dot-s-3 {
  top: 72%;
  left: 38%;
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-3 {
    display: none;
  }
}

.pos-dot-l-4 {
  bottom: -5%;
  left: 48%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  display: none;
}
@media screen and (max-width: 768px) {
  .pos-dot-l-4 {
    display: block;
    bottom: 15%;
    left: 5%;
  }
}

.pos-dot-m-3 {
  top: 38%;
  right: 24%;
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
@media screen and (max-width: 768px) {
  .pos-dot-m-3 {
    display: none;
  }
}

.pos-dot-s-8 {
  top: 45%;
  right: -2%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-8 {
    top: 42%;
    right: 5%;
  }
}

.pos-dot-s-5 {
  top: 52%;
  right: 18%;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-5 {
    display: none;
  }
}

.pos-dot-m-6 {
  top: 80%;
  right: 18%;
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.pos-dot-s-6 {
  bottom: 1%;
  right: 28%;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-6 {
    display: none;
  }
}

.pos-dot-l-3 {
  bottom: 2%;
  right: 1%;
  -webkit-animation-duration: 5.2s;
          animation-duration: 5.2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .pos-dot-l-3 {
    bottom: 18%;
    right: -2%;
  }
}

.pos-dot-l-5 {
  bottom: 0%;
  right: 40%;
  -webkit-animation-duration: 5.2s;
          animation-duration: 5.2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .pos-dot-l-5 {
    bottom: 28%;
    right: 42%;
  }
}

.pos-dot-s-10 {
  display: none;
}
@media screen and (max-width: 768px) {
  .pos-dot-s-10 {
    display: block;
    bottom: 37%;
    right: 35%;
  }
}

.details-top {
  position: relative;
  z-index: 100;
}
.details-top img {
  width: 100%;
  margin-top: -100px;
  margin-bottom: -1px;
}

.l-section-details {
  position: relative;
  background-color: #1E91E6;
  padding-top: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.l-section-details .l-section-details__inner {
  margin: 0 auto;
  text-align: center;
}
.l-section-details__ttl img {
  width: 100%;
  height: auto;
}

.p-details-box {
  background-image: url("../img/about/merchant/details-wrap-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 675px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 80px 60px 0;
  color: #1E91E6;
  margin: 0 30px 100px;
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-details-box.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-details-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .p-details-box {
    background-image: url("../img/about/merchant/details-wrap-bg_sp.png");
    background-size: 100% 100%;
    width: 100%;
    max-height: none;
    padding: 60px 20px 0;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-details-box {
    margin-bottom: 40px;
  }
}
.p-details-box__lead {
  font-size: clamp(16px, 2.2535211268vw + 7.5492957746px, 40px);
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-details-box__lead .kerning-left {
  display: inline-block;
  margin-left: -0.6em;
}
.p-details-box__h3, .p-details-box__h3-m {
  font-weight: 900;
  line-height: 1.2;
}
.p-details-box__h3.underline, .p-details-box__h3-m.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF5A5));
  background: linear-gradient(transparent 60%, #FFF5A5 60%);
  display: inline;
}
.p-details-box__h3 {
  font-size: clamp(36px, 2.8169014085vw + 25.4366197183px, 66px);
}
.p-details-box__h3 > .small {
  font-size: clamp(24px, 2.441314554vw + 14.8450704225px, 50px);
}
.p-details-box__h3 > .big {
  font-size: clamp(50px, 1.8779342723vw + 42.9577464789px, 70px);
}
.p-details-box__h3-m {
  font-size: clamp(46px, 2.2535211268vw + 37.5492957746px, 70px);
  line-height: 1;
}
.p-details-box__h3-m > .small {
  font-size: clamp(26px, 1.3145539906vw + 21.0704225352px, 40px);
}
.p-details-box__h4 {
  font-size: clamp(30px, 3.7558685446vw + 15.9154929577px, 70px);
  font-weight: 900;
  line-height: 1;
}
.p-details-box__h4 > .small {
  font-size: clamp(18px, 2.0657276995vw + 10.2535211268px, 40px);
}
.p-details-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-details-box__content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-details-box__content.inner {
    padding: 0 10px;
  }
}
.p-details-box__left img {
  max-width: 322px;
  margin-top: clamp(20px, -0.9389671362vw + 33.5211267606px, 30px);
}
@media screen and (max-width: 768px) {
  .p-details-box__left img {
    margin: 20px auto 0;
    max-width: 260px;
  }
}
.p-details-box__notes {
  text-align: left;
  margin-top: 30px;
  font-size: 1.4rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.p-details-box__notes li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .p-details-box__notes {
    font-size: 1.2rem;
  }
}
.p-details-box__img {
  max-width: 430px;
}
@media screen and (max-width: 1200px) {
  .p-details-box__img {
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .p-details-box__img {
    max-width: 224px;
    margin: 0 auto;
  }
}
.p-details-box__img-coin {
  max-width: 260px;
}
@media screen and (max-width: 1200px) {
  .p-details-box__img-coin {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-details-box__img-coin {
    max-width: 224px;
    margin: 0 auto;
  }
}
.p-details-box__video {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  padding-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .p-details-box__video {
    width: 100%;
  }
}
.p-details-box__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.p-details-box__video-comingsoon img {
  max-width: 600px;
  margin: 30px auto 0;
  padding-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .p-details-box__video-comingsoon img {
    width: 100%;
  }
}
.p-details-box__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-mask-image: url("../img/about/merchant/details-wrap-bg.png");
  mask-image: url("../img/about/merchant/details-wrap-bg.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1080px) {
  .p-details-box__mask {
    -webkit-mask-image: url("../img/about/merchant/details-wrap-bg_sp.png");
    mask-image: url("../img/about/merchant/details-wrap-bg_sp.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.p-details-box__mask-text {
  color: #fff;
  font-size: clamp(32px, 5.4460093897vw + 11.5774647887px, 90px);
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.c-details-box__inner {
  padding: 120px 60px;
}
@media screen and (max-width: 1200px) {
  .c-details-box__inner {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-details-box__inner {
    padding: 70px 10px;
  }
}

.l-section-rule {
  background-color: #1E91E6;
  padding-top: clamp(60px, 7.5117370892vw + 31.8309859155px, 140px);
  padding-bottom: clamp(320px, 5.6338028169vw + 298.8732394366px, 380px);
}
.l-section-rule__inner {
  padding: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.l-section-rule__ttl {
  margin-bottom: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}
.l-section-rule__ttl img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .l-section-rule__ttl img {
    max-width: 157px;
    padding: 0;
  }
}
.l-section-rule__btn {
  margin-top: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}
.l-section-rule__kumamon {
  display: block;
  margin-top: clamp(30px, 5.6338028169vw + 8.8732394366px, 90px);
  margin-bottom: -5px;
}
.l-section-rule__kumamon img {
  max-width: clamp(120px, 7.5117370892vw + 91.8309859155px, 200px);
  margin: 0 auto 20px;
}

.p-rule-box {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
  height: clamp(300px, 9.3896713615vw + 264.7887323944px, 400px);
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-rule-box__content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 15px;
}
.p-rule-box__content::-webkit-scrollbar {
  width: 8px;
}
.p-rule-box__content::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.p-rule-box__content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.p-rule-box__item-ttl {
  font-weight: bold;
  font-size: clamp(14px, 0.3755868545vw + 12.5915492958px, 18px);
  margin-bottom: 1em;
}
.p-rule-box__txt {
  font-size: clamp(12px, 0.1877934272vw + 11.2957746479px, 14px);
  line-height: 1.8;
  color: #333333;
}

.point-top {
  position: relative;
  z-index: 100;
}
.point-top img {
  width: 100%;
  margin-top: -260px;
  margin-bottom: -1px;
}

.point-bottom {
  position: relative;
  z-index: 100;
}
.point-bottom img {
  width: 100%;
  margin-top: -1px;
  margin-bottom: -260px;
}

.point-section {
  background-color: #fff;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .point-section {
    padding-bottom: 40px;
  }
}
.point-section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.point-section .point-title img {
  max-width: 500px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .point-section .point-title img {
    max-width: 270px;
    margin-bottom: 50px;
    padding-top: 60px;
  }
}
.point-section .point-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .point-section .point-grid {
    gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.point-section .point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point-section .point-item .point-num {
  width: clamp(50px, 2.6291079812vw + 40.1408450704px, 78px);
  margin-bottom: -10%;
}
.point-section .point-item .point-img {
  text-align: center;
}
.point-section .point-item .point-img img {
  width: 100%;
  height: auto;
  max-width: 480px;
}
.point-section .point-item .point-note {
  font-size: clamp(12px, 0.1877934272vw + 11.2957746479px, 14px);
  font-family: "Zen Maru Gothic", sans-serif;
  color: #1E91E6;
  line-height: 1.5;
  margin-top: 10px;
}
.point-section .point-footer {
  margin-top: 60px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.point-section .kumamon-wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 200px;
}
.point-section .kumamon-wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .point-section .point-btn {
    font-size: 1.4rem;
    letter-spacing: 0.01rem;
  }
}
@media (max-width: 380px) {
  .point-section .point-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }
}

.kumamon-pay-section {
  background-color: #DDF1FC;
  padding: 300px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kumamon-pay-section {
    padding: 280px 30px 60px;
  }
}

.kumamon-pay-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .kumamon-pay-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 10px 6fr;
    grid-template-columns: 4fr 6fr;
    gap: 0 10px;
  }
}

.kumamon-pay-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  text-align: center;
}
.kumamon-pay-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kumamon-pay-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 100%;
    margin-bottom: 0;
    text-align: right;
    padding-right: 10px;
  }
}

.kumamon-pay-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kumamon-pay-content {
    display: contents;
  }
}

.kumamon-pay-heading {
  margin-bottom: 20px;
  text-align: left;
}
.kumamon-pay-heading .logo-img {
  margin: 0;
  line-height: 1;
}
.kumamon-pay-heading .logo-img img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kumamon-pay-heading {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-bottom: 0;
  }
}

.kumamon-pay-points {
  margin-bottom: 40px;
  text-align: left;
}
.kumamon-pay-points img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .kumamon-pay-points {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .kumamon-pay-points img {
    margin-top: -20px;
  }
}

.kumamon-pay-btn-area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kumamon-pay-btn-area {
    grid-column: 1/-1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.u-mb-0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .u-mb-0 {
    margin-bottom: 0px;
  }
}

.u-mb-xs {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 10px;
  }
}

.u-mb-s {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb-s {
    margin-bottom: 15px;
  }
}

.u-mb-m {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb-m {
    margin-bottom: 20px;
  }
}

.u-mb-l {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb-l {
    margin-bottom: 30px;
  }
}

.u-mb-xl {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 40px;
  }
}

.u-mb-xxl {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb-xxl {
    margin-bottom: 60px;
  }
}

.c-margin0a {
  margin: 0 auto;
}

.c-margin-t__30-20 {
  margin-top: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
}

.c-margin-l__5 {
  margin-left: 5px;
}

.c-txt-c {
  text-align: center;
}