@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* stylelint-disable */
/* 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;
  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;
  -webkit-text-decoration: none;
  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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type='number'] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* stylelint-enable */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
header .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  padding: 0 3%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  header .nav-wrap {
    height: 12.8vw;
  }
}
header .docomo-logo {
  position: relative;
  z-index: 300;
  width: 95px;
}
@media screen and (max-width: 750px) {
  header .docomo-logo {
    width: 22.6666666667vw;
  }
}
header .docomo-logo::after {
  display: block;
  aspect-ratio: 4.5238095238;
  content: '';
}
@media screen and (max-width: 750px) {
  header .docomo-logo::after {
    aspect-ratio: 4.7222222222;
  }
}
header .docomo-logo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.change-region-wrap {
  padding: 15px 30px 30px;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .change-region-wrap {
    padding: 3.2vw 2.6666666667vw 5.3333333333vw;
    margin-top: 12.8vw;
  }
}
.change-region-text {
  padding-bottom: 10px;
  font-size: 18px;
  color: #3e3a39;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .change-region-text {
    padding-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.change-region-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 60px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #53b6cd;
  background-color: #fff;
  border: 2px solid #53b6cd;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.4s;
}
.change-region-button:hover {
  background-color: #feffd9;
}
@media screen and (max-width: 750px) {
  .change-region-button {
    width: 89.3333333333vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    border: 0.5333333333vw solid #53b6cd;
    border-radius: 5.3333333333vw;
  }
}

.kv {
  position: relative;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.kv-wrap {
  background-image: url('../img/kv-bg.png');
  background-repeat: repeat-x;
  background-size: contain;
}
.kv::after {
  display: block;
  aspect-ratio: 1.7274472169;
  content: '';
}
@media screen and (max-width: 750px) {
  .kv::after {
    aspect-ratio: 1;
  }
}
.kv > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.point-wrap {
  background-image: url('../img/point-bg.png');
  background-repeat: repeat-x;
  background-size: contain;
}
.point-content-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.point-content-wrap::after {
  display: block;
  aspect-ratio: 1.9522776573;
  content: '';
}
@media screen and (max-width: 750px) {
  .point-content-wrap::after {
    aspect-ratio: 0.7995735608;
  }
}
.point-content-wrap > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.banner::after {
  display: block;
  aspect-ratio: 1.7821782178;
  content: '';
}
@media screen and (max-width: 750px) {
  .banner::after {
    aspect-ratio: 1.1503067485;
  }
}
.banner > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.notes-wrap {
  margin: 10px auto;
}
@media screen and (max-width: 750px) {
  .notes-wrap {
    margin: 2.6666666667vw auto;
  }
}
.notes-wrap ul {
  width: min(72.6041666667vw, 697px);
}
@media screen and (max-width: 750px) {
  .notes-wrap ul {
    width: 89.3333333333vw;
  }
}

.point-notes {
  padding-left: 1.7em;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  list-style: none;
}
.point-notes li + li {
  margin-top: 5px;
}
.point-notes__item {
  font-weight: 700;
  color: #d00f31;
  text-indent: -1.7em;
}
.point-notes__item span {
  padding-right: 0.2em;
}
.point-notes__item a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.apply-wrap {
  margin: 60px auto;
}
@media screen and (max-width: 750px) {
  .apply-wrap {
    margin: 10.6666666667vw auto;
  }
}
.apply-wrap h2 {
  position: relative;
  width: 327.69px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .apply-wrap h2 {
    width: 49.9626666667vw;
  }
}
.apply-wrap h2::after {
  display: block;
  aspect-ratio: 7.1579292267;
  content: '';
}
@media screen and (max-width: 750px) {
  .apply-wrap h2::after {
    aspect-ratio: 6.5123392423;
  }
}
.apply-wrap h2 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.apply-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 530px;
  height: 60px;
  padding: 0 20px 0 10px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition:
    background-color 0.4s, color 0.4s;
}
.apply-button:hover {
  background-color: #feffd9;
}
@media screen and (max-width: 750px) {
  .apply-button {
    width: 89.3333333333vw;
    height: 16vw;
    margin: 0 auto;
    font-size: 4.2666666667vw;
    border-radius: 8vw;
  }
}
.apply-button span {
  width: 100%;
  padding-left: 28px;
}
@media screen and (max-width: 750px) {
  .apply-button span {
    padding-left: 7.4666666667vw;
  }
}
.apply-button.apply-button-card {
  background-color: #383838;
  border: 2px solid #383838;
}
.apply-button.apply-button-card:hover {
  color: #3e3a39;
  background-color: #feffd9;
}
.apply-button.apply-button-card:hover path {
  stroke: #3e3a39;
}
.apply-button.apply-button-red {
  position: relative;
  width: 250px;
  margin: 0 auto;
  background-color: #d00f31;
  border: 2px solid #d00f31;
}
@media screen and (max-width: 750px) {
  .apply-button.apply-button-red {
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .apply-button.apply-button-red.full {
    width: 530px;
  }
  .apply-button.apply-button-red.full span {
    padding-left: 28px;
  }
}
.apply-button.apply-button-red:hover {
  color: #3e3a39;
  background-color: #feffd9;
}
.apply-button.apply-button-red:hover path {
  stroke: #3e3a39;
}
.apply-button.apply-button-red span {
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .apply-button.apply-button-red span {
    padding-left: 7.4666666667vw;
  }
}
.apply-button.apply-button-cp {
  box-sizing: border-box;
  justify-content: center;
  width: 500px;
  color: #d00f31;
  background: linear-gradient(#feeecc, #ffc933);
  border: 2px solid linear-gradient(#feeecc, #ffc933);
  transition: background-color 1s;
}
@media screen and (max-width: 750px) {
  .apply-button.apply-button-cp {
    width: 89.3333333333vw;
  }
}
.apply-button.apply-button-cp span {
  width: 100%;
}
.apply-button.apply-button-cp:hover {
  background: #feffd9;
  border: 2px solid #ffc933;
}
.apply-button.apply-button-cp:hover svg {
  transform: translateX(2px);
}
.apply-button-icon {
  position: relative;
  width: 40px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .apply-button-icon {
    width: 10.6666666667vw;
  }
}
.apply-button-icon::after {
  display: block;
  aspect-ratio: 1;
  content: '';
}
.apply-button-icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.apply-button-text {
  margin: 30px auto 20px;
  font-size: 20px;
  font-weight: 700;
  color: #383838;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .apply-button-text {
    margin: 8vw auto 4vw;
    font-size: 4.2666666667vw;
  }
}
.apply-button-text-red {
  color: #d00f31;
}
.apply-button-flex-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .apply-button-flex-wrap {
    flex-direction: column;
    gap: 5.3333333333vw;
    max-width: 100%;
  }
}
.apply-button-flex-text {
  position: relative;
  display: block;
  margin: 0 auto 10px;
}
.apply-button-flex-text::after {
  display: block;
  content: '';
}
.apply-button-flex-text > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.apply-button-flex-text.web {
  width: 184px;
}
@media screen and (max-width: 750px) {
  .apply-button-flex-text.web {
    width: 41.6vw;
  }
}
.apply-button-flex-text.web::after {
  aspect-ratio: 10.8235294118;
}
.apply-button-flex-text.phone {
  width: 210px;
}
@media screen and (max-width: 750px) {
  .apply-button-flex-text.phone {
    width: 48.8vw;
  }
}
.apply-button-flex-text.phone::after {
  aspect-ratio: 12.3529411765;
}
.apply-terms {
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 12px;
  color: #555;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .apply-terms {
    padding-left: 2em;
    margin: 8vw 5.3333333333vw 0;
    font-size: 3.2vw;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .apply-terms-text {
    text-indent: -1.5em;
  }
}
.apply-terms-text-red {
  color: #d00f31;
}
.apply-terms-link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.about-wrap {
  padding-bottom: 60px;
  background-color: #faf0e7;
}
.about-content-wrap {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .about-content-wrap {
    padding: 0 5.3333333333vw;
  }
}
.about-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 101px;
  padding: 20px 10px 30px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  background-color: #d00f31;
}
@media screen and (max-width: 750px) {
  .about-title {
    height: 15.7333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 4vw;
    font-size: 6.6666666667vw;
  }
}
.about-title-icon {
  position: relative;
  display: block;
  width: 394.03px;
}
@media screen and (max-width: 750px) {
  .about-title-icon {
    width: 67.2vw;
  }
}
.about-title-icon::after {
  display: block;
  aspect-ratio: 5.3248407643;
  content: '';
}
.about-title-icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  color: #3a3a3a;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-text {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
}
.about-text-wrap {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .about-text-wrap {
    padding-top: 6.6666666667vw;
    margin: 0 -6.6666666667vw;
  }
}
.about-text-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 407px;
  content: '';
  background-image: url('../img/about-bg-l.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .about-text-wrap::before {
    width: 24.5333333333vw;
    height: 55.7333333333vw;
  }
}
.about-text-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 407px;
  content: '';
  background-image: url('../img/about-bg-r.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .about-text-wrap::after {
    right: 5px;
    width: 24.5333333333vw;
    height: 55.7333333333vw;
  }
}
.about-img-wrap-balloon {
  position: relative;
  z-index: 1;
  width: 176px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .about-img-wrap-balloon {
    width: 32vw;
  }
}
.about-img-wrap-balloon::after {
  display: block;
  aspect-ratio: 2.2;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-img-wrap-balloon::after {
    aspect-ratio: 2.1818181818;
  }
}
.about-img-wrap-balloon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-img-wrap-text {
  position: relative;
  z-index: 1;
  width: 495px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .about-img-wrap-text {
    width: 89.3333333333vw;
    margin: 0 auto 8vw;
  }
}
.about-img-wrap-text::after {
  display: block;
  aspect-ratio: 14.1428571429;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-img-wrap-text::after {
    aspect-ratio: 13.4;
  }
}
.about-img-wrap-text picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-content {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  margin: 0 auto 60px;
  color: #3e3a39;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .about-content {
    padding: 5.3333333333vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.about-content-text {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-content-text {
    font-size: 4.2666666667vw;
  }
}
.about-content-text span {
  font-weight: 700;
}
.about-content-img-text {
  position: relative;
  width: 298px;
  margin: 30px auto;
}
@media screen and (max-width: 750px) {
  .about-content-img-text {
    width: 64.2666666667vw;
    margin: 8vw auto;
  }
}
.about-content-img-text::after {
  display: block;
  aspect-ratio: 4.9666666667;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-content-img-text::after {
    aspect-ratio: 5.0208333333;
  }
}
.about-content-img-text > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-content-step {
  position: relative;
  width: 77.0833333333vw;
  max-width: 740px;
  padding: 38px 0 40px;
  margin: 0 auto;
  border: 2px solid #d00f31;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .about-content-step {
    padding: 7.2vw 2.1333333333vw;
    border: 0.5333333333vw solid #d00f31;
    border-radius: 1.3333333333vw;
  }
}
.about-content-step::before {
  position: absolute;
  top: -17.655px;
  left: calc(50% - 103.375px);
  width: 206.75px;
  height: 35.31px;
  content: '';
  background-image: url('../img/about-step-title-pc.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .about-content-step::before {
    top: -3.108vw;
    left: calc(50% - 24.9333333333vw);
    width: 49.8666666667vw;
    height: 6.216vw;
    background-image: url('../img/about-step-title.png');
  }
}
.about-content-step-logo {
  position: relative;
  width: 465px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
  .about-content-step-logo {
    width: 100%;
  }
}
.about-content-step-logo::after {
  display: block;
  aspect-ratio: 8.9423076923;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-content-step-logo::after {
    aspect-ratio: 13.2608695652;
  }
}
.about-content-step-logo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-content-step-title {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #d00f31;
  text-align: center;
}
.about-content-step-flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.about-content-step-icon {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .about-content-step-icon {
    width: 6.4vw;
    padding: 0 1.3333333333vw;
  }
}
.about-content-step-icon > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .about-content-step-icon > svg {
    flex-shrink: 0;
    width: 3.7333333333vw;
    height: 5.6vw;
    transform: translateY(-5.3333333333vw);
  }
}
.about-content-step-1 {
  width: 284px;
}
.about-content-step-1-img {
  position: relative;
  width: 139.78px;
  max-width: 139.78px;
  margin: 20px auto;
  transform: translateX(20px);
}
@media screen and (max-width: 750px) {
  .about-content-step-1-img {
    width: 23.256vw;
    margin: 3.7333333333vw auto 2.6666666667vw;
    transform: translateX(2vw);
  }
}
.about-content-step-1-img::after {
  display: block;
  aspect-ratio: 1.1947008547;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-content-step-1-img::after {
    aspect-ratio: 1.1946575342;
  }
}
.about-content-step-1-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-content-step-2 {
  width: 284px;
}
.about-content-step-2-img {
  position: relative;
  width: 131.43px;
  max-width: 131.43px;
  margin: 20px auto;
}
@media screen and (max-width: 750px) {
  .about-content-step-2-img {
    width: 19.7333333333vw;
    margin: 4.2666666667vw auto 3.7333333333vw;
  }
}
.about-content-step-2-img::after {
  display: block;
  aspect-ratio: 1.1232478632;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-content-step-2-img::after {
    aspect-ratio: 1.1044776119;
  }
}
.about-content-step-2-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-content-step-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-content-step-text {
    font-size: 3.7333333333vw;
  }
}
.about-content-point-title {
  position: relative;
  width: 219.5px;
  margin: 60px auto 30px;
}
@media screen and (max-width: 750px) {
  .about-content-point-title {
    width: 37.3333333333vw;
  }
}
.about-content-point-title::after {
  display: block;
  aspect-ratio: 7.0806451613;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-content-point-title::after {
    aspect-ratio: 4.6666666667;
  }
}
.about-content-point-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-content-point-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  max-width: 210px;
}
.about-content-point-icon.last-icon {
  margin-left: min(5.2083333333vw, 50px);
}
@media screen and (max-width: 750px) {
  .about-content-point-icon.last-icon {
    margin-left: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 750px) {
  .about-content-point-icon {
    flex-direction: row;
    width: 100%;
    max-width: none;
    padding: 4vw 0;
    margin: 0 auto;
    border-bottom: 0.5333333333vw solid #efefef;
  }
}
.about-content-point-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 77.0833333333vw;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .about-content-point-icon-wrap {
    flex-direction: column;
    width: 100%;
  }
}
.about-content-point-icon-wrap.align-center {
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .about-content-point-icon-wrap.align-center {
    margin-top: 0;
  }
}
.about-content-point-icon-img {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .about-content-point-icon-img {
    width: 16vw;
    margin-right: 4.2666666667vw;
    margin-bottom: 0;
  }
}
.about-content-point-icon-img::after {
  display: block;
  aspect-ratio: 1;
  content: '';
}
@media screen and (max-width: 750px) {
  .about-content-point-icon-img::after {
    aspect-ratio: 1;
  }
}
.about-content-point-icon-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about-content-point-icon-text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-content-point-icon-text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.about-content-target {
  text-align: center;
}
.about-content-target-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-content-target-title {
    font-size: 5.3333333333vw;
  }
}
.about-content-target-text {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about-content-target-text {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.about-content-target-box {
  width: 77.0833333333vw;
  max-width: 740px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .about-content-target-box {
    width: 76vw;
    font-size: 4.8vw;
  }
}
.about-content-target-gold {
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  background-color: #c79002;
}
@media screen and (max-width: 750px) {
  .about-content-target-gold {
    padding: 2.6666666667vw;
  }
}
.about-content-target-red {
  width: 72.9166666667vw;
  max-width: 700px;
  padding: 6px;
  color: #fff;
  background-color: #d00f31;
}
@media screen and (max-width: 750px) {
  .about-content-target-red {
    width: 70.6666666667vw;
    padding: 1.6vw;
  }
}
.about-content-target-red-wrap {
  position: relative;
  padding: 20px;
  border: 2px dashed #d00f31;
}
@media screen and (max-width: 750px) {
  .about-content-target-red-wrap {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.about-content-target-red-wrap::before {
  position: absolute;
  top: -16px;
  left: calc(50% - 72.5px);
  width: 145px;
  height: 32px;
  font-size: 20px;
  font-weight: 700;
  color: #d00f31;
  content: ' dポイント対象 ';
  background-color: #fff;
}
.about-content-target-red-icon {
  margin: 8px auto;
}
.about-content-target-white {
  padding: 6px;
  line-height: 1.6;
  color: #d00f31;
  border: 2px solid #d00f31;
}
@media screen and (max-width: 750px) {
  .about-content-target-white {
    padding: 1.6vw;
    border: 0.5333333333vw solid #d00f31;
  }
}
.about-content-target-details {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #d00f31;
}
.about-content-target-details::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 750px) {
  .about-content-target-details {
    padding: 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.about-content-target-details::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url('../img/icon-plus.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .about-content-target-details::after {
    top: calc(50% - 1.7333333333vw);
    right: 4.2666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.about-content-target-details-icon {
  width: 20px;
  height: 20px;
  margin-left: 14px;
}
.about-content-target-icon {
  margin: 20px auto;
}
.about-content-target-terms {
  padding: 10px 0 15px;
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .about-content-target-terms {
    padding: 2.6666666667vw 0 0 2em;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    text-align: left;
    text-indent: -1.2em;
  }
}
.about-content-target-accordion {
  width: 77.0833333333vw;
  max-width: 740px;
  margin: 75px auto 0;
}
@media screen and (max-width: 750px) {
  .about-content-target-accordion {
    margin: 5.3333333333vw auto 0;
  }
}
.about-content-target-accordion-wrap {
  width: 77.0833333333vw;
  max-width: 740px;
}
.about-content-target-accordion-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 740px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3a39;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .about-content-target-accordion-content {
    padding: 4vw;
    font-size: 4.2666666667vw;
  }
}
.about-content-target-accordion-content p {
  max-width: 500px;
}
.about-content-target-accordion-content.image {
  background-color: #fbeee4;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .about-content-target-accordion-content.image {
    padding: 4vw 0;
    border-radius: 1.3333333333vw;
  }
}
.about-content-target-accordion-text {
  margin: 20px auto;
}
.about-content-target-accordion-text span {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .about-content-target-accordion-text span {
    font-size: 3.7333333333vw;
  }
}
.about-content-target-accordion-text.red {
  margin: 0;
  font-weight: 700;
  color: #d00f31;
}
.about-content-target-accordion-terms {
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .about-content-target-accordion-terms {
    font-size: 3.2vw;
  }
}
.about-content-target-accordion-img {
  position: relative;
  width: 350px;
}
@media screen and (max-width: 750px) {
  .about-content-target-accordion-img {
    width: 73.4666666667vw;
  }
}
.about-content-target-accordion-img::after {
  display: block;
  aspect-ratio: 1.4250234111;
  content: '';
}
.about-content-target-accordion-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

details[open] .about-content-target-details::after {
  top: 47%;
  background-image: url('../img/icon-minus.png');
}

input:checked + .tab-item {
  background-color: #7aa93d;
}
input:checked + .tab-item::after {
  position: absolute;
  bottom: max(-1.6666666667vw, -16px);
  left: max(50% - 1.6666666667vw, 50% - 32px);
  width: min(3.3333333333vw, 32px);
  height: min(1.6666666667vw, 16px);
  content: '';
  background-image: url('../img/label.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  input:checked + .tab-item::after {
    bottom: -4.2666666667vw;
    left: calc(50% - 4.2666666667vw);
    width: 8.5333333333vw;
    height: 4.2666666667vw;
  }
}

.tab-item {
  position: relative;
  box-sizing: border-box;
  padding: min(1.6666666667vw, 16px) 0;
  font-size: min(2.0833333333vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  background-color: #a7be8b;
}
@media screen and (max-width: 750px) {
  .tab-item {
    padding: 2.4vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.tab-item span {
  display: block;
  font-size: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 750px) {
  .tab-item span {
    display: inline;
    font-size: 3.7333333333vw;
  }
}

input[name='tab_item'] {
  display: none;
}

.profit-tab-content {
  display: none;
}

.profit-tab-content-img.disable {
  display: none;
}

.label-wrap {
  display: flex;
  border-radius: min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .label-wrap {
    justify-content: space-between;
  }
}
.label-wrap input {
  display: none;
}
.label-wrap label.l {
  border-top-left-radius: min(0.8333333333vw, 8px);
  border-bottom-left-radius: min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .label-wrap label.l {
    border-top-left-radius: 2.1333333333vw;
    border-top-right-radius: 2.1333333333vw;
    border-bottom-left-radius: 0;
  }
}
.label-wrap label.r {
  border-top-right-radius: min(0.8333333333vw, 8px);
  border-bottom-right-radius: min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .label-wrap label.r {
    border-top-left-radius: 2.1333333333vw;
    border-top-right-radius: 2.1333333333vw;
    border-bottom-right-radius: 0;
  }
}

.label-wrap:has(#group1:checked) ~ .group1_content,
.label-wrap:has(#group2:checked) ~ .group2_content {
  display: block;
}

.group1,
.group2 {
  display: none;
}

.label-wrap:has(#group1:checked) ~ .profit-tab-terms .group1,
.label-wrap:has(#group2:checked) ~ .profit-tab-terms .group2 {
  display: inline;
}
.label-wrap:has(#group1:checked) ~ .profit-tab-terms .group1.disable,
.label-wrap:has(#group2:checked) ~ .profit-tab-terms .group2.disable {
  display: none;
}

.profit-wrap {
  padding: 20px 0 60px;
  background-color: #d3ecab;
}
@media screen and (max-width: 750px) {
  .profit-wrap {
    padding: 1.6vw 0 10.6666666667vw;
  }
}
.profit-title {
  position: relative;
  z-index: 10;
  width: 559.37px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 750px) {
  .profit-title {
    width: 89.3333333333vw;
    margin: 7.4666666667vw auto 5.3333333333vw;
  }
}
.profit-title::after {
  display: block;
  aspect-ratio: 2.4110775862;
  content: '';
}
@media screen and (max-width: 750px) {
  .profit-title::after {
    aspect-ratio: 2.4100719424;
  }
}
.profit-title > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.profit-title-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .profit-title-wrap {
    width: 93.896vw;
  }
}
.profit-title-wrap::before {
  position: absolute;
  top: 0;
  right: 50%;
  width: 450px;
  height: 336.1px;
  content: '';
  background-image: url('../img/profit-title-bg-l.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .profit-title-wrap::before {
    top: 0;
    right: inherit;
    left: 0;
    width: 93.896vw;
    height: 50.5466666667vw;
    background-image: url('../img/profit-title-bg-sp.png');
  }
}
.profit-title-wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 450px;
  height: 336.1px;
  content: '';
  background-image: url('../img/profit-title-bg-r.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .profit-title-wrap::after {
    display: none;
  }
}
.profit-tab .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .profit-tab .tab-item {
    width: 40.5333333333vw;
  }
}
.profit-tab-wrap {
  position: relative;
  z-index: 10;
  width: 93.75vw;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .profit-tab-wrap {
    width: 89.3333333333vw;
    padding: 3.2vw;
    margin-top: 8vw;
    border-radius: 2.1333333333vw;
  }
}
.profit-tab-img {
  position: relative;
  width: 83.3333333333vw;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .profit-tab-img {
    width: 74.4vw;
  }
}
.profit-tab-img::after {
  display: block;
  aspect-ratio: 6.6666666667;
  content: '';
}
@media screen and (max-width: 750px) {
  .profit-tab-img::after {
    aspect-ratio: 1.5852272727;
  }
}
.profit-tab-img > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.profit-tab-img.disable {
  display: none;
}
.profit-tab-content {
  padding-top: min(4.1666666667vw, 40px);
  margin: min(4.1666666667vw, 40px) 0 0;
  border: min(0.3125vw, 3px) solid #7aa93d;
  border-bottom: min(0.3125vw, 3px) solid #7aa93d;
  border-radius: min(0.4166666667vw, 4px);
}
@media screen and (max-width: 750px) {
  .profit-tab-content {
    padding-top: 8vw;
    margin: 0;
    border: 0.8vw solid #7aa93d;
    border-bottom: 0.8vw solid #7aa93d;
  }
}
.profit-tab-content-title {
  width: min(31.9791666667vw, 307px);
  margin: 0 auto;
  font-size: min(3.3333333333vw, 32px);
  font-weight: 700;
  color: #d00f31;
  text-align: center;
  background: linear-gradient(transparent 75%, #f0cf7a 25%);
}
@media screen and (max-width: 750px) {
  .profit-tab-content-title {
    width: 61.6vw;
    font-size: 6.4vw;
  }
}
.profit-tab-content-img {
  position: relative;
  width: min(66.6666666667vw, 640px);
  margin: min(1.6666666667vw, 16px) auto min(2.5vw, 24px);
}
@media screen and (max-width: 750px) {
  .profit-tab-content-img {
    width: 74.4vw;
  }
}
@media screen and (max-width: 750px) {
  .profit-tab-content-img.basic::after {
    aspect-ratio: 2.90625;
  }
}
.profit-tab-content-img::after {
  display: block;
  aspect-ratio: 10;
  content: '';
}
@media screen and (max-width: 750px) {
  .profit-tab-content-img::after {
    aspect-ratio: 2.5135135135;
  }
}
.profit-tab-content-img > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.profit-tab-content-img-text {
  position: relative;
  width: min(83.3333333333vw, 800px);
  margin: min(3.3333333333vw, 32px) auto min(0.8333333333vw, 8px);
}
@media screen and (max-width: 750px) {
  .profit-tab-content-img-text {
    width: 74.4vw;
    margin: 4.2666666667vw auto 2.1333333333vw;
  }
}
.profit-tab-content-img-text::after {
  display: block;
  aspect-ratio: 21.0526315789;
  content: '';
}
@media screen and (max-width: 750px) {
  .profit-tab-content-img-text::after {
    aspect-ratio: 5.3653846154;
  }
}
.profit-tab-content-img-text > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.profit-tab-content-text {
  font-size: min(1.25vw, 12px);
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .profit-tab-content-text {
    font-size: 3.2vw;
  }
}
.profit-tab-content-icon {
  margin-bottom: min(2.5vw, 24px);
  text-align: center;
}
.profit-tab-content-slider {
  width: min(56.6666666667vw, 544px);
  margin: 0 auto;
  text-align: center;
}
.profit-tab-content-slider-wrap {
  position: relative;
  padding: min(2.5vw, 24px) min(2.8125vw, 27px) min(2.0833333333vw, 20px);
  background-color: #ccebda;
}
.profit-tab-content-slider-wrap.basic {
  padding: min(2.5vw, 24px) min(2.8125vw, 27px) min(4.1666666667vw, 40px);
  background-color: #f8e1ed;
}
.profit-tab-content-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.profit-tab-content-slide::after {
  display: block;
  aspect-ratio: 5.44;
  content: '';
}
@media screen and (max-width: 750px) {
  .profit-tab-content-slide::after {
    aspect-ratio: 2.6875;
  }
}
.profit-tab-content-slide > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.profit-tab-content-slide-wrap {
  width: min(57.7083333333vw, 554px);
}
.profit-tab-content-group1-text {
  display: block;
  width: min(83.3333333333vw, 800px);
  margin: 0 auto;
  margin-bottom: min(2.0833333333vw, 20px);
  font-size: min(1.4583333333vw, 14px);
  font-weight: 400;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .profit-tab-content-group1-text {
    width: 74.4vw;
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
}
.profit-tab-text {
  margin: 8px 0;
  font-size: min(1.6666666667vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .profit-tab-text {
    margin: 2.1333333333vw 0;
    font-size: 3.2vw;
  }
}
.profit-tab-notes {
  width: min(77.0833333333vw, 740px);
  padding-left: 1em;
  margin: min(1.0416666667vw, 10px) auto 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .profit-tab-notes {
    width: 66.4vw;
    margin: 2.1333333333vw auto 0;
  }
}
.profit-tab-notes.disable {
  display: none;
}
.profit-tab-notes li {
  text-indent: -1em;
}
.profit-tab-notes li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.profit-tab-notes-red {
  font-weight: 700;
  color: #d00f31;
}
.profit-tab-terms {
  padding-left: 2em;
  margin: min(1.6666666667vw, 16px) 0 min(2.0833333333vw, 20px);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  list-style: none;
}
.profit-tab-terms li {
  text-indent: -1.7em;
}
.profit-tab-terms li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.profit-tab-terms-red {
  font-weight: 700;
  color: #d00f31;
}
.profit-tab-green-text {
  margin: 8px auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .profit-tab-green-text {
    margin: 2.1333333333vw auto;
    font-size: 3.2vw;
  }
}
.profit-tab-green-text.disable {
  display: none;
}
.profit-tab-green-text span {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .profit-tab-green-text span {
    font-size: 5.8666666667vw;
  }
}

.container {
  position: relative;
  display: flex;
  align-items: center;
  width: min(56.6666666667vw, 544px);
  margin: 0 auto;
}
.container .swiper-button-next,
.container .swiper-button-prev {
  width: min(2.5vw, 24px);
  height: min(2.5vw, 24px);
}
@media screen and (max-width: 750px) {
  .container .swiper-button-next,
  .container .swiper-button-prev {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.container .swiper-button-next::after,
.container .swiper-button-prev::after {
  width: min(2.5vw, 24px);
  height: min(2.5vw, 24px);
  margin: auto;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .container .swiper-button-next::after,
  .container .swiper-button-prev::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.container .swiper-button-prev {
  top: min(50% + 1.25vw, 50% + 12px);
  left: min(-5vw, -48px);
}
@media screen and (max-width: 750px) {
  .container .swiper-button-prev {
    left: -8.5333333333vw;
  }
}
.container .swiper-button-prev::after {
  content: '';
  background-image: url('../img/prev.png');
}
.container .swiper-button-next {
  top: min(50% + 1.25vw, 50% + 12px);
  right: min(-5vw, -48px);
}
@media screen and (max-width: 750px) {
  .container .swiper-button-next {
    right: -8.5333333333vw;
  }
}
.container .swiper-button-next::after {
  content: '';
  background-image: url('../img/next.png');
}

.plan-choice {
  padding: 40px 0 60px;
  background-color: #fffcea;
}
.plan-choice-flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 40px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .plan-choice-flex {
    margin-bottom: 2.4vw;
  }
}
.plan-choice-img {
  position: relative;
  width: 375px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .plan-choice-img {
    flex-shrink: 0;
    width: 89.3333333333vw;
    margin-bottom: 8.8vw;
  }
}
.plan-choice-img::after {
  display: block;
  aspect-ratio: 2.0648642696;
  content: '';
}
@media screen and (max-width: 750px) {
  .plan-choice-img::after {
    aspect-ratio: 2.0647505781;
  }
}
.plan-choice-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.plan-choice-img-l {
  position: relative;
  width: 182px;
}
@media screen and (max-width: 750px) {
  .plan-choice-img-l {
    left: 20%;
    flex-shrink: 0;
    width: 38.4vw;
  }
}
.plan-choice-img-l::after {
  display: block;
  aspect-ratio: 1;
  content: '';
}
@media screen and (max-width: 750px) {
  .plan-choice-img-l::after {
    aspect-ratio: 1;
  }
}
.plan-choice-img-l > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.plan-choice-img-r {
  position: relative;
  width: 177.05px;
}
@media screen and (max-width: 750px) {
  .plan-choice-img-r {
    left: -20%;
    flex-shrink: 0;
    width: 37.3546666667vw;
  }
}
.plan-choice-img-r::after {
  display: block;
  aspect-ratio: 0.9811582156;
  content: '';
}
@media screen and (max-width: 750px) {
  .plan-choice-img-r::after {
    aspect-ratio: 0.982465984;
  }
}
.plan-choice-img-r > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.plan {
  max-width: 900px;
  margin: 0 auto;
  color: #3e3a39;
}
.plan-logo {
  position: relative;
  width: 320px;
  margin: 20px auto;
}
@media screen and (max-width: 750px) {
  .plan-logo {
    width: 53.3333333333vw;
    margin: 2.6666666667vw auto;
  }
}
.plan-logo::after {
  display: block;
  aspect-ratio: 3.1698860822;
  content: '';
}
@media screen and (max-width: 750px) {
  .plan-logo::after {
    aspect-ratio: 3.1725888325;
  }
}
.plan-logo > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.plan-logo-text {
  display: block;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plan-logo-text {
    font-size: 16px;
  }
}
.plan-wrap {
  padding: 20px 0;
}
.plan-table {
  width: 100%;
  max-width: 772px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
}
.plan-table-head th {
  padding: 4px;
  color: #fff;
  text-align: center;
  background-color: #094;
}
.plan-table-head tr {
  width: 100%;
}
.plan-table tbody {
  background-color: #fff;
}
.plan-table tbody th {
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-right: none;
}
.plan-table tbody td {
  padding: 9px 18px;
  line-height: 1.4285714286;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-left: none;
}
@media screen and (max-width: 750px) {
  .plan-table tbody td {
    word-break: break-all;
  }
}
.plan-table-terms {
  display: block;
  font-weight: 400;
}
.plan-table-data {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .plan-table-data {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
.plan-table-num {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .plan-table-num {
    display: block;
    text-align: center;
  }
}
.plan-table-num.plan-green {
  color: #094;
}
.plan-table-per {
  font-size: 16px;
}
.plan-table-1 tbody td {
  width: 300px;
  color: #094;
}
@media screen and (max-width: 750px) {
  .plan-table-1 tbody td {
    width: 61.6949152542%;
  }
}
.plan-table-2 tbody td {
  width: 362px;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .plan-table-2 tbody td {
    width: 50.8474576271%;
  }
}
.plan-table-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 34px;
}
@media screen and (max-width: 750px) {
  .plan-table-wrap {
    padding: 0 10.6666666667vw;
  }
}
.plan-text {
  display: block;
  width: 100%;
  max-width: 772px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

@media print, screen and (min-width: 751px) {
  .plan--green:first-of-type .plan-table-green tr:nth-of-type(3) td {
    height: 93px;
  }
  .plan--green:first-of-type
    .plan-table-green
    tr:nth-of-type(2)
    td:nth-of-type(4) {
    height: 53px;
  }
}

.plan--pink .plan-pink {
  color: #db6aa4;
}
.plan--pink .plan-table-1 tbody td {
  color: #db6aa4;
}
.plan--pink .plan-table-head th {
  background-color: #db6aa4;
}

.plan-wrap-green {
  background-color: #ccebda;
}

.plan-wrap-pink {
  background-color: #f8e1ed;
}

.terms-wrap {
  max-width: 900px;
  margin: 70px auto 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
@media screen and (max-width: 750px) {
  .terms-wrap {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 21.3333333333vw;
  }
}
.terms-wrap ul {
  padding-left: 2em;
  list-style: none;
}
.terms-wrap ul li {
  padding: 4px 0;
  text-indent: -1.8em;
}
@media screen and (max-width: 750px) {
  .terms-wrap ul li {
    padding: 10px 0;
  }
}
.terms-wrap ul li a {
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.terms-wrap ul li a span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 4px;
}
.terms-wrap ul li a span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  font-weight: 700;
  content: '';
  background-image: url('../img/icon-terms.svg');
}
.terms-wrap ul li .terms-strong {
  font-weight: 700;
}
.terms-wrap ul li.in-active {
  display: none;
}
.terms-wrap ul li.terms-last {
  margin-left: -2em;
  text-indent: 0;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.js-modal {
  display: none;
}
.js-modal.is-active {
  display: block;
}

.region-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100vw;
  height: 100dvh;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.region-modal-wrapper {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 640px;
  height: 100vh;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .region-modal-wrapper {
    width: 100%;
  }
}
.region-modal-container {
  width: 100%;
  padding: 20px;
  overflow-x: hidden;
}
.region-modal-inner {
  position: relative;
  padding: 64px 20px 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 751px) {
  .region-modal-inner {
    padding-bottom: 45px;
  }
}
.region-modal-heading {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .region-modal-map__area {
    width: 434px;
    margin-top: 16px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
  }
}
.region-modal-map__area img {
  width: 100%;
  aspect-ratio: 4/3;
}
.region-modal-close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.region-modal-close-button-img {
  width: 100%;
  margin-bottom: 2px;
}
.region-map-select-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  justify-content: space-between;
  width: 380px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .region-map-select-area {
    gap: 8px 0;
    width: 100%;
    padding-bottom: 6px;
  }
}
.region-map-select-area__item {
  display: block;
  width: 120px;
}
@media screen and (max-width: 750px) {
  .region-map-select-area__item {
    width: 48%;
  }
}
.region-map-select-area-button {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .region-map-select-area-button {
    max-width: 335px;
  }
}
.region-map-select-area-button button {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #3e3a39;
  text-align: center;
  background: #fff;
  border: 2px solid #3e3a39;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  transition: background-color 0.4s;
}
.region-map-select-area-button button:hover {
  background-color: #feffd9;
}
.region-map-select-area-button-hokkaido button {
  color: #53b6cd;
  border-color: #53b6cd;
}
.region-map-select-area-button-tohoku button {
  color: #7b9dcb;
  border-color: #7b9dcb;
}
.region-map-select-area-button-hokuriku button {
  color: #ab89c0;
  border-color: #ab89c0;
}
.region-map-select-area-button-tokyo button {
  color: #d175a8;
  border-color: #d175a8;
}
.region-map-select-area-button-chubu button {
  color: #f0977c;
  border-color: #f0977c;
}
.region-map-select-area-button-kansai button {
  color: #f9ce7b;
  border-color: #f9ce7b;
}
.region-map-select-area-button-chugoku button {
  color: #c7dd7f;
  border-color: #c7dd7f;
}
.region-map-select-area-button-shikoku button {
  color: #6ed071;
  border-color: #6ed071;
}
.region-map-select-area-button-kyushu button {
  color: #37b989;
  border-color: #37b989;
}

.nav {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .nav {
    width: 100vw;
    padding-top: 12.8vw;
  }
}
.nav.active {
  display: block;
  height: 100%;
}
.nav.active .nav-content-wrap {
  display: block;
  animation: fade-in 0.3s;
}
.nav.inactive {
  display: none;
  animation: out 0.3s;
}
.nav.inactive .nav-content-wrap {
  display: none;
  animation: fade-out 0.3s;
}
.nav-content-wrap {
  position: fixed;
  top: 0;
  right: calc(50% - 600px);
  width: 375px;
  height: auto;
  max-height: 100vh;
  padding-top: 60px;
  background-color: #fff;
}
@media print, screen and (max-width: 1220px) {
  .nav-content-wrap {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .nav-content-wrap {
    right: inherit;
    left: 0;
    width: 100vw;
    padding-top: 12.8vw;
  }
}
.nav-content-wrap .link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  border-bottom: 1px solid #cfcfcf;
}
@media screen and (max-width: 750px) {
  .nav-content-wrap .link-list a {
    padding: 3.2vw 8vw;
    font-size: 4.8vw;
  }
  .nav-content-wrap .link-list a svg {
    width: 4.8vw;
    height: 2.6666666667vw;
  }
}
.nav-button {
  position: relative;
  z-index: 101;
  width: 23px;
  height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .nav-button {
    width: 6.1333333333vw;
    height: 5.3333333333vw;
  }
}
.nav-button-line {
  position: absolute;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #3e3a39;
  border-radius: 4px;
  transition: all 0.4s;
}
@media screen and (max-width: 750px) {
  .nav-button-line {
    width: 6.1333333333vw;
    height: 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.nav-button-line:nth-of-type(1) {
  top: 0;
}
.nav-button-line:nth-of-type(2) {
  top: calc(50% - 1px);
}
@media screen and (max-width: 750px) {
  .nav-button-line:nth-of-type(2) {
    top: calc(50% - 0.2666666667vw);
  }
}
.nav-button-line:nth-of-type(3) {
  bottom: 0;
}
.nav-button.active .nav-button-line:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .nav-button.active .nav-button-line:nth-of-type(1) {
    transform: translateY(2.4vw) rotate(45deg);
  }
}
.nav-button.active .nav-button-line:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active .nav-button-line:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .nav-button.active .nav-button-line:nth-of-type(3) {
    transform: translateY(-2.4vw) rotate(-45deg);
  }
}
.nav-button-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  padding: 8px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #959595;
  border-radius: 80px;
}
@media screen and (max-width: 750px) {
  .nav-button-close {
    width: 35.7333333333vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.nav-button-close-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
@media screen and (max-width: 750px) {
  .nav-button-close-wrap {
    padding: 8vw 2.6666666667vw;
  }
}
.nav .nav-button,
.nav .nav-button-line {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.5s;
}

#top,
#about,
#banner,
#profit,
#plan,
#max-point-reward-plan {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 750px) {
  #top,
  #about,
  #banner,
  #profit,
  #plan,
  #max-point-reward-plan {
    padding-top: 12.8vw;
    margin-top: -12.8vw;
  }
}

.footer {
  height: 134px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .footer {
    height: 140px;
  }
}
.footer-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.footer .top-button {
  position: absolute;
  top: -32px;
  right: 0;
  width: 64px;
}
.footer .top-button::after {
  display: block;
  aspect-ratio: 1;
  content: '';
}
@media screen and (max-width: 750px) {
  .footer .top-button::after {
    aspect-ratio: 1;
  }
}
.footer .top-button > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.footer small {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px;
}

.info-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4166666667;
  color: #d00f31;
  text-align: left;
  letter-spacing: 0.1em;
  border: 2px solid #d00f31;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.info-button-wrap {
  display: none;
  width: 100%;
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 750px) {
  .info-button-wrap {
    margin: 0 auto 2.6666666667vw;
  }
}
.info-button-wrap.active {
  display: block;
}
.info-button .icon-bell {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 20px;
  margin-right: 4px;
}
@media screen and (max-width: 750px) {
  .info-button .icon-bell {
    width: 5.3333333333vw;
    margin-right: 1.0666666667vw;
  }
}
.info-button .icon-bell::after {
  display: block;
  aspect-ratio: 1;
  content: '';
}
.info-button .icon-bell > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.info-button .icon-arrow {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 28px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .info-button .icon-arrow {
    width: 7.4666666667vw;
  }
}
.info-button .icon-arrow::after {
  display: block;
  aspect-ratio: 1.5555555556;
  content: '';
}
.info-button .icon-arrow > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.info-button:hover {
  background-color: #feffd9;
}
@media screen and (max-width: 750px) {
  .info-button {
    width: 89.3333333333vw;
    padding: 1.3333333333vw 5.3333333333vw;
    margin: 0 auto;
    font-size: 3.2vw;
    border: 0.5333333333vw solid #d00f31;
    border-radius: 26.6666666667vw;
  }
}

.plan-table-cell--direction-column {
  flex-direction: column;
}
.plan-table-cell-bg-green {
  background-color: rgba(0, 153, 68, 0.3019607843);
}
.plan-table-cell--bg-light-green {
  background-color: rgba(0, 153, 68, 0.1019607843);
}
.plan-table-green {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  max-width: 772px;
  margin: 0 auto 10px;
  line-height: 1.5;
  border-spacing: 0;
}
.plan-table-green tbody,
.plan-table-green tr {
  display: contents;
}
.plan-table-green th,
.plan-table-green td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.plan-table-green th {
  padding: 10px;
  color: #fff;
  vertical-align: middle;
  background-color: #094;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .plan-table-green th {
    font-size: 12px;
  }
}
.plan-table-green td {
  width: 100%;
  overflow: hidden;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .plan-table-green td {
    padding: 10px 2px;
    font-size: 10px;
  }
}
.plan-table-green th[rowspan='6'],
.plan-table-green td[rowspan='6'] {
  grid-row: auto/span 6;
}
.plan-table-green th[colspan='2'],
.plan-table-green td[colspan='2'] {
  grid-column: auto/span 2;
}
.plan-table-green th[rowspan='2'],
.plan-table-green td[rowspan='2'] {
  grid-row: auto/span 2;
}
.plan-table-green th[rowspan='10'],
.plan-table-green td[rowspan='10'] {
  grid-row: auto/span 10;
}
.plan-table-green th[rowspan='5'],
.plan-table-green td[rowspan='5'] {
  grid-row: auto/span 5;
}
.plan-table-green .plan-table-cell--direction-column {
  flex-direction: column;
}
.plan-table-green .plan-table-cell--bg-green {
  background-color: rgba(0, 153, 68, 0.3019607843);
}
.plan-table-green .plan-table-cell--bg-light-green {
  background-color: rgba(0, 153, 68, 0.1019607843);
}
.plan-table-green .plan-table-impact-txt {
  font-size: 32px;
  line-height: 1;
  color: #094;
}
@media screen and (max-width: 750px) {
  .plan-table-green .plan-table-impact-txt {
    font-size: 20px;
  }
}
.plan-table-green .plan-table-sub-txt {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .plan-table-green .plan-table-sub-txt {
    font-size: 12px;
  }
}
.plan-table-green .plan-table-cell--color-dark-blue {
  color: navy;
}
.plan-table-basic {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  width: 100%;
  max-width: 772px;
  margin: 0 auto 10px;
  line-height: 1.5;
  border-spacing: 0;
}
.plan-table-basic thead,
.plan-table-basic tbody,
.plan-table-basic tfoot,
.plan-table-basic tr {
  display: contents;
}
.plan-table-basic .plan-table-cell--bg-pink {
  background-color: rgba(219, 106, 164, 0.3019607843);
}
.plan-table-basic .plan-table-cell--bg-light-pink {
  background-color: rgba(219, 106, 164, 0.1019607843);
}
.plan-table-basic th,
.plan-table-basic td {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}
.plan-table-basic th {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #db6aa4;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .plan-table-basic th {
    font-size: 12px;
  }
}
.plan-table-basic td {
  width: 100%;
  padding: 20px 2px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 750px) {
  .plan-table-basic td {
    padding: 10px 2px;
    font-size: 10px;
  }
}
.plan-table-basic th[rowspan='6'],
.plan-table-basic td[rowspan='6'] {
  grid-row: auto/span 6;
}
.plan-table-basic th[colspan='2'],
.plan-table-basic td[colspan='2'] {
  grid-column: auto/span 2;
}
.plan-table-basic th[rowspan='2'],
.plan-table-basic td[rowspan='2'] {
  grid-row: auto/span 2;
}
.plan-table-basic th[rowspan='10'],
.plan-table-basic td[rowspan='10'] {
  grid-row: auto/span 10;
}
.plan-table-basic th[rowspan='5'],
.plan-table-basic td[rowspan='5'] {
  grid-row: auto/span 5;
}
.plan-table-basic .plan-table-impact-txt {
  font-size: 32px;
  line-height: 1;
  color: #db6aa4;
}
@media screen and (max-width: 750px) {
  .plan-table-basic .plan-table-impact-txt {
    font-size: 20px;
  }
}
.plan-table-basic .plan-table-sub-txt {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .plan-table-basic .plan-table-sub-txt {
    font-size: 12px;
  }
}
.plan-text-terms {
  width: 100%;
  max-width: 772px;
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #000080;
}
.plan-notes {
  width: 100%;
  max-width: 772px;
  padding-left: 1em;
  margin: 4px auto 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  list-style: none;
}
@media screen and (max-width: 750px) {
  .plan-notes {
    width: 100%;
    margin: 2.6666666667vw auto;
  }
}
.plan-notes li {
  text-indent: -1em;
}
.plan-notes li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.plan-notes-red {
  font-weight: 700;
  color: #d00f31;
}
.plan .plan-table-cell--color-red {
  color: #d00f31;
}
.plan .plan-table-cell--color-red .plan-table-impact-txt {
  color: inherit;
}

@keyframes fade-in {
  0% {
    display: none;
    transform: translateY(-100%);
  }
  1% {
    display: block;
    transform: translateY(-100%);
  }
  100% {
    display: block;
    transform: translateY(0);
  }
}
@keyframes fade-out {
  0% {
    display: block;
    transform: translateY(0);
  }
  99% {
    display: block;
    transform: translateY(-100%);
  }
  100% {
    display: none;
    transform: translateY(-100%);
  }
}
@keyframes out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
.plan-table-head .is-visible {
  display: table-row;
  text-align: center;
}
.plan-table-head .is-visible > th {
  font-size: 14px;
  font-weight: 700;
  color: #d00f31;
  background-color: #feffd9;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.region-text-wrap .js-region-text-hokkaido span {
  position: relative;
  padding-right: 32px;
}
.region-text-wrap .js-region-text-hokkaido span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 28px;
  height: 19px;
  margin: auto 0;
  content: '';
  background: url('../img/icon-arrow-price.svg') no-repeat center center;
  background-size: contain;
}
.region-text-wrap .is-visible a {
  display: inline-block;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
  color: #3e3a39;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .region-text-wrap .is-visible a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .region-text-wrap .is-visible a {
    font-size: 14px;
  }
}

.js-plan-table-date {
  display: none;
}

.js-region-text-hokkaido,
.js-region-text-normal {
  display: none;
}

.is-visible {
  display: block;
}

.is-align .plan-table-align {
  width: 300px;
}
@media screen and (max-width: 750px) {
  .is-align .plan-table-align {
    width: 61.6949152542%;
  }
}

.plan-tab-ctrls {
  display: flex;
  gap: 10px;
  width: min(100%, 772px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .plan-tab-ctrls {
    width: auto;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}
.plan-tab-ctrls .plan-tab-ctrls__item {
  flex: 1;
}
.plan-tab-ctrls .plan-tab-ctrls__button {
  position: relative;
  width: 100%;
  height: 100%;
}
.plan-tab-ctrls .plan-tab-ctrls__inner {
  display: block;
  height: 100%;
  font-weight: 700;
  color: #3e3a39;
  text-align: center;
  background: #eee;
  border: 2px solid;
  border-color: #ccc;
  transition:
    border-color 0.4s, color 0.4s, background-color 0.4s;
}
@media print, screen and (min-width: 751px) {
  .plan-tab-ctrls .plan-tab-ctrls__inner {
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .plan-tab-ctrls .plan-tab-ctrls__inner {
    padding: 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.2;
  }
}
.plan-tab-ctrls .plan-tab-ctrls__button.is-active .plan-tab-ctrls__inner,
.plan-tab-ctrls .plan-tab-ctrls__button:hover .plan-tab-ctrls__inner,
.plan-tab-ctrls .plan-tab-ctrls__button:focus-visible .plan-tab-ctrls__inner {
  color: #fff;
  background: #d00f31;
  border-color: #d00f31;
}
.plan-tab-ctrls
  .plan-tab-ctrls__button.is-active
  .plan-tab-ctrls__inner::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: '';
  border-top: 10px solid #d00f31;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.js-tab-container {
  width: 100%;
}
.js-tab-container .js-tab-panel.is-hidden {
  display: none;
}

.js-region-wrap {
  width: 100%;
}
