/* 400 */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/noto-sans-jp/NotoSansJP-Regular.woff2') format('woff2'),
       url('../fonts/noto-sans-jp/static/NotoSansJP-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 500 */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/noto-sans-jp/NotoSansJP-Medium.woff2') format('woff2'),
       url('../fonts/noto-sans-jp/static/NotoSansJP-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 700 */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/noto-sans-jp/NotoSansJP-Bold.woff2') format('woff2'),
       url('../fonts/noto-sans-jp/static/NotoSansJP-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*! destyle.css v4.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 */
}

/**
 * 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;
}




html {
  scroll-behavior: smooth;
  word-break: break-all;
}

body {
  margin: 0;
  padding: 0;
}
body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #231815;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
a:hover {
  opacity: 0.7;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.wrap {
  max-width: 611px;
  margin: auto;
}

header {
  padding: 26px 0 24px;
}
header .header-image {
  width: 615px;
  margin: auto;
}


.fv .fv-bg {
  background: url("../images/PNG/fv-bg.png") top center/cover no-repeat;
  padding: 0 0 min(13.28vw, 100px);
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 750px;
}
.fv h1 {
  width: 100%;
  margin: auto;
}
.fv h1 img {
  width: 100%;
  max-width: 100%;
}

.fv .fv-period {
  max-width: min(43.75vw, 328.1px);
  margin: min(1.25vw, 9.4px) auto 0;
}

.fv .fv-summary {
  background: url("../images/PNG/fv-summary-bg.png") top center/cover no-repeat;
  padding: min(32.34vw, 243px) 0 0;
  margin: min(3.13vw, 23px) auto 0;
  text-align: center;
  width: 100%;
  max-width: min(81.25vw, 610px);
  height: min(139.53vw, 1046px);
}

.fv .fv-summary-wrap + .fv-summary-wrap::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: min(68.75vw, 516px);
  margin: min(4.69vw, 35px) auto;
  background: url("../images/PNG/fv-border1.png") top left/contain repeat-x;
}

.fv .fv-heading {
  max-width: min(11.88vw, 89px);
  margin: 0 auto min(2.81vw, 21px);
}
.fv .fv-text1 {
  max-width: min(66.56vw, 499px);
  margin: 0 auto;
}
.fv .fv-note1 {
  max-width: min(67.03vw, 503px);
  margin: min(3.44vw, 26px) auto 0;
}

.fv .fv-text2 img:nth-of-type(1){
  max-width: min(68.91vw, 517px);
  margin: 0 auto;
}
.fv .fv-text2 img:nth-of-type(2){
    max-width: min(52.5vw, 394px);
  margin: min(4.22vw, 32px) auto 0;
}
.fv .fv-text2 img:nth-of-type(3){
    max-width: min(53.13vw, 398px);
  margin: min(1.72vw, 13px) auto 0;

}

.fv .fv-note2 {
  max-width: min(61.72vw, 463px);
  margin: min(3.91vw, 29px) auto 0;
}

.howto {
  padding-top: min(9.38vw, 70px);
}

.howto-nav {
  max-width: min(62.5vw, 469px);
  margin: 0 auto;
}

.howto-nav li + li{
  margin: min(7.81vw, 59px) auto 0;
}

.howto-nav li a {
  display: block;
  line-height: 1;
}

.entry {
  padding-top: min(10vw, 75px);
}

.entry-step {
  border-radius: min(3.13vw, 23px);
  border: 2px solid #715519;
  background: url("../images/PNG/entry-step-bg.png") top center/contain repeat-y;
}

.entry-heading {
  background: #715519;
  border-radius: min(2.81vw, 21px) min(2.81vw, 21px) 0 0;
  height: min(10.94vw, 82px);
  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;
  width: auto;
  margin: -1px -1px 0;
}

.entry-step-inner {
  padding: min(3.59vw, 27px) min(4.22vw, 32px) min(3.91vw, 29px);
}

.entry-heading img {
  max-width: min(31.56vw, 237px);
}

.entry-step-item + .entry-step-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: min(7.03vw, 53px) solid transparent;
  border-left: min(7.03vw, 53px) solid transparent;
  border-top: min(4.69vw, 35px) solid #715519;
  border-bottom: 0;
  margin: min(2.34vw, 18px) auto;
  display: block;
}

.entry-step-title {
  margin-bottom: min(3.13vw, 23px);
}

.entry-step-item:nth-of-type(1) .entry-step-title img {
  max-width: min(69.06vw, 518px);
}

.entry-step-item:nth-of-type(2) .entry-step-title img {
  max-width: min(60.47vw, 454px);
}

.entry-step-item:nth-of-type(3) .entry-step-title img {
  max-width: min(43.59vw, 327px);
}

.entry-step-item:nth-of-type(4) .entry-step-title img {
  max-width: min(43.91vw, 329px);
}

.entry-step-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.81vw, 21px);
}

.entry-text {
  width: min(34.38vw, 258px);
  font-size: min(3.59vw, 27px);
  line-height: 1.333333;
  text-align: justify;
}

.entry-text .note {
  font-size: min(2.81vw, 21px);
  line-height: 1.333333;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: min(1.56vw, 12px);
}

.entry-note {
  margin-top: min(0.78vw, 6px);
  text-align: right;
  font-size: clamp(10px, 2.81vw, 21px);
}

.entry-step-item:nth-of-type(1) .entry-image {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.entry-step-item:nth-of-type(1) .entry-image img {
  max-width: min(31.25vw, 234px);
}
.entry-step-item:nth-of-type(2) .entry-image img {
  max-width: min(34.53vw, 259px);
}
.entry-step-item:nth-of-type(3) .entry-image img {
  max-width: min(34.06vw, 255px);
}
.entry-step-item:nth-of-type(4) .entry-image img {
  max-width: min(31.25vw, 234px);
}

.introduce {
  padding: min(15.63vw, 117px) 0;
}

.introduce-cp-text {
  font-size: min(3.75vw, 28px);
  line-height: 1.58333333333;
  color: #e50012;
  text-align: center;
  margin-bottom: min(7.81vw, 59px);
}

.introduce-cp-text span {
  color: #e50012;
  border-bottom: 3px solid #e50012;
}

.introduce-cp-link {
  display: block;
  background: #e50012;
  width: 100%;
  border-radius: min(4.69vw, 35px);
  color: #fff;
  text-decoration: none;
  height: min(9.38vw, 70px);
  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;
  font-size: min(5vw, 38px);
}

.introduce .code {
  width: 527px;
  margin: auto;
}
.introduce .cp-attention {
  margin-top: 26px;
  text-align: center;
}
.introduce .cp-attention .cp-attention-txt {
  font-size: 37px;
  font-weight: 700;
  color: #E50012;
  padding-right: 46px;
  position: relative;
}
.introduce .cp-attention .arrow {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #E50012;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.introduce .cp-attention .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.introduce .border {
  margin: 85px auto 30px;
}
.introduce .gift-btn {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: justify;
  color: #fff;
  background: #F08300;
  border-radius: 23px;
  width: 609px;
  padding: 25px;
  margin: 44px auto 0;
}
.introduce .gift-btn .arrow {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
  position: relative;
  bottom: 4px;
}
.introduce .gift-btn .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid #F08300;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.introduce .register {
  padding-top: min(8.91vw, 67px);
}

.introduce .register-heading {
  background: #e50012;
  width: 100%;
  border-radius: min(5.47vw, 41px);
  color: #fff;
  height: min(10.94vw, 82px);
  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;
  font-size: min(7.5vw, 56px);
}

.introduce .id-possession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduce .id-possession__link {
  font-size: 29px;
  line-height: 1.52;
  text-align: center;
  color: #FFFFFF;
  width: 294px;
  background: #E60012;
  border-radius: 23px;
  padding: 31px 0 75px;
  position: relative;
  margin-top: min(3.44vw, 26px);
}
.introduce .id-possession__link .arrow {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.introduce .id-possession__link .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #E60012;
  border-bottom: 0;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.introduce .id-possession__link02 {
  background: #F08300;
}
.introduce .id-possession__link02 .arrow::before {
  border-top: 15px solid #F08300;
}
.introduce .download {
  margin-top: 43px;
}
.introduce .download-head {
  font-size: 45px;
  line-height: 1.4;
  text-align: center;
  color: #00A0E9;
}
.introduce .download-area {
  width: 353px;
  margin: auto;
  margin-top: 39px;
}
.introduce .download-area__application {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 9px;
}
.introduce .download-area__textarea {
  margin-top: 73px;
}
.introduce .download-area__textarea .download-area__affirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 23px;
  line-height: 1.55;
}
.introduce .download-area__textarea .download-area__affirmation + .download-area__affirmation {
  margin-top: 31px;
}
.introduce .download-area__textarea .download-area__affirmation img {
  width: 26px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.introduce .download-area__textarea .download-area__comments--area {
  margin-top: 25px;
}
.introduce .download-area__textarea .download-area__comments {
  font-size: 18px;
  line-height: 1.4;
}

.step-inner {
  width: 675px;
  margin: 82px auto 0;
}
.step-inner h2 {
  background: url("../images/PNG/ttl-bg.png") center center/cover no-repeat;
  padding: 35px 0 58px;
  font-size: 41px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.step-inner h2.bg-orange {
  background: url("../images/PNG/ttl-bg02.png") center center/cover no-repeat;
}
.step-inner .step {
  margin-top: 29px;
}
.step-inner .step + .step {
  margin-top: 87px;
}
.step-inner .head-border {
  font-size: 43px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #E60012;
  position: relative;
}
.step-inner .head-border::before, .step-inner .head-border::after {
  content: "";
  background: url("../images/PNG/step-bg.png") center center/cover no-repeat;
  width: 240px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step-inner .head-border::before {
  left: 0;
}
.step-inner .head-border::after {
  right: 0;
}
.step-inner .head-border .num {
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background: #E60012;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: inline-block;
  padding-top: 3px;
  margin-left: 7px;
  position: relative;
  bottom: 1px;
}
.step-inner .head-border-orange {
  color: #F08300;
}
.step-inner .head-border-orange::before, .step-inner .head-border-orange::after {
  background: url("../images/PNG/step-bg02.png") center center/cover no-repeat;
}
.step-inner .head-border-orange .num {
  background: #F08300;
}
.step-inner .section-inner p {
  font-size: 31px;
  line-height: 1.74;
  text-align: center;
  margin-top: 29px;
}
.step-inner .section-inner img {
  margin-top: 52px;
}
.step-inner .note {
  position: relative;
  padding-left: 93px;
  margin: 23px 0 0 49px;
}
.step-inner .note-icon {
  width: 108px;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.step-inner .note p, .step-inner .note p span {
  font-size: 31px;
  line-height: 1.37;
  letter-spacing: 0;
  text-align: left;
  color: #E50012;
}
.step-inner .note p {
  padding-left: 35px;
  position: relative;
  margin: 0;
}
.step-inner .note p span {
  position: absolute;
  top: 0;
  left: 0;
}

.top-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.top-btn a {
  background: #E50012;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding: 29px 0 117px;
}
footer dl + dl {
  margin-top: 35px;
}
footer .application-notes__title {
  font-size: 25px;
  text-align: center;
  color: #E60012;
}
footer .campaign-notes__text {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0;
  margin: 16px 0 16px;
  padding-left: 18px;
  position: relative;
}
footer .campaign-notes__text::before {
  content: '●';
  color: #E50012;
  position: absolute;
  top: 0;
  left: 0;
}
footer .campaign-notes__text + .campaign-notes__text {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
  .wrap {
    max-width: 81.5625vw;
  }
  header {
    padding: 3.59375vw 0 3.28125vw;
  }
  header .header-image {
    width: 82.03125vw;
  }
  .fv .fv-bg {
  }
  .fv h1 {
  }
  .fv .present {
    width: 74.21875vw;
    margin: 4.6875vw auto 0;
  }
  .entry-step-item .row {
    display: block;
  }
  .entry-text {
    width: auto;
    margin-bottom: min(2.5vw, 19px);
  }
  .entry-image {
    text-align: center;
  }
  .entry-step-item:nth-of-type(1) .entry-image img {
    max-width: min(40.625vw, 304.2px); /* Base: 31.25vw, 234px */
  }
  .entry-step-item:nth-of-type(2) .entry-image img {
    max-width: min(44.889vw, 336.7px); /* Base: 34.53vw, 259px */
  }
  .entry-step-item:nth-of-type(3) .entry-image img {
    max-width: min(44.278vw, 331.5px); /* Base: 34.06vw, 255px */
  }
  .entry-step-item:nth-of-type(4) .entry-image img {
    max-width: min(40.625vw, 304.2px); /* Base: 31.25vw, 234px */
  }
  .introduce {
    padding: 10.9375vw 0;
  }
  .introduce .code {
    width: 70.3125vw;
  }
  .introduce .cp-attention {
    margin-top: 3.59375vw;
  }
  .introduce .cp-attention .cp-attention-txt {
    font-size: 5vw;
    padding-right: 6.25vw;
  }
  .introduce .cp-attention .arrow {
    width: 5.3125vw;
    height: 5.3125vw;
  }
  .introduce .cp-attention .arrow::before {
    border-right: 1.40625vw solid transparent;
    border-left: 1.40625vw solid transparent;
    border-top: 2.03125vw solid #fff;
  }
  .introduce .border {
    margin: 11.475vw auto 4.05vw;
  }
  .introduce .gift-btn {
    font-size: 5.625vw;
    border-radius: 3.125vw;
    width: 81.25vw;
    padding: 3.4375vw;
    margin: 5.9375vw auto 0;
  }
  .introduce .gift-btn .arrow {
    width: 5.3125vw;
    height: 5.3125vw;
    margin-left: 2.34375vw;
    bottom: 1px;
  }
  .introduce .gift-btn .arrow::before {
    border-top: 1.5625vw solid transparent;
    border-bottom: 1.5625vw solid transparent;
    border-left: 2.03125vw solid #F08300;
  }
  .introduce .id-possession__link {
    font-size: 3.90625vw;
    width: 39.21875vw;
    border-radius: 3.125vw;
    padding: 4.21875vw 0 10vw;
    /* margin-top: 8.59375vw; */
  }
  .introduce .id-possession__link .arrow {
    width: 5.3125vw;
    height: 5.3125vw;
    bottom: 3.125vw;
  }
  .introduce .id-possession__link .arrow::before {
    border-right: 1.40625vw solid transparent;
    border-left: 1.40625vw solid transparent;
    border-top: 2.03125vw solid #E60012;
  }
  .introduce .id-possession__link02 .arrow::before {
    border-top: 2.03125vw solid #F08300;
  }
  .introduce .download {
    margin-top: 5.78125vw;
  }
  .introduce .download-head {
    font-size: 6.09375vw;
  }
  .introduce .download-area {
    width: 47.1875vw;
    margin-top: 5.3125vw;
  }
  .introduce .download-area__application {
    font-size: 4.375vw;
    margin-bottom: 1.25vw;
  }
  .introduce .download-area__textarea {
    margin-top: 9.84375vw;
  }
  .introduce .download-area__textarea .download-area__affirmation {
    font-size: 3.125vw;
  }
  .introduce .download-area__textarea .download-area__affirmation + .download-area__affirmation {
    margin-top: 4.21875vw;
  }
  .introduce .download-area__textarea .download-area__affirmation img {
    width: 3.59375vw;
    top: 0.625vw;
    margin-right: 0.625vw;
  }
  .introduce .download-area__textarea .download-area__comments--area {
    margin-top: 3.4375vw;
  }
  .introduce .download-area__textarea .download-area__comments {
    font-size: 2.1875vw;
    line-height: 1.5;
    margin-bottom: 1.5625vw;
  }
  .step-inner {
    width: 90vw;
    margin: 10.9375vw auto 0;
  }
  .step-inner h2 {
    padding: 4.6875vw 0 7.8125vw;
    font-size: 5.46875vw;
  }
  .step-inner .step {
    margin-top: 3.90625vw;
  }
  .step-inner .step + .step {
    margin-top: 11.71875vw;
  }
  .step-inner .head-border {
    font-size: 5.78125vw;
  }
  .step-inner .head-border::before, .step-inner .head-border::after {
    width: 31.40625vw;
    height: 0.9375vw;
  }
  .step-inner .head-border .num {
    width: 7.34375vw;
    height: 7.34375vw;
    padding-top: 0.46875vw;
    margin-left: 0.9375vw;
  }
  .step-inner .section-inner p {
    font-size: 4.21875vw;
    margin-top: 3.90625vw;
  }
  .step-inner .section-inner img {
    margin-top: 7.03125vw;
  }
  .step-inner .note {
    padding-left: 12.5vw;
    margin: 3.125vw 0 0 6.5625vw;
  }
  .step-inner .note-icon {
    width: 14.53125vw;
    bottom: 1.09375vw;
  }
  .step-inner .note p, .step-inner .note p span {
    font-size: 4.21875vw;
  }
  .step-inner .note p {
    padding-left: 4.6875vw;
  }
  .top-btn {
    right: 4.688vw;
    bottom: 4.688vw;
  }
  .top-btn a {
    font-size: 2.344vw;
    width: 11.563vw;
    height: 11.563vw;
  }
  footer {
    padding: 3.90625vw 0 15.625vw;
  }
  footer .wrap {
    max-width: 90.625vw;
  }
  footer dl + dl {
    margin-top: 11.6875vw;
  }
  footer .application-notes__title {
    font-size: 22px;
  }
  footer .campaign-notes__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin: 2.1875vw 0 2.5vw;
    padding-left: 18px;
  }
}