@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.5;
  /* 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,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  text-decoration: none;
}

/**
 * 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 {
  display: block;
  border-style: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
}

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


:root {
  --black:#111111;
  --white:#ffffff;
  --gray: #3f3f3f;
  --blue01:#2764AD;
  --blue-link: #1558D6;
  --orange01: #FF7F16;
  --yellow: #FFF916;
  --yellow-gr01:linear-gradient(to right, #FFE140 0%, #FFE445 100%);
  --orange-gr01:linear-gradient(to right, #F1942F 0%, #F46A24 100%);
  --blue-gr01:linear-gradient(to bottom right, #1758A7 0%, #366EB2 100%);
  --lh-lg: 1.75;
  --lh-md: 1.5;
  --lh-sm: 1.25;
}


* {
  box-sizing: border-box;
}
html {
  font-weight: 500;
  scroll-padding-top: 60px;
  font-size: 62.5%; /* 16px × 0.625 = 10px */
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: var(--lh-md);
  color: var(--black);
  background-color: var(--white);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
html, 
body { 
  overflow-x: hidden;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}


/* === header === */
header {
  background-color: var(--white);
  width: 100%;
  padding: 12px;
}
header .inner {
  margin: 0 auto;
}
header .logo-monex img {
  display: block;
  width: 100%;
  max-width: 165px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 600px) {
  header {
    padding: 2.67vw;
  }
  header .logo-monex img {
    max-width: 140px;
    max-width: 27.33vw;
  }
}

/* === main === */
main {
  background-color: var(--white);
}
section {
  width: 100%;
  padding: 3.6rem 2.4rem;
}
@media (max-width: 499px) {
  section {
    padding: 7.2vw 4.8vw;
  }
}

p.note {
  font-size: clamp(1.1rem,2.4vw,1.2rem);
  text-align: left;
  margin: 0 auto 0.4rem;
  color: var(--gray);
  font-weight: 400;
  padding: 0 0 0 2.2rem;
  text-indent: -1.68rem;
}
p.note::before {
  content: "※";
  margin-right: 0.4rem; 
}
@media (max-width: 499px) {
  p.note {
    padding: 0 0 0 4.4vw;
    margin: 0 auto 0.8vw;
    text-indent: -3.8vw;
  }
  p.note::before {
    content: "※";
    margin-right: 0.5vw; 
  }
}

@media (max-width: 399px) {
  p.note {
    font-size: 2.75vw;
  }
}

a.underline {
  color: var(--blue-link);
  text-decoration: underline;
  padding: 0 0.1rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 299px) {
  a.underline {
    padding: 0 0.33vw;
    letter-spacing: 0.1vw;
  }
}

/* === cta === */
.cta {
  width: 100%;
  margin: 0 auto;
  background: var(--yellow-gr01);
  padding: 2.2rem 2.4rem 2.5rem;
}
@media (max-width: 767px) {
  .cta {
    padding: 2.87vw 0 3.13vw;
  }
}
@media (max-width: 499px) {
  .cta {
    padding: 2.87vw 0 5vw;
  }
}

.cta .txt {
  position: relative;
  overflow: visible;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.cta .txt01 {
  max-width: 234px;
}
.cta .txt02 {
  max-width: 278px;
}
@media (max-width: 767px) {
  .cta .txt01 {
    max-width: 34.33vw;
  }
  .cta .txt02 {
    max-width: 40.84vw;
  }
}

@media (max-width: 499px) {
  .cta .txt01 {
    max-width: 41.2vw;
  }
  .cta .txt02 {
    max-width: 50.14vw;
  }
}

.cta .txt::before {
  content: "";
  position: absolute;
  top: 1%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 112px;
  background-image: url(../../../image/lp/kouhaitou/cta-man.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.cta .txt01::before {
  left: -28%;
}
.cta .txt02::before {
  left: -22%;
}
@media (max-width: 767px) {
  .cta .txt::before {
    top: 1vw;
    width: 14.67vw;
    height: 16.43vw;
  }
  .cta .txt01::before {
    left: -8.43vw;
  }
  .cta .txt02::before {
    left: -9.43vw;
  }
}
@media (max-width: 499px) {
  .cta .txt::before {
    top: 0;
    width: 17.6vw;
    height: 19.72vw;
  }
  .cta .txt01::before {
    left: -9.43vw;
  }
  .cta .txt02::before {
    left: -9.63vw;
  }
}

.cta .txt::after {
  content: "";
  position: absolute;
  top: 1%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 112px;
  background-image: url(../../../image/lp/kouhaitou/cta-woman.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.cta .txt01:after {
  right: -66%;
}
.cta .txt02:after {
  right: -54%;
}
@media (max-width: 767px) {
  .cta .txt::after {
    top: 1vw;
    width: 14.67vw;
    height: 16.43vw;
  }
  .cta .txt01:after {
    right: -22.6vw;
  }
  .cta .txt02:after {
    right: -22.6vw;
  }
}
@media (max-width: 499px) {
  .cta .txt::after {
    top: 0;
    width: 17.6vw;
    height: 19.72vw;
  }
  .cta .txt01:after {
    right: -26.6vw;
  }
  .cta .txt02:after {
    right: -25.67vw;
  }
}

a.cta-btn {
  position: relative;
  display: block;
  width: 100%;
  margin: -1.3rem auto 0;
  z-index: 2;
}
a.cta-btn img {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  a.cta-btn {
    margin: -1.9vw auto 0;
  }
  a.cta-btn img {
    max-width: 84vw;
  }
}
@media (max-width: 499px) {
  a.cta-btn {
    margin: -1.5vw auto 0;
  }
  a.cta-btn img {
    max-width: 90vw;
  }
}

a.cta-btn-filter {
  transition: filter 0.35s ease;
}
a.cta-btn-filter:hover {
  filter: saturate(1.1);
}


/* === fv === */
.fv {
  padding: 0;
}

.fv .t-wrap {
  padding: 3.2rem 2.4rem 4.8rem;
  --stripe-light: #FAF9DC;
  --stripe-dark:  #F8F7B9;
  --stripe-w: 16px;
  background: repeating-linear-gradient(-50deg,
    var(--stripe-light) 0 calc(var(--stripe-w)),
    var(--stripe-dark)  calc(var(--stripe-w)) calc(var(--stripe-w) * 2)
  );
}
@media (max-width: 600px) {
  .fv .t-wrap {
    padding: 5.33vw 4vw 8vw;
    --stripe-w: 2.26vw;
  }
}

.fv .t-wrap img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fv .t-wrap img {
    max-width: 600px;
  }
}

.fv .b-wrap {
  position: relative;
  overflow: visible;
  background: var(--yellow-gr01);
  padding: 4.8rem 2.4rem 3.6rem;
}
@media (max-width: 767px) {
  .fv .b-wrap {
    padding: 7.96vw 8.13vw 4.69vw;
  }
}
@media (max-width: 499px) {
  .fv .b-wrap {
    padding: 7.96vw 8.13vw 7.28vw;
  }
}

.fv .b-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1%;
  transform: translate(-50%, -50%);
  width: 490px;
  height: 54px;
  background-image: url(../../../image/lp/kouhaitou/fv-ribbon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .fv .b-wrap::after {
    width: 62.58vw;
    height: 8.03vw;
    background-image: url(../../../image/lp/kouhaitou/fv-ribbon_sp.png);
  }
}

.fv .b-wrap-box {
  display: block;
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .fv .b-wrap-box {
    max-width: 600px;
  }
}


/* === related === */
.related {
  padding: 0 0 3.2rem;
  background-color: #FFFCEA;
}
@media (max-width: 680px) {
  .related {
    padding: 0 0 6.4vw;
  }
}

.related .tit-wrap {
  width: 100%;
  background: var(--orange-gr01);
}

.related .tit-wrap h2 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .related .tit-wrap h2 {
    max-width: 100vw;
  }
}

.related .main-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 3.2rem 2.4rem 0;
}
@media (max-width: 499px) {
  .related .main-wrap {
    padding: 6.4vw 4.8vw 0;
  }
}

.related .main-wrap p.txt {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  color: var(--black);
  font-size: 1.6rem;
}
@media (max-width: 399px) {
  .related .main-wrap p.txt {
    font-size: 4vw;
  }
}

.related .main-wrap p.txt span {
  color: var(--orange01);
}

.related .main-wrap .figure {
  display: block;
  margin: 0 auto;
  padding: 2.4rem 0 0;
  width: 100%;
  max-width: 492px;
}
@media (max-width: 499px) {
  .related .main-wrap .figure {
    padding: 4.8vw 0 0;
  }
}

.related .main-wrap .summary {
  display: block;
  margin: 0 auto;
  padding: 2rem 0 0;
  width: 100%;
  max-width: 534px;
}
@media (max-width: 499px) {
  .related .main-wrap .summary {
    padding: 4.8vw 0 0;
  }
}

/* === chosen === */
.chosen-br {
  display: block!important;
}
@media (max-width: 899px) {
  .chosen-br {
    display: none!important;
  }
}

.chosen {
  background: #F1F1F1;
}

.chosen h2 {
  display: block;
  margin: 0 auto 3.6rem;
  padding: 0;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .chosen h2 {
    margin: 0 auto 3.6rem;
    max-width: 540px;
  }
}
@media (max-width: 499px) {
  .chosen h2 {
    margin: 0 auto 6.4vw;
  }
}

.chosen .box {
  width: 100%;
  max-width: 960px;
  margin: 2.4rem auto 0;
  padding: 3.2rem 4.8rem;
  background: var(--white);
  border-radius: 12px;
}
@media (max-width: 899px) {
  .chosen .box {
    max-width: 720px;
    margin: 2.4rem auto 0;
    padding: 3.2rem 2.4rem;
  } 
}
@media (max-width: 499px) {
  .chosen .box {
    max-width: 100%;
    margin: 4.8vw auto 0;
    padding: 5.6vw 4.8vw;
    border-radius: 2.4vw;
  } 
}

.chosen .box .grid {
  display: grid;
  grid-template-columns: 1fr 424px;
  column-gap: 1.6rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 899px) {
  .chosen .box .grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3.2rem;
  }
}
@media (max-width: 899px) {
  .chosen .box .grid {
    row-gap: 6.4vw;
  }
}

.chosen .box .grid .icon {
  display: block;
  width: 114px;
  height: auto;
  padding: 1.8rem 0 0;
  margin: 0 auto 0 0;
}
.chosen .box .grid h3 {
  font-size: clamp(2.7rem,5.3vw,3.2rem);
  font-weight: 700;
  color: var(--blue01);
  line-height: var(--lh-sm);
  padding: 1.2rem 0 0;
  margin: 0 auto 0 0;
}
.chosen .box .grid h3 span {
  background: linear-gradient(to top, #FFF916 30%, transparent 30%);
}
.chosen .box .grid p {
  font-size: clamp(1.6rem,3vw,1.8rem);
  font-weight: 500;
  padding: 1.4rem 0 0;
  margin: 0 auto 0 0;
}

@media (max-width: 899px) {
  .chosen .box .grid .icon {
    padding: 0;
    margin: 0 auto;
  }
  .chosen .box .grid h3 {
    padding: 1.2rem 0 0;
    margin: 0 auto;
    text-align: center;
  }
  .chosen .box .grid p {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 499px) {
  .chosen .box .grid .icon {
    width: 22.8vw;
  }
  .chosen .box .grid h3 {
    font-size: 5.4vw;
    padding: 2.4vw 0 0;
    white-space: nowrap;
  }
}
@media (max-width: 469px) {
  .chosen .box .grid p {
    font-size: 3.4vw;
    padding: 2.88vw 0 0;
  }
}
.chosen .box .grid .right {
  width: 100%;
  max-width: 424px;
}
@media (max-width: 899px) {
  .chosen .box .grid .right {
    max-width: 540px;
    margin: 0 auto;
  }
  .chosen .box .grid .right:nth-last-child(1){
    margin: -1.6rem auto 0;
  }
}
@media (max-width: 499px) {
  .chosen .box .grid .right:nth-last-child(1){
    margin: -3.2vw auto 0;
  }
}

.chosen aside {
  display: block;
  width: 100%;
  max-width: 670px;
  margin: 2.4rem auto 0;
  white-space: nowrap;
}
@media (max-width: 730px) {
  .chosen aside {
    white-space: normal;
  }
}
@media (max-width: 499px) {
  .chosen aside {
    margin: 4.8vw auto 0;
  }
}







/* === example === */
.example {
  background: #FFFCEA;
  padding: 0;
}
@media (max-width: 767px) {
}




.example h3 {
  width: 100%;
  max-width: 812px;
  margin: 0 auto 2.8rem;
  padding: 3.6rem 2.4rem 0;
}
@media (max-width: 767px) {
  .example h3 {
    max-width: 650px;
    margin: 0 auto 2.8rem;
  }
}
@media (max-width: 499px) {
  .example h3 {
    max-width: 650px;
    margin: 0 auto 5.6vw;
    padding: 7.2vw 4.8vw 0;
  }
}



.example .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.2rem;
  row-gap: 0;
  width: 100%;
  max-width: 880px;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .example .grid {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    row-gap: 4.2rem;
    padding: 0;
  }
}
@media (max-width: 499px) {
  .example .grid {
    row-gap: 8.4vw;
  }
}


.example article {
  width: 100%;
  overflow: visible;
}
@media (max-width: 767px) {
  .example article {
    overflow: hidden;
  }
}

.example article h4 {
  display: block;
  margin: 0 auto 1.4rem;
  width: 100%;
  max-width: 460px;
}
@media (max-width: 499px) {
  .example article h4 {
    margin: 0 auto 2.8vw;
    max-width: 90vw;
  }
}


.example .swiper-area {
  padding: 0 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .example .swiper-area {
    padding: 0;
    overflow: visible;
  }
}

.example .swiper {
  padding: 0 0 3.2rem;
  overflow: visible;
  isolation: isolate;
  width: 100%;
  max-width: 580px;
}
@media (max-width: 767px) {
  .example .swiper {
    padding: 0 5rem 3.2rem;
  }
}
@media (max-width: 499px) {
  .example .swiper {
    padding: 0 10vw 6.4vw;
  }
}




.example .swiper-slide {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .example .swiper-slide {
    padding: 0 0.5rem;
    box-sizing: border-box;
  }
}
@media (max-width: 499px) {
  .example .swiper-slide {
    padding: 0 0.5vw;
  }
}

.example .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: 47.4% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 499px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 9.6vw;
    height: 9.6vw;
  }
}

.swiper-button-next:after {
  background-image: url(../../../image/lp/kouhaitou/arrow-right.svg);
  right: -20px;
}
.swiper-button-prev:after {
  background-image: url(../../../image/lp/kouhaitou/arrow-left.svg);
  left: -20px;
}
@media (max-width: 767px) {
  .swiper-button-next:after {
    right: 50%;
  }
  .swiper-button-prev:after {
    left: 50%;
  }
}
@media (max-width: 499px) {
  .swiper-button-next:after {
    right: 2vw;
  }
  .swiper-button-prev:after {
    left: 2vw;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1rem;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a8a79f;
}
.swiper-pagination-bullet-active {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #FFE141;
}
@media (max-width: 499px) {
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2vw;
  }
  .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
  }
  .swiper-pagination-bullet-active {
    top: 0.4vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}


.example .note-box {
  padding: 2.4rem 2.4rem 4.8rem;
}
@media (max-width: 499px) {
  .example .note-box {
    padding: 4.8vw 4.8vw 8.4vw;
  }
}

.example aside.dividend {
  width: 100%;
  max-width: 800px;
  background-color: #F7F7F7;
  margin: 0 auto;
  border: #D5D5D5 solid 1px;
  border-radius: 8px;
  padding: 2rem 2.8rem;
}
.example aside.dividend p.tit {
  font-size: clamp(1.3rem,2.8vw,1.5rem);
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0.5rem;
}
.example aside.dividend p.txt {
  font-size: clamp(1.1rem,2.4vw,1.2rem);
  font-weight: 400;
}
@media (max-width: 499px) {
  .example aside.dividend {
    border-radius: 1.6vw;
    padding: 4vw 4.4vw;
  }
  .example aside.dividend p.tit {
    margin: 0 auto 1vw;
  }
}
@media (max-width: 399px) {
  .example aside.dividend p.tit {
    font-size: 3.25vw;
  }
  .example aside.dividend p.txt {
    font-size: 2.75vw;
  }
}

.example aside.note {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 0 0;
}
@media (max-width: 499px) {
  .example aside.note {
    padding: 2vw 0 0;
  }
}


/* === kintaro === */
.kintaro {
  background-color: #FA8729;
}

.kintaro h2 {
  width: 100%;
  max-width: 472px;
  margin: 2rem auto 1.6rem; 
  padding: 0;
}
@media (max-width: 499px) {
  .kintaro h2 {
    margin: 3.2vw auto 3.2vw;
  }
}

.kintaro .box {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  background: var(--white);
  border-radius: 24px;
}
.kintaro .b-box {
  margin: 3.2rem auto;
}
@media (max-width: 499px) {
  .kintaro .box {
    border-radius: 4.8vw;
  }
  .kintaro .b-box {
    margin: 6.4vw auto;
  }
}

.kintaro .box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.kintaro .t-box::after {
  bottom: -7.28%;
  width: 160px;
  height: 87px;
  background-image: url(../../../image/lp/kouhaitou/kintaro-soshite.png);
}
@media (max-width: 540px) {
  .kintaro .t-box::after {
    bottom: -7.28%;
    width: 29.63vw;
    height: 16.11vw;
  }
}

.kintaro .b-box::after {
  bottom: -16.28%;
  width: 735px;
  height: 158px;
  background-image: url(../../../image/lp/kouhaitou/kintaro-coin.png);
}
@media (max-width: 800px) {
  .kintaro .b-box::after {
    width: 91.86vw;
    height: 19.75vw;
  }
}
@media (max-width: 540px) {
  .kintaro .b-box::after {
    bottom: -52.28%;
    width: 91.86vw;
    height: 50.75vw;
    background-image: url(../../../image/lp/kouhaitou/kintaro-coin_sp.png);
  }
}

@media (max-width: 767px) {
  .kintaro .box img {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  } 
}

/* === know === */
.know {
  background: #FFFCEA;
  padding: 0 0 3.6rem;
}
@media (max-width: 500px) {
  .know {
    padding: 0 0 7.2vw;
  }
}

.know .tit-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
  background: var(--blue-gr01);
  margin: 0 auto;
  padding: 0 3.2rem;
}
.know .tit-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 60px;
  height: 21px;
  background: linear-gradient(to right, #2E69AF, #2E68AF);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 500px) {
  .know .tit-wrap {
    padding: 0 2.8vw;
  }
  .know .tit-wrap::after {
    bottom: -4vw;
    width: 12vw;
    height: 4.2vw;
  }
}


.know .tit-wrap h2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.know .main-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 3.6rem 2.4rem 0;
  background-color: #FFFCEA;
}
.know .main-wrap .ribbon {
  display: block;
  width: 100%;
  max-width: 584px;
  margin: 0 auto 2rem;
  padding: 0;
}
.know .main-wrap .mock {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 1.6rem;
  padding: 0;
}
.know .main-wrap .example {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 2rem;
  padding: 0;
}
@media (max-width: 500px) {
  .know .main-wrap {
    padding: 7.2vw 3.2vw 0;
  }
  .know .main-wrap .ribbon {
    margin: 0 auto 4vw;
  }
  .know .main-wrap .mock {
    margin: 0 auto 3.2vw;
  }
  .know .main-wrap .example {
    margin: 0 auto 4vw;
  }
}
.know-br {
  display: block!important;
}
@media (max-width: 650px) {
  .know-br {
    display: none!important;
  }
}

.know .main-wrap .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.6rem;
  width: 100%;
  max-width: 650px;
  padding: 0;
  margin: 0 auto 1rem;
}

@media (max-width: 650px) {
  .know .main-wrap .grid {
    grid-template-columns: 1fr; 
    gap: 1.2rem;     
    column-gap: 0;
  }
}
@media (max-width: 500px) {
  .know .main-wrap .grid {
    gap: 2.4vw; 
    margin: 0 auto 2vw;
  }
}
.know .main-wrap .grid .box {
  width: 100%;
  background-color: var(--white);
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 2rem 1.6rem;
  margin: 0 auto;
}

@media (max-width: 650px) {
  .know .main-wrap .grid .box {
    padding: 1.6rem 2rem;
    display: flex;
    justify-content: center;  
  }
}
@media (max-width: 500px) {
  .know .main-wrap .grid .box {
    border-radius: 1.6vw;
    padding: 3.2vw 4vw 3.2vw 10vw;
  }
}

.know .main-wrap .grid .box .box-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .know .main-wrap .grid .box .box-inner {
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    gap: 1.2rem;    
    margin: 0;
    width: 100%;
    max-width:300px;
  }
}
@media (max-width: 500px) {
  .know .main-wrap .grid .box .box-inner {
    gap: 2.4vw; 
  }
}

.know .main-wrap .grid .box picture img {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .know .main-wrap .grid .box picture img {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .know .main-wrap .grid .box picture img {
    width: 15vw;
    height: 15vw;
  }
}

.know .main-wrap .grid .box p {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 650px) {
  .know .main-wrap .grid .box p {
    text-align: left;
    margin: 0;  
  }
}

.know .main-wrap .grid .box p span {
  color: #FF6B00;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 399px) {
  .know .main-wrap .grid .box p {
    font-size: 4vw;
  }
  .know .main-wrap .grid .box p span {
    font-size: 4.5vw;
  }
}

/* === method === */
.method {
  background-color: #F5F5F5;
}

.method h2 {
  display: block;
  width: 100%;
  max-width: 576px;
  margin: 0 auto 2.4rem;
  padding: 0;
}
@media (max-width: 499px) {
  .method h2 {
    margin: 0 auto 4.8vw;
  }
}

.method h3 {
  display: block;
  width: 100%;
  max-width: 368px;
  margin: 0 auto 2rem;
}
@media (max-width: 499px) {
  .method h3 {
    max-width: 60.6vw;
    margin: 0 auto 4vw;
  }
}
.method .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.6rem;
  width: 100%;
  max-width: 650px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .method .grid {
    column-gap: 1rem;
  }
}
@media (max-width: 499px) {
  .method .grid {
    column-gap: 2vw;
  }
}
.method picture.note {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 2.4rem auto;
}
@media (max-width: 499px) {
  .method picture.note {
    max-width: 70vw;
    margin: 4.8vw auto;
  }
}

.method .note-box {
  display: block;
  width: 100%;
  max-width: 464px;
  margin: 0 auto 1.2rem;
}
.method .note-box ul {
  position: relative;
  overflow: visible;
  font-size: clamp(1.1rem,2.4vw,1.2rem);
  text-align: left;
  color: var(--gray);
  font-weight: 400;
  padding: 0 0 0 3.6rem;
  margin: 0.2rem auto 0.6rem 2rem;
  text-indent: 0;
}
.method .note-box ul li {
  margin-left: -2rem;
  margin-bottom: 0.2rem;
}
.method .note-box li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

@media (max-width: 499px) {
  .method .note-box {
    margin: 0 auto 2.4vw;
  }
  .method .note-box ul {
    padding: 0 0 0 7.2vw;
    margin: 0.4vw auto 1.2vw 4vw;
  }
  .method .note-box ul li {
    margin-left: -4vw;
    margin-bottom: 0.4vw;
  }
}

@media (max-width: 399px) {
  .method .note-box ul {
    font-size: 2.75vw;
  }
}

/* support */
.support {
  background-color: #F5F5F5;
}

.support h2 {
  display: block;
  width: 100%;
  max-width: 576px;
  margin: 0 auto 2.4rem;
  padding: 0;
}
@media (max-width: 499px) {
  .support h2 {
    margin: 0 auto 4.8vw;
  }
}

.support h3 {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 2.4rem;
}
@media (max-width: 599px) {
  .support h3 {
    max-width: 78vw;
  }
}
@media (max-width: 499px) {
  .support h3 {
    margin: 0 auto 4.8vw;
  }
}
.support .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.6rem;
  width: 100%;
  max-width: 720px;
  padding: 0;
  margin: 0 auto 4.2rem;
}
@media (max-width: 767px) {
  .support .grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3.2rem;
    max-width: 600px; 
  }
}
@media (max-width: 499px) {
  .support .grid {
    row-gap: 5.4vw;
    margin: 0 auto 8.4vw;
  }
}

.support .grid .box {
  position: relative;
  width: 100%;
  background-color: var(--white);
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 0 0 2rem;
  overflow: hidden;
}
.support .grid .box .thumbnail {
  display: block;
  line-height: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.support .grid .box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support .grid .box p.tit {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin: 0 auto;
  padding: 1rem 1rem 0.25rem;
}
.support .grid .box p.tit span {
  display: inline-block;
  background-color: #FDE67C;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding: 0 0.5rem;
  margin-left: 0.5rem;

}
.support .grid .box p.txt {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .support .grid .box p.tit {
    margin: 0 auto;
    padding: 1rem 1.5rem 0;
  }
  .support .grid .box p.tit span {
    padding: 0 0.5rem;
    margin-left: 0.5rem;

  }
  .support .grid .box p.txt {
    margin: 0 auto;
    padding: 0 2rem;
  }
}

@media (max-width: 499px) {
  .support .grid .box {
    border-radius: 1.6vw;
    padding: 0 0 4vw;
  }
  .support .grid .box p.tit {
    font-size: 22px;
    padding: 2vw 3vw 0;
  }
  .support .grid .box p.tit span {
    font-size: 14px;
    padding: 0 1vw;
    margin-left: 2vw;

  }
  .support .grid .box p.txt {
    font-size: 16px;
    margin: 0 auto;
    padding: 0 2.8vw;
  }
}

@media (max-width: 399px) {
  .support .grid .box p.tit {
    font-size: 5.5vw;
    white-space: nowrap;
  }
  .support .grid .box p.tit span {
    font-size: 3.5vw;
  }
  .support .grid .box p.txt {
    font-size: 4vw;
  }
}

.support aside {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 720px;
  margin: 2rem auto 0;
  padding: 3.6rem 0 2.4rem;
  background-color: var(--white);
  border: 1px solid #DBDBDB;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .support aside {
    max-width: 600px;
    margin: 2rem auto 0;
    padding: 3.6rem 2.4rem 2.4rem;
  }
}
@media (max-width: 499px) {
  .support aside {
    margin: 4vw auto 0;
    padding: 7.2vw 4.8vw 4.8vw;
  }
}

.support aside::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 354px;
  height: 58px;
  background-image: url(../../../image/lp/kouhaitou/aside-tit.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 499px) {
  .support aside::after{
    top: 1.2vw;
    width: 70.8vw;
    height: 11.6vw;
    background-image: url(../../../image/lp/kouhaitou/aside-tit_sp.png);
  }
}

.support aside picture img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* === floating-btn === */
.floating_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 1.5rem 2rem 1rem;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .floating_btn {
    padding: 1.2rem 1.2rem 1rem;
  }
}
@media (max-width: 499px) {
  .floating_btn {
    padding: 2.2vw 2vw 2vw;
  }
}

.floating_btn .txt {
  display: block;
  width: 100%;
  max-width: 234px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .floating_btn .txt {
    max-width: 34.33vw;
  }
}
@media (max-width: 499px) {
  .floating_btn .txt {
     max-width: 41.2vw;
  }
}

.floating_btn a.cta-btn-f {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: -1.3rem auto 0;
}
.floating_btn a.cta-btn-f img {
  max-width: 600px;
  margin: 0 auto;
}


@media (max-width: 767px) {
  .floating_btn a.cta-btn-f {
    margin: -1.9vw auto 0;
  }
  .floating_btn a.cta-btn-f img {
    max-width: 84vw;
  }
}
@media (max-width: 499px) {
  .floating_btn a.cta-btn-f {
    margin: -1.5vw auto 0;
  }
  .floating_btn a.cta-btn-f img {
    max-width: 90vw;
  }
}

/* === alert === */
#layerMessage {
  font-family: "Noto Sans JP", sans-serif;
}
#layerMessage img {
  width: auto;
  max-width: inherit;
  display: inline;
}

/* === disclaimer === */
.disclaimer-wrap {
  background: #e8e8e8;
  padding: 40px 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .disclaimer-wrap {
    padding: 20px 0;
  }
}
#disclaimer {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
.select-disclaimer {
  padding: 30px 15px;
}
.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;
}
#disc p strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.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: 6px !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.4;
  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%;
    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.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;
  }
}
/* disclaimer */

/* === footer === */
footer {
  width: 100%;
  background-color: #212121;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
}
.footer_wrap {
  padding: 24px 36px 0;
}
.footer {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.footer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #515253;
}
.footer img {
  display: block;
  width: 100%;
  max-width: 250px;
  padding-right: 16px;
}
.footer ul {
  font-size: 13px;
  display: flex;
}
.footer-mt {
  margin-top: 1.3em;
}
.footer li {
  color: var(--white);
}
.footer li a {
  color: var(--white);
}
.footer li:nth-child(1) {
  margin-right: 1em;
}
ul p.footer-title {
  width: 6em;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1em;
}
.footer .copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 16px;
}
.footer-line_top {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em 1.3em 0;
  font-size: 13px;
  margin-top: 1.3em;
}
.footer-line_btm {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.3em;
  font-size: 13px;
  margin-bottom: 1.3em;
}

.copyright p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--white);
}
#ft_btm {
  padding: 30px 0;
  color: var(--white);
  background-color: #212121;
}
.ft_inner {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}
.ft_logo {
  float: left;
  padding-top: 5px;
}
.ft_info {
  float: right;
  width: 590px;
  font-size: 13px;
  line-height: 1.538;
  color: var(--white);
  margin-top: 20px;
}
#ft_btm p {
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
}
.ft_info li a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--white);
}

@media (max-width: 767px) {
  .footer_wrap {
    padding: 24px 4.8vw 0;
  }
  .footer {
    width: 100%;
  }
  .footer dt {
    width: 39.2vw;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 0 auto 10px auto;
  }
  .footer dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    color: #515253;
  }
  .footer p {
    font-size: 13px;
  }
  .footer-risk a {
    text-decoration: none;
    color: var(--white);
  }
  .copyright p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--white);
    font-family: "Fjalla One", sans-serif;
  }
  .ft_info {
    width: 100%;
    margin-top: 20px;
    font-size: 11px;
  }
}

@media (max-width: 499px) {
  .footer_wrap {
    padding: 9.6vw 4.8vw;
  }
  .footer p {
    font-size: 12px;
  }
  .footer img {
    padding-right: 3.2vw;
  }
  .footer ul {
    font-size: 13px;
  }
  .footer-mt {
    margin-top: 6.4vw;
  }
  .footer li:nth-child(1) {
    margin-right: 2.4vw;
  }
  ul p.footer-title {
    width: 16vw;
    margin-right: 2.4vw;
  }
  .footer .copy {
    font-size: 12px;
    letter-spacing: 0.5vw;
  }
}
@media (max-width: 299px) {
  .footer p {
    font-size: 4vw;
  }
  .footer ul {
    font-size: 4.33vw;
  }
  ul p.footer-title {
    margin-right: 2.0vw;
  }
  .footer .copy {
    font-size: 4vw;
  }
}
/* footer */