@charset "UTF-8";
/* default settings */
/* only for new website (remove if you are updating for other website)
 * normalize, reset
 * =================================================================== */
/*! 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 {
  -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. */
/*! 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: #222;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
}
@media (max-width: 768px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: min(16px, 0.8333333333vw);
  }
}

/*
 * 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, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-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: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * 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: */
.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: */
/*
 * 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: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, button {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

sup, sub {
  font-size: 65%;
}
@media (max-width: 768px) {
  sup, sub {
    font-size: 50%;
    top: -0.8em;
  }
}

a, a[href^=tel] {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
  cursor: pointer;
}

button {
  cursor: pointer;
  color: inherit;
}

@media (max-width: 768px) {
  *:focus, *:focus-visible {
    outline: none;
  }
  input, select, textarea {
    color: inherit;
    border-radius: 0;
  }
}
@font-face {
  font-family: "aspira-w2";
  src: url("../font/aspira-w2.woff2") format("woff2");
}
@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

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

@media (min-width: 769px) {
  .hover:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.scroll__top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  font-size: 2.5rem;
  cursor: pointer;
}
.scroll__top.white:before {
  color: #fff;
}
.scroll__top.red:before {
  color: red;
}
@media (max-width: 768px) {
  .scroll__top {
    bottom: 1.875rem;
    right: 1.875rem;
    font-size: 3.125rem;
  }
}

.tabs {
  margin-bottom: 1.25rem;
}
.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__nav button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs__main {
  min-height: 12.5rem;
}
.tabs__main--item {
  display: none;
}
.tabs__main--item.active {
  display: block;
}

.accordion {
  overflow: hidden;
}
.accordion.is-open .accordion__btn::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.accordion.accordion-disabled .accordion__btn {
  cursor: default;
}
.accordion.accordion-disabled .accordion__btn::after {
  display: none;
}
.accordion.accordion-disabled .accordion__main {
  display: block !important;
}
.accordion__btn {
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.accordion__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion__main {
  display: none;
}

.f-26 {
  font-size: 1.625rem;
}
@media (min-width: 769px) {
  .f-26 {
    font-size: 1.2913333333rem;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  z-index: 1000;
  border-bottom: 0.25rem solid #FF1F02;
}
@media (min-width: 769px) {
  .header {
    width: 37.375rem;
    padding-inline: 0.0625rem;
    height: 5.96rem;
  }
}
.header__logo {
  width: 9.8125rem;
  margin-left: 0.625rem;
}
@media (min-width: 769px) {
  .header__logo {
    width: 7.7976666667rem;
    margin-left: 0.4966666667rem;
  }
}
.header__hamburger {
  display: block;
  position: relative;
  width: 3rem;
  height: 2.75rem;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  padding: 0;
  margin-right: 2.3125rem;
}
@media (min-width: 769px) {
  .header__hamburger {
    width: 2.384rem;
    height: 2.1853333333rem;
    margin-right: 1.8376666667rem;
  }
}
.header__hamburger span {
  display: block;
  width: 3rem;
  height: 0.25rem;
  background: #000;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 769px) {
  .header__hamburger span {
    width: 2.384rem;
    height: 0.1986666667rem;
    margin-bottom: 0.7946666667rem;
  }
}
.header__hamburger span:last-child {
  margin-bottom: 0;
}
.header__hamburger.active span {
  background-color: #333;
  margin-bottom: 0.8125rem;
}
@media (min-width: 769px) {
  .header__hamburger.active span {
    margin-bottom: 0.6456666667rem;
  }
}
.header__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.header__hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__hamburger[data-menu-type=mobile-only] {
  display: none;
}
@media (max-width: 768px) {
  .header__hamburger[data-menu-type=mobile-only] {
    display: block;
  }
}
.header__hamburger[data-menu-type=universal] {
  display: block;
}
.header__nav--sp {
  display: none;
  position: fixed;
  top: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  width: 46.875rem;
  height: calc(100vh - 7.5rem);
  background-color: #fff;
}
@media (min-width: 769px) {
  .header__nav--sp {
    top: 5.96rem;
    width: 37.25rem;
    height: calc(100vh - 5.96rem);
  }
}
.header__nav--sp .menu {
  float: none;
  width: 100%;
  z-index: 10;
  display: inline-block;
}
.header__nav--sp .menu > li {
  border-top: none;
  display: block;
  height: auto;
  margin: 0 auto;
  width: 90%;
  padding: 0;
}
.header__nav--sp .menu > li .sp_title {
  padding: 2.5rem 0 1.875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li .sp_title {
    padding: 1.9866666667rem 0 1.49rem;
  }
}
.header__nav--sp .menu > li .dropdown {
  padding: 0 0 0 5%;
  position: initial;
  width: 100%;
  top: auto;
  display: block;
}
.header__nav--sp .menu > li .dropdown li {
  position: relative;
}
.header__nav--sp .menu > li .dropdown li:first-of-type {
  background: #000;
}
.header__nav--sp .menu > li .dropdown li:first-of-type a svg {
  width: 20.5rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li .dropdown li:first-of-type a svg {
    width: 16.2906666667rem;
  }
}
.header__nav--sp .menu > li .dropdown li:last-of-type {
  background: #D80E4C;
}
.header__nav--sp .menu > li .dropdown li:last-of-type svg {
  width: 22.875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li .dropdown li:last-of-type svg {
    width: 18.178rem;
  }
}
.header__nav--sp .menu > li .dropdown li a {
  text-align: left;
  font-size: 0.875rem;
  padding: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li .dropdown li a {
    font-size: 0.6953333333rem;
    padding: 1.2913333333rem;
  }
}
.header__nav--sp .menu > li .dropdown li a svg path {
  fill: #fff;
}
.header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right {
  line-height: 2;
  width: 1.40625rem;
  height: 1.40625rem;
  right: 1.40625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%) rotate(45deg);
          transform: translateX(-100%) translateY(-50%) rotate(45deg);
  color: white;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right {
    width: 1.1175rem;
    height: 1.1175rem;
    right: 1.1175rem;
  }
}
.header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right::before, .header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 0.1em;
}
.header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.421875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right::before {
    height: 0.33525rem;
  }
}
.header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.421875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li .dropdown li a .dli-chevron-round-right::after {
    width: 0.33525rem;
  }
}
.header__nav--sp .menu > li.category .sp_title {
  width: 17.25rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.category .sp_title {
    width: 13.708rem;
  }
}
.header__nav--sp .menu > li.entry .sp_title {
  width: 27.0625rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.entry .sp_title {
    width: 21.5056666667rem;
  }
}
.header__nav--sp .menu > li.entry.accordion .accordion__btn {
  position: relative;
}
.header__nav--sp .menu > li.entry.accordion .accordion__btn::before {
  content: "＋";
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  font-size: 2.8125rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.entry.accordion .accordion__btn::before {
    right: 1.49rem;
    top: 1.49rem;
    font-size: 2.235rem;
  }
}
.header__nav--sp .menu > li.entry.accordion.is-open .accordion__btn::before {
  content: "－";
}
.header__nav--sp .menu > li.top {
  position: relative;
}
.header__nav--sp .menu > li.top .sp_title {
  width: 10.25rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.top .sp_title {
    width: 8.1453333333rem;
  }
}
.header__nav--sp .menu > li.top .dli-chevron-round-right {
  line-height: 2;
  width: 1.40625rem;
  height: 1.40625rem;
  right: 1.40625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%) rotate(45deg);
          transform: translateX(-100%) translateY(-50%) rotate(45deg);
  color: #000;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.top .dli-chevron-round-right {
    width: 1.1175rem;
    height: 1.1175rem;
    right: 1.1175rem;
  }
}
.header__nav--sp .menu > li.top .dli-chevron-round-right::before, .header__nav--sp .menu > li.top .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 0.1em;
}
.header__nav--sp .menu > li.top .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.421875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.top .dli-chevron-round-right::before {
    height: 0.33525rem;
  }
}
.header__nav--sp .menu > li.top .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.421875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.top .dli-chevron-round-right::after {
    width: 0.33525rem;
  }
}
.header__nav--sp .menu > li.history {
  position: relative;
}
.header__nav--sp .menu > li.history .sp_title {
  width: 17.625rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.history .sp_title {
    width: 14.006rem;
  }
}
.header__nav--sp .menu > li.history .dli-chevron-round-right {
  line-height: 2;
  width: 1.40625rem;
  height: 1.40625rem;
  right: 1.40625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%) rotate(45deg);
          transform: translateX(-100%) translateY(-50%) rotate(45deg);
  color: #000;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.history .dli-chevron-round-right {
    width: 1.1175rem;
    height: 1.1175rem;
    right: 1.1175rem;
  }
}
.header__nav--sp .menu > li.history .dli-chevron-round-right::before, .header__nav--sp .menu > li.history .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 0.1em;
}
.header__nav--sp .menu > li.history .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.421875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.history .dli-chevron-round-right::before {
    height: 0.33525rem;
  }
}
.header__nav--sp .menu > li.history .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.421875rem;
}
@media (min-width: 769px) {
  .header__nav--sp .menu > li.history .dli-chevron-round-right::after {
    width: 0.33525rem;
  }
}
.header__nav--sp .sns {
  height: 10vh;
  background: white;
  padding: 2.34375rem 0;
  margin: 2.34375rem 0;
  border-top: #D8D8D8 1px solid;
}
@media (min-width: 769px) {
  .header__nav--sp .sns {
    padding: 1.8625rem 0;
    margin: 1.8625rem 0;
  }
}
.header__nav--sp .sns ul {
  width: 17.8125rem;
  margin: 0 auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .header__nav--sp .sns ul {
    width: 14.155rem;
  }
}
.header__nav--sp .sns ul li {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
}
@media (min-width: 769px) {
  .header__nav--sp .sns ul li {
    width: 3.576rem;
    height: 3.576rem;
  }
}
.header__nav--sp .sns p {
  text-align: center;
  font-size: 1.625rem;
  color: #000;
  margin-top: 1.875rem;
  line-height: 1.8;
  padding-bottom: 7.5rem;
}
@media (min-width: 769px) {
  .header__nav--sp .sns p {
    font-size: 1.2913333333rem;
    margin-top: 1.49rem;
    padding-bottom: 5.96rem;
  }
}

body.nav--open {
  overflow: hidden;
}
.floating_btn_wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.floating_btn_wrapper.is-hidden {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.floating_btn_wrapper.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 769px) {
  .floating_btn_wrapper {
    right: calc((100% - 37.25rem) / 2);
  }
}
.floating_btn_inner {
  width: 100%;
  background-color: #3E0910;
}
@media (min-width: 769px) {
  .floating_btn_inner {
    width: 37.25rem;
  }
}

footer .inner {
  background: #FF1F02;
  border-top: 1px solid #FFF;
}
footer .inner .menu_1 li {
  padding: 2.34375rem 0;
  text-indent: 2.34375rem;
  border-bottom: 1px solid #FFF;
}
@media (min-width: 769px) {
  footer .inner .menu_1 li {
    padding: 1.8625rem 0;
    text-indent: 1.8625rem;
  }
}
footer .inner .menu_1 li a {
  font-size: 1.625rem;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 769px) {
  footer .inner .menu_1 li a {
    font-size: 1.2913333333rem;
  }
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6.25rem auto;
  gap: 3.125rem;
  padding: 0;
}
@media (min-width: 769px) {
  footer .sns {
    margin: 4.9666666667rem auto;
    gap: 2.4833333333rem;
  }
}
footer .sns li img {
  width: 5rem;
}
@media (min-width: 769px) {
  footer .sns li img {
    width: 3.9733333333rem;
  }
}
footer .menu_2 {
  line-height: 2;
  font-size: 1.40625rem;
  margin: 3.28125rem auto 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  footer .menu_2 {
    font-size: 1.1175rem;
    margin: 2.6075rem auto 0 auto;
  }
}
footer .menu_2 li {
  position: relative;
  margin: 0 2.34375rem;
}
@media (min-width: 769px) {
  footer .menu_2 li {
    margin: 0 1.8625rem;
  }
}
footer .menu_2 li a {
  color: #000;
  text-decoration: none;
}
footer .menu_2 li::after {
  margin: 0.46875rem 0 0 2.046875rem;
  height: 60%;
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 1px;
  background-color: #000;
}
@media (min-width: 769px) {
  footer .menu_2 li::after {
    margin: 0.3725rem 0 0 1.6265833333rem;
  }
}
footer .menu_2 li:last-child::after, footer .menu_2 li.item-03::after {
  display: none;
}
footer .menu_2 .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
footer small {
  font-size: 1.171875rem;
  margin: 3.28125rem auto 0;
  padding-bottom: 3.28125rem;
  text-align: center;
  display: block;
  line-height: 2;
  font-family: "aspira-w2";
}
@media (min-width: 769px) {
  footer small {
    font-size: 0.93125rem;
    margin: 2.6075rem auto 0;
    padding-bottom: 2.6075rem;
  }
}

#ot-sdk-btn.ot-sdk-show-settings {
  color: #000 !important;
  padding: 0 !important;
  border: none !important;
  background: #FFF !important;
  font-size: inherit !important;
}

html {
  overscroll-behavior-y: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.wrap {
  width: 46.875rem;
  margin: 0 auto;
  position: relative;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/common/bg.jpg") center center/cover no-repeat;
}
@media (max-width: 768px) {
  .bg-fixed {
    display: none;
  }
}

.logo-fixed {
  position: fixed;
  top: 50%;
  right: calc(50% + 27.1875rem);
  width: 12.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .logo-fixed {
    display: none;
  }
}

.logo-fixed-02 {
  position: fixed;
  top: 9.125rem;
  left: calc(50% + 27.1875rem);
  width: 21.25rem;
}
@media (max-width: 768px) {
  .logo-fixed-02 {
    display: none;
  }
}

.nav-fixed {
  position: fixed;
  bottom: 9.25rem;
  left: calc(50% + 27.4375rem);
  width: 21.5625rem;
}
@media (max-width: 768px) {
  .nav-fixed {
    display: none;
  }
}
.nav-fixed ul li {
  position: relative;
  margin-bottom: 0.5625rem;
}
.nav-fixed ul li:nth-child(1) {
  width: 19.375rem;
}
.nav-fixed ul li:nth-child(2) {
  width: 21.5625rem;
}
.nav-fixed ul li:nth-child(3) {
  width: 7.25rem;
}

.container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 7.5rem;
  background-color: #fff;
}
@media (min-width: 769px) {
  .container {
    max-width: 37.25rem;
    padding-top: 5.96rem;
  }
  .container::before {
    position: fixed;
    top: 0;
    left: calc((100% - 37.25rem) / 2 - 1.0625rem);
    bottom: 0;
    width: 1.0625rem;
    background-color: #DC6F2A;
    content: "";
    pointer-events: none;
    z-index: 1001;
  }
  .container::after {
    position: fixed;
    top: 0;
    right: calc((100% - 37.25rem) / 2 - 1.0625rem);
    bottom: 0;
    width: 1.0625rem;
    background-color: #DC6F2A;
    content: "";
    pointer-events: none;
    z-index: 1001;
  }
}