/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #000000;
  line-height: 1.4;
  font-size: 12.011px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: 0.6255729167vw;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, button {
  cursor: pointer;
}
@media (min-width: 769px) {
  a, button {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
}

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! 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;
}

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

/**
 * 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;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * 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;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 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, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.txt-underline {
  text-decoration: underline !important;
}
.txt-link {
  text-decoration: underline;
  color: #4B5FCB;
}

.fz-10 {
  font-size: 0.625rem;
}
.fz-11 {
  font-size: 0.6875rem;
}
.fz-12 {
  font-size: 0.75rem;
}
.fz-14 {
  font-size: 0.875rem;
}
.fz-16 {
  font-size: 1rem;
}
.fz-18 {
  font-size: 1.125rem;
}
.fz-20 {
  font-size: 1.25rem;
}

.mr-sm {
  margin-right: 1.25rem;
}

.ml-sm {
  margin-left: 1.25rem;
}

.mb-xs {
  margin-bottom: 0.625rem;
}
.mb-sm {
  margin-bottom: 1.25rem;
}
.mb-md {
  margin-bottom: 1.875rem;
}
.mb-lg {
  margin-bottom: 2.5rem;
}
.mb-lg2x {
  margin-bottom: 5rem;
}

.mt-xs {
  margin-top: 0.625rem;
}
.mt-sm {
  margin-top: 1.25rem;
}
.mt-md {
  margin-top: 1.875rem;
}
.mt-lg {
  margin-top: 2.5rem;
}
.mt-lg2x {
  margin-top: 5rem;
}

.hidden {
  display: none !important;
}
.hidden--visible {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.d-flex--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.d-flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-flex--align-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.d-inline {
  display: inline-block;
}

.cl-blue {
  color: blue !important;
}

.cl-red {
  color: #D7000F !important;
}

.cursor-pointer {
  cursor: pointer;
}

.disabled {
  pointer-events: none !important;
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
.c-title {
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0.027em;
  font-weight: 900;
  text-align: center;
  color: #D7000F;
}

.c-btn {
  background-color: #D7000F;
  border: 0.1875rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 31.5rem;
  height: 6.625rem;
  border-radius: 3.3125rem;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.055em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
}
.c-btn span {
  background: url("../../img/common/icon_button.png") no-repeat center right;
  background-size: 2.125rem;
  padding-right: 4.125rem;
}
.c-btn--sm {
  width: 100%;
  height: 4.625rem;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  border-radius: 2.375rem;
  padding-left: 1.5625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.125rem;
  line-height: 3.125rem;
  font-weight: 900;
  letter-spacing: 0.146em;
}
.c-btn--sm span {
  background-size: 1.625rem;
  padding-right: 2.5rem;
}
.c-btn.disabled {
  background-color: #B2B2B2;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0.75rem;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 0.625rem;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #D7000F;
  border-radius: 0.5625rem;
  left: 0.125rem;
  right: 0.125rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 0.5625rem;
}

.simplebar-scrollbar:before {
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0;
  right: 0;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 0.6875rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 0.625rem;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 31.25rem;
  width: 31.25rem;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 0.625rem 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  width: 2.375rem;
  height: 2.375rem;
  background-color: #fff;
  border: 0.1875rem solid #000;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin-right: 0.625rem;
  position: relative;
  top: 0.1875rem;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 2.1875rem;
  height: 1.75rem;
  background: url(../../img/common/icon_checked.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-checkbox input:checked + .checkmark:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  overflow: auto;
  overflow-x: hidden;
  z-index: 1000;
  padding: 1.25rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.3125rem;
}
.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 40.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 0;
  text-align: left;
  border: 1.375rem solid #D7000F;
  border-radius: 4.875rem;
  margin-right: -0.25rem;
}
.modal--scroll-content {
  max-height: 100%;
  overflow-y: auto;
}
.modal__title {
  font-size: 3.3125rem;
  line-height: 1.358490566;
  letter-spacing: 0;
  font-weight: 900;
  color: #D7000F;
}
.modal__text {
  font-size: 1.75rem;
  line-height: 2.5625rem;
  font-weight: 500;
  letter-spacing: 0;
}
.modal a.close-modal {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/common/icon_close.png");
}
@media (hover: hover) {
  .modal a.close-modal:hover {
    opacity: 0.7;
  }
}
.modal.modal-rules-size {
  width: 100%;
  max-width: 46.875rem;
  border-width: 1.1875rem;
}
.modal.modal-rules-size .close-modal {
  top: 1.375rem;
  right: 2.125rem;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.splide__arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  opacity: 1;
}
@media (hover: hover) {
  .splide__arrow:hover:hover:not(:disabled) {
    opacity: 0.7;
  }
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  background-image: url("../../img/common/icon_slider_prev.png");
  left: 3.5rem;
}
.splide__arrow--next {
  background-image: url("../../img/common/icon_slider_next.png");
  right: 3.5rem;
}
.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.splide__pagination__page {
  margin: 0;
  width: 1rem;
  height: 1rem;
  background-color: #FFAB9F;
  border: none;
  opacity: 1;
}
.splide__pagination__page.is-active {
  background-color: #D7000F;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 500px) {
  .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}

.single-slider .slick-slide img {
  margin-inline: auto;
}
.single-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2.6875rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  padding: 0;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  z-index: 1;
}
.single-slider .slick-arrow.slick-prev {
  left: 3.625rem;
  background: url("../../img/common/icon_slider_prev.png") no-repeat center/contain;
}
.single-slider .slick-arrow.slick-next {
  right: 3.625rem;
  background: url("../../img/common/icon_slider_next.png") no-repeat center/contain;
}
.single-slider .slick-dots {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.single-slider .slick-dots li {
  padding-inline: 0.5rem;
  font-size: 0;
}
.single-slider .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  background: #FFAB9F;
  padding: 0;
  border: none;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.single-slider .slick-dots li.slick-active button {
  background: #D7000F;
}

.question .inner {
  background-color: #fff;
  border-radius: 3.125rem;
  position: relative;
  padding: 3.375rem 2.125rem 5.0625rem;
  width: 100%;
  max-width: 40.25rem;
  margin-inline: auto;
}
.question__title {
  margin-bottom: 1.375rem;
  font-size: 2.1875rem;
}
.question__list {
  border-top: 0.125rem solid #D7000F;
}
.question__item {
  padding-block: 0.375rem;
  border-bottom: 0.125rem solid #D7000F;
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #000;
}
.question__item_q {
  padding-left: 3.125rem;
  padding-right: 2.8125rem;
  padding-block: 0.5rem 0.625rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.375;
}
.question__item_q:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  color: #D7000F;
}
.question__item_q:after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0.625rem;
  right: 0;
  background: url("../../img/common/question_icon_minus.png") no-repeat center center, url("../../img/common/question_icon_plus.png") no-repeat center center;
  background-size: 1.875rem 1.875rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.question__item_q.is-active:after {
  background-image: url("../../img/common/question_icon_minus.png");
}
.question__item_a {
  padding-left: 3.125rem;
  padding-block: 0.625rem 1.875rem;
  position: relative;
  display: none;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
.question__item_a:before {
  content: "A";
  position: absolute;
  top: 0.375rem;
  left: 0;
  pointer-events: none;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  color: #D7000F;
}
.question__item_a a {
  color: inherit;
  font-weight: 900;
}
.question__item.is-active .question__item_q {
  background-image: url(../../img/common/question_icon_minus.png);
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-15 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@keyframes rotate-15 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
@-webkit-keyframes fade-in-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  70% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fade-in-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  70% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes bound-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    visibility: visible;
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
@keyframes bound-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    visibility: visible;
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-18%);
          transform: translateX(-18%);
}
.fadeInLeft.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform ease-in-out 0.6s;
  transition: -webkit-transform ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
}

.fadeSlideIn {
  position: relative;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  opacity: 0;
}
.fadeSlideIn.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: -webkit-transform ease 0.8s;
  transition: -webkit-transform ease 0.8s;
  transition: transform ease 0.8s;
  transition: transform ease 0.8s, -webkit-transform ease 0.8s;
}

.ttl-bound-in.animated {
  -webkit-animation: bound-in 0.4s ease-in-out forwards;
          animation: bound-in 0.4s ease-in-out forwards;
}

.cloud-fade-in.animated {
  -webkit-animation: fade-in-rotate 1.2s ease-in-out forwards;
          animation: fade-in-rotate 1.2s ease-in-out forwards;
}

.wow-delay {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.wow-delay-2x {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.block-qr {
  width: 100%;
  height: 100%;
  padding-top: 2.913990625rem;
}
.block-qr__logo {
  width: 100%;
  max-width: 151.194485rem;
  margin-inline: auto;
}
.block-qr__logo img {
  width: 18.566283125rem;
}
.block-qr__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 133.960311875rem;
  margin-inline: auto;
  margin-top: 2.83073375rem;
  padding-bottom: 3.913073125rem;
}
.block-qr__phone {
  -webkit-box-flex: 38.79770375rem;
      -ms-flex: 38.79770375rem 0 0px;
          flex: 38.79770375rem 0 0;
}
.block-qr__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3.6633025rem;
  padding-top: 7.576375625rem;
  position: relative;
}
.block-qr__content:before {
  content: "";
  position: absolute;
  top: -1.16559625rem;
  right: -12.9880725rem;
  width: 37.715364375rem;
  height: 46.2908225rem;
  background: url("../../img/common/block-qr_img.png") no-repeat center/contain;
}
.block-qr__content .title {
  padding-left: 4.16284375rem;
}
.block-qr__content .title__line {
  display: block;
}
.block-qr__content .title__line.--line01 {
  font-size: 2.66422rem;
  color: #D7000F;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 78.9275175rem;
}
.block-qr__content .title__line.--line01:before, .block-qr__content .title__line.--line01:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.block-qr__content .title__line.--line01:before {
  width: 14.070411875rem;
  height: 12.3220175rem;
  background: url("../../img/common/block-qr_deco1.png") no-repeat center/contain;
  bottom: -0.49954125rem;
  left: -0.16651375rem;
}
.block-qr__content .title__line.--line01:after {
  width: 15.069494375rem;
  height: 11.15642125rem;
  background: url("../../img/common/block-qr_deco2.png") no-repeat center/contain;
  bottom: -0.49954125rem;
  right: 0.249770625rem;
}
.block-qr__content .title__line.--line01 span {
  display: block;
}
.block-qr__content .title__line.--line01 span:not(:last-child) {
  margin-right: 10px;
}
.block-qr__content .title__line.--line02 {
  margin-top: 1.914908125rem;
}
.block-qr__content .title__line.--line02 img {
  width: 76.9293525rem;
}
.block-qr__content .desc {
  font-size: 1.6651375rem;
  line-height: 2.15;
  font-weight: 700;
  color: #D7000F;
  margin-top: 2.9972475rem;
  padding-left: 5.994495rem;
  letter-spacing: 0.15em;
}
.block-qr__content .quote {
  margin-top: 3.580045625rem;
  position: relative;
}
.block-qr__content .quote:before {
  content: "";
  position: absolute;
  top: -2.081421875rem;
  right: -0.749311875rem;
  width: 8.575458125rem;
  height: 9.741054375rem;
  background: url("../../img/common/block-qr_deco3.png") no-repeat center/contain;
}
.block-qr__content .quote img {
  width: 89.334626875rem;
}
.block-qr__content .quote .quote__qr {
  position: absolute;
  top: 4.662385rem;
  left: 10.82339375rem;
  width: 17.983485rem;
  height: 17.983485rem;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 46.875rem;
  position: relative;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
}

.center {
  margin-inline: auto;
}

@media (hover: hover) {
  .hover {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .hover:hover {
    opacity: 0.7;
  }
}

.fnt-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

button[data-modal] {
  background: none;
  border: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 769px) {
  .header {
    display: none;
  }
}
.header__inner {
  width: 42.875rem;
  margin-inline: auto;
  position: relative;
}
.header__inner:before {
  content: "";
  background-color: #D7000F;
  border: 0.1875rem solid #fff;
  width: 42.875rem;
  height: 7.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__nav {
  height: 4.25rem;
}
.header__nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.header__nav li {
  padding-inline: 1.25rem;
  position: relative;
  list-style: none;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 900;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.header__nav li.fz-22 {
  font-size: 1.375rem;
}
.header__nav li:not(:last-child):before {
  content: "";
  width: 0.25rem;
  height: 2.25rem;
  background-color: #fff;
  border-radius: 0.125rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav li a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .header__nav li:hover {
    opacity: 0.8;
  }
}

.footer {
  position: relative;
}
.footer .copyright {
  font-size: 1.5rem;
  letter-spacing: -0.015em;
  line-height: 1.375;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.footer .footer-logo {
  background-color: #D7000F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back-to-top {
  position: fixed;
  width: 4.875rem;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  cursor: pointer;
}

.modal.modal-letter-pack {
  padding-block: 5.875rem 2.5625rem;
  padding-inline: 1.25rem;
  width: 46.875rem;
  max-width: inherit;
  text-align: center;
}
.modal.modal-letter-pack .modal__ttl {
  width: 37.5rem;
  margin: 0 auto;
}
.modal.modal-letter-pack .modal__text {
  margin: 1.875rem 0 2.0625rem;
  font-size: 1.625rem;
  line-height: 1.4615384615;
}
.modal.modal-letter-pack .modal__img {
  width: 20.625rem;
  margin: 0.875rem auto 0;
}
.modal.modal-letter-pack .modal__table {
  width: 38.0625rem;
  margin: 1.75rem auto 0;
}
.modal.modal-questions {
  padding-block: 6.1875rem 7.9375rem;
  padding-inline: 3.0625rem;
  border-radius: 4.4375rem;
  border: none;
  width: 42.875rem;
  max-width: inherit;
  text-align: center;
}
.modal.modal-questions .question {
  text-align: left;
}
.modal.modal-questions .question__title {
  margin-bottom: 5.125rem;
  font-size: 2.25rem;
  line-height: 1.2777777778;
  letter-spacing: 0.037em;
}
.modal.modal-questions .question__list {
  padding-top: 0;
}
.modal.modal-questions .close-modal {
  width: 4.5rem;
  height: 4.5rem;
  top: 1.375rem;
  right: 2.1875rem;
  background-image: url("../../img/common/icon_close2.png");
}

.modal-loading {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 769px) {
  .modal-loading {
    display: none;
  }
}
.modal-loading.is-show {
  opacity: 1;
  visibility: visible;
}
.modal-loading .loading__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.modal-loading .loading__img img {
  width: 25rem;
  max-width: 200px;
}

body.is-PC {
  background-color: #FFF9CB;
}
body.is-PC .wrapper {
  max-width: 100%;
}
body.is-PC .main {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .main__inner.--sp {
    display: none;
  }
  .main__inner.--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .main__inner.--sp {
    display: block;
  }
  .main__inner.--pc {
    display: none;
  }
}
.main__inner.is-show {
  display: block;
}