@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
  -moz-appearance: none;
       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 */
}

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

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

/**
 * 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;
}

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 2.6666666667vw;
}

body {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1.61;
  color: #000000;
}
body::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_sp.jpg) no-repeat center/cover;
  z-index: 1;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-font-oswald {
  font-family: "Oswald", sans-serif;
}

.u-color-gold {
  color: #c0a320;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
}

.l-footer {
  position: relative;
  background: #ffffff;
  z-index: 2;
}
.l-footer__inner {
  padding: 2rem 0 5rem;
  border-top: 1px solid #000000;
}
.l-footer__copyright {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.l-contents {
  position: relative;
  z-index: 3;
}

.l-inner {
  max-width: 1000px;
  width: 90.6%;
  margin: auto;
}

.l-white-block {
  position: relative;
  background-color: #ffffff;
  padding: 2.6rem 0 2.6rem;
  margin-top: 1.8rem;
  border-radius: 0.4rem;
}

.l-white-block-inner {
  padding: 0 2.5rem;
}

.l-section {
  position: relative;
}
.l-section__head {
  position: absolute;
  top: -1.8rem;
  right: 0;
  left: 0;
  width: 21.5rem;
  margin: auto;
  padding: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
}
.l-section__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f6a72;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  z-index: -1;
}

.main-visual {
  position: relative;
  padding-bottom: 5.8rem;
}
.main-visual__model img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.main-visual__logo {
  width: 30rem;
  margin: auto;
}
.main-visual__catchphrase {
  width: 30.8rem;
  margin: 2.2rem auto 0;
  padding-left: 0.5rem;
}
.main-visual__button {
  display: block;
  position: fixed;
  right: 0;
  bottom: 2rem;
  left: 0;
  width: 85.4%;
  margin: 2.2rem auto 0;
  padding: 1.2rem 1.7rem 1.2rem 0;
  border-radius: 9999px;
  border: 0.1rem solid #ffffff;
  background-color: #22b373;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 9999;
}
.main-visual__button.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.main-visual__button-arrow {
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 3.7rem;
  height: 3.7rem;
  margin: auto;
}
.main-visual__prize-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
  margin: 2.2rem 0 0;
}
.main-visual__prize {
  width: 80%;
  margin: auto;
}

.howto {
  padding-bottom: 3rem;
}
.howto__lead {
  margin-top: 2.7rem;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}
.howto__lead .large01 {
  font-size: 1.6rem;
}
.howto__lead .large02 {
  padding: 0 0.2rem;
  font-size: 3.7rem;
  line-height: 1;
  vertical-align: sub;
}
.howto__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem 0;
  width: 79%;
  margin: 4.6rem auto 4.6rem;
}
.howto__flow-list-item {
  position: relative;
}
.howto__flow-list-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4.3rem;
  left: 0;
  width: 6.1rem;
  height: 2.1rem;
  margin: auto;
  background: url(../img/howto_flow_arrow.png) no-repeat center top/contain;
}
.howto__flow-list-item:last-child::after {
  content: none;
}
.howto__flow-list-item-number {
  width: 7rem;
  height: 7rem;
  margin: auto;
  padding-top: 1rem;
  border: 0.1rem solid currentColor;
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}
.howto__flow-list-item-number .large {
  display: block;
  font-size: 2.8rem;
}
.howto__flow-list-item-img {
  margin: 2rem auto 0;
}
.howto__flow-list-item-img.--img01 {
  width: 11rem;
}
.howto__flow-list-item-img.--img02 {
  width: 10.7rem;
}
.howto__flow-list-item-img.--img03 {
  width: 7.1rem;
}
.howto__flow-list-item-txt {
  margin-top: 1.4rem;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
}
.howto__black-area {
  margin-bottom: 1.7rem;
  padding: 3.5rem 2.5rem 2.5rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.howto__black-area-head {
  font-size: 1.6rem;
  line-height: 1.4;
}
.howto__black-area-txt {
  margin-top: 1rem;
  line-height: 1.65;
}
.howto__button-list {
  margin: 2.4rem 0 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1rem;
}
.howto__button-list-item {
  width: 100%;
}
.howto__button {
  position: relative;
  display: block;
  padding: 1.9rem 0;
  font-size: 1.3rem;
  border-radius: 9999px;
  background: #22b373;
}
.howto__button img {
  position: absolute;
  top: 0;
  right: 2.6rem;
  bottom: 0;
  width: 0.8rem;
  margin: auto;
}
.howto__list-item {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.04em;
  text-align: justify;
}
.howto__list-item::before {
  content: "＊";
}
.howto__attention {
  margin-top: 5.1rem;
}
.howto__attention-block + .howto__attention-block {
  margin-top: 4.6rem;
}
.howto__attention-head {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.6rem;
  color: #c0a320;
  letter-spacing: 0.1em;
  text-align: center;
}
.howto__attention-head::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4.5rem;
  height: 0.2rem;
  margin: auto;
  background-color: #c0a320;
}
.howto__attention-txt {
  font-size: 1.3rem;
  line-height: 1.7;
}
.howto__flexbox + .howto__flexbox {
  margin-top: 2.2rem;
}
.howto__img-area {
  margin-top: 1.4rem;
}
.howto__txt-area {
  margin-top: 1.6rem;
}
.howto__attention-number-list {
  margin-bottom: 0.7rem;
}
.howto__attention-number-list-item {
  font-size: 1.3rem;
}
.howto__attention-number-list-item span {
  padding-right: 0.5rem;
}
.howto__attention-number-list-item:nth-child(n+2) {
  margin-top: 0.25rem;
}
.howto__attention-icon-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: center;
}
.howto__attention-icon-head img {
  width: 2.8rem;
}
.howto__receipt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8rem 0;
}
.howto__receipt-list-item {
  width: 48.2%;
}
.howto__receipt-list-item-txt {
  margin-top: 0.5rem;
}

.period {
  padding-bottom: 3rem;
}
.period__note {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.period__date {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #002a4d;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.period__date .year {
  padding-right: 0.8rem;
  font-size: 2.2rem;
  font-weight: 600;
}
.period__date .large {
  font-size: 3.3rem;
  font-weight: 600;
}
.period__date .time {
  padding-right: 0.5rem;
}
.period__txt {
  margin-top: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}

.prize {
  padding-bottom: 5rem;
}
.prize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 3rem;
}
.prize__list-item {
  width: 100%;
}
.prize__list-item-number {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #c0a320;
  line-height: 1;
}
.prize__list-item-number .large {
  font-size: 3.8rem;
}
.prize__list-item-txt {
  margin-top: 0.8rem;
}

.terms {
  padding-bottom: 5.5rem;
  color: #ffffff;
}
.terms__block {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.58;
  text-align: justify;
}
.terms__block + .terms__block {
  margin-top: 5.6rem;
}
.terms__block-head {
  margin-bottom: 1.3rem;
  padding-left: 1rem;
  border-left: 0.2rem solid #c0a320;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.terms__txt-area {
  padding-left: 1.3rem;
}
.terms__large-txt {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.46;
}
.terms__txt.--indent {
  text-indent: -1em;
  padding-left: 1em;
}
.terms__list-item {
  text-indent: -1em;
  padding-left: 1em;
}
.terms__list-item::before {
  content: "・";
}
.terms__list-item:nth-child(n+2) {
  margin-top: 1rem;
}
.terms__scroll-area {
  height: 26rem;
  padding: 1.2rem 2.5rem 2.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #000000;
  overflow: auto;
  text-align: left;
}
.terms__scroll-area::-webkit-scrollbar {
  width: 0.5rem;
}
.terms__scroll-area::-webkit-scrollbar-track {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.terms__scroll-area::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: #b1b1b1;
}
.terms__scroll-block + .terms__scroll-block {
  margin-top: 1.7rem;
}
.terms__scroll-block-head {
  font-weight: 700;
}
.terms__contact-txt {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.entry {
  background-color: #ffffff;
}
.entry__inner {
  position: relative;
  max-width: 1150px;
  padding: 4.9rem 0 3.7rem;
}
.entry__back-button {
  position: absolute;
  top: -2rem;
  right: 0.8rem;
  width: 4rem;
  height: 4rem;
}
.entry__checkbox {
  position: relative;
  padding-left: 1em;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
}
.entry__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.entry__checkbox input[type=checkbox]:checked + label::before {
  background: #22b373;
  border-color: #22b373;
}
.entry__checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.entry__checkbox label {
  position: relative;
  display: inline-block;
}
.entry__checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  bottom: auto;
  left: -1.3rem;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  border: 1px solid #000000;
}
.entry__checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: -1rem;
  width: 0.6rem;
  height: 0.3rem;
  margin: auto;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.entry__button {
  position: relative;
  display: block;
  width: 85.4%;
  margin: 1.7rem auto 0;
  padding: 2rem 0;
  border-radius: 9999px;
  border: 0.1rem solid #ffffff;
  background-color: #22b373;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
}
.entry__button.is-disabled {
  pointer-events: none;
}
.entry__button-arrow {
  position: absolute;
  top: 0;
  right: 1.7rem;
  bottom: 0;
  width: 2.9rem;
  height: 2.9rem;
  margin: auto;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  body::before {
    background: url(../img/bg_pc.jpg) no-repeat center/cover;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.8;
  }
  .u-sp {
    display: none !important;
  }
  .l-header__logo {
    width: 14.2rem;
  }
  .l-footer__inner {
    padding: 3.2rem 0 5rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .l-white-block {
    margin-top: 2.4rem;
    padding-bottom: 3.4rem;
    border-radius: 1rem;
  }
  .l-white-block-inner {
    max-width: 890px;
    margin: auto;
  }
  .l-section__head {
    top: -2.4rem;
  }
  .main-visual {
    padding-bottom: 0;
  }
  .main-visual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main-visual__model {
    position: relative;
    width: 50.7%;
    z-index: 2;
  }
  .main-visual__txt-area {
    width: 49.3%;
    padding-left: 3.2%;
  }
  .main-visual__logo {
    width: 41.8vw;
    margin: 3.6vw 0 0 4vw;
  }
  .main-visual__catchphrase {
    width: 42.3vw;
    margin: 3vw 0 0 3.1vw;
    padding-left: 0;
  }
  .main-visual__button {
    right: 2rem;
    bottom: 2rem;
    left: auto;
    width: 28rem;
    margin: auto;
    padding: 1.1rem 1rem 1.1rem 0;
    font-size: 1.6rem;
    z-index: 9999;
  }
  .main-visual__button-arrow {
    right: 1rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .main-visual__period {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51.3%;
    z-index: 1;
  }
  .main-visual__prize-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.7rem;
  }
  .main-visual__prize {
    width: 50%;
  }
  .main-visual__prize img {
    max-width: none;
    width: 103%;
  }
  .main-visual__prize:nth-child(2) img {
    margin-left: -3%;
  }
  .howto {
    padding-top: 5.7rem;
    padding-bottom: 8rem;
  }
  .howto__lead {
    margin-top: 2rem;
    font-size: 2.2rem;
    white-space: wrap;
  }
  .howto__lead .large01 {
    font-size: 2.2rem;
  }
  .howto__lead .large02 {
    font-size: 5rem;
  }
  .howto__flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4.7rem;
    width: 100%;
    margin: 4.3rem auto 0;
    padding-bottom: 2.6rem;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30px, #f8f8f8 30px, #f8f8f8 100%);
  }
  .howto__flow-list-item {
    width: 19.2rem;
  }
  .howto__flow-list-item::after {
    top: 2.5rem;
    right: -4.7rem;
    bottom: auto;
    left: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 0;
  }
  .howto__flow-list-item-number {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.3rem;
  }
  .howto__flow-list-item-number .large {
    font-size: 2.5rem;
  }
  .howto__flow-list-item-img {
    min-height: 7rem;
    margin: 0.7rem auto 0;
  }
  .howto__flow-list-item-img.--img01 {
    width: 10.1rem;
    padding-top: 0.6rem;
  }
  .howto__flow-list-item-img.--img02 {
    width: 9.8rem;
  }
  .howto__flow-list-item-img.--img03 {
    width: 6.6rem;
    padding-top: 1.3rem;
  }
  .howto__flow-list-item-txt {
    margin-top: 0.7rem;
    font-size: 1.2rem;
  }
  .howto__black-area {
    margin-bottom: 1.5rem;
    padding-top: 3rem;
  }
  .howto__black-area-head {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  .howto__black-area-txt {
    margin-top: 0.4rem;
    line-height: 1.75;
  }
  .howto__button-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.2rem 0;
    width: 55.4rem;
    margin: 2.2rem auto 2.6rem;
  }
  .howto__button-list-item {
    width: 26.7rem;
  }
  .howto__button {
    padding: 1.8rem 0;
    font-size: 1.2rem;
  }
  .howto__button img {
    right: 2rem;
  }
  .howto__list-item {
    letter-spacing: 0;
    line-height: 1.8;
  }
  .howto__attention {
    margin-top: 7.1rem;
    margin-bottom: 4.5rem;
  }
  .howto__attention-block + .howto__attention-block {
    margin-top: 7.2rem;
  }
  .howto__attention-head {
    margin-bottom: 5.3rem;
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .howto__attention-txt {
    font-size: 1.6rem;
  }
  .howto__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .howto__flexbox + .howto__flexbox {
    margin-top: 3.6rem;
  }
  .howto__img-area {
    width: 47.6%;
    margin-top: 0.5rem;
  }
  .howto__img-area.--receipt {
    width: 33.4%;
  }
  .howto__txt-area {
    width: 47.1%;
    margin-top: 0;
  }
  .howto__txt-area.--receipt {
    width: 61.8%;
  }
  .howto__attention-number-list {
    margin-top: 1rem;
    margin-bottom: 1.1rem;
  }
  .howto__attention-number-list-item {
    font-size: 1.6rem;
  }
  .howto__attention-number-list-item:nth-child(n+2) {
    margin-top: 0.3rem;
  }
  .howto__attention-icon-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .howto__receipt-list {
    gap: 3.6rem 0;
  }
  .howto__receipt-list-item {
    width: 21.4%;
  }
  .howto__receipt-list-item-txt {
    margin-top: 0.7rem;
  }
  .period {
    padding-bottom: 8rem;
  }
  .period__note {
    margin-top: 0.2rem;
  }
  .period__date {
    margin-top: 1.4rem;
    font-size: 2.9rem;
  }
  .period__date .year {
    padding-right: 1.3rem;
    font-size: 2.9rem;
  }
  .period__date .large {
    font-size: 5.2rem;
  }
  .period__txt {
    margin-top: 2rem;
    line-height: 1.9;
    text-align: center;
  }
  .prize {
    padding-bottom: 4.6rem;
  }
  .prize__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 758px;
    margin: 6.3rem auto 2.4rem;
  }
  .prize__list-item {
    width: 47.6%;
  }
  .prize__list-item-number {
    margin-top: 1.4rem;
    font-size: 2.2rem;
  }
  .prize__list-item-number .large {
    font-size: 5rem;
  }
  .prize__list-item-txt {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
  .terms {
    padding-bottom: 8.5rem;
  }
  .terms__block {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .terms__block + .terms__block {
    margin-top: 6.5rem;
  }
  .terms__block-head {
    margin-bottom: 3rem;
    padding-left: 2.3rem;
    font-size: 3.3rem;
    letter-spacing: 0;
    line-height: 1;
  }
  .terms__txt-area {
    padding-right: 5rem;
    padding-left: 4rem;
  }
  .terms__large-txt {
    margin-bottom: 2.1rem;
    font-size: 2.1rem;
  }
  .terms__large-txt.--contact {
    margin-bottom: 0;
    line-height: 1.9;
    font-size: 2.2rem;
  }
  .terms__list-item:nth-child(n+2) {
    margin-top: 0;
  }
  .terms__scroll-area::-webkit-scrollbar {
    width: 1rem;
  }
  .terms__scroll-area::-webkit-scrollbar-track {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .terms__scroll-area {
    height: 37rem;
    padding: 2.4rem 3rem 4.5rem 4rem;
    border-radius: 1rem;
  }
  .terms__scroll-block + .terms__scroll-block {
    margin-top: 2.7rem;
  }
  .terms__contact-txt {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .entry__inner {
    padding: 8.4rem 0 6rem;
  }
  .entry__back-button {
    top: -4rem;
    right: 0;
    width: 8rem;
    height: 8rem;
  }
  .entry__checkbox {
    padding-left: 2em;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .entry__checkbox label::before {
    top: 0;
    bottom: 0;
    left: -2.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .entry__checkbox label::after {
    top: 0;
    bottom: 0.3rem;
    left: -2.2rem;
    width: 1.2rem;
    height: 0.5rem;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .entry__button {
    width: 50.5rem;
    margin: 5rem auto 0;
    padding: 3.5rem 0;
    font-size: 2.4rem;
  }
  .entry__button-arrow {
    right: 2.3rem;
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .main-visual__sp-first-view {
    min-height: 81vw;
    height: calc(100svh - 77.8vw);
    padding-top: 0.6rem;
    padding-bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .main-visual__model img {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */