/* 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;
}

@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Bold.woff2') format('woff2'),
    url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* optional, helps performance */
}

.maru-gothic {
  font-family: 'Zen Maru Gothic', sans-serif;
}

@font-face {
  font-family: 'Zen Maru Gothic_m';
  src: url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.woff2') format('woff2'),
    url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  /* optional, helps performance */
}

.maru-gothic_m {
  font-family: 'Zen Maru Gothic_m', sans-serif;
}

/* .maru-gothic {
  font-family: 'Zen Maru Gothic';
  src: url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.woff2') format('woff2'),
  url('../fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} */

/*! 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", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #282828;
}

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;
}

.wrap-wide {
  margin: auto;
  max-width: 750px;
}

header {
  padding: 26px 0 24px;
}

header .header-image {
  width: 615px;
  margin: auto;
}

.bg-before,
.bg-after {
  display: block;
  position: relative;
  max-width: 750px;
  height: 0;
  margin: 0 auto;
}

.bg-after img {
  position: absolute;
  left: 0;
  top: 0;
}

.bg-before img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.fv {
  /* background-color: #fcd004; */
}

.fv .fv-bg {
  background: #fef1b4;
  /* padding: 0 0 min(7.5vw, 56px); */
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 750px;
  padding: min(3.86vw, 29px) 0 min(1.56vw, 12px);
}

.bg-before {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

/* .fv::after {
  display: block;
  content: "";
  background-image: url(../images/PNG/img_sumahode_01_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: min(16.25vw, 122px);

} */

.fv .fv-image01 {
  width: min(79.69vw, 598px);
  margin: 0 auto min(2.34vw, 18px);
}

.fv .fv-image02 {
  width: min(95.31vw, 715px);
  margin: 0 auto min(3.28vw, 25px);
}

.fv .fv-period {
  width: min(68.91vw, 517px);
  margin: 0 auto min(2.97vw, 22px);
}

.fv .img01 {
  width: 100%;
  margin: 0 auto;
}

.fv .text01 {
  width: min(79.69vw, 598px);
  margin: 0 auto;
}




.tokuten .wrap-wide {
  background-image: url(../images/PNG/img_sumahode_02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: min(15.78vw, 118px) 0 min(20.94vw, 157px);
}

.tokuten .btn01 {
  width: min(90.63vw, 680px);
  margin: 0 auto min(3.91vw, 29px);
}

.tokuten .btn02 {
  width: min(90.63vw, 680px);
  margin: 0 auto min(10.94vw, 82px);
}

.tokuten .btn03 {
  width: min(86.25vw, 647px);
  margin: 0 auto 0;
}

.tokuten01 .wrap-wide {
  background-color: #e5f3fa;
  padding: min(4.69vw, 35px) 0 min(6.25vw, 47px);
}

.tokuten01 .tokuten-title {
  width: min(86.88vw, 652px);
  margin: 0 auto min(5vw, 38px);
}

.tokuten01 .text01 {
  width: min(90vw, 675px);
  margin: 0 auto 0;
}

.tokuten01 .bnr01 {
  width: min(90.63vw, 680px);
  margin: 0 auto min(5.92vw, 44px);
}

.tokuten01 .bnr02 {
  width: min(84.38vw, 633px);
  margin: 0 auto min(3.13vw, 23px);
}

.tokuten01 .btn01 {
  width: min(68.75vw, 516px);
  margin: 0 auto min(7.08vw, 53px);
}

.tokuten01 .font00 {
  font-size: min(3.44vw, 26px);
  line-height: 1.333;
  text-align: center;
  margin: min(0.78vw, 6px) auto min(6.34vw, 48px);
  font-weight: normal;
  color: #0085d0;
}

.tokuten01 .font01 {
  font-size: min(2.66vw, 20px);
  line-height: 1.333;
  width: min(82.03vw, 615px);
  margin: 0 auto min(4.69vw, 35px);
}

.tokuten01 p span {
  font-weight: 500;
  display: block;
  text-align: justify;
  letter-spacing: 0;
  /* margin: 16px 0 16px; */
  padding-left: min(3.44vw, 26px);
  position: relative;
}

.tokuten01 p span a {
  display: inline;
}

.tokuten01 p span::before {
  content: '※';
  color: #282828;
  position: absolute;
  top: 0;
  left: 0;
}


.tokuten01 .font02 {
  font-size: min(3.59vw, 27px);
  line-height: 1.5;
  width: min(84.38vw, 633px);
  margin: 0 auto 0;
}

.tokuten01 .list01 {
  width: min(84.38vw, 633px);
  margin: 0 auto min(2.81vw, 21px);
  padding-left: min(3.44vw, 26px);
}

.tokuten01 .list01 li {
  font-size: min(3.59vw, 27px);
  line-height: 1.5;
  position: relative;
}

.tokuten01 .list01 li span {
  position: absolute;
  left: -5%;
}

.tokuten01 .list01 li img {
  width: 45%;
  margin: 0 0.5vw;
  vertical-align: middle;
}

.tokuten01 .font03 {
  font-size: min(2.81vw, 21px);
  line-height: 1.333;
  width: min(84.38vw, 633px);
  margin: 0 auto 0;
}

.tokuten01 .font03 span a {
  text-decoration: underline;
  color: #0085d0;
}
.tokuten01 .font03 span strong{
  font-weight: 500;
  color: red;
}

.kaisetsu .wrap-wide {
  background-image: url(../images/PNG/img_sumahode_03_bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: min(18.28vw, 137px) 0 min(21.25vw, 159px);

}

.kaisetsu .btn01 {
  width: min(86.25vw, 647px);
  margin: 0 auto;
}

.tokuten02 .wrap-wide {
  background-color: #ebf6ec;
  padding: min(4.69vw, 35px) 0 min(6.25vw, 47px);
}

.tokuten02 .tokuten-title {
  width: min(83.75vw, 628px);
  margin: 0 auto min(1.72vw, 13px);
}

.tokuten02 p span {
  font-weight: 500;
  display: block;
  text-align: justify;
  letter-spacing: 0;
  /* margin: 16px 0 16px; */
  padding-left: min(3.44vw, 26px);
  position: relative;
}

.tokuten02 p span::before {
  content: '※';
  color: #282828;
  position: absolute;
  top: 0;
  left: 0;
}

.tokuten02 .font01 {
  width: min(82.66vw, 620px);
  margin: 0 auto min(5.53vw, 41px);
  font-size: min(2.81vw, 21px);
  line-height: 1.333;
}

.tokuten02 .font02 {
  width: min(84.22vw, 632px);
  margin: 0 auto min(6.56vw, 49px);
  font-size: min(2.81vw, 21px);
  line-height: 1.333;
}

.tokuten02 .font02 a {
  display: inline;
  color: #38a543;
  text-decoration: underline;
}

.tokuten02 .text01 {
  /* font-size: min(3.75vw, 28px); */
  /* text-align: center; */
  /* color: #38a543; */
  /* letter-spacing: -0.05em; */
  /* line-height: 1.5; */
  width: min(77.34vw, 580px);
  margin: 0 auto min(5.58vw, 42px);
}

.tokuten02 .bnr01 {
  width: min(81.25vw, 609px);
  margin: 0 auto min(5.56vw, 42px);
}

.tokuten02 .bnr02 {
  width: min(68.75vw, 516px);
  margin: 0 auto min(10.94vw, 82px);
}

.tokuten02 .point01 h3 {
  width: min(90.63vw, 680px);
  margin: 0 auto min(7.39vw, 55px);
}

.tokuten02 .point01 .text01 {
  width: min(79.06vw, 593px);
  margin: 0 auto min(3.73vw, 28px);
}

.tokuten02 .point01 .text02 {
  font-size: min(3.75vw, 28px);
  line-height: 1.333;
  text-align: center;
  /* width: min(69.53vw, 521px); */
  margin: 0 auto min(4.84vw, 36px);
}

.tokuten02 .point01 .bnr01 {
  width: min(75vw, 563px);
  margin: 0 auto min(12.5vw, 94px);
}

.tokuten02 .point02 h3 {
  width: min(90.63vw, 680px);
  margin: 0 auto min(6.02vw, 45px);
}

.tokuten02 .point02 .text01 {
  width: min(48.44vw, 363px);
  margin: 0 auto min(4.78vw, 36px);
}

.tokuten02 .point02 .text02 {
  width: min(84.69vw, 635px);
  margin: 0 auto min(8.36vw, 63px);
}

.tokuten02 .point02 .text03 {
  width: min(45.16vw, 339px);
  margin: 0 auto min(4.44vw, 33px);
}

.tokuten02 .point02 .txt01 {
  font-size: min(3.13vw, 23px);
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(3.63vw, 27px);
}

.tokuten02 .point02 .text04 {
  width: min(79.38vw, 595px);
  margin-left: min(9.22vw, 69px);
  margin-bottom: min(2.34vw, 18px);
}

.tokuten02 .point02 .text05 {
  width: min(85.78vw, 643px);
  margin: 0 auto min(7.66vw, 57px);
}

.tokuten02 .point02 .text06 {
  width: min(60.94vw, 457px);
  margin-left: min(9.22vw, 69px);
  margin-bottom: min(2.34vw, 18px);
}

.tokuten02 .point02 .text07 {
  width: min(85.63vw, 642px);
  margin: 0 auto min(7.34vw, 55px);
}

.tokuten02 .point02 .btn01 {
  width: min(68.75vw, 516px);
  margin: 0 auto;
}




.top-btn {
  position: fixed;
  right: 30px;
  bottom: 140px;
  z-index: 10;
}

.top-btn a {
  background: #ba4d55;
  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 {}

footer .wrap-wide {
  padding: min(19.69vw, 148px) 0 min(15.63vw, 117px);
  background-image: url(../images/PNG/img_sumahode_04_bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

footer .wrap-wide dl {
  width: min(84.84vw, 636px);
  margin: 0 auto;
}

footer .wrap-wide section {
  width: min(84.84vw, 636px);
  margin: 0 auto;
}

footer .wrap-wide h2 {
  font-size: min(3.75vw, 28px);
  margin: 0 0 min(2.97vw, 22px);
}

footer .wrap-wide p {
  font-size: min(3.13vw, 23px);
  line-height: 1.5;
  font-weight: normal;
}

footer .wrap-wide .exc01 {
  margin-bottom: min(4.69vw, 35px);
}

footer .wrap-wide .exc01 span {
  font-weight: normal;
  font-size: min(3.13vw, 23px);
  position: relative;
  display: block;
  padding-left: min(3.44vw, 26px);
}

footer .wrap-wide .exc01 span::before {
  content: '※';
  color: #282828;
  position: absolute;
  top: 0;
  left: 0;
}

footer .wrap-wide .exc02 {
  margin-bottom: min(1.56vw, 12px);
}

footer .wrap-wide ul {
  margin-bottom: min(4.69vw, 35px);
}

footer .wrap-wide ul li {
  font-size: min(3.13vw, 23px);
  position: relative;
  padding-left: min(3.44vw, 26px);
  line-height: 1.5;
  font-weight: normal;
}
footer .wrap-wide ul li strong{
  color: red;
  font-weight: normal;
}

footer .wrap-wide ul li::before {
  font-size: min(3.13vw, 23px);
  content: '・';
  color: #000023;
  position: absolute;
  top: 0;
  left: 5px;
}

footer .wrap-wide .text01 {
  margin: 0 auto min(4.69vw, 35px);
}

footer .wrap-wide .text02 {
  margin: 0 auto min(4.69vw, 35px);
}

footer .wrap-wide .text03 {
  margin: 0 auto min(4.69vw, 35px);
}

footer .wrap-wide .text04 {
  margin: 0 auto min(4.69vw, 35px);
}

footer .wrap-wide .text05 {
  margin: 0 auto;
}

footer .wrap-wide .text05 p {
  margin: 0 0 min(2.66vw, 20px);
}

footer dl+dl {
  margin-top: 35px;
}

footer .application-notes__title {
  font-size: 25px;
  text-align: center;
  color: #000023;
}

footer .campaign-notes__text {
  font-size: min(3.13vw, 23px);
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0;
  margin: 16px 0 16px;
  padding-left: 26px;
  position: relative;
}

footer .campaign-notes__text::before {
  content: '■';
  color: #000023;
  position: absolute;
  top: 0;
  left: 0;
}

footer .campaign-notes__text+.campaign-notes__text {
  margin-top: 0;
}

footer .campaign-notes__table {
  width: min(84.38vw, 633px);
  margin: 0 auto;
}

footer .campaign-notes__table th {
  border: min(0.47vw, 4px) solid #fff;
  background-color: #7e7e7e;
  color: #fff;
  font-size: min(3.13vw, 23px);
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  padding: min(0.63vw, 5px);
  font-weight: normal;
}

footer .campaign-notes__table td {
  border: min(0.47vw, 4px) solid #fff;
  background-color: #e9e9e9;
  color: #282828;
  font-size: min(3.13vw, 23px);
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  padding: min(0.63vw, 5px);
  font-weight: normal;
}

@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 #d4b100;
  }

  .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 #000023;
  }

  .introduce .id-possession__link02 .arrow::before {
    border-top: 2.03125vw solid #d4b100;
  }

  .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: 18.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;
  }
}

.fixed-bnr {
  position: fixed;
  bottom: 0;
  margin: auto;
  width: 100%;
  background-color: #fef1b4;
  z-index: 100;

}

.fixed-bnr .inner {

  margin: auto;
  max-width: 750px;
}

.fixed-bnr .img {
  position: relative;
  margin: 0 min(1.11vw, 8px);
}

.fixed-bnr .img a {
  display: block;
  margin: 0 auto;
  padding: min(1.56vw, 12px) 0 min(0.31vw, 2px);
}

.fixed-bnr .img a img {
  width: min(97.83vw, 734px);
  margin: 0 auto;
}

.fixed-bnr .img span {
  width: min(6.76vw, 51px);
  position: absolute;
  top: 27%;
  right: 3%;
}