@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #333333;
}

* {
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "Meiryo", "Yu Gothic", "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.text--red {
  color: #e60f1e;
}

.text--blue {
  color: #1565e6;
}

.text--green {
  color: #1aa34a;
}

.text--pink {
  color: #e64f8a;
}

.text--yellow {
  color: #e6b800;
}

.text--sky {
  color: #17a2e6;
}

.text--purple {
  color: #8a3fe6;
}

.text--brown {
  color: #8b5a2b;
}

.text--gray {
  color: #666666;
}

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

a {
  font-size: inherit;
  font-weight: 800;
  color: #00bee0;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 1080px) {
  .hide--pc {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .hide--sp {
    display: none !important;
  }
}

body {
  background-image: url("./../img/payment_bg.jpg");
  background-size: contain;
}

.main {
  width: 100%;
  aspect-ratio: 3/1;
  background-image: url("./../img/main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1080px) {
  .main {
    background-image: url("./../img/main_sp.jpg");
    aspect-ratio: 10/7;
    background-size: auto 100%;
  }
}
.main > div {
  width: 34%;
  height: 94%;
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1080px) {
  .main > div {
    height: auto;
    width: 55%;
    top: auto;
    bottom: 5px;
    right: 50%;
    transform: translateX(50%);
  }
}
.main > div > div {
  width: 100%;
  height: 73%;
}
.main > div > div > img {
  width: 100%;
}

header {
  display: flex;
  align-items: center;
  height: 100px;
  padding-left: calc((100vw - 1080px) / 2);
  padding-right: calc((100vw - 1080px) / 2);
  background-color: #f2007a;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (max-width: 1340px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
    gap: 10px;
  }
}
@media (max-width: 1080px) {
  header {
    height: 50px;
  }
}
header > .back {
  width: 70px;
  height: 70px;
  position: absolute;
  left: calc((100vw - 1080px) / 2 - 130px);
  flex-shrink: 0;
}
@media (max-width: 1340px) {
  header > .back {
    position: static;
    left: auto;
  }
}
@media (max-width: 1080px) {
  header > .back {
    height: 35px;
    width: 35px;
  }
}
header > .back > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #7f0040;
}
@media (max-width: 1080px) {
  header > .back > a {
    border-radius: 5px;
  }
}
header > .back > a > img {
  width: 70px;
}
@media (max-width: 1080px) {
  header > .back > a > img {
    width: 35px;
  }
}
header > .back > a > span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1080px) {
  header > .back > a > span {
    font-size: 7px;
    margin-top: 2px;
  }
}
header > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding-bottom: 2px;
  border-radius: 35px;
  box-sizing: border-box;
  position: absolute;
  right: calc((100vw - 1080px) / 2 - 130px);
  background-color: #7f0040;
  flex-shrink: 0;
}
@media (max-width: 1340px) {
  header > button {
    position: static;
    left: auto;
  }
}
@media (max-width: 1080px) {
  header > button {
    height: 35px;
    width: 35px;
    border-radius: 17.5px;
    padding-bottom: 1px;
  }
}
header > button > img {
  height: 70px;
}
@media (max-width: 1080px) {
  header > button > img {
    height: 35px;
  }
}
header .link-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1340px) {
  header .link-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
  }
}
header .link-group > li {
  width: 255px;
  height: 70px;
}
@media (max-width: 1340px) {
  header .link-group > li {
    width: auto;
  }
}
@media (max-width: 1080px) {
  header .link-group > li {
    height: 35px;
  }
}
header .link-group > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background-color: #7f0040;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  border-radius: 40px;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 1340px) {
  header .link-group > li > a {
    font-size: 2.1vw;
    line-height: 2.4vw;
  }
}
header .link-group > li > a > .nowrap {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1340px) {
  header .link-group > li > a > .nowrap {
    font-size: 2.1vw;
    line-height: 2.4vw;
  }
}

main {
  width: 100%;
  background: url("./../img/bg.jpg");
  background-size: cover;
  background-position: center;
}

.section-benefit {
  width: 100%;
  padding: 50px calc((100vw - 1080px) / 2);
  margin-top: 60px;
  position: relative;
  background-color: #00810d;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .section-benefit {
    padding: 30px 15px;
    margin-top: 15px;
    background-image: url("./../img/benefit_bg-sp.png");
  }
}
.section-benefit > p {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .section-benefit > p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-benefit > p {
    font-size: 20px;
  }
}
.section-benefit > p > .color-blue {
  font-size: inherit;
  font-weight: 800;
  color: #0ab9ff;
}
.section-benefit > p > .color-pink {
  font-size: inherit;
  font-weight: 800;
  color: #fa5ead;
}
.section-benefit > p > .color-yellow {
  font-size: inherit;
  font-weight: 800;
  color: #fff000;
}
.section-benefit > div {
  width: 100%;
  height: 1080px;
  position: relative;
}
@media (max-width: 1640px) {
  .section-benefit > div {
    height: 800px;
  }
}
@media (max-width: 1400px) {
  .section-benefit > div {
    margin-top: 250px;
  }
}
@media (max-width: 1080px) {
  .section-benefit > div {
    height: 610px;
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .section-benefit > div {
    height: auto;
  }
}
.section-benefit > div > .benefit {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1080px) {
  .section-benefit > div > .benefit {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .section-benefit > div > .benefit {
    height: auto;
    width: calc(100vw - 30px);
    position: relative;
  }
}
.section-benefit:before {
  content: "";
  width: 304px;
  height: 540px;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 540px - 304px);
  background-image: url(./../img/benefit_iguchi.png);
  background-size: cover;
}
@media (max-width: 1640px) {
  .section-benefit:before {
    left: calc(50vw - 400px - 304px);
  }
}
@media (max-width: 1400px) {
  .section-benefit:before {
    width: 188px;
    height: 235px;
    position: absolute;
    bottom: 850px;
    left: calc(46vw - 188px);
  }
}
@media (max-width: 1080px) {
  .section-benefit:before {
    width: 122px;
    height: 155px;
    bottom: 620px;
    left: calc(46vw - 122px);
  }
}
@media (max-width: 767px) {
  .section-benefit:before {
    width: 100px;
    height: 130px;
    position: absolute;
    top: 90px;
    left: calc(46vw - 100px);
  }
}
.section-benefit:after {
  content: "";
  width: 304px;
  height: 540px;
  aspect-ratio: 304/540;
  position: absolute;
  bottom: 0;
  right: calc(50vw - 540px - 304px);
  background-image: url(./../img/benefit_yoshizumi.png);
  background-size: cover;
}
@media (max-width: 1640px) {
  .section-benefit:after {
    right: calc(50vw - 400px - 304px);
  }
}
@media (max-width: 1400px) {
  .section-benefit:after {
    width: 188px;
    height: 235px;
    position: absolute;
    bottom: 850px;
    right: calc(46vw - 188px);
  }
}
@media (max-width: 1080px) {
  .section-benefit:after {
    width: 122px;
    height: 155px;
    bottom: 630px;
    right: calc(46vw - 122px);
  }
}
@media (max-width: 767px) {
  .section-benefit:after {
    width: 100px;
    height: 130px;
    position: absolute;
    top: 90px;
    right: calc(46vw - 100px);
  }
}

.section-about-vip {
  width: 100%;
  padding: 50px calc((100vw - 1080px) / 2);
  margin-top: 60px;
  position: relative;
  background-image: url("./../img/bg_splash.png");
  background-size: 110vw;
  background-position: top;
  overflow: hidden;
  z-index: 1;
}
.section-about-vip:before {
  content: "";
  width: 986px;
  height: 215px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./../img/about-vip_bg_top.png);
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-about-vip:before {
    width: 100vw;
    aspect-ratio: 986/215;
    height: auto;
  }
}
.section-about-vip:after {
  content: "";
  width: 975px;
  height: 212px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(./../img/about-vip_bg_bottom.png);
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-about-vip:after {
    width: 100vw;
    aspect-ratio: 975/212;
    height: auto;
  }
}
@media (max-width: 1080px) {
  .section-about-vip {
    padding: 30px 15px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .section-about-vip {
    background-image: url("./../img/sp_bg.png");
  }
}
.section-about-vip > h2 {
  width: 391px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-about-vip > h2 {
    width: 190px;
  }
}
.section-about-vip > h2 > img {
  width: 100%;
}
.section-about-vip > p {
  font-size: 36px;
  font-weight: 800;
  margin-top: 45px;
  text-align: center;
  line-height: 46px;
}
@media (max-width: 767px) {
  .section-about-vip > p {
    font-size: 17px;
    line-height: 22px;
    margin-top: 25px;
  }
}
.section-about-vip > p .red {
  color: #f2007a;
  font-size: inherit;
  font-weight: 800;
}
.section-about-vip > p .blue {
  color: #0ab9ff;
  font-size: inherit;
  font-weight: 800;
}
.section-about-vip > p .small {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section-about-vip > p .small {
    font-size: 13px;
  }
}
.section-about-vip > ul {
  list-style: none;
  padding-left: 1.2em;
  margin-top: 20px;
}
.section-about-vip > ul li {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .section-about-vip > ul li {
    font-size: 10px;
  }
}
.section-about-vip > ul li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
  top: 0;
}
.section-about-vip > article {
  display: grid;
  grid-template-columns: auto max-content;
  grid-template-rows: 45px auto 1fr auto;
  grid-template-areas: "...         label" "title       image" "description image" "...        button";
  width: 100%;
  padding: 25px 40px;
  margin-top: 120px;
  border: #000 solid 5px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .section-about-vip > article {
    grid-template-columns: 1fr;
    grid-template-rows: 22px auto auto auto auto;
    grid-template-areas: "label" "title" "description" "image" "button";
    padding: 17px 20px;
    margin-top: 60px;
  }
}
.section-about-vip > article > .icon {
  width: 165px;
  position: absolute;
  top: -106px;
  left: 0;
}
@media (max-width: 1080px) {
  .section-about-vip > article > .icon {
    width: 82.5px;
    top: -55px;
  }
}
.section-about-vip > article > .title {
  grid-area: title;
  height: fit-content;
  font-size: 38px;
  font-weight: 800;
  line-height: 42px;
}
@media (max-width: 1080px) {
  .section-about-vip > article > .title {
    font-size: 24px;
    line-height: 35px;
    margin-top: 10px;
  }
}
@media (max-width: 1080px) {
  .section-about-vip > article > .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 6px;
  }
}
.section-about-vip > article > .title > .color-blue {
  font-size: inherit;
  font-weight: 800;
  color: #0ab9ff;
}
.section-about-vip > article > .title > .color-green {
  font-size: inherit;
  font-weight: 800;
  color: #14df3b;
}
.section-about-vip > article > .label {
  grid-area: label;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 34px;
}
@media (max-width: 1080px) {
  .section-about-vip > article > .label {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 18px;
  }
}
.section-about-vip > article > .description {
  grid-area: description;
  font-size: 24px;
  font-weight: 800;
  margin-top: 30px;
  line-height: 32px;
}
@media (max-width: 1080px) {
  .section-about-vip > article > .description {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .section-about-vip > article > .description {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
  }
}
.section-about-vip > article > .description a {
  color: #0ab9ff;
}
.section-about-vip > article > .description > .small {
  font-size: 18px;
  font-weight: 800;
}
.section-about-vip > article > .description > .small .red {
  color: #f2007a;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 1080px) {
  .section-about-vip > article > .description > .small {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .section-about-vip > article > .description > .small {
    font-size: 10px;
    line-height: 15px;
  }
}
.section-about-vip > article > .image {
  grid-area: image;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .section-about-vip > article > .image {
    height: 186px;
  }
}
@media (max-width: 767px) {
  .section-about-vip > article > .image {
    max-width: 100%;
    max-height: 185px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.section-about-vip > article > .image > img {
  height: 236px;
  /* width: 100%; */
}
@media (max-width: 1080px) {
  .section-about-vip > article > .image > img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .section-about-vip > article > .image > img {
    width: 100%;
  }
}
.section-about-vip > article > .image > img.square {
  height: 300px;
}
@media (max-width: 1080px) {
  .section-about-vip > article > .image > img.square {
    height: 100%;
  }
}
.section-about-vip > article > .button {
  grid-area: button;
  margin-top: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #9300ff;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 0 8px 0 #000;
  transition: transform 0.08s ease, box-shadow 0.08s ease;
}
.section-about-vip > article > .button:hover {
  transform: translateY(3px);
  box-shadow: 0 5px 0 #000;
}
.section-about-vip > article > .button:active {
  transform: translateY(8px);
  box-shadow: 0 0 0 #000;
}
@media (max-width: 767px) {
  .section-about-vip > article > .button {
    font-size: 20px;
  }
}
.section-about-vip > .become-vip {
  display: block;
  margin: 20px auto;
  width: 420px;
}
@media (max-width: 767px) {
  .section-about-vip > .become-vip {
    width: 100%;
    max-width: 420px;
  }
}
.section-about-vip > .become-vip > img {
  width: 100%;
}

.section-about-sponsor {
  width: 100%;
  padding: 120px calc((100vw - 1080px) / 2) 50px;
  background-image: url("./../img/bg_splash.png"), url("./../img/sponsor_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1080px) {
  .section-about-sponsor {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .section-about-sponsor {
    background-image: url("./../img/sp_bg.png"), url("./../img/sponsor_bg.jpg");
  }
}
.section-about-sponsor > h2 {
  width: 718px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .section-about-sponsor > h2 {
    margin-top: 140px;
  }
}
@media (max-width: 1080px) {
  .section-about-sponsor > h2 {
    margin-top: 200px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-about-sponsor > h2 {
    width: 95%;
    margin-top: 25%;
  }
}
.section-about-sponsor > h2 > img {
  width: 100%;
}
.section-about-sponsor .badge {
  width: 222px;
  position: absolute;
  top: 15px;
  left: calc((100vw - 1080px) / 2 - 50px);
}
@media (max-width: 1180px) {
  .section-about-sponsor .badge {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1080px) {
  .section-about-sponsor .badge {
    width: 192px;
  }
}
@media (max-width: 767px) {
  .section-about-sponsor .badge {
    width: 24%;
  }
}
.section-about-sponsor .description-box {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-about-sponsor .description {
  font-size: 38px;
  font-weight: 800;
  margin-top: 45px;
  text-align: center;
  line-height: 50px;
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-about-sponsor .description {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
  }
}
.section-about-sponsor .description .yellow {
  color: #fff000;
  font-size: inherit;
  font-weight: 800;
}
.section-about-sponsor .description .blue {
  color: #00bee0;
  font-size: inherit;
  font-weight: 800;
}
.section-about-sponsor .description .small {
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section-about-sponsor .description .small {
    font-size: 13px;
  }
}
.section-about-sponsor .deadline {
  font-size: 18px;
  color: white;
  font-weight: 800;
  text-align: end;
}
@media (max-width: 767px) {
  .section-about-sponsor .deadline {
    font-size: 11px;
    text-align: center;
  }
}
.section-about-sponsor .benefit {
  padding: 35px 25px;
  background-color: white;
  border: 5px solid black;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit {
    padding: 20px;
    border-radius: 10px;
  }
}
.section-about-sponsor .benefit > p {
  width: 100%;
}
.section-about-sponsor .benefit > p > img {
  width: 100%;
}
.section-about-sponsor .benefit > ul {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 150px;
}
@media (max-width: 1080px) {
  .section-about-sponsor .benefit > ul {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
    margin-top: auto;
  }
}
.section-about-sponsor .benefit > ul > li {
  width: 100%;
  background-color: #0a0c56;
  border-radius: 10px;
  padding: 50px 15px 15px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .section-about-sponsor .benefit > ul > li {
    margin-top: 150px;
    padding: 50px 15px 40px;
  }
}
@media (max-width: 1080px) {
  .section-about-sponsor .benefit > ul > li {
    margin-top: 75px;
    padding: 15px 40px;
  }
}
.section-about-sponsor .benefit > ul > li > .icon {
  width: auto;
  height: 150px;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > .icon {
    height: 75px;
    top: -55px;
  }
}
.section-about-sponsor .benefit > ul > li > h3 {
  display: flex;
  height: 95px;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.section-about-sponsor .benefit > ul > li > h3 > .title-img-1-line {
  height: 65px;
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > h3 > .title-img-1-line {
    height: 46.5px;
  }
}
.section-about-sponsor .benefit > ul > li > h3 > .title-img-2-line {
  height: 35px;
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > h3 > .title-img-2-line {
    height: 23.5px;
  }
}
.section-about-sponsor .benefit > ul > li > .text {
  height: 220px;
  margin-bottom: 20px;
}
.section-about-sponsor .benefit > ul > li > .text .red {
  color: #f2007a;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 1080px) {
  .section-about-sponsor .benefit > ul > li > .text {
    height: fit-content;
  }
}
.section-about-sponsor .benefit > ul > li > .text > p {
  font-size: 18px;
  line-height: 32px;
  color: white;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > .text > p {
    height: auto;
    font-size: 12px;
    line-height: 19px;
  }
}
.section-about-sponsor .benefit > ul > li > .text > small {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > .text > small {
    font-size: 12px;
    line-height: 18px;
  }
}
.section-about-sponsor .benefit > ul > li > .image {
  display: block;
  width: 100%;
}
@media (max-width: 1080px) {
  .section-about-sponsor .benefit > ul > li > .image {
    display: block;
    width: 45vw;
    margin: 0 auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > .image {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.section-about-sponsor .benefit > ul > li > .image > img {
  display: block;
  object-fit: cover;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > .image > img {
    height: 100%;
    width: auto;
  }
}
.section-about-sponsor .benefit > ul > li > .button {
  grid-area: button;
  margin-top: 76px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #00e63c;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 0 8px 0 #00641a;
  transition: transform 0.08s ease, box-shadow 0.08s ease;
}
@media (max-width: 1080px) {
  .section-about-sponsor .benefit > ul > li > .button {
    width: 70%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-about-sponsor .benefit > ul > li > .button {
    width: 100%;
  }
}
.section-about-sponsor .benefit > ul > li > .button:hover {
  transform: translateY(3px);
  box-shadow: 0 5px 0 #00641a;
}
.section-about-sponsor .benefit > ul > li > .button:active {
  transform: translateY(8px);
  box-shadow: 0 0 0 #00641a;
}
.section-about-sponsor .plus-mark {
  display: block;
  width: 121px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-about-sponsor .plus-mark {
    width: 45px;
    margin-top: 10px;
  }
}
.section-about-sponsor > ul {
  list-style: none;
  padding-left: 1.2em;
  margin-top: 20px;
}
.section-about-sponsor > ul li {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  color: white;
}
@media (max-width: 767px) {
  .section-about-sponsor > ul li {
    font-size: 10px;
  }
}
.section-about-sponsor > ul li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
  top: 0;
}
.section-about-sponsor > .become-sponsor {
  display: block;
  margin: 20px auto;
  width: 420px;
}
@media (max-width: 767px) {
  .section-about-sponsor > .become-sponsor {
    width: 100%;
    max-width: 420px;
  }
}
.section-about-sponsor > .become-sponsor > img {
  width: 100%;
}

.section-kiyaku {
  width: 100%;
  padding: 50px calc((100vw - 1080px) / 2) 50px;
  background-image: url("./../img/kiyaku_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1080px) {
  .section-kiyaku {
    padding: 30px 15px;
  }
}
.section-kiyaku > h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-kiyaku > h2 {
    font-size: 18px;
  }
}
.section-kiyaku > div {
  width: 100%;
  height: 150px;
  padding: 20px 50px;
  border-radius: 20px;
  border: 5px solid black;
  background-color: white;
}
@media (max-width: 767px) {
  .section-kiyaku > div {
    padding: 20px 20px;
  }
}
.section-kiyaku > div > p {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-kiyaku > div > p::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .section-kiyaku > div > p {
    font-size: 13px;
  }
}

.section-plan {
  width: 100%;
  padding: 50px calc((100vw - 1080px) / 2);
  background-image: url("./../img/plan_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1080px) {
  .section-plan {
    padding: 50px 15px;
  }
}
.section-plan > h2 {
  width: 1080px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .section-plan > h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-plan > h2 > img {
  width: 100%;
}
.section-plan > .plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1080px) {
  .section-plan > .plans {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}
.section-plan > .plans > li {
  width: 100%;
  padding: 25px 40px;
  border: 5px solid black;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-plan > .plans > li {
    border-radius: 10px;
  }
}
.section-plan > .plans > li > h3 {
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section-plan > .plans > li > h3 {
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.section-plan > .plans > li > .text-area {
  height: 320px;
  width: 100%;
}
@media (max-width: 1080px) {
  .section-plan > .plans > li > .text-area {
    height: auto;
  }
}
.section-plan > .plans > li .description {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section-plan > .plans > li .description {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 22px;
  }
}
.section-plan > .plans > li .small {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-plan > .plans > li .small {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
  }
}
.section-plan > .plans > li > img {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1080px) {
  .section-plan > .plans > li > img {
    margin-top: 0;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .section-plan > .plans > li > img {
    width: 100%;
  }
}
.section-plan > .plans > li > .become_pc {
  display: block;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 1080px) {
  .section-plan > .plans > li > .become_pc {
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .section-plan > .plans > li > .become_pc {
    display: none;
  }
}
.section-plan > .plans > li > .become_pc > img {
  width: 100%;
}
.section-plan > .plans > li > .become_sp {
  display: none;
}
@media (max-width: 767px) {
  .section-plan > .plans > li > .become_sp {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
.section-plan > .plans > li > .become_sp > img {
  width: 100%;
}
.section-plan > .plans > .vip {
  background-color: #ffdaed;
}
.section-plan > .plans > .vip > h3 {
  color: #f2007a;
}
.section-plan > .plans > .vip .description > .red {
  color: #f2007a;
  font-size: inherit;
  font-weight: 800;
}
.section-plan > .plans > .sponsor {
  background-color: #0a0c56;
  display: block;
}
.section-plan > .plans > .sponsor > h3 {
  color: #fff000;
}
.section-plan > .plans > .sponsor .description {
  color: #fff;
}
.section-plan > .plans > .sponsor .description > .yellow {
  color: #fff000;
  font-size: inherit;
  font-weight: 800;
}
@media (max-width: 1080px) {
  .section-plan > .plans > .sponsor .description {
    margin-bottom: 10px;
  }
}
.section-plan > .plans > .sponsor .performer {
  width: 420px;
  margin: 20px auto;
}
@media (max-width: 1080px) {
  .section-plan > .plans > .sponsor .performer {
    width: 50%;
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 1080px) {
  .section-plan > .plans > .sponsor .become_pc,
  .section-plan > .plans > .sponsor .become_sp {
    margin-top: 0;
  }
}
.section-plan > .plans > .sponsor .small {
  color: #fff;
}

.section-peyment {
  width: 100%;
  padding: 50px calc((100vw - 1080px) / 2);
  background-image: url("./../img/payment_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1080px) {
  .section-peyment {
    padding: 50px 15px;
  }
}
.section-peyment > h2 {
  width: 1080px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .section-peyment > h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-peyment > h2 > img {
  width: 100%;
}
.section-peyment > p {
  font-size: 38px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-peyment > p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.section-peyment > img {
  display: block;
  width: 490px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-peyment > img {
    width: 100%;
  }
}

.section-about-vip,
.section-about-sponsor,
.section-plan,
.section-peyment {
  scroll-margin-top: 100px;
}
@media (max-width: 1080px) {
  .section-about-vip,
  .section-about-sponsor,
  .section-plan,
  .section-peyment {
    scroll-margin-top: 50px;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

footer > div > header {
  background-color: transparent !important;
}

/*# sourceMappingURL=style.css.map */
