@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : BEM ベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rounded+M%2B+1p:wght@100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1119px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1120px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5640273705vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  padding: 0;
  color: black;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}

em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
}

.l-page-contents {
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 2.5rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-page-contents {
    padding: 0 1.25rem;
  }
}

.header-logo, .footer-logo {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo__img, .footer-logo__img {
  max-width: 26.25rem;
}
.header-logo__img img, .footer-logo__img img {
  display: block;
}
@media (max-width: 767px) {
  .header-logo, .footer-logo {
    height: 3.75rem;
  }
  .header-logo__img, .footer-logo__img {
    max-width: 17.5rem;
  }
}

.footer-menu {
  text-align: center;
  padding: 1.875rem 0;
  background: rgba(0, 11, 54, 0.1);
}
.footer-menu__links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}
.footer-menu__link {
  color: #000b36;
  display: inline-block;
  padding-right: 0.875rem;
  position: relative;
  font-size: 0.9375rem;
}
.footer-menu__link::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask-image: url("../img/icon-arrow.svg");
          mask-image: url("../img/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.375rem;
  height: 0.6875rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-menu__copyright {
  font-size: 0.75rem;
  margin-top: 1.875rem;
  font-weight: 400;
  display: block;
}
@media (max-width: 767px) {
  .footer-menu__links {
    flex-direction: column;
    row-gap: 0.875rem;
    align-items: center;
  }
  .footer-menu__link {
    font-size: 0.8125rem;
  }
  .footer-menu__copyright {
    font-size: 0.6875rem;
  }
}

.footer-app {
  background: #FFF9CC;
  padding: 2.375rem 0;
}
.footer-app__title {
  text-align: center;
  line-height: 1.58;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer-app__title > span {
  display: inline-block;
  text-align: center;
  color: #333;
  padding: 0 2.5rem;
  position: relative;
}
.footer-app__title > span::before, .footer-app__title > span::after {
  content: "";
  position: absolute;
  width: 1.375rem;
  height: 2.125rem;
  bottom: 0.25rem;
}
.footer-app__title > span::before {
  left: 0;
  background: url(../img/deco-app.svg) center bottom no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
.footer-app__title > span::after {
  right: 0;
  background: url(../img/deco-app.svg) center bottom no-repeat;
  background-size: contain;
}
.footer-app__links {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.footer-app__link {
  display: inline-block;
}
.footer-app__link > img {
  height: 5.1875rem;
  width: auto;
}
@media (max-width: 767px) {
  .footer-app__title {
    font-size: 1.0625rem;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
  .footer-app__title > span {
    padding: 0 1.375rem;
  }
  .footer-app__title > span::before, .footer-app__title > span::after {
    width: 0.9375rem;
    height: 1.5rem;
  }
  .footer-app__links {
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: center;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-list > li {
  position: relative;
  padding-left: 0.875rem;
  line-height: 1.7;
}
.c-list > li > em {
  color: #BF1D20;
  font-weight: bold;
}
.c-list > li + li {
  margin-top: 0.5rem;
}
.c-list > li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #E60012;
  left: 0;
  top: calc(0.85em - 0.25rem);
}
@media (max-width: 767px) {
  .c-list > li {
    font-size: 0.9375rem;
  }
}
.c-list.-sm > li {
  font-size: 0.9375rem;
}
.c-list.-sm > li + li {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .c-list.-sm > li {
    font-size: 0.875rem;
  }
}
.c-list.-au > li::before {
  background: #FA5902;
}
.c-list.-attention > li::before {
  background: #BF1D20;
}

.c-sublist > li {
  padding-left: 0.875rem;
  position: relative;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .c-sublist > li {
    font-size: 0.875rem;
  }
}
.c-sublist > li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 3.125rem;
  background: #BF1D20;
  left: 0;
  top: calc(0.85em - 0.0625rem);
}

.c-notes-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.125rem;
}
.c-notes-list.-campaign {
  text-align: center;
  margin-top: 1.25rem;
  font-weight: bold;
}
.c-notes-list.-table {
  margin-top: 1.25rem;
}
.c-notes-list.-table-02 {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  display: inline-block;
  background: #FA5902;
  color: #fff;
  width: 23.75rem;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 6.25rem;
  position: relative;
  padding: 1rem 2.25rem;
  text-align: center;
}
.c-button::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask-image: url("../img/icon-arrow.svg");
          mask-image: url("../img/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 1.625rem;
}
.c-button.-black {
  background: black;
}
@media (max-width: 767px) {
  .c-button {
    font-size: 1rem;
    width: 20rem;
  }
}

.c-button-b {
  display: inline-block;
  background: #00A458;
  color: #fff;
  max-width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 6.25rem;
  position: relative;
  padding: 1.125rem 4.0625rem 1.125rem 3.4375rem;
  line-height: 1.5;
  text-align: center;
  border: 0.1875rem solid #000;
  box-shadow: 0 0.3125rem 0 0 #EFC300;
}
.c-button-b::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 1rem;
  background: currentColor;
  content: "";
  -webkit-mask-image: url("../img/icon-arrow.svg");
          mask-image: url("../img/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 0.6875rem;
  height: 1.1875rem;
  top: 55%;
  transform: translateY(-55%) rotate(90deg);
  right: 2.375rem;
}
@media (max-width: 767px) {
  .c-button-b {
    font-size: 1rem;
    padding: 1.125rem 2.1875rem 1.125rem 1.5625rem;
  }
  .c-button-b::before {
    width: 0.5625rem;
    height: 1.0625rem;
    right: 1.125rem;
  }
}

.c-indent1 {
  line-height: 1.7;
}
.c-indent1 > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.375rem;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* pages */
/**************************************************/
.-red {
  margin-top: 1.25rem;
  color: #E60012;
}

.-bold {
  font-weight: bold;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mv {
  width: 100%;
  background: url(../../images/bg-mv-01.png) no-repeat center center/cover, url(../../images/bg-mv-02.png) repeat left top/contain;
}
.mv__inner {
  display: block;
  max-width: 58.25rem;
  margin: 0 auto;
  padding: 0.625rem 0 0.3125rem;
}
.mv__inner picture {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .mv__inner {
    padding: 0.3125rem 0.9375rem 0.9375rem;
  }
}

.mv-footer {
  background: #E60012;
  padding: 0.625rem 1.25rem;
  box-sizing: border-box;
}
.mv-footer__date {
  max-width: 46.6875rem;
  margin: 0 auto;
}
.mv-footer__date img {
  display: block;
}
@media (max-width: 767px) {
  .mv-footer {
    padding: 0.625rem;
  }
}

.campaign {
  overflow: hidden;
  position: relative;
  background: url(../../images/bg-campaign.png) repeat top left/auto;
  padding: 3.75rem 0 6.25rem;
}
.campaign__heading {
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
  box-sizing: border-box;
  font-size: 2.5rem;
  line-height: 1.325;
  font-family: "Rounded M+ 1p", sans-serif;
  color: #fff;
  background: url(../../images/bg-title.png) no-repeat top left/contain, #EA5504;
  padding: 1.5625rem 0.9375rem;
  border-radius: 1rem 1rem 0 0;
}
.campaign__block {
  border-radius: 1.5rem;
  border: 0.375rem solid #000;
  margin-top: 3.4375rem;
  position: relative;
  box-shadow: 0.625rem 0.625rem 0 0 #F1C600;
}
.campaign__block:not(.-first) {
  margin-top: 3.75rem;
}
.campaign__box {
  position: relative;
  background: #fff;
  padding: 1.875rem 4.6875rem 2.1875rem;
  border-radius: 0 0 1rem 1rem;
}
.campaign__box.-rireki {
  padding: 1.875rem 3.75rem 2.1875rem;
}
.campaign__text {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  font-weight: bold;
  position: relative;
}
.campaign__text a {
  color: #E60012;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.campaign__subBox {
  margin: 1.875rem auto 0;
  padding: 1.5rem 2.5rem;
  background: #F0F0F0;
  border-radius: 0.25rem;
}
.campaign__anchor {
  text-align: center;
}
.campaign__iphoneImg {
  max-width: 26.25rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 2.1875rem;
}
@media (max-width: 767px) {
  .campaign {
    padding: 2.5rem 0 3.75rem;
  }
  .campaign__heading {
    font-size: 1.25rem;
    line-height: 1.4;
    background: url(../../images/bg-title.png) no-repeat 20% top/cover, #EA5504;
    padding: 0.9375rem 0.625rem;
    border-radius: 1.375rem 1.375rem 0 0;
  }
  .campaign__block {
    border: 0.1875rem solid #000;
    box-shadow: 0.375rem 0.375rem 0 0 #F1C600;
    margin-top: 2.5rem;
  }
  .campaign__block:not(.-first) {
    margin-top: 2.8125rem;
  }
  .campaign__box {
    padding: 1.25rem 0.9375rem 1.5625rem;
    border-radius: 0 0 1.375rem 1.375rem;
  }
  .campaign__box.-rireki {
    padding: 1.25rem 0.9375rem 1.5625rem;
  }
  .campaign__text {
    font-size: 1rem;
    line-height: 1.6;
  }
  .campaign__subBox {
    padding: 1.25rem 1rem;
    margin-top: 1.5625rem;
    border-radius: 0.5rem;
  }
  .campaign__iphoneImg {
    margin-top: 1.5625rem;
    max-width: 15.625rem;
  }
}

.notice {
  position: relative;
  z-index: 50;
}
.notice::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 88%;
  right: -0.625rem;
  bottom: -0.625rem;
  background-color: #F1C600;
  border-radius: 1.5rem;
}
.notice__section-01 {
  background: url(../../images/bg-swipe-01.png) no-repeat top center/100% auto;
  height: 8rem;
  margin-top: 3.75rem;
}
.notice__logo {
  position: absolute;
  content: "";
  top: 4.375rem;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
}
.notice__logo img {
  width: 15.625rem;
  height: auto;
}
.notice__section-02 {
  background: url(../../images/bg-swipe-02.png) repeat-y top center/100% auto;
  position: relative;
  padding-bottom: 2.1875rem;
}
.notice__titleBox {
  text-align: center;
  padding: 0.9375rem 0.9375rem 0;
  position: relative;
}
.notice__title {
  width: 36.25rem;
}
.notice__titleDeco {
  width: 10.9375rem;
  height: auto;
  bottom: -0.25rem;
}
.notice__titleDeco.-left {
  left: 0.9375rem;
}
.notice__titleDeco.-right {
  right: 0.9375rem;
}
.notice__end {
  display: block;
  background: url(../../images/bg-swipe-03.png) no-repeat top center/100% auto;
  height: 1.5625rem;
  position: relative;
}
@media (max-width: 767px) {
  .notice::after {
    height: 94%;
    right: -0.375rem;
    bottom: 0.5rem;
    border-radius: 0.875rem;
  }
  .notice__section-01 {
    margin-top: 2.5rem;
    height: 2.8125rem;
  }
  .notice__logo {
    top: 2.5rem;
  }
  .notice__logo img {
    width: 12.5rem;
  }
  .notice__section-02 {
    padding-bottom: 1.5625rem;
  }
  .notice__titleBox {
    padding: 3.125rem 0.9375rem 0;
  }
  .notice__titleDeco {
    width: 4.84375rem;
    bottom: 2.5rem;
  }
  .notice__titleDeco.-left {
    left: 0.3125rem;
  }
  .notice__titleDeco.-right {
    right: 0.3125rem;
  }
}

.swiperFlow {
  margin-top: 3.75rem;
  padding-bottom: 5.625rem;
  max-width: 38.75rem;
  border-radius: 0.75rem;
  border: solid 0.0625rem #EA5504;
  overflow: visible;
}
.swiper-slide {
  padding: 2.5rem 6.875rem 0;
  background-color: #fff;
  -moz-user-select: text;
       user-select: text;
  border-radius: 1.5rem;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.swiper-button-prev, .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
}
.swiper-button-prev {
  left: -1.25rem;
}
.swiper-button-prev::after {
  background: url(../img/icon-arrow-swiper-left.svg) no-repeat center center/contain;
}
.swiper-button-next {
  right: -1.25rem;
}
.swiper-button-next::after {
  background: url(../img/icon-arrow-swiper-right.svg) no-repeat center center/contain;
}
.swiper-pagination {
  bottom: 2.5rem !important;
}
.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
}
.swiper-pagination-bullet-active {
  background: #E60012;
}
@media (max-width: 767px) {
  .swiper__padding {
    padding: 0 1.875rem;
  }
  .swiperFlow {
    margin-top: 2.5rem;
    padding-bottom: 4.0625rem;
  }
  .swiper-slide {
    padding: 1.25rem 0.9375rem 0;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    content: "";
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .swiper-button-prev {
    left: -0.8125rem;
  }
  .swiper-button-next {
    right: -0.8125rem;
  }
  .swiper-pagination {
    bottom: 1.375rem !important;
  }
  .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.flowBox {
  font-weight: bold;
}
.flowBox__title {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.7272727273;
}
.flowBox__text {
  margin-top: 1.5625rem;
  font-size: 1rem;
  line-height: 2;
}
.flowBox__img {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  justify-content: space-between;
}
.flowBox__img img {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .flowBox__title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .flowBox__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .flowBox__img {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
  }
  .flowBox__img img {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto;
  }
}

.rank {
  margin-top: 9.375rem;
  border-radius: 1.5rem;
  border: 0.375rem solid #000;
  position: relative;
  box-shadow: 0.625rem 0.625rem 0 0 #F1C600;
  background-color: #A2D23F;
}
.rank__inner {
  padding: 0 3.75rem 0;
}
.rank__inner.-bottom {
  padding-bottom: 3.75rem;
}
.rank__top {
  background: url(../../images/birder-rank-01.png) no-repeat top center/100% auto;
}
.rank__center {
  background: url(../../images/birder-rank-02.png) no-repeat center center/cover;
}
.rank__bottom {
  background: url(../../images/birder-rank-03.png) no-repeat bottom center/100% auto;
}
.rank__header {
  margin-top: -6.25rem;
}
.rank__title {
  max-width: 44.3125rem;
  padding-top: 4.0625rem;
  margin: 0 auto;
  display: block;
}
.rank__title-box {
  text-align: center;
}
.rank__title-main {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  position: relative;
  display: inline-block;
}
.rank__title-main::before, .rank__title-main::after {
  position: absolute;
  content: "";
  bottom: -2.1875rem;
}
.rank__title-main::before {
  left: -9.0625rem;
  background: url(../../images/deco-rank-01.svg) no-repeat center center/contain;
  width: 8.125rem;
  height: 5.1875rem;
}
.rank__title-main::after {
  right: -7.8125rem;
  background: url(../../images/deco-rank-02.svg) no-repeat center center/contain;
  width: 6.5625rem;
  height: 6.0625rem;
}
.rank__title-sub {
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-weight: 900;
  align-items: center;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}
.rank__title-sub span img {
  display: block;
}
.rank__table-01 {
  border-collapse: separate;
  border-spacing: 0.5rem;
  font-weight: 900;
  position: relative;
  width: 100%;
  margin-top: 2.1875rem;
}
.rank__table-01::after {
  position: absolute;
  content: "";
  width: calc(100% - 0.5rem);
  height: calc(100% - 1rem);
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  border: solid 0.375rem #000;
  border-radius: 0.375rem;
  pointer-events: none;
}
.rank__table-01 th, .rank__table-01 td {
  padding: 0.625rem 1.875rem;
}
.rank__table-01 thead {
  background-color: #FFF100;
  font-size: 2rem;
  line-height: 1.4375;
}
.rank__table-01 tbody {
  background-color: #fff;
  font-size: 1.875rem;
  line-height: 1.5333333333;
}
.rank__king {
  color: #fff;
  position: relative;
  z-index: 100;
  line-height: 1;
  vertical-align: bottom;
  width: 25%;
}
.rank__king::before {
  position: absolute;
  content: "";
  width: 5.25rem;
  height: 3.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -5;
}
.rank__king-01::before {
  background: url(../../images/deco-king-01.svg) no-repeat center center/contain;
}
.rank__king-02::before {
  background: url(../../images/deco-king-02.svg) no-repeat center center/contain;
}
.rank__king-03::before {
  background: url(../../images/deco-king-03.svg) no-repeat center center/contain;
}
.rank__number {
  text-align: center;
}
.rank__money {
  text-align: center;
  width: 37.5%;
}
.rank__point {
  text-align: center;
  width: 37.5%;
}
.rank__update {
  margin-top: 2.8125rem;
  border-radius: 1.5rem;
  background-color: #D0E89F;
  padding: 2.1875rem 3.75rem 2.5rem;
}
.rank__updat-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  justify-content: center;
  position: relative;
  padding-bottom: 0.3125rem;
}
.rank__updat-title::after {
  position: absolute;
  content: "";
  background: url(../../images/title-line-02.svg) repeat-x center center/contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.25rem;
  width: 33.25rem;
}
.rank__updat-title span {
  width: 1.75rem;
  height: 1.75rem;
}
.rank__table-02 {
  max-width: 37.5rem;
  border-collapse: separate;
  border-spacing: 0.3125rem;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.rank__table-02 tr {
  color: #fff;
  font-size: 1.25rem;
  background-color: #00A458;
  line-height: 2.4;
  text-align: center;
  padding: 0.3125rem;
}
.rank__table-02 td {
  font-size: 1.125rem;
  color: #000;
  background-color: #fff;
  line-height: 1.6666666667;
  text-align: center;
  padding: 0.3125rem;
}
@media (max-width: 767px) {
  .rank {
    margin-top: 3.75rem;
    border-radius: 1.25rem;
    border: 0.1875rem solid #000;
    box-shadow: 0.375rem 0.375rem 0 0 #F1C600;
  }
  .rank__inner {
    padding: 0 0.9375rem 0;
  }
  .rank__inner.-bottom {
    padding-bottom: 1.875rem;
  }
  .rank__top {
    background: url(../../images/birder-rank-01-sp.png) no-repeat top center/100% auto;
  }
  .rank__bottom {
    background: url(../../images/birder-rank-03-sp.png) no-repeat bottom center/100% auto;
  }
  .rank__header {
    margin-top: -2.5rem;
  }
  .rank__title {
    max-width: 18.75rem;
    padding-top: 1.875rem;
  }
  .rank__title-main {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .rank__title-main::before, .rank__title-main::after {
    bottom: 0rem;
  }
  .rank__title-main::before {
    left: -4.53125rem;
    background: url(../../images/deco-rank-01.svg) no-repeat center center/contain;
    width: 4.0625rem;
    height: 2.59375rem;
  }
  .rank__title-main::after {
    right: -3.90625rem;
    background: url(../../images/deco-rank-02.svg) no-repeat center center/contain;
    width: 3.28125rem;
    height: 3.03125rem;
  }
  .rank__title-sub {
    font-size: 1rem;
    line-height: 1.6;
  }
  .rank__title-sub-line img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .rank__table-01 {
    margin-top: 1.25rem;
    border-spacing: 0.25rem;
  }
  .rank__table-01::after {
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.5rem);
    border: solid 0.1875rem #000;
    border-radius: 0.25rem;
  }
  .rank__table-01 th, .rank__table-01 td {
    padding: 0.3125rem;
  }
  .rank__table-01 thead {
    font-size: 1rem;
    line-height: 1.6;
  }
  .rank__table-01 tbody {
    font-size: 1rem;
    line-height: 1.6;
  }
  .rank__king::before {
    width: 2.625rem;
    height: 1.875rem;
  }
  .rank__update {
    margin-top: 1.5625rem;
    border-radius: 1.25rem;
    padding: 1.25rem 0.9375rem 1.5625rem;
  }
  .rank__updat-title {
    font-size: 1rem;
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
    padding-bottom: 0.625rem;
  }
  .rank__updat-title::after {
    height: 0.25rem;
    width: 16.625rem;
  }
  .rank__updat-title span {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: -0.375rem;
  }
  .rank__table-02 {
    border-spacing: 0.25rem;
    margin-top: 1.25rem;
  }
  .rank__table-02 tr {
    font-size: 1rem;
    line-height: 1.6;
  }
  .rank__table-02 td {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

.attention {
  margin-top: 5rem;
  position: relative;
}
.attention__wrapper {
  background-color: #FFE2E2;
  padding: 6.25rem 3.125rem 9.0625rem;
  position: relative;
}
.attention__box {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.4375rem 2.8125rem 4.6875rem;
}
.attention__title {
  width: 90%;
  max-width: 24.375rem;
  margin: 0 auto;
  position: relative;
}
.attention__title img {
  display: block;
}
.attention__body {
  margin-top: 1.875rem;
}
.attention__notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5rem;
}
.attention__deco {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  transform: scale(1.05);
}
.attention__deco.-top {
  top: 0;
  height: 4.8125rem;
}
.attention__deco.-bottom {
  bottom: 0;
  height: 13.625rem;
}
@media (max-width: 767px) {
  .attention {
    margin-top: 2.5rem;
  }
  .attention__wrapper {
    padding: 2.5rem 0.9375rem 3.4375rem;
  }
  .attention__box {
    padding: 1.875rem 1.25rem;
  }
  .attention__title {
    width: 80%;
  }
  .attention__body {
    padding-inline: 0;
    margin-top: 1.25rem;
  }
  .attention__notes {
    font-size: 0.9375rem;
  }
  .attention__deco.-top {
    height: auto;
  }
  .attention__deco.-bottom {
    bottom: -0.9375rem;
    height: 6.8125rem;
  }
}

.conditions {
  position: relative;
  padding: 6.25rem 0;
  background: url(../../images/bg-conditions01.png) no-repeat top left/27.1875rem 18.25rem, url(../../images/bg-conditions02.png) no-repeat top right/22.3125rem 15.6875rem, url(../../images/bg-conditions03.png) no-repeat bottom right/24.9375rem 19.875rem, url(../../images/bg-conditions04.png) no-repeat bottom left/26.5625rem 22rem;
}
.conditions__title {
  margin: 0 auto;
  max-width: 25.625rem;
  width: 90%;
}
.conditions__title img {
  display: block;
}
.conditions__text {
  margin: 2.8125rem auto 0;
  width: 39.625rem;
  max-width: 100%;
  display: block;
}
.conditions__model {
  margin-top: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.conditions__button {
  margin-top: 3.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .conditions {
    padding: 3.125rem 0 3.75rem;
    background: url(../../images/bg-conditions01.png) no-repeat top left/9.0625rem 6.0833333333rem, url(../../images/bg-conditions02.png) no-repeat top right/7.4375rem 5.2291666667rem, url(../../images/bg-conditions03.png) no-repeat bottom right/8.3125rem 6.625rem, url(../../images/bg-conditions04.png) no-repeat bottom left/8.8541666667rem 7.3333333333rem;
  }
  .conditions__title {
    max-width: 17.5rem;
  }
  .conditions__text {
    margin-top: 1.5rem;
  }
  .conditions__model {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.6;
  }
  .conditions__button {
    margin-top: 1.875rem;
  }
}

.conditionsNotesBox {
  margin: 1.875rem auto 0;
  max-width: 52.5rem;
  box-shadow: 0 0 0.625rem 0.1875rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1.5rem 2.5rem;
  border-radius: 1.25rem;
  background: white;
}
.conditionsNotesBox__title {
  font-weight: bold;
  font-size: 1.1875rem;
  padding-left: 1.9375rem;
  position: relative;
  letter-spacing: 0.05em;
}
.conditionsNotesBox__title::before {
  position: absolute;
  content: "";
  background: url(../img/icon-exclamation.svg) center center no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 1.4375rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.conditionsNotesBox__notes {
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.conditionsNotesBox__notes::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875rem;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #333333 0.0625rem, transparent 0.0625rem);
  background-position: center;
  background-size: 0.4375rem 0.4375rem;
}
.conditionsNotesBox__note {
  padding-left: 1.25rem;
  position: relative;
}
.conditionsNotesBox__note::before {
  position: absolute;
  content: "※";
  color: #E8380D;
  left: 0;
  top: 0;
}
.conditionsNotesBox__note + .conditionsNotesBox__note {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .conditionsNotesBox {
    padding: 1.25rem;
    border-radius: 1rem;
  }
  .conditionsNotesBox__title {
    font-size: 1.0625rem;
  }
  .conditionsNotesBox__note {
    font-size: 0.9375rem;
  }
}

.contact {
  background: black;
  padding: 2.8125rem 0 3.125rem;
  text-align: center;
}
.contact__title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.875rem;
}
.contact__lead {
  color: #fff;
  font-weight: 400;
  margin-top: 1.25rem;
}
.contact__wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  -moz-column-gap: 4.25rem;
       column-gap: 4.25rem;
}
.contact__item {
  width: 23.75rem;
  max-width: calc(50% - 2.125rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__text {
  margin-top: 1.5rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  font-size: 0.9375rem;
  text-align: left;
}
@media (max-width: 767px) {
  .contact {
    padding: 2.5rem 0;
  }
  .contact__title {
    font-size: 1.25rem;
  }
  .contact__lead {
    font-size: 0.8125rem;
  }
  .contact__wrap {
    flex-direction: column;
    row-gap: 1.875rem;
    margin-top: 1.875rem;
    align-items: center;
  }
  .contact__item {
    width: 100%;
    max-width: none;
  }
  .contact__text {
    font-size: 0.8125rem;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.7;
  }
}

.banner-head {
  padding: 1.625rem 1.25rem 1.5rem;
}
.banner-head__text {
  max-width: 46.625rem;
  margin: 0 auto;
}
.banner-head__text img {
  display: block;
}
@media (max-width: 767px) {
  .banner-head {
    padding: 1rem 0.5rem 0.875rem;
  }
}

.banner {
  display: block;
  background: url(../img/bg-banner.png) repeat-x top center, #FFF055;
  background-size: 65.875rem auto;
  text-align: center;
  transition: 0.3s;
}
.banner__main {
  padding: 2.5rem 1.25rem 1.875rem;
  max-width: 62.75rem;
  margin: 0 auto;
}
.banner__main img {
  display: block;
}
.banner__more {
  background: white;
  padding: 1.625rem 1.25rem 1.5rem;
}
.banner__moreText {
  max-width: 57.9375rem;
  margin: 0 auto;
}
.banner__moreText img {
  display: block;
}
@media (max-width: 767px) {
  .banner {
    background-size: cover;
  }
  .banner__main {
    padding: 1.25rem 0;
  }
  .banner__more {
    padding: 1rem 0.75rem;
  }
}

.magazine {
  background: #DF5510;
}
.magazine__btn {
  display: block;
  margin: 0 auto;
  max-width: 85.375rem;
}

.deco {
  position: absolute;
  content: "";
  z-index: 100;
  height: auto;
}
.deco-01 {
  top: -2.8125rem;
  left: -1.5625rem;
  width: 8.4375rem;
}
.deco-02 {
  top: -1.875rem;
  right: -2.1875rem;
  width: 6.1875rem;
}
.deco-03 {
  bottom: -0.9375rem;
  left: -1.6875rem;
  width: 6.25rem;
}
.deco-04 {
  top: -2rem;
  right: -2.75rem;
  width: 10.3125rem;
}
.deco-05 {
  bottom: -1.375rem;
  left: -3.75rem;
  width: 8.4375rem;
}
.deco-06 {
  top: 0.625rem;
  right: 1.25rem;
  width: 9.125rem;
}
.deco-rank-01 {
  top: -3.25rem;
  left: -4.0625rem;
  width: 9.0625rem;
}
.deco-rank-02 {
  top: -3rem;
  right: -2.8125rem;
  width: 8.4375rem;
}
@media (max-width: 767px) {
  .deco-01 {
    top: -1.40625rem;
    left: -0.78125rem;
    width: 4.21875rem;
  }
  .deco-02 {
    top: -0.9375rem;
    right: -1.09375rem;
    width: 3.09375rem;
  }
  .deco-03 {
    bottom: -0.46875rem;
    left: -0.84375rem;
    width: 3.125rem;
  }
  .deco-04 {
    top: -1rem;
    right: -1.375rem;
    width: 5.15625rem;
  }
  .deco-05 {
    bottom: -0.6875rem;
    left: -1.875rem;
    width: 4.21875rem;
  }
  .deco-06 {
    top: 0.3125rem;
    right: 0rem;
    width: 4.5625rem;
  }
  .deco-rank-01 {
    top: -1.625rem;
    left: -2.03125rem;
    width: 3.28125rem;
  }
  .deco-rank-02 {
    top: -1.5rem;
    right: -1.40625rem;
    width: 2.96875rem;
  }
}