@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}

.page-anchor {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}

html {
  font-weight: 500;
  scroll-padding-top: 60px;
}

body {
  font-family: Noto Sans JP, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

* {
  box-sizing: border-box;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

h1 {
  margin: 0;
  padding-bottom: 10px;
}

img {
  display: block;
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.link-blue {
  display: block;
  text-decoration: underline;
  color: #0038a3;
  text-align: center;
}

.marker {
  background: linear-gradient(transparent 70%, #FFDA1A 80%);
}

.note {
  font-size: 12px;
  color: #747474;
  padding-top: 8px;
  font-weight: 400;
  text-indent: -1.3em;
  margin-left: 1em;
}

@media (max-width: 767px) {
  .note {
    font-size: 3.2vw;
  }
}

.center {
  text-align: center !important;
}

.cta-area {
  display: block;
  max-width: 670px;
  margin: 15px auto 0;
}

.lp-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 974px;
  margin: 0 auto;
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .lp-header-inner {
    padding: 2.5vw 3.5vw;
  }
}

.lp-header-inner .lp-header-logo-mark {
  max-width: 141px;
}

@media (max-width: 767px) {
  .lp-header-inner .lp-header-logo-mark {
    max-width: 30.6vw;
  }
}

.lp-header-inner .lp-header-logo-text {
  max-width: 120px;
}

@media (max-width: 767px) {
  .lp-header-inner .lp-header-logo-text {
    max-width: 26vw;
  }
}

.lp-wrapper {
  background-color: #fff;
}

.lp-wrapper .lp-header-logo {
  max-width: 222px;
  margin: 0 auto;
  padding: 13px 0;
}

@media (max-width: 767px) {
  .lp-wrapper .lp-header-logo {
    max-width: 39vw;
    padding: 1.8vw 0;
  }
}

.first {
  background: url(../images/fv-bg.png) no-repeat center top;
  background-size: contain;
}

@media (min-width: 1800px) {
  .first {
    background-size: cover;
  }
}

@media (max-width: 1199px) {
  .first {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .first {
    background: none;
  }
}

.first h1 {
  max-width: 950px;
  margin: 0 auto;
  padding: 15px 10px 10px;
}

@media (max-width: 767px) {
  .first h1 {
    padding: 0;
  }
}

.first-cta {
  width: 100%;
  background-color: #310000;
  padding: 30px;
  margin-top: -42px;
}

@media (max-width: 950px) {
  .first-cta {
    margin-top: -4.5vw;
  }
}

@media (max-width: 767px) {
  .first-cta {
    padding: 4vw 6.4vw 6vw;
    margin-top: -9vw;
  }
}

.first-cta .first-period {
  max-width: 685px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .first-cta .first-period {
    padding-top: 3vw;
  }
}

.first-cta .cta-btn {
  display: block;
  max-width: 678px;
  margin: 0 auto;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .first-cta .cta-btn {
    padding-top: 3vw;
  }
}

.first-cta .note {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 767px) {
  .first-cta .note {
    font-size: 3.2vw;
  }
}

.first-note-area {
  background-color: #391015;
}

@media (max-width: 767px) {
  .first-note-area {
    margin-top: -1px;
  }
}

.first-note-area .first-note-area-inner {
  background-color: #fff4cb;
  border-radius: 16px 16px 0 0;
  color: #575757;
  font-size: 12px;
  padding: 16px 0px;
  line-height: 1.4;
  font-weight: 400;
}

.first-note-area .first-note-area-inner p {
  max-width: 860px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .first-note-area .first-note-area-inner p {
    padding: 0 16px;
  }
}

.first-note-area .first-note-area-inner p a {
  display: inline;
}

.first-tokuten {
  background-color: #FFEFF4;
  padding: 30px 15px 40px;
}

@media (max-width: 767px) {
  .first-tokuten {
    padding: 7vw 15px 8vw;
  }
}

.first-tokuten .tokuten-fukidashi {
  max-width: 592px;
  margin: 0 auto;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .first-tokuten .tokuten-fukidashi {
    width: 95%;
  }
}

.first-tokuten .tokuten-block {
  display: flex;
  max-width: 804px;
  margin: 0 auto;
  gap: 20px;
}

@media (max-width: 767px) {
  .first-tokuten .tokuten-block {
    flex-direction: column;
    gap: 2vw;
    position: relative;
    left: -0.9vw;
  }
}

.flow {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #FAC8D6 0%, #FAC8D6 20%, #4AB796 20%, #4AB796 100%);
  padding-bottom: 60px;
  color: #310000;
}

@media (max-width: 767px) {
  .flow {
    background: linear-gradient(180deg, #FAC8D6 0%, #FAC8D6 15%, #4AB796 15%, #4AB796 100%);
  }
}

.flow:after {
  content: "";
  width: 100%;
  height: 280px;
  background: url(../images/pc/flow-bg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 215px;
  right: 0;
  left: 0;
}

@media (min-width: 1800px) {
  .flow:after {
    height: 290px;
  }
}

@media (max-width: 767px) {
  .flow:after {
    background-image: url(../images/flow-bg.png);
    height: 56vw;
    top: 32vw;
  }
}

.flow .flow-garland-left {
  position: absolute;
  max-width: 527px;
}

@media (max-width: 1199px) {
  .flow .flow-garland-left {
    max-width: 44vw;
  }
}

@media (max-width: 767px) {
  .flow .flow-garland-left {
    max-width: 15.7vw;
  }
}

.flow .flow-garland-right {
  position: absolute;
  max-width: 527px;
  right: 0;
}

@media (max-width: 1199px) {
  .flow .flow-garland-right {
    max-width: 44vw;
  }
}

@media (max-width: 767px) {
  .flow .flow-garland-right {
    max-width: 15.7vw;
  }
}

.flow .midashi {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 0 auto;
  padding-top: 75px;
}

@media (min-width: 1800px) {
  .flow .midashi {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .flow .midashi {
    max-width: 62vw;
    padding-top: 9vw;
  }
}

.flow .flow-step {
  padding: 30px 20px 25px;
}

@media (max-width: 767px) {
  .flow .flow-step {
    padding: 6.4vw;
  }
}

.flow .flow-step-block {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto 90px;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 20px 20px;
}

@media (max-width: 767px) {
  .flow .flow-step-block {
    margin-bottom: 12vw;
    padding: 6vw;
  }
}

.flow .flow-step-block:after {
  content: "";
  width: 30px;
  height: 110px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #80CDB6;
  z-index: 1;
  bottom: -110px;
}

@media (max-width: 767px) {
  .flow .flow-step-block:after {
    width: 6vw;
    height: 25vw;
    bottom: -25vw;
  }
}

.flow .flow-step-block:last-of-type {
  margin-bottom: 0;
}

.flow .flow-step-block:last-of-type:after {
  content: none;
}

.flow .flow-step-block .note {
  font-weight: 500;
  text-align: center;
  display: block;
  padding-top: 3px;
  text-indent: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .flow .flow-step-block .note {
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .flow .flow-step-block .note.left {
    display: block;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}

.flow .flow-step-cta {
  display: block;
  max-width: 670px;
  margin: 0 auto;
  padding-top: 15px;
}

.flow .flow-step-ttl {
  font-size: 30px;
  font-weight: 800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #FFFCCC;
  padding: 0 12px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .flow .flow-step-ttl {
    margin-bottom: 1vw;
    font-size: 5.5vw;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .flow .flow-step-block--4 .flow-step-ttl {
    padding: 0 6vw;
  }
}

.flow .flow-step-sentence {
  text-align: center;
  padding-top: 6px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .flow .flow-step-sentence {
    font-size: 4.2vw;
    padding-top: 2vw;
    line-height: 1.5;
  }
}

.flow .flow-step-sentence span {
  font-weight: 800;
}

.flow .flow-step-number {
  position: absolute;
  max-width: 74px;
  left: -6px;
  top: -9px;
}

@media (max-width: 767px) {
  .flow .flow-step-number {
    max-width: 17.4vw;
    top: -2.1vw;
    left: -1.3vw;
  }
}

.flow .flow-step-poinco-1 {
  width: 122px;
  position: absolute;
  left: -50px;
  top: 147px;
}

@media (max-width: 1199px) {
  .flow .flow-step-poinco-1 {
    width: 102px;
    left: -18px;
    top: 147px;
  }
}

@media (max-width: 767px) {
  .flow .flow-step-poinco-1 {
    width: 21.6vw;
    left: -3vw;
    top: 35vw;
  }
}

.flow .flow-step-poinco-2 {
  width: 137px;
  position: absolute;
  right: -50px;
  top: 48px;
}

@media (max-width: 1199px) {
  .flow .flow-step-poinco-2 {
    width: 117px;
    right: -15px;
    top: 48px;
  }
}

@media (max-width: 767px) {
  .flow .flow-step-poinco-2 {
    width: 24vw;
    right: -3vw;
    top: 83vw;
  }
}

.flow .flow-step-present {
  max-width: 209px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0 5px;
  left: -16px;
}

@media (max-width: 1199px) {
  .flow .flow-step-present {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .flow .flow-step-present {
    max-width: 56vw;
    position: relative;
    right: 3vw;
    top: 0;
    margin: 10px auto 0;
  }
}

@media (max-width: 767px) {
  .flow .link-blue {
    font-size: 4.2vw;
    padding-top: 3vw;
  }
}

.flow .cta-area {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .flow .cta-area {
    padding: 0 6.4vw;
  }
}

.flow .note-white {
  color: #fff;
  text-align: center;
}

.movie-area {
  background-color: #fcf6e0;
}

.movie-area .movie-inner {
  max-width: 690px;
  margin: 0 auto;
  padding: 65px 20px;
}

@media (max-width: 767px) {
  .movie-area .movie-inner {
    padding: 8vw 6.4vw 7vw;
  }
}

.movie-area .movie-ttl {
  max-width: 300px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .movie-area .movie-ttl {
    max-width: 53.8vw;
    margin-bottom: 3vw;
  }
}

.movie-area .movie-fukidashi {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px 9px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .movie-area .movie-fukidashi {
    font-size: 4.2vw;
    line-height: 1.4;
    padding-bottom: 3vw;
  }
}

.movie-area .movie-fukidashi:before {
  content: "";
  width: 15px;
  height: 22px;
  background: url(../images/pc/movie-fukidashi-left.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (max-width: 767px) {
  .movie-area .movie-fukidashi:before {
    background-image: url(../images/movie-fukidashi-left.svg);
    background-size: contain;
    width: 6vw;
    height: 21vw;
    top: 2vw;
    left: -3vw;
  }
}

.movie-area .movie-fukidashi:after {
  content: "";
  width: 15px;
  height: 22px;
  background: url(../images/pc/movie-fukidashi-right.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 7px;
  right: 0;
}

@media (max-width: 767px) {
  .movie-area .movie-fukidashi:after {
    background-image: url(../images/movie-fukidashi-right.svg);
    background-size: contain;
    width: 6vw;
    height: 21vw;
    top: 2vw;
    right: -3vw;
  }
}

.movie-area .movie {
  text-align: center;
  width: 100%;
  aspect-ratio: 16/9;
}

.movie-area .movie iframe {
  width: 100%;
  height: 100%;
}

.campaign {
  position: relative;
  background: linear-gradient(180deg, #FFE3EC 0%, #FFD4E1 100%);
  padding: 60px 0 50px;
}

@media (max-width: 767px) {
  .campaign {
    padding: 7vw 0;
  }
}

.campaign:before {
  content: "";
  width: 100%;
  height: 259px;
  background-image: url(../images/campaign-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.campaign .campaign-fukidashi {
  max-width: 845px;
  margin: 0 auto 25px;
}

.campaign .campaign-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .campaign .campaign-inner {
    padding: 0 2vw;
  }
}

@media (max-width: 767px) {
  .campaign .campaign-inner {
    padding: 0 6.4vw;
  }
}

.campaign .campaign-ctt {
  display: flex;
  gap: 55px;
  justify-content: center;
  max-width: 936px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .campaign .campaign-ctt {
    gap: 5.5vw;
  }
}

@media (max-width: 767px) {
  .campaign .campaign-ctt {
    flex-direction: column;
    gap: 5vw;
  }
}

.campaign .campaign-box {
  position: relative;
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  border: 2px #333333 solid;
  padding: 8px 38px 20px;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 980px) {
  .campaign .campaign-box {
    padding: 1vw 3vw 2vw;
  }
}

@media (max-width: 767px) {
  .campaign .campaign-box {
    padding: 1vw 3vw 5vw;
  }
}

.campaign .campaign-ttl {
  width: 464px;
  position: absolute;
  right: 0;
  left: -3.2%;
  top: 23px;
}

@media (max-width: 980px) {
  .campaign .campaign-ttl {
    width: 47.5vw;
  }
}

@media (max-width: 767px) {
  .campaign .campaign-ttl {
    width: 92.8vw;
    left: -3.2vw;
    top: 4vw;
  }
}

.campaign .campaign-bnr {
  display: block;
  padding-top: 90px;
}

@media (max-width: 980px) {
  .campaign .campaign-bnr {
    padding-top: 9vw;
  }
}

@media (max-width: 767px) {
  .campaign .campaign-bnr {
    padding-top: 22vw;
  }
}

@media (max-width: 767px) {
  .campaign .campaign-box--2 .campaign-bnr {
    padding-top: 16vw;
  }
}

.campaign .campaign-sentence {
  font-size: 14px;
  padding-top: 10px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .campaign .campaign-sentence {
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  .campaign .campaign-sentence {
    font-size: 3.7vw;
  }
}

.campaign .campaign-sentence .emphasis {
  color: #d00f31;
}

.campaign .campaign-sentence .bold {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 767px) {
  .campaign .campaign-sentence .bold {
    font-size: 4.2vw;
  }
}

.campaign .note-bottom {
  position: relative;
  left: 14px;
}

@media (max-width: 980px) {
  .campaign .note-bottom {
    left: 0;
  }
}

.campaign .cta-area {
  margin-top: 35px;
}

.reason {
  background-color: #FFEFF4;
  padding-bottom: 40px;
}

.reason .reason-midashi {
  max-width: 520px;
  margin: 0 auto;
  padding: 50px 0 20px;
}

@media (max-width: 767px) {
  .reason .reason-midashi {
    max-width: 76vw;
    padding: 9vw 0 6vw;
  }
}

.reason .reason-logo {
  max-width: 258px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .reason .reason-logo {
    max-width: 68.8vw;
  }
}

.reason .reason-text {
  max-width: 736px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .reason .reason-text {
    max-width: 87vw;
  }
}

.reason .reason-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 767px) {
  .reason .reason-list {
    padding: 6.4vw 6.4vw 3vw;
  }
}

.reason .reason-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .reason .reason-row {
    flex-direction: column;
    gap: 6vw;
    padding-bottom: 16vw;
  }
}

.reason .reason-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  box-shadow: 4px 4px 0px 0px #333;
  border-radius: 5px;
  border: #333333 2px solid;
  padding: 20px 14px 25px;
}

@media (max-width: 767px) {
  .reason .reason-box {
    padding: 4vw 7vw 6vw;
    justify-content: center;
  }
}

.reason .reason-box .note {
  line-height: 1.4;
}

.reason .reason-box .note a {
  display: inline;
}

.reason .reason-box-sarani {
  position: relative;
}

@media (max-width: 767px) {
  .reason .reason-box-sarani {
    padding-top: 8vw;
  }
}

.reason .reason-box-sarani::before {
  content: "";
  width: 72px;
  height: 72px;
  background: url(../images/reason-sarani.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -45px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .reason .reason-box-sarani::before {
    width: 19vw;
    height: 19vw;
    top: -12vw;
  }
}

.reason .reason-box-sarani img {
  max-width: 442px;
  margin: 0 auto;
}

.reason .reason-box-sarani .note {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .reason .cta-area {
    padding: 0 6.4vw;
  }
}

.nisa {
  background-color: #f7f5f3;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .nisa {
    padding-bottom: 10vw;
  }
}

.nisa .nisa-midashi {
  background-color: #5A1C23;
  padding: 18px 0 29px;
  margin: 0 0 30px;
}

.nisa .nisa-midashi img {
  max-width: 242px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nisa .nisa-midashi img {
    max-width: 57vw;
  }
}

.nisa .nisa-inner {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .nisa .nisa-inner {
    padding: 0 6.4vw;
  }
}

.nisa .nisa-inner .note {
  margin-top: -20px;
  padding-bottom: 21px;
}

.nisa .nisa-ctt-wrap {
  max-width: 960px;
  background-color: #fff;
  margin: 0 auto 30px;
  border-radius: 10px;
  padding: 40px 20px 10px;
}

@media (max-width: 767px) {
  .nisa .nisa-ctt-wrap {
    padding: 5vw;
  }
}

.nisa .nisa-ctt {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .nisa .nisa-ctt {
    flex-direction: column;
    align-items: center;
    margin-bottom: 6vw;
  }
}

.nisa .nisa-ctt-text {
  max-width: 361px;
  background-color: #f7f5f3;
  border-radius: 5px;
  padding: 30px;
}

@media (max-width: 767px) {
  .nisa .nisa-ctt-text {
    max-width: 100%;
    font-size: 4.2vw;
    padding: 6vw 8vw;
  }
}

.nisa .nisa-ctt-graph {
  max-width: 285px;
}

@media (max-width: 767px) {
  .nisa .nisa-ctt-graph {
    max-width: 100%;
  }
}

.nisa .nisa-ctt-text-ttl {
  position: relative;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 9px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .nisa .nisa-ctt-text-ttl {
    font-size: 4.2vw;
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
}

.nisa .nisa-ctt-text-ttl::before {
  content: "";
  width: 207px;
  height: 4px;
  background: url(../images/border-dot.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nisa .nisa-ctt-text-ttl::before {
    width: 54vw;
    height: 1.1vw;
  }
}

.nisa .nisa-ctt-text-ttl span {
  font-size: 20px;
  color: #E7092E;
}

@media (max-width: 767px) {
  .nisa .nisa-ctt-text-ttl span {
    font-size: 5.3vw;
  }
}

.nisa .nisa-ctt-text-sentence {
  font-weight: 500;
}

.nisa .nisa-ctt-text-sentence span {
  font-weight: 600;
}

.nisa .marker {
  background: linear-gradient(transparent 70%, #FFF200 90%);
}

.nisa .nisa-fukidashi {
  max-width: 470px;
  margin: 0 auto 15px;
}

@media (max-width: 767px) {
  .nisa .nisa-fukidashi {
    max-width: 100%;
    margin-bottom: 4vw;
  }
}

.nisa .nisa-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nisa .nisa-point {
    width: 84%;
  }
}

.nisa .nisa-point-item {
  display: flex;
  padding-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .nisa .nisa-point-item {
    font-size: 4.2vw;
    padding-bottom: 4vw;
    gap: 2vw;
  }
}

.nisa .nisa-point-item p {
  line-height: 1.4;
}

.nisa .nisa-point-item img {
  display: inline;
  vertical-align: middle;
  margin-right: 11px;
  position: relative;
  top: -4px;
}

@media (max-width: 767px) {
  .nisa .nisa-point-item img {
    top: 0;
  }
}

.nisa .nisa-point-item--1 img {
  max-width: 30px;
}

@media (max-width: 767px) {
  .nisa .nisa-point-item--1 img {
    max-width: 8vw;
  }
}

.nisa .nisa-point-item--2 img {
  max-width: 35px;
}

@media (max-width: 767px) {
  .nisa .nisa-point-item--2 img {
    max-width: 9.3vw;
  }
}

.nisa .nisa-point-item span {
  color: #d00f31;
  font-size: 18px;
}

@media (max-width: 767px) {
  .nisa .nisa-point-item span {
    font-size: 4.8vw;
  }
}

.nisa .nisa-sponsorship {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nisa .nisa-sponsorship {
    padding: 0;
  }
}

.nisa .nisa-sponsorship .nisa-sponsorship-box {
  max-width: 924px;
  margin: 0 auto 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #333;
  font-size: 12px;
  text-align: center;
  padding: 6px 40px 30px;
}

@media (max-width: 1010px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-box {
    max-width: 87.5vw;
    padding: 1vw 4vw 4vw;
  }
}

@media (max-width: 767px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-box {
    font-size: 3.2vw;
  }
}

.nisa .nisa-sponsorship .nisa-sponsorship-box--1 {
  padding-bottom: 0;
}

.nisa .nisa-sponsorship .nisa-sponsorship-box--2 .nisa-sponsorship-bnr {
  flex: 1;
}

.nisa .nisa-sponsorship .nisa-sponsorship-box--2 .nisa-sponsorship-text {
  flex: 1;
  text-align: left;
}

@media (max-width: 767px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-box--2 .nisa-sponsorship-text {
    text-align: center;
  }
}

.nisa .nisa-sponsorship .nisa-sponsorship-box--2 .nisa-sponsorship-sentence {
  width: 100%;
}

@media (max-width: 767px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-box--2 .nisa-sponsorship-ctt {
    gap: 1vw;
  }
}

.nisa .nisa-sponsorship .nisa-sponsorship-ttl {
  width: 960px;
  position: relative;
  left: -60px;
  margin: 6px 0;
}

@media (max-width: 1010px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-ttl {
    width: 90.7vw;
    left: -5.8vw;
  }
}

@media (max-width: 767px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-ttl {
    width: 92.5vw;
    left: -7.2vw;
  }
}

.nisa .nisa-sponsorship .nisa-sponsorship-ctt {
  display: flex;
  justify-content: center;
  max-width: 712px;
  margin: 0 auto;
  gap: 32px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-ctt {
    flex-direction: column;
  }
}

.nisa .nisa-sponsorship .nisa-sponsorship-sentence {
  width: 89%;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .nisa .nisa-sponsorship .nisa-sponsorship-sentence {
    width: 100%;
    font-size: 4.2vw;
  }
}

.nisa .nisa-sponsorship .nisa-sponsorship-sentence .marker {
  background: linear-gradient(transparent 60%, #FBF362 70%);
}

.nisa .note {
  text-align: left;
}

.nisa .note.note-bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nisa .note.note-bottom {
    margin: 1vw 0 0 1em;
  }
}

@media (max-width: 767px) {
  .nisa .cta-area {
    padding: 0 6.4vw;
  }
}

/* overview
   ========================================================================== */
.overview {
  padding: 40px 15px;
}

@media (max-width: 767px) {
  .overview {
    padding: 30px 6.4vw;
  }
}

.overview-ttl {
  max-width: 253px;
  margin-inline: auto;
  padding: 20px 0 50px;
}

@media (max-width: 767px) {
  .overview-ttl {
    max-width: 180px;
    padding: 20px 0 32px;
  }
}

@media (max-width: 767px) {
  .overview-ttl {
    font-size: 16px;
  }
}

.overview table {
  position: relative;
  top: -1px;
  border-collapse: collapse;
  max-width: 900px;
  margin: 0 auto 40px;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  font-weight: 400;
}

@media (max-width: 767px) {
  .overview table {
    border-left: solid 1px #000;
    border-top: solid 1px #000;
  }
}

.overview table th {
  background-color: #e8e8e8;
  text-align: center;
  font-size: 14px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 25%;
  padding: 10px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .overview table th {
    font-size: 12px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 5px;
    width: 33%;
  }
}

.overview table th.left {
  text-align: left;
}

.overview table td {
  font-size: 12px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 8px 10px 12px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .overview table td {
    font-size: 12px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 5px;
  }
}

.overview table td .emphasis {
  font-weight: 600;
  display: block;
  padding-top: 15px;
}

.overview table td .emphasis:first-child {
  padding-top: 0;
}

.overview table td .annotation {
  position: relative;
}

.overview table td .annotation p {
  padding-left: 16px;
}

.overview table td .annotation p::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}

.overview table td .annotation p.red {
  color: #d10101;
}

.overview table td .box {
  padding-bottom: 15px;
}

.overview table td .box ul {
  position: relative;
}

.overview table td .box ul li {
  padding-left: 16px;
}

.overview table td .box ul li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

.overview table td a {
  color: #015de8;
  text-decoration: underline;
}

.overview .red {
  color: #f41919;
}

.overview .bold {
  font-weight: 600;
}

.overview .underline {
  text-decoration: underline;
}

.overview table caption {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  border-left: solid 2px #000;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .overview table caption {
    font-size: 14px;
    padding: 5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
  }
}

.overview .accordion-btn {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  background-color: #e8e8e8;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  cursor: pointer;
  font-weight: 400;
}

@media (max-width: 767px) {
  .overview .accordion-btn {
    width: 100%;
    font-size: 14px;
    padding: 9px;
  }
}

.overview .accordion-btn:after {
  content: "";
  background: url(../images/accordion-open-icon_1.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 30px;
}

@media (max-width: 767px) {
  .overview .accordion-btn:after {
    width: 14px;
    height: 14px;
    top: 15px;
    right: 20px;
  }
}

.overview .accordion-btn.close:after {
  background-image: url(../images/accordion-close-icon_1.svg);
}


/* footer
 ========================================================================== */
.footer .copy {
  text-align: center;
  background-color: #F0EEEC;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .footer .copy {
    padding: 8.52878vw 0;
  }
}

.footer .copy p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .footer .copy p {
    font-size: 3.2vw;
  }
}

/* disclaimer
 ========================================================================== */
.disclaimer-wrap {
  background: #E8E8E8;
  margin: 30px 0 0;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .disclaimer-wrap {
    padding: 20px 0;
  }
}

#disclaimer {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
  padding: 10px 15px 20px;
}

@media (max-width: 767px) {
  #disclaimer {
    padding: 10px 0 20px;
  }
}

.common_disclaimer {
  margin-bottom: 30px;
  font-size: 14px;
}

.common_disclaimer div p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.common_disclaimer div p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.disclaimer-midashi {
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 25px;
}

#disclaimer p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

#disclaimer .s-midashi {
  font-weight: 500;
}

.common_disclaimer div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}

.common_disclaimer span a {
  display: block;
  text-align: right;
}

.common_disclaimer ul {
  margin-bottom: 0;
}

.common_disclaimer li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  margin-left: 1em;
}

.disclaimer>div:nth-child(4) ul li {
  margin-bottom: 0.6em;
}

.common_disclaimer div:nth-of-type(13) li {
  content: none !important;
  margin-left: 0 !important;
}

.common_disclaimer div:nth-of-type(13) li:before {
  content: none !important;
}

.common_disclaimer li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

.disclaimer div:nth-of-type(3) div:nth-child(2) {
  margin-bottom: 20px !important;
}

.common_disclaimer div:nth-child(2) p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  margin-bottom: 0 !important;
}

.disclaimer_wrap dl dd dl {
  margin: 6px auto;
}

.common_disclaimer dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
}

.common_disclaimer dt strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 6px !important;
  text-align: left;
  display: block;
}

.common_disclaimer dl dd ul {
  margin-top: 0;
}

.common_disclaimer div p+ul {
  margin-top: 0;
}

.common_disclaimer a:link,
.common_disclaimer a:visited,
.common_disclaimer a:hover,
.common_disclaimer a:active {
  color: #0443E7;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .disclaimer_wrap {
    width: 100%;
  }

  .disclaimer {
    width: 92%;
  }

  .common_disclaimer {
    margin-bottom: 20px;
  }

  .common_disclaimer div p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
  }

  .common_disclaimer div p strong {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  #disc p strong {
    font-size: 16px;
    line-height: 1.4;
  }

  .common_disclaimer div {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .common_disclaimer li {
    font-size: 13px;
    line-height: 1.4;
  }

  .disclaimer div:nth-of-type(3) div:nth-child(2) {
    margin-bottom: 6px !important;
  }

  .common_disclaimer div:nth-child(2) p strong {
    line-height: 1.4;
  }

  .common_disclaimer dt {
    font-size: 15px;
    line-height: 1.4;
  }

  .common_disclaimer dt strong {
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .disclaimer {
    width: 92%;
    margin: auto;
  }

  .common_disclaimer {
    margin-bottom: 20px;
  }

  .common_disclaimer div p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
  }

  .common_disclaimer div p strong {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  #disc p strong {
    font-size: 16px;
    line-height: 1.4;
  }

  .common_disclaimer div {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .common_disclaimer li {
    font-size: 13px;
    line-height: 1.4;
  }

  .disclaimer div:nth-of-type(3) div:nth-child(2) {
    margin-bottom: 6px !important;
  }

  .common_disclaimer dt {
    font-size: 15px;
    line-height: 1.4;
  }

  .common_disclaimer dt strong {
    line-height: 1.4;
  }
}

dd {
  margin: 0;
}

/* alert
 ========================================================================== */
#layerMessage {
  font-family: "Noto Sans JP", sans-serif;
}

#layerMessage img {
  width: auto;
  max-width: inherit;
  display: inline;
}

/* floating bnr
   ========================================================================== */
.footer_fix_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 18px 0;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 60;
  display: none;
}

@media (max-width: 767px) {
  .footer_fix_btn {
    padding: 2vw 0;
  }
}

.footer_fix_btn a img {
  max-width: 670px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .footer_fix_btn a img {
    max-width: 85vw;
  }
}

/* swiper
   ========================================================================== */
.swiper-wrap {
  max-width: 726px;
  padding: 5px 12px 30px;
  margin: 0 auto;
  position: relative;
  width: 65%;
  height: 195px;
}

@media all and (max-width: 991px) {
  .swiper-wrap {
    width: 78%;
    height: 228px;
  }
}

@media all and (max-width: 767px) {
  .swiper-wrap {
    width: 90%;
    padding: 0 0 30px;
    height: calc(29.7520661157vw + 16px);
  }
}

.swiper-slide img {
  border: 1px solid #e0e0e0;
}

.swiper-initialized {
  padding-bottom: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {

  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 3vw;
    height: 3vw;
    top: 1.8vw;
  }
}

.swiper-button-next:after {
  background-image: url(../images/campaign-next.svg);
  right: -90%;
  position: absolute;
}

@media (max-width: 767px) {
  .swiper-button-next:after {
    right: -5.8vw;
  }
}

.swiper-button-prev:after {
  background-image: url(../images/campaign-prev.svg);
  left: -60%;
  position: absolute;
}

@media (max-width: 767px) {
  .swiper-button-prev:after {
    left: -5vw;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 41% !important;
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
}

.swiper-pagination {
  padding-top: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 18px;
}

@media (max-width: 767px) {

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3.5vw;
  }
}

.swiper-pagination-bullet-active {
  position: relative;
  top: 1.5px;
  width: 10px;
  height: 10px;
  background-color: #F59DB6;
}

/* news */
.sp {
  display: none;
}

.news {
  padding: 0 0 2em;
}

.news p {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  font-size: 1.5em;
}
.news a {
  color: #FFF;
  text-decoration: underline;
}


@media (max-width: 767px) {
  .sp {
    display: block;
  }

  .news {
    padding: 2em 0 1em;
  }

  .news p {
    font-size: 1em;
  }
}

p.end {
  color: red;
  text-align: center;
  padding-top: 1em;
  line-height: 1.4;
}