@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.999px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  color: #000;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
a:hover {
  color: #000;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

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

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

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

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

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mt6r {
  margin-top: 6rem !important;
}

.mt7r {
  margin-top: 7rem !important;
}

.mt8r {
  margin-top: 8rem !important;
}

.mt9r {
  margin-top: 9rem !important;
}

.mt10r {
  margin-top: 10rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.mb6r {
  margin-bottom: 6rem !important;
}

.mb7r {
  margin-bottom: 7rem !important;
}

.mb8r {
  margin-bottom: 8rem !important;
}

.mb9r {
  margin-bottom: 9rem !important;
}

.mb10r {
  margin-bottom: 10rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.ml6r {
  margin-left: 6rem !important;
}

.ml7r {
  margin-left: 7rem !important;
}

.ml8r {
  margin-left: 8rem !important;
}

.ml9r {
  margin-left: 9rem !important;
}

.ml10r {
  margin-left: 10rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mr6r {
  margin-right: 6rem !important;
}

.mr7r {
  margin-right: 7rem !important;
}

.mr8r {
  margin-right: 8rem !important;
}

.mr9r {
  margin-right: 9rem !important;
}

.mr10r {
  margin-right: 10rem !important;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl3em {
  padding-left: 3em;
}

.ind1 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ind2 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ind3 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ind4 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mauto {
  margin: auto;
}

@media screen and (max-width: 767.999px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.container {
  margin: 0 16rem;
}
@media screen and (max-width: 767.999px) {
  .container {
    margin: 0 2rem;
  }
}

.common-head {
  color: #fff;
  text-align: center;
}
.common-head > .title {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  .common-head > .title {
    font-size: 2.8rem;
  }
}
.common-head > .title:before {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.common-head > .lead {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.999px) {
  .common-head > .lead {
    margin-top: 3rem;
    line-height: 1.8em;
  }
}

.common-contact {
  padding: 8rem 0 10rem;
  background: url("../img/top/contact_bg.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767.999px) {
  .common-contact {
    padding: 8rem 0;
  }
}
.common-contact .common-contact-picture {
  text-align: center;
}
.common-contact .common-contact-picture img {
  width: 12.5rem;
}
@media screen and (max-width: 767.999px) {
  .common-contact .common-contact-picture img {
    width: 10rem;
  }
}
.common-contact .common-contact-lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  .common-contact .common-contact-lead {
    font-weight: 500;
    margin-top: 2.5rem;
    line-height: 2em;
  }
}
.common-contact .common-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  .common-contact .common-contact-btn {
    margin-top: 4rem;
  }
}
.common-contact .common-contact-btn a {
  color: #fff;
  width: 61.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 0;
  border: 0.1rem solid #fff;
  border-radius: 100vmax;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  .common-contact .common-contact-btn a {
    width: 90%;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.5rem 0;
  }
}
.common-contact .common-contact-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a1115, #04A6DB);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-contact .common-contact-btn a span {
  position: relative;
  z-index: 1;
}
.common-contact .common-contact-btn a:hover:before {
  visibility: visible;
  opacity: 1;
}

.contact-form-block {
  padding: 10rem 0;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block {
    padding: 5rem 0;
  }
}
.contact-form-block .contact-form {
  width: 73.5rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block .contact-form {
    width: 100%;
    margin: 3rem 0 0;
    padding: 0 2rem;
  }
}
.contact-form-block .contact-form dl.contact-list .contact-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block .contact-form dl.contact-list .contact-list-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form-block .contact-form dl.contact-list .contact-list-block:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block .contact-form dl.contact-list .contact-list-block:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
.contact-form-block .contact-form dl.contact-list .contact-list-block dt {
  width: 28%;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block .contact-form dl.contact-list .contact-list-block dt {
    width: 100%;
  }
}
.contact-form-block .contact-form dl.contact-list .contact-list-block dt .title {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.08em;
}
.contact-form-block .contact-form dl.contact-list .contact-list-block dt .optional,
.contact-form-block .contact-form dl.contact-list .contact-list-block dt .required {
  color: #fff;
  background: #DC031B;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 0 0.4rem;
  margin-left: 0.5rem;
}
.contact-form-block .contact-form dl.contact-list .contact-list-block dt .optional {
  background: #8D8D8D;
}
.contact-form-block .contact-form dl.contact-list .contact-list-block dd {
  color: #fff;
  width: 68%;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block .contact-form dl.contact-list .contact-list-block dd {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.contact-form-block .contact-form .contact-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block .contact-form .contact-form-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
}
.contact-form-block .contact-form .contact-form-btn .contact-form-btn-block:nth-child(n+2) {
  margin-left: 5rem;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block .contact-form .contact-form-btn .contact-form-btn-block:nth-child(n+2) {
    margin: 0 auto 3rem;
  }
}
.contact-form-block .contact-form .contact-form-btn .contact-form-btn-block button {
  color: #fff;
  background: #04A6DB;
  font-size: 1.5rem;
  width: 23rem;
  height: 4.7rem;
  border-radius: 100vmax;
  position: relative;
}
.contact-form-block .contact-form .contact-form-btn .contact-form-btn-block button:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a1115, #04A6DB);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-form-block .contact-form .contact-form-btn .contact-form-btn-block button span {
  position: relative;
  z-index: 1;
}
.contact-form-block .contact-form .contact-form-btn .contact-form-btn-block button:hover:before {
  visibility: visible;
  opacity: 1;
}
.contact-form-block .contact-form .contact-form-btn .contact-form-btn-block.gray button {
  background: #666;
}
.contact-form-block .contact-form .contact-form-btn .contact-form-btn-block.gray button:before {
  background: linear-gradient(135deg, #0a1115, #666);
}
.contact-form-block .contact-form .error-message {
  color: #E30016;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}
.contact-form-block input,
.contact-form-block textarea {
  background: #fff;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 0.9rem 2rem;
  color: #000;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block input,
  .contact-form-block textarea {
    font-size: 1.6rem;
  }
}
.contact-form-block textarea {
  height: 18rem;
}
@media screen and (max-width: 767.999px) {
  .contact-form-block textarea {
    height: 20rem;
  }
}
.contact-form-block ::-webkit-input-placeholder {
  color: #BBBBBB;
}
.contact-form-block ::-moz-placeholder {
  color: #BBBBBB;
}
.contact-form-block :-ms-input-placeholder {
  color: #BBBBBB;
}
.contact-form-block ::-ms-input-placeholder {
  color: #BBBBBB;
}
.contact-form-block ::placeholder {
  color: #BBBBBB;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .header-logo {
  position: absolute;
  top: 3rem;
  left: 10rem;
}
@media screen and (max-width: 767.999px) {
  header .header-logo {
    top: 1rem;
    left: 2rem;
  }
}
header .header-logo #logo {
  width: 27.2rem;
}
@media screen and (max-width: 767.999px) {
  header .header-logo #logo {
    width: 4rem;
  }
}
header .header-logo #logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-logo .site-name {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.6em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  header .header-logo .site-name {
    display: none;
  }
}
header .header-logo .site-name span {
  letter-spacing: 0.04em;
}
header .header-container .header-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #101010 url("../img/share/nav_bg.png") left 50% no-repeat;
  background-size: 42% auto;
  padding-left: 50%;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content {
    padding: 0 2rem;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
  }
}
header .header-container .header-content #header-nav {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-top: 6rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav {
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 6rem);
    padding-bottom: 5rem;
  }
}
header .header-container .header-content #header-nav nav ul.nav-list {
  width: 57rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list {
    width: 100%;
  }
}
header .header-container .header-content #header-nav nav ul.nav-list li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
  padding: 2rem 0;
}
header .header-container .header-content #header-nav nav ul.nav-list li a .page {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list li a .page {
    font-size: 1.7rem;
  }
}
header .header-container .header-content #header-nav nav ul.nav-list li a .en {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-left: 3rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list li a .en {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
header .header-container .header-content #header-nav nav ul.nav-list li a:hover {
  background: rgba(255, 255, 255, 0.2);
  padding-left: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav ul.nav-list li a:hover {
    padding-left: 0;
  }
}
header .header-container .header-content #header-nav nav .nav-tel {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav .nav-tel {
    margin-top: 3rem;
  }
}
header .header-container .header-content #header-nav nav .nav-tel a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  border: 0.1rem solid #fff;
  display: inline-block;
  position: relative;
  padding: 0.3rem 7rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav .nav-tel a {
    display: block;
    text-align: center;
    padding: 1rem 0;
  }
}
header .header-container .header-content #header-nav nav .nav-tel a:before {
  content: "";
  background: url("../img/share/icon_tel_w.svg") center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  left: 5rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content #header-nav nav .nav-tel a:before {
    left: 7rem;
  }
}
header .header-container .header-content #header-nav nav .nav-tel a:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .header-tel {
  color: #000;
  background: #FFF700;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: fixed;
  top: 0;
  right: 6rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  header .header-tel {
    display: none;
  }
}
header .header-tel a {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
}
header .header-tel a span {
  position: relative;
  padding-left: 2rem;
}
header .header-tel a span:before {
  content: "";
  background: url("../img/share/icon_tel_b.svg") center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
header #nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
header .btn-open {
  position: relative;
  background: #000;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
}
header .btn-open span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 2.25rem;
  height: 0.15rem;
  border-radius: 100vmax;
  background: #fff;
  width: 1.5rem;
}
header .btn-open span:nth-of-type(1) {
  top: 2.4rem;
}
header .btn-open span:nth-of-type(2) {
  top: 3rem;
}
header .btn-open span:nth-of-type(3) {
  top: 3.6rem;
}
header.active .btn-open span:nth-of-type(1) {
  top: 1rem;
  left: 2.25rem;
  -webkit-transform: translateY(2rem) rotate(-45deg);
          transform: translateY(2rem) rotate(-45deg);
  width: 1.5rem;
}
header.active .btn-open span:nth-of-type(2) {
  opacity: 0;
}
header.active .btn-open span:nth-of-type(3) {
  top: 5rem;
  left: 2.25rem;
  -webkit-transform: translateY(-2rem) rotate(45deg);
          transform: translateY(-2rem) rotate(45deg);
  width: 1.5rem;
}
header.active .header-content {
  visibility: visible;
  opacity: 1;
}

footer {
  color: #fff;
  background: #000;
  padding: 5rem 0 1.5rem;
}
footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767.999px) {
  footer > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-head {
  width: calc(100% - 9.6rem);
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-head {
    width: 100%;
    padding-bottom: 2rem;
  }
}
footer .footer-head .footer-head-sitename {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767.999px) {
  footer .footer-head .footer-head-sitename {
    font-size: 1.8rem;
    text-align: center;
  }
}
footer .footer-head .footer-head-address {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-head .footer-head-address {
    font-size: 1.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto 0;
    line-height: 2em;
  }
}
footer .footer-head .footer-head-logo {
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-head .footer-head-logo {
    text-align: center;
    margin-top: 3rem;
  }
}
footer .footer-head .footer-head-logo img {
  width: 17.8rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-head .footer-head-logo img {
    width: 15rem;
  }
}
footer .footer-logo {
  width: 9.6rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-logo img {
    width: 6rem;
  }
}
footer #copyright {
  color: #A0A0A0;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  footer #copyright {
    margin-top: 3rem;
  }
}

body#top {
  background: #0F0F0F;
}
body#top #mv {
  position: relative;
}
body#top #mv .mv-picture {
  position: relative;
}
body#top #mv .mv-picture:before {
  content: "";
  background: url("../img/top/mv_pic_bg.png") left top no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: mv-picture-anime 3s ease-in-out 0.3s forwards;
          animation: mv-picture-anime 3s ease-in-out 0.3s forwards;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-picture:before {
    content: none;
  }
}
@-webkit-keyframes mv-picture-anime {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes mv-picture-anime {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
body#top #mv .mv-picture img {
  width: 100%;
  height: 109.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-picture img {
    height: 110.8rem;
  }
}
body#top #mv .mv-content {
  position: absolute;
  top: 16rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content {
    top: 8rem;
  }
}
body#top #mv .mv-content .mv-event {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: mv-event-anime 2s ease-in-out 0.3s forwards;
          animation: mv-event-anime 2s ease-in-out 0.3s forwards;
}
@-webkit-keyframes mv-event-anime {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@keyframes mv-event-anime {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
body#top #mv .mv-content .mv-event img {
  width: 67rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content .mv-event img {
    width: 21.7rem;
  }
}
body#top #mv .mv-content ul.mv-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68%;
  margin: 8rem auto 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content ul.mv-balloon {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}
body#top #mv .mv-content ul.mv-balloon li {
  width: 28%;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content ul.mv-balloon li {
    width: 48%;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content ul.mv-balloon li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body#top #mv .mv-content ul.mv-balloon li:nth-child(2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content ul.mv-balloon li:nth-child(2) {
    margin-top: 19rem;
  }
}
body#top #mv .mv-content ul.mv-balloon li:nth-child(3) {
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content ul.mv-balloon li:nth-child(3) {
    margin-top: 19rem;
  }
}
body#top #movie {
  position: relative;
}
body#top #movie .movie-video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
body#top #movie .movie-video:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
body#top #movie .movie-video video {
  width: 100%;
}
@media screen and (max-width: 767.999px) {
  body#top #movie .movie-video video {
    height: 40rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#top #movie .movie-content {
  color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.5em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #movie .movie-content {
    font-size: 1.4rem;
    line-height: 2em;
    padding: 0 2rem;
  }
}
body#top #movie .movie-content h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767.999px) {
  body#top #movie .movie-content h2 {
    font-size: 1.4rem;
  }
}
body#top #car {
  padding: 10rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #car {
    padding: 5rem 0;
  }
}
body#top #car .common-head {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .common-head {
    margin-bottom: 5rem;
  }
}
body#top #car .car-heading .car-heading-label {
  color: #fff;
  background: #04A6DB;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  display: inline-block;
  line-height: 1.4em;
  width: 11.4rem;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-heading .car-heading-label {
    font-size: 1.6rem;
  }
}
body#top #car .car-heading .car-heading-content {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.5rem;
}
body#top #car .car-heading .car-heading-content .car-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-heading .car-heading-content .car-heading-title {
    margin-top: 1rem;
  }
}
body#top #car .car-heading .car-heading-content .car-heading-title .en {
  color: #fff;
  font-family: "Instrument Serif", sans-serif;
  font-size: 9.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-heading .car-heading-content .car-heading-title .en {
    font-size: 2.8rem;
  }
}
body#top #car .car-heading .car-heading-content .car-heading-title .jp {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-heading .car-heading-content .car-heading-title .jp {
    font-size: 1.8rem;
    margin-left: 1rem;
  }
}
body#top #car .car-heading .car-heading-content .car-heading-title .jp span {
  color: #04A6DB;
}
body#top #car .car-heading.new {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-heading.new {
    margin-top: 5rem;
  }
}
body#top #car .car-heading.new .car-heading-label {
  background: #A48B78;
}
body#top #car .car-heading.new .car-heading-content .car-heading-title .jp span {
  color: #FFF700;
}
body#top #car .car-special-list {
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list {
    margin-top: 3rem;
  }
}
body#top #car .car-special-list .car-special-list-content {
  position: relative;
}
body#top #car .car-special-list .car-special-list-content:before {
  content: "";
  background: url("../img/top/car_medal.png") center no-repeat;
  background-size: contain;
  width: 18.7rem;
  height: 22.6rem;
  position: absolute;
  top: -4rem;
  left: -8rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list .car-special-list-content:before {
    width: 9.35rem;
    height: 11.3rem;
    top: -2rem;
    left: -2rem;
  }
}
body#top #car .car-special-list .car-special-list-content:nth-child(1) figure figcaption {
  background: url("../img/top/car_special_01_bg.jpg") left no-repeat;
  background-size: cover;
}
body#top #car .car-special-list .car-special-list-content:nth-child(2) figure figcaption {
  background: url("../img/top/car_special_02_bg.jpg") left no-repeat;
  background-size: cover;
}
body#top #car .car-special-list .car-special-list-content:nth-child(n+2) {
  margin-top: 2rem;
}
body#top #car .car-special-list .car-special-list-content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list .car-special-list-content figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #car .car-special-list .car-special-list-content figure .car-special-list-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list .car-special-list-content figure .car-special-list-photo {
    width: 100%;
  }
}
body#top #car .car-special-list .car-special-list-content figure figcaption {
  width: 35%;
  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;
  background: #fff;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list .car-special-list-content figure figcaption {
    width: 100%;
    padding: 1rem 0;
  }
}
body#top #car .car-special-list .car-special-list-content figure figcaption img {
  width: 90%;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list .car-special-list-content figure figcaption img {
    width: 94%;
  }
}
body#top #car .car-special-list-mini {
  margin-top: 7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list-mini {
    margin-top: 2rem;
  }
}
body#top #car .car-special-list-mini.new {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list-mini.new {
    margin-top: 2rem;
  }
}
body#top #car .car-special-list-mini > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#top #car .car-special-list-mini > ul > li {
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list-mini > ul > li {
    width: 48%;
    margin-left: 4%;
  }
}
body#top #car .car-special-list-mini > ul > li:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list-mini > ul > li:nth-child(3n-2) {
    margin-left: 4%;
  }
}
body#top #car .car-special-list-mini > ul > li:nth-child(n+4) {
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list-mini > ul > li:nth-child(n+4) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list-mini > ul > li:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-special-list-mini > ul > li:nth-child(n+3) {
    margin-top: 2rem;
  }
}
body#top #car .car-caution {
  color: #fff;
  border: 0.1rem solid #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 2rem 4rem;
  margin-top: 6rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-caution {
    padding: 2rem 1.5rem;
    margin-top: 4rem;
    text-align: justify;
  }
}
body#top #car .car-caution .note {
  margin-left: 1em;
  text-indent: -1em;
}
body#top #car .car-caution .note:before {
  content: "※";
}
body#top #car .car-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-btn {
    margin-top: 4rem;
  }
}
body#top #car .car-btn a {
  color: #fff;
  background: #04A6DB;
  width: 61.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 0;
  border-radius: 100vmax;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #car .car-btn a {
    width: 90%;
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}
body#top #car .car-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a1115, #04A6DB);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#top #car .car-btn a span {
  position: relative;
  z-index: 1;
}
body#top #car .car-btn a:hover:before {
  visibility: visible;
  opacity: 1;
}
body#top #bonus {
  background: #191919;
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 767.999px) {
  body#top #bonus {
    padding: 5rem 0;
  }
}
body#top #bonus .bonus-content {
  width: 104.4rem;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #bonus .bonus-content {
    width: calc(100% - 4rem);
  }
}
body#top #bonus .bonus-content .bonus-block:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #bonus .bonus-content .bonus-block:nth-child(n+2) {
    margin-top: 5rem;
  }
}
body#top #bonus .bonus-content .bonus-block a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#top #bonus .bonus-content .bonus-block a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body#top #event {
  padding: 10rem 0;
  background: #000 url("../img/top/event_bg.png") top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.999px) {
  body#top #event {
    padding: 5rem 0;
  }
}
body#top #event .event-list {
  margin-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list {
    margin-top: 5rem;
  }
}
body#top #event .event-list > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body#top #event .event-list > section .event-picture {
  width: 60%;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-picture {
    width: 100%;
    margin-top: 3rem;
  }
}
body#top #event .event-list > section .event-content {
  width: 28%;
  margin-left: -6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content {
    width: 100%;
    margin-left: 0;
    padding: 0 2rem;
  }
}
body#top #event .event-list > section .event-content .event-number {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 6.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-number {
    font-size: 4.5rem;
  }
}
body#top #event .event-list > section .event-content .event-number span {
  background: linear-gradient(79.56deg, #D4DD74 67.15%, #0081AB 94.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#top #event .event-list > section .event-content .event-position {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
body#top #event .event-list > section .event-content .event-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-title {
    font-size: 1.8rem;
  }
}
body#top #event .event-list > section .event-content .event-live-profile {
  padding: 0.5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 1rem 0 0 -1.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-live-profile {
    width: 90%;
    margin: 1rem 0 0 1.5rem;
  }
}
body#top #event .event-list > section .event-content .event-live-profile:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #04A6DB;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-19deg) translateY(0);
          transform: skewX(-19deg) translateY(0);
}
body#top #event .event-list > section .event-content .event-live-profile .event-live-profile-title {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-bottom: 0.2rem solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
}
body#top #event .event-list > section .event-content .event-live-profile .event-live-profile-body {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4em;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
body#top #event .event-list > section .event-content ul.event-live {
  margin-top: 2rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3019607843);
  padding-bottom: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body#top #event .event-list > section .event-content ul.event-live li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#top #event .event-list > section .event-content ul.event-live li:nth-child(n+2) {
  margin-top: 0.3rem;
}
body#top #event .event-list > section .event-content ul.event-live li .event-live-head {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 100vmax;
  padding: 0 1.5rem;
  line-height: 1.4em;
}
body#top #event .event-list > section .event-content ul.event-live li .event-live-body {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 9.5rem;
  margin-left: 1.5rem;
}
body#top #event .event-list > section .event-content ul.event-live li .event-live-body:before {
  content: "";
  width: 8rem;
  height: 0.1rem;
  border-top: 0.2rem dotted #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
body#top #event .event-list > section .event-content .event-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem 0 0 0.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-units {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#top #event .event-list > section .event-content .event-units:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #04A6DB;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
}
body#top #event .event-list > section .event-content .event-units .event-units-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.1rem 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-units .event-units-block {
    padding: 0.5rem 1rem;
  }
}
body#top #event .event-list > section .event-content .event-units .event-units-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #04A6DB;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-15deg) translateY(0);
          transform: skewX(-15deg) translateY(0);
}
body#top #event .event-list > section .event-content .event-units .event-units-block .event-units-block-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
body#top #event .event-list > section .event-content .event-units .event-units-block .event-units-block-number {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin-left: 0.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-units .event-units-block .event-units-block-number {
    font-size: 1.6rem;
  }
}
body#top #event .event-list > section .event-content .event-units .event-units-block .event-units-block-number span {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1em;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-units .event-units-block .event-units-block-number span {
    font-size: 2rem;
  }
}
body#top #event .event-list > section .event-content .event-units .event-units-name {
  color: #fff;
  font-family: "Instrument Serif", sans-serif;
  font-size: 3.3rem;
  letter-spacing: -0.05em;
  line-height: 1.1em;
  margin-left: 0.3em;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-units .event-units-name {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
body#top #event .event-list > section .event-content .event-summary {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-summary {
    font-size: 1.4rem;
  }
}
body#top #event .event-list > section .event-content .event-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-btn {
    text-align: center;
  }
}
body#top #event .event-list > section .event-content .event-btn a {
  color: #fff;
  background: #04A6DB;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: inline-block;
  border-radius: 100vmax;
  padding: 1rem 5.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section .event-content .event-btn a {
    width: 90%;
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}
body#top #event .event-list > section .event-content .event-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a1115, #04A6DB);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#top #event .event-list > section .event-content .event-btn a span {
  position: relative;
  padding-left: 2.8rem;
}
body#top #event .event-list > section .event-content .event-btn a span:before {
  content: "";
  background: url("../img/share/icon_download.svg") center no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
body#top #event .event-list > section .event-content .event-btn a:hover:before {
  visibility: visible;
  opacity: 1;
}
body#top #event .event-list > section:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body#top #event .event-list > section:nth-child(2n) .event-content {
  margin: 0 -6rem 0 0;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section:nth-child(2n) .event-content {
    margin: 0;
  }
}
body#top #event .event-list > section:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-list > section:nth-child(n+2) {
    margin-top: 5rem;
  }
}
body#top #event .event-banner ul.event-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-banner ul.event-banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
body#top #event .event-banner ul.event-banner-list li {
  width: 49%;
  margin-left: 2%;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-banner ul.event-banner-list li {
    width: 100%;
    margin-left: 0;
  }
}
body#top #event .event-banner ul.event-banner-list li:nth-child(2n-1) {
  margin-left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-banner ul.event-banner-list li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
body#top #event .event-banner .event-banner-notes {
  color: #fff;
  font-size: 1rem;
  margin-top: 0.5rem;
}
body#top #event .event-corner {
  margin-top: 12rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-corner {
    margin-top: 8rem;
  }
}
body#top #event .event-corner > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-corner > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #event .event-corner > .container > section {
  background: #fff;
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-corner > .container > section {
    width: 100%;
    margin-left: 0;
  }
}
body#top #event .event-corner > .container > section:nth-child(3n-2) {
  margin-left: 0;
}
body#top #event .event-corner > .container > section:nth-child(n+4) {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-corner > .container > section:nth-child(n+2) {
    margin-top: 2rem;
  }
}
body#top #event .event-corner > .container > section.train {
  background: #fff url("../img/top/event_train_bg.png") bottom right no-repeat;
  background-size: 15.6rem 13.3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #event .event-corner > .container > section.train {
    background-size: 7.8rem 6.7rem;
  }
}
body#top #event .event-corner > .container > section figure .event-corner-picture img {
  width: 100%;
  height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
}
body#top #event .event-corner > .container > section figure figcaption {
  padding: 0 2rem 2rem;
}
body#top #event .event-corner > .container > section figure .event-corner-label {
  margin: -1.5rem 0 0 -2rem;
  display: block;
}
body#top #event .event-corner > .container > section figure .event-corner-label span {
  color: #fff;
  background: #000;
  font-family: "Instrument Serif", sans-serif;
  font-size: 2.6rem;
  padding: 0 1rem;
  line-height: 1.1em;
  display: inline-block;
}
body#top #event .event-corner > .container > section figure .event-corner-label.red span {
  background: #DC031B;
}
body#top #event .event-corner > .container > section figure .event-corner-label.blue span {
  background: #04A6DB;
}
body#top #event .event-corner > .container > section figure .event-corner-label.yellow span {
  background: #FFF700;
  color: #000;
}
body#top #event .event-corner > .container > section figure .event-corner-title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-top: 1rem;
}
body#top #event .event-corner > .container > section figure .event-corner-title.square {
  position: relative;
  padding-left: 1.2rem;
}
body#top #event .event-corner > .container > section figure .event-corner-title.square:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #04A6DB;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
body#top #event .event-corner > .container > section figure .event-corner-summary {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
body#top #access {
  padding: 10rem 0;
  background: #2E2E2E;
}
@media screen and (max-width: 767.999px) {
  body#top #access {
    padding: 5rem 0;
  }
}
body#top #access .access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body#top #access .access-content .access-map {
  width: 55%;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content .access-map {
    width: 100%;
    margin-top: 6rem;
  }
}
body#top #access .access-content .access-map iframe {
  width: 100%;
  height: 48rem;
  border: none;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content .access-map iframe {
    height: 35rem;
  }
}
body#top #access .access-content .access-info {
  width: 45%;
  padding-left: 7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content .access-info {
    width: 100%;
    padding-left: 0;
  }
}
body#top #access .access-content .access-info dl.access-list .access-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0.1rem solid #575757;
  padding: 2.3rem 0;
}
body#top #access .access-content .access-info dl.access-list .access-list-block:nth-child(1) {
  padding-top: 0;
}
body#top #access .access-content .access-info dl.access-list .access-list-block dt {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  width: 28%;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content .access-info dl.access-list .access-list-block dt {
    width: 25%;
  }
}
body#top #access .access-content .access-info dl.access-list .access-list-block dd {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  width: 72%;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content .access-info dl.access-list .access-list-block dd {
    width: 75%;
  }
}
body#top #access .access-content .access-info dl.access-list .access-list-block dd a {
  color: #fff;
}
body#top #access .access-content .access-info .access-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content .access-info .access-btn {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#top #access .access-content .access-info .access-btn a {
  color: #fff;
  background: #04A6DB;
  font-size: 1.5rem;
  font-weight: 600;
  width: 27rem;
  height: 4.7rem;
  border-radius: 100vmax;
  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;
}
@media screen and (max-width: 767.999px) {
  body#top #access .access-content .access-info .access-btn a {
    width: 90%;
    font-size: 1.8rem;
    height: auto;
    padding: 1.5rem 0;
  }
}
body#top #access .access-content .access-info .access-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a1115, #04A6DB);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#top #access .access-content .access-info .access-btn a span {
  position: relative;
  z-index: 1;
}
body#top #access .access-content .access-info .access-btn a:hover:before {
  visibility: visible;
  opacity: 1;
}

body.page {
  background: #0F0F0F;
}
body.page main {
  margin: 20rem 0 15rem;
}
@media screen and (max-width: 767.999px) {
  body.page main {
    margin: 10rem 0 10rem;
  }
}
body.page .page-title {
  text-align: center;
}
body.page .page-title span {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.999px) {
  body.page .page-title span {
    font-size: 2.4rem;
  }
}
body.page .page-title span:before {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body.page .page-title span:before {
    width: 1.5rem;
  }
}
body.page .page-lead {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5em;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  body.page .page-lead {
    line-height: 2em;
    letter-spacing: 0;
    margin-top: 5rem;
  }
}
body.page .page-btn {
  text-align: center;
  margin-top: 5rem;
}
body.page .page-btn a {
  color: #fff;
  background: #04A6DB;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
  padding: 1.1rem 6.5rem;
  display: inline-block;
}
@media screen and (max-width: 767.999px) {
  body.page .page-btn a {
    width: 90%;
  }
}
body#contact .contact-form-block {
  padding: 0;
}