@charset "UTF-8";
/* --------------------------------------------------------------------------------
*   common
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*   text / font
-------------------------------------------------------------------------------- */
#loading .loadingPercent {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* --------------------------------------------------------------------------------
*   media query
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   z-index
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   easing
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   texture
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   color
*
-------------------------------------------------------------------------------- */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* Coolors Exported Palette - coolors.co/040091-6901f5-b735fb-fe249b-ff5a78 */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* HSL */
/* RGB */
/* --------------------------------------------------------------------------------
*
*   mixin
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   animation
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   media query
*
-------------------------------------------------------------------------------- */
/*
*
*   max order
*
*/
/*
*
*   min order
*
*/
/*
*
*   how to
*
*/
/* --------------------------------------------------------------------------------
*
*   portrait,landscape
*
-------------------------------------------------------------------------------- */
/*
  *
  *   how to
  *
  */
/* --------------------------------------------------------------------------------
*
*   common
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   float
*
-------------------------------------------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.fList > li,
.fList > dt,
.fList > dd,
.fList > .item {
  float: left;
}

.fList > .item:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.flex > li:last-child,
.flex > dt:last-child,
.flex > dd:last-child,
.flex > .item:last-child {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.fBoth > li:first-child {
  float: left;
}

.fBoth > li:last-child {
  float: right;
}

.fBoth > dt,
.fBoth > .item:nth-child(1) {
  float: left;
}

.fBoth > dd,
.fBoth > .item:nth-child(2) {
  float: right;
}

/* --------------------------------------------------------------------------------
*
*   flex
*
-------------------------------------------------------------------------------- */
.flex {
  display: flex;
}

/* --------------------------------------------------------------------------------
*
*   Clearfix
*
-------------------------------------------------------------------------------- */
.cf, .fList {
  zoom: 1;
}

.cf:after, .fList:after, .fBoth:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------------
*
*   TextAlign
*
-------------------------------------------------------------------------------- */
.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.vb {
  vertical-align: baseline;
}

/* --------------------------------------------------------------------------------
*
*   Nav
*
-------------------------------------------------------------------------------- */
.nav {
  zoom: 1;
}

.nav:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------------
*
*   font
*
-------------------------------------------------------------------------------- */
.captalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/* --------------------------------------------------------------------------------
*
*   responsive
*
-------------------------------------------------------------------------------- */
img.fitted {
  width: 100% !important;
  height: auto !important;
}

/* --------------------------------------------------------------------------------
*
*   overflow hidden
*
-------------------------------------------------------------------------------- */
.oh {
  overflow: hidden;
}

/* --------------------------------------------------------------------------------
*
*   word breadk
*
-------------------------------------------------------------------------------- */
.wb {
  word-break: break-all;
}

/* --------------------------------------------------------------------------------
*
*   font-weight
*
-------------------------------------------------------------------------------- */
.fwb {
  font-weight: bold;
}

/* --------------------------------------------------------------------------------
*
*   center
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   row
*
-------------------------------------------------------------------------------- */
.row {
  font-size: 0;
  text-align: center;
}

.row .item {
  display: inline-block;
}

.row.row_col2 > .item {
  width: 50%;
}

.row.row_col3 > .item {
  width: 33.3333%;
}

.row.row_col4 > .item {
  width: 25%;
}

.row .item:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

/* --------------------------------------------------------------------------------
*
*   opacity
*
-------------------------------------------------------------------------------- */
.is-unvisible {
  opacity: 0 !important;
}

.is-visible {
  opacity: 1 !important;
}

/* --------------------------------------------------------------------------------
*
*   display
*
-------------------------------------------------------------------------------- */
.is-block {
  display: block !important;
}

.is-none {
  display: none !important;
}

/* --------------------------------------------------------------------------------
*
*   overflow
*
-------------------------------------------------------------------------------- */
.is-scroll {
  overflow: scroll !important;
}

.is-scroll-x {
  overflow-x: scroll !important;
}

.is-scroll-y {
  overflow-y: scroll !important;
}

.is-hidden {
  overflow: hidden !important;
}

.is-hidden-x {
  overflow-x: hidden !important;
}

.is-hidden-y {
  overflow-y: hidden !important;
}

/* --------------------------------------------------------------------------------
*
*   position
*
-------------------------------------------------------------------------------- */
.is-fixed {
  position: fixed !important;
}

.is-absolute {
  position: absolute !important;
}

.is-relative {
  position: relative !important;
}

.is-static {
  position: static !important;
}

/* --------------------------------------------------------------------------------
*
*   // 画像保存禁止
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   design(見本)
*
-------------------------------------------------------------------------------- */
.sample {
  display: none;
  position: absolute;
  opacity: 0.3;
  top: 0px;
  left: 0;
  z-index: 99999;
}

/* --------------------------------------------------------------------------------
*
*   margin
*
-------------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  border: none;
}

/* image */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  list-style: none;
}

a {
  cursor: pointer;
}

table {
  font-size: 100%;
}

hr.separator {
  display: none;
}

input[type="text"], button, select, textarea {
  resize: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: bottom;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------------
*   parts
-------------------------------------------------------------------------------- */
/*
MODALを踏襲
*/
#alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 71px;
}

#alert .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s linear;
  pointer-events: none;
}

#alert.-show .bg {
  background-color: rgba(0, 0, 0, 0.8);
}

#alert .modalInner {
  position: relative;
  z-index: 2;
  opacity: 0;
  min-height: 400px;
  transform: translateY(2vh);
  transition: opacity 0.4s 0.2s linear,all 0.4s 0.2s ease-out;
  white-space: nowrap;
}

#alert.-show .modalInner {
  opacity: 1;
  transform: translateY(0);
}

#alert .close {
  position: absolute;
  right: -61px;
  top: 0px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

#alert .modal__close-button {
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background-color: #EF5A01;
  position: relative;
}

#alert .modal__close-button::before, #alert .modal__close-button::after {
  content: '';
  display: block;
  height: 1px;
  width: 21px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#alert .modal__close-button::before {
  transform: rotate(19deg);
}

#alert .modal__close-button::after {
  transform: rotate(-19deg);
}

@media only screen and (max-width: 768px) {
  #alert {
    padding: 0 20px;
  }
  #alert .close {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*
ENTER PAGEを踏襲
*/
.alert {
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 120000;
  padding-bottom: 30px;
}

.alert .alert__bg-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.alert .alert__bg-image > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.alert .alert__bg-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_gradient.png") repeat-x top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.alert .alert__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.alert .alert__title {
  padding: 0 25px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3.93px;
  text-align: center;
  line-height: 36px;
}

.alert .alert__menu-list {
  display: flex;
  justify-content: center;
}

.alert .alert__menu-item {
  width: 100%;
  padding: 50px 7.5% 75px;
}

.alert .alert__menu-item:nth-child(n+2) {
  border-left: 1px solid #ffffff;
}

.alert .alert__item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alert .alert__menu-logo {
  text-align: center;
  margin-bottom: 60px;
}

.alert .alert__menu-logo img {
  width: 113px;
}

.alert .alert__menu-title {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.78px;
  text-align: center;
}

.alert .alert__menu-desc {
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1.88px;
  text-align: center;
  line-height: 1.8;
  margin-top: 60px;
}

.alert .alert__button {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .alert {
    padding-bottom: 0;
    background-color: #ffffff;
    height: 75vh;
    -webkit-overflow-scrolling: touch;
  }
  .alert .alert__bg-image {
    display: none;
  }
  .alert .alert__title {
    width: 100%;
    padding: 20px 20px;
    min-height: 170px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .alert .alert__bg-image--sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .alert .alert__bg-image--sp > img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
  .alert .alert__bg-image--sp::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/bg_gradient.png") repeat-x top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .alert .alert__menu-list {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  .alert .alert__menu-item {
    width: 100%;
    padding: 80px 0;
  }
  .alert .alert__menu-item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #444444;
  }
  .alert .alert__menu-title {
    font-size: 13px;
    font-weight: normal;
    color: #444444;
    letter-spacing: 1.44px;
  }
  .alert .alert__menu-desc {
    font-size: 10px;
    color: #444444;
  }
  .alert .alert__button {
    margin-top: 25px;
  }
  .alert .alert__button > .button--invert {
    background-color: #EF5A01;
    color: #ffffff;
  }
}

.enter {
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 120000;
  padding-bottom: 40px;
}

.enter .enter__bg-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.enter .enter__bg-image > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.enter .enter__bg-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.8) 26%, rgba(152, 161, 207, 0.5) 46%, rgba(187, 191, 220, 0.2) 66%, rgba(226, 225, 231, 0.1) 86%, rgba(254, 254, 255, 0) 100%);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.enter .enter__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.enter .enter__title {
  padding: 25px 25px 35px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3.93px;
  text-align: center;
  line-height: 36px;
}

.enter .enter__menu-list {
  display: flex;
  justify-content: center;
}

.enter .enter__menu-item {
  width: 50%;
  padding: 60px 7.5% 45px;
}

.enter .enter__menu-item:nth-child(n+2) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.enter .enter__item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.enter .enter__menu-title {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.78px;
  text-align: center;
}

.enter .enter__menu-desc {
  font-weight: bold;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 1.88px;
  text-align: center;
  line-height: 1.8;
  margin-top: 18px;
}

.enter .enter__button {
  width: 90%;
  margin: 50px auto 0;
}

@media only screen and (max-width: 768px) {
  .enter {
    padding-bottom: 0;
    background-color: #ffffff;
  }
  .enter .enter__bg-image {
    display: none;
  }
  .enter .enter__title {
    width: 100%;
    padding: 20px 20px;
    min-height: 160px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  .enter .enter__title {
    min-height: 38.64734vw;
  }
}

@media only screen and (max-width: 768px) {
  .enter .enter__bg-image--sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .enter .enter__bg-image--sp > img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
  .enter .enter__bg-image--sp::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.8) 26%, rgba(152, 161, 207, 0.5) 46%, rgba(187, 191, 220, 0.2) 66%, rgba(226, 225, 231, 0.1) 86%, rgba(254, 254, 255, 0) 100%);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .enter .enter__menu-list {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  .enter .enter__menu-item {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  .enter .enter__menu-item {
    padding-top: 8.45411vw;
    padding-bottom: 8.45411vw;
  }
}

@media only screen and (max-width: 768px) {
  .enter .enter__menu-item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #444444;
  }
  .enter .enter__menu-title {
    font-size: 13px;
    color: #444444;
    letter-spacing: 1.44px;
  }
  .enter .enter__menu-desc {
    font-size: 10px;
    color: #444444;
    margin-top: 18px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  .enter .enter__menu-desc {
    margin-top: 4.34783vw;
  }
}

@media only screen and (max-width: 768px) {
  .enter .enter__button {
    width: 100%;
    margin-top: 25px;
    max-width: 335px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  .enter .enter__button {
    margin-top: 6.03865vw;
  }
}

/* --------------------------------------------------------------------------------
*
*   footer
*
-------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  padding: 25px 60px 49px;
}

.footer.-fill-bg {
  background-color: #e2e1e8;
}

.footer .footer__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.footer .footer__nav {
  order: 3;
  margin-left: auto;
}

.footer .footer__nav-list {
  display: flex;
}

.footer .footer__nav-item + .footer__nav-item {
  margin-left: 27px;
}

.footer .footer__nav-link {
  font-size: 10px;
  color: #666666;
  letter-spacing: 1.82px;
}

@media only screen and (min-width: 769px) {
  .footer .footer__nav-link {
    transition: opacity .3s;
  }
  .footer .footer__nav-link:hover {
    opacity: .7;
  }
}

.footer .footer__support {
  order: 2;
  font-size: 10px;
  color: #666666;
  letter-spacing: 1.54px;
  margin-left: 27px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.footer .footer__copy_zenrin {
  order: 2;
  font-size: 10px;
  color: #666666;
  letter-spacing: 1.54px;
  margin-left: 27px;
  text-align: center;
}

.footer .footer__copyright {
  order: 1;
  font-size: 10px;
  color: #2D43B2;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 0px 20px 25px;
  }
  .footer .footer__inner {
    max-width: none;
    margin: 0 auto;
    display: block;
  }
  .footer .footer__nav-list {
    display: block;
  }
  .footer .footer__nav-item {
    text-align: center;
  }
  .footer .footer__nav-item + .footer__nav-item {
    margin-left: 0;
    margin-top: 16px;
  }
  .footer .footer__nav-link {
    font-size: 10px;
    color: #666666;
    letter-spacing: 1.82px;
  }
  .footer .footer__copy_zenrin {
    margin-left: 0;
    margin-top: 0px;
    display: inline-block;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .footer .footer__copy_zenrin {
    margin-top: 16.01562vw;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer__support {
    margin-left: 0;
    margin-top: 103px;
    display: inline-block;
    width: 48%;
  }
  .footer .footer__copyright {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 400px) {
  .footer .footer__copy_zenrin {
    width: 100%;
  }
  .footer .footer__support {
    width: 100%;
    margin-top: 15px;
  }
}

/* --------------------------------------------------------------------------------
*
*   header
*
-------------------------------------------------------------------------------- */
#header {
  width: 100%;
  padding: 27px 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.id_faq #header,
.id_how #header,
.id_terms #header,
.id_maintenance #header,
.id_project #header,
.id_miyashita-mystery-park #header,
.id_yamamotonairu #header,
.id_broom-your-flower #header {
  position: absolute;
  z-index: 100;
}

#header .header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  will-change: transform;
  transform: translate3d(0, -195%, 2px);
}

.id_faq #header .header__inner,
.id_how #header .header__inner,
.id_terms #header .header__inner,
.id_maintenance #header .header__inner,
.id_project #header .header__inner,
.id_miyashita-mystery-park #header .header__inner,
.id_yamamotonairu #header .header__inner,
.id_broom-your-flower #header .header__inner {
  will-change: auto;
  transform: translate3d(0, 0, 0);
}

#header .header__logo {
  width: 125px;
  z-index: 2;
}

#header .header__logo > a {
  display: block;
}

#header .header__menu {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  #header .header__menu {
    display: none;
  }
}

#header .header__menu-item {
  position: relative;
  padding: 10px;
}

#header .header__menu-item:nth-child(n + 2) {
  margin-left: 10px;
}

#header .header__menu-item a {
  color: #fff !important;
  font-size: 10px;
  display: block;
  letter-spacing: 0.18em;
}

#header .header__menu-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  background-color: #fff;
  height: 2px;
  width: 2px;
  z-index: -1;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  #header {
    padding: 20px;
  }
  #header .header__logo {
    width: 93px;
  }
}

#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 71px;
}

#modal .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s linear;
  pointer-events: none;
}

#modal.-show .bg {
  background-color: rgba(0, 0, 0, 0.8);
}

#modal .modalInner {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(2vh);
  transition: opacity 0.4s 0.2s linear,all 0.4s 0.2s ease-out;
}

#modal.-show .modalInner {
  opacity: 1;
  transform: translateY(0);
}

#modal .close {
  position: absolute;
  right: -61px;
  top: 0px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

#modal .modal__close-button {
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background-color: #2D43B2;
  position: relative;
  cursor: pointer;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  #modal .modal__close-button {
    transition: opacity .3s;
  }
  #modal .modal__close-button:hover {
    opacity: .7;
  }
}

#modal .modal__close-button::before, #modal .modal__close-button::after {
  content: '';
  display: block;
  height: 1px;
  width: 21px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#modal .modal__close-button::before {
  transform: rotate(19deg);
}

#modal .modal__close-button::after {
  transform: rotate(-19deg);
}

@media only screen and (max-width: 768px) {
  #modal {
    padding: 0 20px;
  }
  #modal .close {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  #modal .close {
    top: -14.49275vw;
  }
}

/* --------------------------------------------------------------------------------
*
*   html,body
*
-------------------------------------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  font-family: futura, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* --------------------------------------------------------------------------------
*
*   #wrapper #inner
*
-------------------------------------------------------------------------------- */
#wrapper, #inner {
  width: 100%;
}

/* --------------------------------------------------------------------------------
*
*   .wrapper .inner
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   opacity
*
-------------------------------------------------------------------------------- */
@media (min-width: 769px) {
  .hover_op {
    transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .hover_op:hover {
    cursor: pointer;
    opacity: 0.5 !important;
  }
}

@media (min-width: 769px) {
  .hover_sc {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transform: translate3d(0, 0, 0);
  }
  .hover_sc img {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .hover_sc:hover {
    cursor: pointer;
    transform: scale(0.96);
  }
  .hover_sc:hover img {
    opacity: 0.65 !important;
  }
}

@media (min-width: 769px) {
  .hover_op_sns svg {
    transform: translate3d(0, 0, 0);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .hover_op_sns:hover svg {
    will-change: all;
    cursor: pointer;
    opacity: 0.6 !important;
    transform: scale(0.92);
  }
}

.showOp {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.showOp.is-show {
  opacity: 1;
}

/* --------------------------------------------------------------------------------
*
*   flash
*
-------------------------------------------------------------------------------- */
.flashD {
  animation: kf_flash 0.02s 10 normal;
}

.flashD_g {
  animation: kf_flash_g 0.01s 13 normal;
}

.flashD_g_main {
  animation: kf_flash_g 0.02s 13 normal;
}

.flashD_sp {
  animation: kf_flash 0.02s 5 normal;
}

.flashD_g_sp {
  animation: kf_flash_g 0.01s 6 normal;
}

.flashD_g_main_sp {
  animation: kf_flash_g 0.02s 6 normal;
}

@-moz-keyframes kf_flash {
  50% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@-webkit-keyframes kf_flash {
  50% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@-o-keyframes kf_flash {
  50% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@keyframes kf_flash {
  50% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}

@-moz-keyframes kf_flash_g {
  50% {
    opacity: 0.0;
  }
}

@-webkit-keyframes kf_flash_g {
  50% {
    opacity: 0.0;
  }
}

@-o-keyframes kf_flash_g {
  50% {
    opacity: 0.0;
  }
}

@keyframes kf_flash_g {
  50% {
    opacity: 0.0;
  }
}

.spantext {
  white-space: nowrap;
}

.spantext .oh {
  display: inline-block;
  position: relative;
  line-height: 1.3;
}

.spantext .oh .t {
  opacity: 0;
}

.spantext .oh .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
}

/* --------------------------------------------------------------------------------
*
*   scale
*
-------------------------------------------------------------------------------- */
.scale {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.scale:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.scale_img {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.scale_img:hover {
  cursor: pointer;
  transform: scale(1.15);
}

/* --------------------------------------------------------------------------------
*
*   color
*
-------------------------------------------------------------------------------- */
.hColor {
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.hColor:hover {
  cursor: pointer;
  color: #f63e69 !important;
}

.hBgColor {
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.hBgColor:hover {
  cursor: pointer;
  background-color: #F63E69 !important;
}

/*
*
*   cursor
*
*/
.cp {
  cursor: pointer;
}

/* --------------------------------------------------------------------------------
*
*   shadow
*
-------------------------------------------------------------------------------- */
.hover_boxShadow {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.hover_boxShadow:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
  opacity: 0.7;
  cursor: pointer;
}

/* --------------------------------------------------------------------------------
*
*   filte flash
*
-------------------------------------------------------------------------------- */
.wFlash {
  cursor: pointer;
}

.wFlash:hover {
  animation: bF 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal;
}

@-moz-keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@-o-keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes bF {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

.flash:hover {
  animation: kf_flash 0.05s infinite;
}

.translate {
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

/* --------------------------------------------------------------------------------
*
*   pulse
*
-------------------------------------------------------------------------------- */
.pulse {
  border-radius: 50%;
}

.pulse:hover {
  animation: pulse 1.2s infinite;
  animation-delay: 0.3;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.button,
.button--darker,
.button--invert,
.button--invert-border,
.button--invert-darker,
.button--border {
  display: block;
  width: 100%;
  border-radius: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-height: 31px;
  height: 31px;
  z-index: 1;
  cursor: pointer;
  transition: color 0.75s cubic-bezier(0.16, 1, 0.3, 1), background-color 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.button .button__inner,
.button--darker .button__inner,
.button--invert .button__inner,
.button--invert-border .button__inner,
.button--invert-darker .button__inner,
.button--border .button__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.button .button__word,
.button .button__word--disabled,
.button--darker .button__word,
.button--darker .button__word--disabled,
.button--invert .button__word,
.button--invert .button__word--disabled,
.button--invert-border .button__word,
.button--invert-border .button__word--disabled,
.button--invert-darker .button__word,
.button--invert-darker .button__word--disabled,
.button--border .button__word,
.button--border .button__word--disabled {
  color: currentColor;
  font-size: 11px;
  letter-spacing: 1.4px;
  position: relative;
  z-index: 2;
}

.button .button__word--disabled,
.button--darker .button__word--disabled,
.button--invert .button__word--disabled,
.button--invert-border .button__word--disabled,
.button--invert-darker .button__word--disabled,
.button--border .button__word--disabled {
  display: none;
  color: #ffffff;
}

.button .button__icon,
.button--darker .button__icon,
.button--invert .button__icon,
.button--invert-border .button__icon,
.button--invert-darker .button__icon,
.button--border .button__icon {
  position: absolute;
  top: 0;
  right: -17px;
  fill: currentColor;
}

.button::before, .button::after,
.button--darker::before,
.button--darker::after,
.button--invert::before,
.button--invert::after,
.button--invert-border::before,
.button--invert-border::after,
.button--invert-darker::before,
.button--invert-darker::after,
.button--border::before,
.button--border::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: background-color 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.button::before,
.button--darker::before,
.button--invert::before,
.button--invert-border::before,
.button--invert-darker::before,
.button--border::before {
  left: 7px;
}

.button::after,
.button--darker::after,
.button--invert::after,
.button--invert-border::after,
.button--invert-darker::after,
.button--border::after {
  right: 7px;
}

.button.is-disabled,
.button--darker.is-disabled,
.button--invert.is-disabled,
.button--invert-border.is-disabled,
.button--invert-darker.is-disabled,
.button--border.is-disabled {
  pointer-events: none;
  background-color: #A7A7A7;
  color: #ffffff;
}

.button.is-disabled .button__word,
.button--darker.is-disabled .button__word,
.button--invert.is-disabled .button__word,
.button--invert-border.is-disabled .button__word,
.button--invert-darker.is-disabled .button__word,
.button--border.is-disabled .button__word {
  display: none;
}

.button.is-disabled .button__word--disabled,
.button--darker.is-disabled .button__word--disabled,
.button--invert.is-disabled .button__word--disabled,
.button--invert-border.is-disabled .button__word--disabled,
.button--invert-darker.is-disabled .button__word--disabled,
.button--border.is-disabled .button__word--disabled {
  display: block;
}

.button .circle,
.button--darker .circle,
.button--invert .circle,
.button--invert-border .circle,
.button--invert-darker .circle,
.button--border .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
  z-index: 2;
}

@media (max-width: 768px) {
  .button .circle,
  .button--darker .circle,
  .button--invert .circle,
  .button--invert-border .circle,
  .button--invert-darker .circle,
  .button--border .circle {
    display: none;
  }
}

.button .circle.-middle,
.button--darker .circle.-middle,
.button--invert .circle.-middle,
.button--invert-border .circle.-middle,
.button--invert-darker .circle.-middle,
.button--border .circle.-middle {
  background: radial-gradient(circle closest-side, #ccc 75%, transparent 100%);
}

.button .circle.-darker,
.button--darker .circle.-darker,
.button--invert .circle.-darker,
.button--invert-border .circle.-darker,
.button--invert-darker .circle.-darker,
.button--border .circle.-darker {
  background: radial-gradient(circle closest-side, #2C44B2 75%, transparent 100%);
}

.button .circle.-bright,
.button--darker .circle.-bright,
.button--invert .circle.-bright,
.button--invert-border .circle.-bright,
.button--invert-darker .circle.-bright,
.button--border .circle.-bright {
  background: radial-gradient(circle closest-side, #fff 75%, transparent 100%);
}

@media (min-width: 769px) {
  .button:hover.-bright,
  .button--darker:hover.-bright,
  .button--invert:hover.-bright,
  .button--invert-border:hover.-bright,
  .button--invert-darker:hover.-bright,
  .button--border:hover.-bright {
    color: #fff;
  }
  .button:hover.-bright::before, .button:hover.-bright::after,
  .button--darker:hover.-bright::before,
  .button--darker:hover.-bright::after,
  .button--invert:hover.-bright::before,
  .button--invert:hover.-bright::after,
  .button--invert-border:hover.-bright::before,
  .button--invert-border:hover.-bright::after,
  .button--invert-darker:hover.-bright::before,
  .button--invert-darker:hover.-bright::after,
  .button--border:hover.-bright::before,
  .button--border:hover.-bright::after {
    background-color: #fff;
  }
  .button:hover.-darker,
  .button--darker:hover.-darker,
  .button--invert:hover.-darker,
  .button--invert-border:hover.-darker,
  .button--invert-darker:hover.-darker,
  .button--border:hover.-darker {
    color: #2C44B2;
  }
  .button:hover.-darker::before, .button:hover.-darker::after,
  .button--darker:hover.-darker::before,
  .button--darker:hover.-darker::after,
  .button--invert:hover.-darker::before,
  .button--invert:hover.-darker::after,
  .button--invert-border:hover.-darker::before,
  .button--invert-border:hover.-darker::after,
  .button--invert-darker:hover.-darker::before,
  .button--invert-darker:hover.-darker::after,
  .button--border:hover.-darker::before,
  .button--border:hover.-darker::after {
    background-color: #2C44B2;
  }
  .button:hover .circle,
  .button--darker:hover .circle,
  .button--invert:hover .circle,
  .button--invert-border:hover .circle,
  .button--invert-darker:hover .circle,
  .button--border:hover .circle {
    transform: scale(1800);
  }
  .button:hover.button--border,
  .button--darker:hover.button--border,
  .button--invert:hover.button--border,
  .button--invert-border:hover.button--border,
  .button--invert-darker:hover.button--border,
  .button--border:hover.button--border {
    border-color: #ccc;
  }
}

.button--darker {
  background-color: #2C44B2;
  box-sizing: border-box !important;
  border: 1px solid #2C44B2;
  color: #fff;
}

.button--darker::before, .button--darker::after {
  background-color: #fff;
}

.button--invert {
  color: #2C44B2;
  background-color: #ffffff;
}

.button--invert::before, .button--invert::after {
  background-color: #2C44B2;
}

.button--invert-darker {
  box-sizing: border-box !important;
  border: 1px solid #ffffff;
  color: #2C44B2;
  background-color: #ffffff;
}

.button--invert-darker::before, .button--invert-darker::after {
  background-color: #2C44B2;
}

.button--invert-border {
  box-sizing: border-box !important;
  border: 1px solid #2C44B2;
  color: #2C44B2;
  background-color: #ffffff;
}

.button--invert-border::before, .button--invert-border::after {
  background-color: #2C44B2;
}

.button--border {
  box-sizing: border-box !important;
  border: 1px solid #fff;
  color: #fff;
}

.button--border::before, .button--border::after {
  background-color: #fff;
}

/* --------------------------------------------------------------------------------
*
*   section
*
-------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------
*
*   bar
*
-------------------------------------------------------------------------------- */
.left_bar:after {
  display: block;
  width: 0.7rem;
  height: 3.5rem;
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: -0.6rem;
}

.up_bar:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1rem;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  transition: height 0.18s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --------------------------------------------------------------------------------
*
*   select
*
-------------------------------------------------------------------------------- */
body.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

/* --------------------------------------------------------------------------------
*
*   grab
*
-------------------------------------------------------------------------------- */
.grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.maintenance {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
}

.maintenance .maintenance-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.6;
}

.maintenance .maintenance-contents h1 {
  color: #444444;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 12px;
}

.maintenance .maintenance-contents p {
  color: #444444;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .maintenance .maintenance-contents h1 {
    white-space: nowrap;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 8px;
  }
  .maintenance .maintenance-contents p {
    white-space: nowrap;
    color: #444444;
    font-size: 10px;
  }
}

/* --------------------------------------------------------------------------------
*
*   loading
*
-------------------------------------------------------------------------------- */
#loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: calc(100% - 42% * 2);
  height: 100vh;
  margin: 0 42%;
  overflow: hidden;
}

@media (max-width: 768px) {
  #loading {
    width: calc(100% - 40% * 2);
    margin: 0 40%;
  }
}

#loading .loadingBar {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #ffffff;
}

#loading .loadingPercent {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
}

#loading .ballWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: calc(-40px + -10px);
}

#loading .ballWrap .ball {
  width: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .isIOSSafari #loading .loadingBar {
    margin-top: -40px;
  }
  .isIOSSafari #loading .loadingPercent {
    margin-top: -40px;
  }
}

.id_top #loading {
  display: block;
}

/* --------------------------------------------------------------------------------
*
*   media query module
*
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline-block;
  }
  br.pc {
    display: none;
  }
  .display.sp {
    display: inline-block;
  }
  .display.pc {
    display: none;
  }
  /*
  *
  *   display flex
  *
  */
  .sp-order-1 {
    order: 1;
  }
  .sp-order-2 {
    order: 2;
  }
  .sp-order-3 {
    order: 3;
  }
  .sp-order-4 {
    order: 4;
  }
  .sp-order-5 {
    order: 5;
  }
  .sp-order-6 {
    order: 6;
  }
  .sp-order-7 {
    order: 7;
  }
  .sp-order-8 {
    order: 8;
  }
  .sp-order-9 {
    order: 9;
  }
}

@media only screen and (min-width: 769px) {
  br.pc {
    display: inline-block;
  }
  br.sp {
    display: none;
  }
  .display.pc {
    display: inline-block;
  }
  .display.sp {
    display: none;
  }
  /*
  *
  *   display flex
  *
  */
  .pc-order-1 {
    order: 1;
  }
  .pc-order-2 {
    order: 2;
  }
  .pc-order-3 {
    order: 3;
  }
  .pc-order-4 {
    order: 4;
  }
  .pc-order-5 {
    order: 5;
  }
  .pc-order-6 {
    order: 6;
  }
  .pc-order-7 {
    order: 7;
  }
  .pc-order-8 {
    order: 8;
  }
  .pc-order-9 {
    order: 9;
  }
}

/* --------------------------------------------------------------------------------
*
*   link
*
-------------------------------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

@media (min-width: 769px) {
  a:hover {
    color: #000;
    text-decoration: none;
  }
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

/* --------------------------------------------------------------------------------
*
*   box-shadow
*
-------------------------------------------------------------------------------- */
.box-shadow {
  box-shadow: 4px 2px 10px 1px #ccc inset;
}

/* --------------------------------------------------------------------------------
*
*   text-shadow
*
-------------------------------------------------------------------------------- */
.text-shadow {
  text-shadow: 5px 5px 2px #ccc;
}

/* --------------------------------------------------------------------------------
*
*   color
*
-------------------------------------------------------------------------------- */
.highlight {
  color: #ff405e;
}

.error {
  color: #E83434;
}

.error {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.1rem;
  width: 100%;
}

.underline {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------
*   page
-------------------------------------------------------------------------------- */
#wrapper.id_top {
  margin-top: 100vh;
  /* --------------------------------------------------------------------------------
*
*   section01
*
-------------------------------------------------------------------------------- */
}

#wrapper.id_top .contact {
  width: 100%;
  padding: 50px 0 65px;
}

#wrapper.id_top .contact .contact__inner {
  width: 100%;
}

#wrapper.id_top .contact .contact__title {
  font-size: 28px;
  font-weight: 500;
  color: #2D43B2;
  letter-spacing: 5.5px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact .contact__title {
    color: #2D43B2;
  }
}

#wrapper.id_top .contact .contact__button-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#wrapper.id_top .contact .contact__button {
  min-width: 332px;
  margin: 15px 15px 0;
  position: relative;
  z-index: 3;
}

#wrapper.id_top .contact .contact__button span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_top .contact .contact__button a.is-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact .contact__button a.is-sp {
    display: block;
  }
}

#wrapper.id_top .contact .contact__button a.is-pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact .contact__button a.is-pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #wrapper.id_top .contact .contact__button {
    min-width: 255px;
    max-width: 332px;
    width: 68vw;
    margin: 20px 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .mouseStoker {
    display: none;
  }
}

#wrapper.id_top .mouseStoker {
  position: fixed;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  pointer-events: none;
  opacity: 0;
  z-index: 99999999;
}

#wrapper.id_top .mouseStoker svg {
  width: 100%;
  height: 100%;
}

#wrapper.id_top .mouseStoker .mouseletters {
  animation: spin 2.4s infinite linear;
  transform-origin: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#wrapper.id_top .mouseStoker .mouseStoker-num_current {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 0.3;
  font-size: 10px;
}

#wrapper.id_top .mouseStoker .mouseStoker-num_total {
  position: absolute;
  color: #fff;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, -100%);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
}

#wrapper.id_top .kv {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#wrapper.id_top .kv .kv-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

#wrapper.id_top .kv .kv-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

#wrapper.id_top .kv .kv-bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: scale(1.25);
}

#wrapper.id_top .kv .kv-grad {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.8) 26%, rgba(152, 161, 207, 0.6) 46%, rgba(187, 191, 220, 0.4) 66%, rgba(226, 225, 231, 0.2) 86%, rgba(254, 254, 255, 0) 100%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -2;
  pointer-events: none;
}

#wrapper.id_top .kv .kv-contents {
  width: 100%;
  height: 100%;
}

#wrapper.id_top .kv .kv_title {
  display: none;
  transform: translateY(10px);
  opacity: 0;
  position: absolute;
  top: 12%;
  width: 100%;
  text-align: center;
}

#wrapper.id_top .kv .kv_title h1 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .kv .kv_title {
    display: block;
    top: 20%;
  }
  #wrapper.id_top .kv .kv_title h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "futura", "Noto Sans JP";
  }
}

#wrapper.id_top .kv .kv_title p {
  font-size: 10px;
  opacity: 0.5;
  color: #fff;
}

#wrapper.id_top .kv .kv_ui-wrap {
  height: 77px;
  width: 100%;
  position: absolute;
  bottom: 71px;
  left: 0;
}

#wrapper.id_top .kv .kv_nav {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 77px;
  padding-left: 60px;
  padding-right: 235px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .kv .kv_nav {
    display: none;
  }
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap {
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  margin-right: 10px;
  font-size: 10px;
  padding-top: 20px;
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-numwrap {
  opacity: 0;
  transform: translateX(20px);
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-num {
  color: #000;
  opacity: 0.5;
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-txtwrap {
  opacity: 0;
  transform: translateX(20px);
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-txt {
  color: #2C44B2;
  opacity: 0.4;
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-bar_circlewrap {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0%;
  margin-top: -4.5px;
  margin-left: -4.5px;
  transform: scale(0);
  z-index: 2;
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-bar_circle_main {
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0%;
  background: #2C44B2;
  transform: scale(0);
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-bar_circle_sub {
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -1.5px;
  background: #fff;
  transform: scale(0);
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap .kv_nav-bar_movebar {
  display: block;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  z-index: 1;
  background: #2C44B2;
  transform-origin: left center;
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap.-active .kv_nav-txt {
  opacity: 1;
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap.-active .kv_nav-num {
  opacity: 1;
  color: #2C44B2;
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap.-active .kv_nav-bar_circle_main,
#wrapper.id_top .kv .kv_nav .kv_nav-wrap.-active .kv_nav-bar_circle_sub {
  transform: scale(1);
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap.-progress .kv_nav-bar_circlewrap {
  animation: progressP 7s 1 normal linear;
}

@keyframes progressP {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

#wrapper.id_top .kv .kv_nav .kv_nav-wrap.-progress .kv_nav-bar_movebar {
  animation: progressW 7s 1 normal linear;
}

@keyframes progressW {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

#wrapper.id_top .kv .kv_nav-bar {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}

#wrapper.id_top .kv .kv_nav-bar .kv_nav-bar_fixedbar {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0% 50%;
}

#wrapper.id_top .kv .kv_position {
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .kv .kv_position {
    transform: scale(0);
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(151, 151, 151, 0.3);
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
    margin-left: -40px;
  }
  #wrapper.id_top .kv .kv_position:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
  }
  #wrapper.id_top .kv .kv_position .kv_position_1 {
    text-align: center;
    color: #575757;
    line-height: 40px;
  }
  #wrapper.id_top .kv .kv_position .kv_position_2 {
    text-align: center;
    color: #575757;
    line-height: 40px;
  }
  #wrapper.id_top .kv .kv_position .kv_position_hand {
    height: 39.5px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform-origin: 0% 100%;
  }
  #wrapper.id_top .kv .kv_position .kv_position_hand:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2C44B2;
    display: block;
    position: absolute;
    top: -2.5px;
    left: -2.5px;
  }
  #wrapper.id_top .kv .kv_position svg {
    position: absolute;
    top: -2px;
    left: -2px;
    transform: rotate(-90deg);
  }
  #wrapper.id_top .kv .kv_position circle {
    fill: transparent;
    stroke: #2C44B2;
    stroke-width: 1;
    stroke-dasharray: 0 240;
  }
  #wrapper.id_top .kv .kv_position.-anim {
    z-index: 2;
  }
  #wrapper.id_top .kv .kv_position.-anim circle {
    animation: circle 7s 1 linear;
  }
  #wrapper.id_top .kv .kv_position.-anim .kv_position_hand {
    animation: rotateAnim 7.2s 1 normal linear;
  }
  @keyframes circle {
    0% {
      stroke-dasharray: 0 240;
    }
    99.9%, to {
      stroke-dasharray: 240 240;
    }
  }
  @keyframes rotateAnim {
    0% {
      transform: 0%;
    }
    100% {
      transform: rotate(360deg);
    }
  }
}

#wrapper.id_top .kv .kv_arrow {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 60px;
  display: flex;
  justify-content: flex-end;
  width: 200px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .kv .kv_arrow {
    bottom: 50px;
  }
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item {
  width: 57px;
  height: 31px;
  margin-left: 10px;
  position: relative;
}

@media (min-width: 769px) {
  #wrapper.id_top .kv .kv_arrow .kv_arrow-item:hover .circle_hover {
    transform: scale(1.18);
  }
  #wrapper.id_top .kv .kv_arrow .kv_arrow-item:hover .bar {
    transform: scaleX(0);
  }
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item .circle_hover {
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  height: 31px;
  width: 31px;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item .circle {
  background-color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 0;
  transform: scale(0);
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item .arrow {
  position: absolute;
  top: 13px;
  width: 46px;
  height: 5px;
  transform: scaleX(0);
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item .arrow .bar {
  position: absolute;
  top: 50%;
  background-color: #2C44B2;
  height: 1px;
  width: 39px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  z-index: 2;
  margin-top: -1px;
}

@media (max-width: 768px) {
  #wrapper.id_top .kv .kv_arrow .kv_arrow-item .arrow .bar {
    width: 68px;
  }
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item .arrow .triangle {
  width: 7px;
  height: 5px;
  position: absolute;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item .arrow .triangle > img {
  width: 7px;
  height: 5px;
  position: absolute;
  display: inline-block;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(1) .circle_hover {
  left: 0;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(1) .arrow {
  transform-origin: 100% 50%;
  left: 12px;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(1) .bar {
  left: 7px;
  transform-origin: 0% 50%;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(1) .triangle {
  left: 0;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(2) .circle_hover {
  right: 0;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(2) .arrow {
  right: 12px;
  transform-origin: 0% 50%;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(2) .bar {
  right: 7px;
  transform-origin: 100% 50%;
}

#wrapper.id_top .kv .kv_arrow .kv_arrow-item:nth-child(2) .triangle {
  right: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .kv .kv_arrow {
    width: calc(100% - 40px);
    right: 20px;
    justify-content: space-between;
  }
  #wrapper.id_top .kv .kv_arrow li {
    margin-left: 0;
    width: 81px;
  }
  #wrapper.id_top .kv .kv_arrow li svg {
    width: 81px;
    height: 31px;
  }
  #wrapper.id_top .kv .kv_arrow li svg.-sp {
    display: inline;
  }
  #wrapper.id_top .kv .kv_arrow li svg.-pc {
    display: none;
  }
}

#wrapper.id_top .main {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#wrapper.id_top .section01 {
  width: 100vw;
  padding: 0 60px;
  position: relative;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section01 {
    padding: 0 20px;
  }
}

#wrapper.id_top .section01 .section01__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -60px;
  background-color: #ffffff;
  border-radius: 4px;
  transform: translate3d(0, 60px, 1px);
}

#wrapper.id_top .section01 .section01__scroll {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: #575757;
}

#wrapper.id_top .section01 .section01__image {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #wrapper.id_top .section01 .section01__image {
    width: calc(100% + 4px) !important;
    transform: translateX(-2px);
  }
}

#wrapper.id_top .section01 .section01__image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2D43B2;
  z-index: 1;
  transform: scale3d(0, 0, 1px);
}

#wrapper.id_top .section01 .section01__image img {
  width: 100%;
  opacity: 0;
  transform: scale(1.25);
}

#wrapper.id_top .section01 .section01__title {
  color: #2D43B2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 6px;
  text-align: center;
}

@media (max-width: 768px) {
  #wrapper.id_top .section01 .section01__titleIn:nth-child(2) {
    font-size: 14px;
  }
}

#wrapper.id_top .section01 .section01__wrap {
  border-right: 2px solid #E3E2E8;
  border-left: 2px solid #E3E2E8;
  border-bottom: 2px solid #E3E2E8;
  border-radius: 4px;
}

#wrapper.id_top .section01 .section01__contents {
  width: 100%;
  margin-top: 78px;
  padding: 39px 0 85px;
  background-color: #E3E2E8;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}

#wrapper.id_top .section01 .section01__contents::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 17.5%;
  background: url("../images/icon_about.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 98;
}

#wrapper.id_top .section01 .section01__contents::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
}

#wrapper.id_top .section01 .section01__contents-inner {
  position: relative;
  z-index: 100;
  margin-top: -56px;
}

#wrapper.id_top .section01 .section01__image {
  width: 100%;
  max-width: 960px;
  margin: 100px auto 0;
}

#wrapper.id_top .section01 .section01__paragraph {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 38px;
  margin-top: 107px;
  color: #444;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_top .section01 .section01__notes {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #2D43B2;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 38px;
  margin-top: 57px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section01 .section01__inner {
    padding-bottom: 160px;
  }
  #wrapper.id_top .section01 .section01__contents-inner {
    margin-top: -66px;
    letter-spacing: 4px;
  }
  #wrapper.id_top .section01 .section01__title {
    font-size: 22px;
    letter-spacing: 4.5px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #wrapper.id_top .section01 .section01__title > span + span {
    margin-left: 0;
  }
  #wrapper.id_top .section01 .section01__contents {
    padding: 39px 0 106px;
  }
  #wrapper.id_top .section01 .section01__image {
    margin-top: 88px;
  }
  #wrapper.id_top .section01 .section01__paragraph {
    text-align: left;
    font-size: 13px;
    color: #444444;
    letter-spacing: 1.73px;
    line-height: 34px;
    margin-top: 120px;
  }
  #wrapper.id_top .section01 .section01__notes {
    text-align: left;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 34px;
    margin-top: 62px;
  }
}

#wrapper.id_top .section02 {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 80px;
}

@media (max-width: 768px) {
  #wrapper.id_top .section02 {
    overflow: hidden;
  }
}

#wrapper.id_top .section02 .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  background-color: #E8E4E2;
  position: relative;
  padding: 15px;
}

#wrapper.id_top .section02 .section02__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 150px;
  top: 15%;
}

#wrapper.id_top .section02 .section02__pc-imageinner {
  position: relative;
  left: -45px;
  overflow: hidden;
}

#wrapper.id_top .section02 .section02__contents {
  order: 1;
  width: 460px;
  background-color: #2D43B2;
  color: #ffffff;
  flex-shrink: 0;
}

#wrapper.id_top .section02 .section02__inner {
  width: 100%;
  margin-left: auto;
}

#wrapper.id_top .section02 .section02__title-wrapper {
  width: 100%;
  padding: 130px 58px 0;
}

#wrapper.id_top .section02 .section02__title {
  font-size: 28px;
  letter-spacing: 5.5px;
  line-height: 40px;
}

#wrapper.id_top .section02 .section02__image-section {
  min-height: 200px;
  margin-top: 52px;
  border-left: 1px solid currentColor;
  position: relative;
}

#wrapper.id_top .section02 .section02__image {
  display: none;
}

#wrapper.id_top .section02 .section02__event-wrapper {
  padding: 25px 58px 118px;
}

#wrapper.id_top .section02 .section02__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 18px;
}

#wrapper.id_top .section02 .section02__event-header {
  font-size: 28px;
  letter-spacing: 5.5px;
  line-height: 46px;
  margin-top: 18px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}

#wrapper.id_top .section02 .section02__event-header > span {
  font-weight: normal;
  letter-spacing: 3.8px;
}

#wrapper.id_top .section02 .section02__event-headerIn > br:nth-child(3) {
  display: block;
}

@media (max-width: 768px) {
  #wrapper.id_top .section02 .section02__event-headerIn > br:nth-child(3) {
    display: none;
  }
}

#wrapper.id_top .section02 .section02__event-headerIn-ja {
  font-size: 24px;
}

#wrapper.id_top .section02 .section02__date-wrapper {
  margin-top: 160px;
}

#wrapper.id_top .section02 .section02__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}

#wrapper.id_top .section02 .section02__date-contents {
  margin-top: 8px;
}

#wrapper.id_top .section02 .section02__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wrapper.id_top .section02 .section02__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}

#wrapper.id_top .section02 .section02__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px 0;
}

#wrapper.id_top .section02 .section02__desc-wrapper {
  margin-top: 100px;
}

#wrapper.id_top .section02 .section02__desc {
  font-size: 13px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_top .section02 .section02__desc + .section02__desc {
  margin-top: 33px;
}

#wrapper.id_top .section02 .section02__desc:nth-child(3) {
  font-size: 10px;
}

#wrapper.id_top .section02 .section02__desc:nth-child(4) {
  font-size: 10px;
  margin-top: 15px;
}

#wrapper.id_top .section02 .section02__desc_02 {
  margin-top: 50px;
  line-height: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_top .section02 .section02__button-wrapper {
  display: block;
}

#wrapper.id_top .section02 .section02__button-wrapper:nth-child(5) {
  margin-top: 36px;
}

#wrapper.id_top .section02 .section02__button-wrapper:nth-child(6) {
  margin-top: 20px;
}

#wrapper.id_top .section02 .section02__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}

#wrapper.id_top .section02 .section02__add a {
  color: #fff;
  text-decoration: underline;
}

#wrapper.id_top .section02 .section02__link-wrapper {
  margin-top: 14px;
  text-align: center;
}

#wrapper.id_top .section02 .section02__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_top .section02 .section02__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}

#wrapper.id_top .section02 .section02__link-txt a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #fff;
  height: 1px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section02 {
    display: block;
    margin-top: 0px;
  }
  #wrapper.id_top .section02 .section02__pc-image-wrapper {
    display: none;
  }
  #wrapper.id_top .section02 .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_top .section02 .section02__inner {
    max-width: none;
  }
  #wrapper.id_top .section02 .section02__title-wrapper {
    background-color: #E8E4E2;
    padding: 55px 20px 30px;
    height: 64vw;
    max-height: 240px;
  }
  #wrapper.id_top .section02 .section02__title {
    font-size: 22px;
    color: #2D43B2;
    letter-spacing: 4.32px;
    text-align: center;
    line-height: 32px;
  }
  #wrapper.id_top .section02 .section02__image-section {
    border-left: none;
    min-height: auto;
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.33333vw;
    max-width: 335px;
  }
  #wrapper.id_top .section02 .section02__image {
    display: block;
    overflow: hidden;
  }
  #wrapper.id_top .section02 .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 120px 20px 118px;
  }
  #wrapper.id_top .section02 .section02__event-header {
    font-size: 24px;
    letter-spacing: 3.5px;
    margin-top: 15px;
  }
  #wrapper.id_top .section02 .section02__date-wrapper {
    max-width: 375px;
    margin: 100px 0 0;
  }
  #wrapper.id_top .section02 .section02__date-contents {
    margin-top: 28px;
  }
  #wrapper.id_top .section02 .section02__desc-wrapper {
    margin-top: 102px;
  }
  #wrapper.id_top .section02 .section02__desc_02 {
    margin-top: 40px;
  }
  #wrapper.id_top .section02 .section02__button-wrapper {
    margin-top: 87px;
  }
}

@media only screen and (max-width: 374px) {
  #wrapper.id_top .section02 .section02__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
  #wrapper.id_top .section02 .section02__arrow {
    width: 28vw;
    margin: 0 2.13333vw 0;
  }
}

#wrapper.id_top .section03 {
  width: 100vw;
  padding: 150px 0px 110px 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03 {
    padding: 72px 0px 85px 20px;
  }
}

#wrapper.id_top .section03__head {
  padding-right: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__head {
    padding-right: 2rem;
  }
}

#wrapper.id_top .section03__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.196em;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__title {
    line-height: 1.2;
  }
}

#wrapper.id_top .section03__btnwrap {
  width: 180px;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__btnwrap {
    padding-right: 2rem;
    width: 100%;
    padding-top: 6.5rem;
  }
}

#wrapper.id_top .section03__main {
  display: flex;
}

#wrapper.id_top .section03__slider {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__slider {
    overflow: scroll;
    padding-bottom: 15px;
  }
}

#wrapper.id_top .section03__slider-inner {
  transform: translate3d(0, 0, 1px);
}

#wrapper.id_top .section03__slider-item {
  min-width: 46.5rem;
}

@media (min-width: 1201px) {
  #wrapper.id_top .section03__slider-item {
    min-width: 38.75vw;
    max-width: 38.75vw;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__slider-item {
    min-width: 29.5rem;
  }
}

#wrapper.id_top .section03__slider-btnwrap {
  margin-right: 6rem;
  padding-top: 7.2rem;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__slider-btnwrap {
    display: none;
  }
}

#wrapper.id_top .section03__slider-btn {
  width: 6rem;
  height: 6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#wrapper.id_top .section03__slider-btn-next {
  margin-bottom: 3rem;
}

#wrapper.id_top .section03__slider-list {
  display: flex;
}

#wrapper.id_top .section03__slider-item {
  position: relative;
  overflow: visible;
}

#wrapper.id_top .section03__slider-item:nth-child(n + 2) {
  margin-left: 3rem;
}

#wrapper.id_top .section03__slider-item:last-child::before {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  height: 1px;
  width: 20px;
  background-color: transparent;
}

#wrapper.id_top .section03__slider-date {
  margin-bottom: 1.8rem;
}

#wrapper.id_top .section03__slider-date span {
  font-size: 1rem;
  color: #2C44B2;
  font-weight: 600;
}

#wrapper.id_top .section03__slider-date span:nth-child(n + 2) {
  margin-left: 3.4rem;
}

#wrapper.id_top .section03__slider-date span:nth-child(1) {
  position: relative;
}

#wrapper.id_top .section03__slider-date span:nth-child(1)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: -2px;
  background-color: #979797;
  height: 1px;
  width: 3rem;
  z-index: -1;
}

#wrapper.id_top .section03__slider-img {
  overflow: hidden;
}

#wrapper.id_top .section03__slider-img img {
  width: 100%;
}

#wrapper.id_top .section03__slider-title-en {
  margin-top: 1.8rem;
  color: #fff;
  font-size: 1rem;
}

#wrapper.id_top .section03__slider-title-jp {
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  text-shadow: 1px 0 0 #979797,0 1px 0 #979797,-1px 0 0 #979797,0 -1px 0 #979797;
  letter-spacing: 0.23em;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__slider-title-jp {
    text-shadow: none;
    font-weight: 900;
  }
}

#wrapper.id_top .section04 {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

#wrapper.id_top .section04 .section04__footer {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section04 .section04__inner {
    padding: 20px;
  }
  #wrapper.id_top .section04 .section04__images {
    max-width: none;
    margin-top: 100px;
  }
  #wrapper.id_top .section04 .section04__image {
    width: 47.76119%;
    margin-right: 3.28358%;
  }
  #wrapper.id_top .section04 .section04__image:nth-child(3n) {
    margin-right: 3.28358%;
  }
  #wrapper.id_top .section04 .section04__image:nth-child(n+4) {
    margin-top: 3.28358%;
  }
  #wrapper.id_top .section04 .section04__image:nth-child(2n) {
    margin-right: 0;
  }
  #wrapper.id_top .section04 .section04__image:nth-child(n+3) {
    margin-top: 3.28358%;
  }
  #wrapper.id_top .section04 .section04__footer {
    margin-top: 112px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  #wrapper.id_top .section04 .section04__footer {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .section04 .section04__contact {
    margin-top: 0;
  }
}

#wrapper.id_top .sectionBanner {
  width: 100vw;
  position: relative;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  #wrapper.id_top .sectionBanner {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

#wrapper.id_top .sectionBanner::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_contact.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 17px 17px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

#wrapper.id_top .sectionBanner .sectionBanner__bg {
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
}

#wrapper.id_top .sectionBanner .sectionBanner__bg-txt {
  flex-shrink: 0;
  opacity: 0.1;
  font-size: 20rem;
  font-weight: bold;
  font-family: "futura";
  white-space: nowrap;
  color: #2D43B2;
  line-height: 1;
  letter-spacing: 0.1em;
}

#wrapper.id_top .sectionBanner .sectionBanner__bg-txt span {
  display: inline-block;
  width: 100px;
  height: 100%;
}

#wrapper.id_top .sectionBanner .sectionBanner__bg-txt:first-child {
  animation: slide1 60s -30s linear infinite;
}

#wrapper.id_top .sectionBanner .sectionBanner__bg-txt:last-child {
  animation: slide2 60s linear infinite;
}

@media (max-width: 768px) {
  #wrapper.id_top .sectionBanner .sectionBanner__bg-txt {
    font-size: 12rem;
  }
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

#wrapper.id_top .sectionBanner .sectionBanner__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px 6rem;
}

#wrapper.id_top .sectionBanner .sectionBanner__img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  #wrapper.id_top .sectionBanner .sectionBanner__img {
    margin-top: 0.5rem;
  }
}

#wrapper.id_top .sectionBanner .sectionBanner__img a {
  display: inline-block;
  max-width: 40rem;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#wrapper.id_top .sectionBanner .sectionBanner__img img {
  width: 100%;
}

#wrapper.id_top .sectionBanner .sectionBanner__txt {
  max-width: 40rem;
  width: 100%;
  display: flex;
  margin: 1.5rem auto 0;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #wrapper.id_top .sectionBanner .sectionBanner__txt.-sp {
    justify-content: flex-start;
    margin: 0.5rem auto 0;
  }
}

@media (max-width: 768px) {
  #wrapper.id_top .sectionBanner .sectionBanner__txt.-pc {
    justify-content: flex-end;
    margin: 0.5rem auto 0;
  }
}

#wrapper.id_top .sectionBanner .sectionBanner__txt-item {
  color: #C95002;
  letter-spacing: 0.142em;
}

#wrapper.id_top .use {
  width: 100%;
  margin: 0px auto 0;
  padding-top: 132px;
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
  max-width: 830px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use {
    padding-bottom: 144px;
  }
}

#wrapper.id_top .use::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #E3E2E8;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use::after {
    display: none;
  }
}

#wrapper.id_top .use .use__inner {
  width: 100%;
}

#wrapper.id_top .use .use__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use .use__wrap {
    flex-direction: column;
  }
}

#wrapper.id_top .use .use__visual-wrap {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use .use__visual-wrap {
    width: 100%;
  }
}

#wrapper.id_top .use .use__visual-wrap:nth-child(1) {
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use .use__visual-wrap:nth-child(1) {
    margin-right: 0;
  }
}

#wrapper.id_top .use .use__visual-wrap:nth-child(2) {
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use .use__visual-wrap:nth-child(2) {
    margin-left: 0;
    margin-top: 120px;
  }
}

#wrapper.id_top .use .use__visual {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2.5px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

#wrapper.id_top .use .use__text {
  position: relative;
  z-index: 2;
  font-size: 15px;
}

#wrapper.id_top .use .use__bg--wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}

#wrapper.id_top .use .use__bg--wrap .use__bg-image {
  background-image: url(../images/bg_use01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#wrapper.id_top .use .use__bg--wrap .use__bg-image.-vrchat {
  background-image: url(../images/bg_use02.png);
}

#wrapper.id_top .use .use__bg--wrap .use__bg-image .use__bg-grad {
  background: linear-gradient(to bottom, #253362 0%, rgba(61, 84, 146, 0.8) 26%, rgba(98, 115, 183, 0.6) 46%, rgba(187, 191, 220, 0.4) 66%, rgba(226, 225, 231, 0.2) 86%, rgba(254, 254, 255, 0) 100%);
  width: 100%;
  height: 160px;
  border-radius: 4px;
  pointer-events: none;
  background-size: 100vw 100vh;
  z-index: 1;
  top: 0;
  left: 0;
}

#wrapper.id_top .use .use__desc {
  font-size: 11px;
  color: #444444;
  margin-top: 33px;
  line-height: 2;
  letter-spacing: 1.2px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_top .use .use__desc a {
  display: inline-block;
  border-bottom: 1px solid #2C44B2;
  color: #444444;
}

#wrapper.id_top .use .use__visual-wrap:nth-child(1) .use__button {
  margin-top: 56px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use .use__visual-wrap:nth-child(1) .use__button {
    margin-top: 34px;
  }
}

#wrapper.id_top .use .use__visual-wrap:nth-child(2) .use__button {
  margin-top: 34px;
}

#wrapper.id_top .use .use__button {
  width: 100%;
}

#wrapper.id_top .use .use__button-wrap:nth-child(n + 2) {
  margin-top: 30px;
}

#wrapper.id_top .use .use__button-link {
  margin-top: 30px;
  text-align: center;
}

#wrapper.id_top .use .use__button-link a {
  font-size: 10px;
  color: #666;
  padding-bottom: 3px;
  border-bottom: 1px solid #2C44B2;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_top .use {
    width: 82.66667%;
    padding-left: 0;
    padding-right: 0;
  }
  #wrapper.id_top .use .use__visual {
    height: 136px;
    font-size: 15px;
    letter-spacing: 1.88px;
    line-height: 40px;
  }
  #wrapper.id_top .use .user__desc {
    font-size: 11px;
    color: #444444;
    letter-spacing: 1.38px;
    line-height: 22px;
  }
}

#wrapper.id_terms {
  background-color: #e2e1e8;
  position: relative;
  z-index: 1;
}

#wrapper.id_terms::before {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#wrapper.id_terms .terms {
  width: 100vw;
  position: relative;
  z-index: 2;
}

#wrapper.id_terms .terms .terms__inner {
  width: 100vw;
  padding: 151px 20px 245px;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#wrapper.id_terms .terms .terms__title {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 2.7px;
  text-align: center;
}

#wrapper.id_terms .terms .terms__sub-title {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 13px;
  opacity: 0.5;
}

#wrapper.id_terms .terms .terms__desc {
  width: 100%;
  font-size: 13px;
  margin-top: 86px;
  color: #444444;
  line-height: 2.4;
  letter-spacing: 2px;
}

#wrapper.id_terms .terms .terms__terms-list {
  width: 100%;
  margin-top: 80px;
}

#wrapper.id_terms .terms .terms__terms-item {
  background-color: #ffffff;
  padding: 55px 60px 117px;
}

#wrapper.id_terms .terms .terms__terms-item + .terms__terms-item {
  margin-top: 4px;
}

#wrapper.id_terms .terms .terms__article {
  color: #2C44B2;
  font-size: 13px;
  letter-spacing: 2px;
  position: relative;
  left: -2px;
}

#wrapper.id_terms .terms .terms__article-desc {
  margin-top: 12px;
}

#wrapper.id_terms .terms .terms__introduction {
  color: #444444;
  font-size: 13px;
  letter-spacing: 2px;
}

#wrapper.id_terms .terms .terms__contents-wrapper {
  margin-top: 57px;
  border-top: 1px solid #BABABA;
}

#wrapper.id_terms .terms .terms__contents,
#wrapper.id_terms .terms .terms__contents--brackets {
  margin-top: 52px;
  counter-reset: li;
}

#wrapper.id_terms .terms .terms__contents > li,
#wrapper.id_terms .terms .terms__contents--brackets > li {
  color: #666666;
  font-size: 11px;
  letter-spacing: 1.7px;
  line-height: 2.2;
}

#wrapper.id_terms .terms .terms__contents > li::before,
#wrapper.id_terms .terms .terms__contents--brackets > li::before {
  counter-increment: li;
  content: counter(li) ".";
  color: #2C44B2;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 11px;
}

#wrapper.id_terms .terms .terms__contents > li + li,
#wrapper.id_terms .terms .terms__contents--brackets > li + li {
  margin-top: 45px;
}

#wrapper.id_terms .terms .terms__contents > li.no-count::before,
#wrapper.id_terms .terms .terms__contents--brackets > li.no-count::before {
  counter-increment: none;
  content: '';
  display: none;
}

#wrapper.id_terms .terms .terms__contents > li > a,
#wrapper.id_terms .terms .terms__contents--brackets > li > a {
  font-family: "Noto Sans JP";
  color: #666666;
  position: relative;
  border-bottom: 1px solid #2C44B2;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_terms .terms .terms__contents > li > a,
  #wrapper.id_terms .terms .terms__contents--brackets > li > a {
    transition: opacity .3s;
  }
  #wrapper.id_terms .terms .terms__contents > li > a:hover,
  #wrapper.id_terms .terms .terms__contents--brackets > li > a:hover {
    opacity: .7;
  }
}

#wrapper.id_terms .terms .terms__contents--brackets > li::before {
  counter-increment: li;
  content: "(" counter(li) ")";
  color: #666666;
  font-weight: normal;
}

#wrapper.id_terms .terms .terms__contents .terms__contents--brackets {
  margin-top: 42px;
}

#wrapper.id_terms .terms .terms__footer {
  font-size: 11px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_terms .terms .terms__inner {
    padding: 173px 20px 85px;
  }
  #wrapper.id_terms .terms .terms__title > span {
    display: block;
  }
  #wrapper.id_terms .terms .terms__desc {
    margin-top: 105px;
    line-height: 2.4;
    color: #000000;
  }
  #wrapper.id_terms .terms .terms__terms-list {
    margin-top: 48px;
  }
  #wrapper.id_terms .terms .terms__terms-item {
    padding: 55px 20px 120px;
  }
  #wrapper.id_terms .terms .terms__terms-item + .terms__terms-item {
    margin-top: 4px;
  }
  #wrapper.id_terms .terms .terms__article-desc {
    margin-top: 8px;
  }
  #wrapper.id_terms .terms .terms__introduction {
    line-height: 2.3;
  }
  #wrapper.id_terms .terms .terms__contents-wrapper {
    margin-top: 57px;
    border-top: 1px solid #BABABA;
  }
  #wrapper.id_terms .terms .terms__introduction + .terms__contents-wrapper {
    margin-top: 50px;
  }
  #wrapper.id_terms .terms .terms__footer {
    margin-top: 17px;
  }
}

#wrapper.id_faq {
  background-color: #e2e1e8;
  position: relative;
  z-index: 1;
}

#wrapper.id_faq::before {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#wrapper.id_faq::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_faq.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: 17px 17px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

@media (max-width: 768px) {
  #wrapper.id_faq::after {
    opacity: 1;
  }
}

#wrapper.id_faq .faq {
  width: 100vw;
  position: relative;
  z-index: 2;
}

#wrapper.id_faq .faq .faq__inner {
  max-width: 1200px;
  width: 100vw;
  padding: 143px 60px 115px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_faq .faq .faq__title {
  font-size: 120px;
  font-weight: bold;
  color: #E3E2E8;
  text-align: center;
  letter-spacing: -12.5px;
}

#wrapper.id_faq .faq .faq__list {
  width: 100%;
  margin: 80px auto 0;
  counter-reset: li;
}

#wrapper.id_faq .faq .faq__item {
  width: 100%;
  position: relative;
  cursor: pointer;
}

#wrapper.id_faq .faq .faq__item + .faq__item {
  margin-top: 15px;
}

#wrapper.id_faq .faq .faq__content {
  width: 100%;
}

#wrapper.id_faq .faq .faq__question {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}

#wrapper.id_faq .faq .faq__question::before {
  counter-increment: li;
  content: counter(li);
  color: #E8E4E2;
  font-weight: bold;
  font-size: 40px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#wrapper.id_faq .faq .faq__question-inner {
  font-size: 15px;
  color: #444444;
  min-height: 80px;
  padding: 0 30px 0 40px;
  display: flex;
  align-items: center;
  border-left: 1px solid #2C44B2;
}

#wrapper.id_faq .faq .faq__accordion-button {
  width: 41px;
  height: 41px;
  background-color: #2C44B2;
  border-radius: 20.5px;
  position: absolute;
  top: 50%;
  right: -19px;
  margin-top: -20px;
}

#wrapper.id_faq .faq .faq__accordion-button-line {
  background-color: #ffffff;
  width: 15px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#wrapper.id_faq .faq .faq__accordion-button-line:nth-child(2) {
  transform: rotateZ(90deg);
}

#wrapper.id_faq .faq .faq__answer {
  width: 100%;
  background-color: #ededed;
  overflow: hidden;
  height: 0;
}

#wrapper.id_faq .faq .faq__answer-inner {
  padding: 50px 11.66667vw 50px 160px;
}

#wrapper.id_faq .faq .faq__answer-desc {
  font-family: "Noto Sans JP";
  line-height: 2.5;
  font-size: 13px;
  color: #666666;
  letter-spacing: 2.15px;
}

#wrapper.id_faq .faq .faq__answer-desc + .faq__answer-desc {
  margin-top: 40px;
}

#wrapper.id_faq .faq .faq__answer-desc > a {
  position: relative;
  font-family: "Noto Sans JP";
  margin: 0 10px;
  font-weight: normal;
  font-feature-settings: "palt";
}

#wrapper.id_faq .faq .faq__answer-desc > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2C44B2;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_faq .faq .faq__answer-desc > a {
    transition: opacity .3s;
  }
  #wrapper.id_faq .faq .faq__answer-desc > a:hover {
    opacity: .7;
  }
}

#wrapper.id_faq .faq .faq__note_contain {
  text-align: center;
}

#wrapper.id_faq .faq .faq__note {
  margin-top: 110px;
  text-align: center;
  font-size: 15px;
  color: #666666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}

#wrapper.id_faq .faq .faq__note > a {
  position: relative;
  font-weight: normal;
  color: currentColor;
}

#wrapper.id_faq .faq .faq__note > a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2C44B2;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_faq .faq .faq__note > a {
    transition: opacity .3s;
  }
  #wrapper.id_faq .faq .faq__note > a:hover {
    opacity: .7;
  }
}

#wrapper.id_faq .faq .faq__imgbox {
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_faq .faq .faq__imgbox {
    flex-direction: column;
  }
}

#wrapper.id_faq .faq .faq__imgbox-item:nth-child(1) img {
  width: 100%;
}

#wrapper.id_faq .faq .faq__imgbox-item:nth-child(2) {
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_faq .faq .faq__imgbox-item:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
}

#wrapper.id_faq .faq .faq__imgbox-item:nth-child(2) img {
  width: 100%;
}

#wrapper.id_faq .faq .faq__imgbox-title {
  color: #666;
  letter-spacing: 0.15em;
}

#wrapper.id_faq .faq .faq__imgbox-img {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_faq .faq .faq__inner {
    max-width: none;
    width: 100vw;
    padding: 117px 20px 115px;
  }
  #wrapper.id_faq .faq .faq__title {
    font-size: 60px;
    letter-spacing: -5.5px;
  }
  #wrapper.id_faq .faq .faq__list {
    margin: 97px auto 0;
  }
  #wrapper.id_faq .faq .faq__item + .faq__item {
    margin-top: 20px;
  }
  #wrapper.id_faq .faq .faq__question {
    padding: 20px 0;
  }
  #wrapper.id_faq .faq .faq__question::before {
    font-size: 20px;
    width: 40px;
    height: 100%;
  }
  #wrapper.id_faq .faq .faq__question-inner {
    font-size: 13px;
    padding: 0 30px 0 10px;
  }
  #wrapper.id_faq .faq .faq__answer-inner {
    padding: 50px 20px 50px 50px;
  }
}

#wrapper.id_faq .faq__footer {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_faq .faq__footer {
    width: 100%;
    padding-top: 125px;
    background-color: #e2e1e8;
  }
}

#wrapper.id_how {
  background-color: #e2e1e8;
  position: relative;
  z-index: 2;
}

#wrapper.id_how .main::before {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#wrapper.id_how .main::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_faq.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 17px 17px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

#wrapper.id_how .how-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12000;
  padding: 30px 71px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  pointer-events: none;
}

@media (min-width: 769px) {
  #wrapper.id_how .how-modal .is-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  #wrapper.id_how .how-modal .is-pc {
    display: none;
  }
}

#wrapper.id_how .how-modal::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal {
    padding: 70px 20px 140px;
  }
}

#wrapper.id_how .how-modal .how-modal__bg {
  position: fixed;
  z-index: 12001;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease-out;
  pointer-events: none;
}

#wrapper.id_how .how-modal.-show .how-modal__bg {
  background-color: rgba(0, 0, 0, 0.8);
}

#wrapper.id_how .how-modal.-show .how-modal__contents {
  opacity: 1;
  transform: translateY(0);
}

#wrapper.id_how .how-modal .how-modal__close {
  position: absolute;
  right: -61px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  z-index: 12003;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__close {
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

#wrapper.id_how .how-modal .how-modal__close-button {
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background-color: #2D43B2;
  position: relative;
  cursor: pointer;
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_how .how-modal .how-modal__close-button {
    transition: opacity .3s;
  }
  #wrapper.id_how .how-modal .how-modal__close-button:hover {
    opacity: .7;
  }
}

#wrapper.id_how .how-modal .how-modal__close-button::before, #wrapper.id_how .how-modal .how-modal__close-button::after {
  content: '';
  display: block;
  height: 1px;
  width: 21px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#wrapper.id_how .how-modal .how-modal__close-button::before {
  transform: rotate(19deg);
}

#wrapper.id_how .how-modal .how-modal__close-button::after {
  transform: rotate(-19deg);
}

#wrapper.id_how .how-modal .how-modal__contents-wrap {
  margin: 130px auto;
  max-width: 800px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__contents-wrap {
    margin: 0px auto;
  }
}

#wrapper.id_how .how-modal .how-modal__contents {
  width: 100%;
  background-color: #fff;
  z-index: 12002;
  position: relative;
  margin: 0 auto;
  padding-top: 75px;
  padding: 75px 0px 0px;
  transform: translateY(2vh);
  opacity: 0;
  transition: transform 0.4s ease-out;
}

#wrapper.id_how .how-modal .how-modal__contents-title {
  text-align: center;
  font-size: 24px;
  color: #2D43B2;
  margin-bottom: 72px;
  letter-spacing: 0.196em;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__contents-title {
    font-size: 16px;
  }
}

#wrapper.id_how .how-modal .how-modal__item {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__item {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  #wrapper.id_how .how-modal .how-modal__item::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E3E2E8;
    height: 1px;
    width: calc(100% - 40px);
  }
}

#wrapper.id_how .how-modal .how-modal__item:nth-child(n + 2) {
  margin-top: 120px;
}

#wrapper.id_how .how-modal .how-modal__item.-invert {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #E3E2E8;
}

#wrapper.id_how .how-modal .how-modal__item.-invert .how-modal__txtbox-title {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__item.-invert .how-modal__txtbox-title {
    border-top: none;
    border-bottom: none;
  }
}

#wrapper.id_how .how-modal .how-modal__item-box {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__item-box {
    flex-direction: column;
  }
}

#wrapper.id_how .how-modal .how-modal__item-box:nth-child(n + 2) {
  margin-top: 38px;
}

#wrapper.id_how .how-modal .how-modal__img {
  width: calc(50% - 20px);
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__img {
    width: 100%;
  }
}

#wrapper.id_how .how-modal .how-modal__img img {
  width: 100%;
}

#wrapper.id_how .how-modal .how-modal__txtbox {
  width: calc(50% - 20px);
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__txtbox {
    width: 100%;
    margin-left: 0;
  }
}

#wrapper.id_how .how-modal .how-modal__txtbox-title {
  border-top: 1px solid #E3E2E8;
  border-bottom: 1px solid #E3E2E8;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__txtbox-title {
    border-top: none;
    border-bottom: none;
  }
}

#wrapper.id_how .how-modal .how-modal__txtbox-title-num {
  color: #2D43B2;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__txtbox-title-num {
    padding: 10px 0px;
  }
}

#wrapper.id_how .how-modal .how-modal__txtbox-title-lead {
  color: #2D43B2;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.125em;
}

#wrapper.id_how .how-modal .how-modal__txtbox-txt {
  line-height: calc(28 / 11);
  font-size: 11px;
  color: #666;
  letter-spacing: 0.125em;
  font-weight: 500;
}

#wrapper.id_how .how-modal .how-modal__txtbox-txt a {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #2C44B2;
}

#wrapper.id_how .how-modal .how-modal__txtbox-txt.mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal .how-modal__txtbox-txt {
    margin-top: 8px;
  }
}

#wrapper.id_how .how {
  width: 100vw;
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  #wrapper.id_how .how br.is-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  #wrapper.id_how .how br.is-pc {
    display: none;
  }
}

#wrapper.id_how .how .how__inner {
  max-width: 1200px;
  width: 100vw;
  padding: 143px 60px 115px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#wrapper.id_how .how .how__title {
  font-size: 120px;
  font-weight: bold;
  color: #E3E2E8;
  text-align: center;
  letter-spacing: 0.181em;
}

#wrapper.id_how .how .how__contents {
  background-color: #fff;
  padding: 115px 60px;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how .how__contents {
    padding: 34px 20px;
  }
}

#wrapper.id_how .how .how__tab {
  margin-top: 105px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how .how__tab {
    margin-top: 34px;
  }
}

#wrapper.id_how .how .how__contents-title {
  color: #2D43B2;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.196em;
}

#wrapper.id_how .how .how__contents-title span {
  font-family: "Noto Sans JP";
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how .how__contents-title {
    font-size: 16px;
    line-height: 2.25;
  }
}

#wrapper.id_how .how .how__note_contain {
  text-align: center;
}

#wrapper.id_how .how .how__note {
  margin-top: 110px;
  text-align: center;
  font-size: 15px;
  color: #666666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}

#wrapper.id_how .how .how__note > a {
  position: relative;
  font-weight: normal;
  color: currentColor;
}

#wrapper.id_how .how .how__note > a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2C44B2;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_how .how .how__note > a {
    transition: opacity .3s;
  }
  #wrapper.id_how .how .how__note > a:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .how .how__inner {
    max-width: none;
    width: 100vw;
    padding: 117px 20px 115px;
  }
  #wrapper.id_how .how .how__title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 414px) {
  #wrapper.id_how .how .how__title {
    font-size: 14.49275vw;
  }
}

#wrapper.id_how .how__footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #wrapper.id_how .how__footer {
    width: 100%;
    padding-top: 125px;
    background-color: #e2e1e8;
  }
}

#wrapper.id_how .tab {
  font-family: "Noto Sans JP";
}

#wrapper.id_how .tab__menu {
  display: flex;
}

#wrapper.id_how .tab__menu-item {
  width: calc(50% - 2px);
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.125em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #2C44B2;
  color: #fff;
}

#wrapper.id_how .tab__menu-item.is-active {
  background-color: #E3E2E8;
  color: #444;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__menu-item {
    font-size: 10px;
  }
}

#wrapper.id_how .tab__menu-item:nth-child(2) {
  margin-left: 4px;
}

#wrapper.id_how .tab__descri {
  background-color: #E3E2E8;
  padding: 115px 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__descri {
    padding: 115px 20px;
  }
}

#wrapper.id_how .tab__descri-title {
  font-size: 24px;
  color: #2D43B2;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.196em;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__descri-title {
    font-size: 16px;
  }
}

#wrapper.id_how .tab__content {
  display: none;
}

#wrapper.id_how .tab__content.is-active {
  display: block;
}

#wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(3) .tab__img-item:nth-child(1), #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(6) .tab__img-item:nth-child(1) {
  padding-right: 1px;
}

#wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(3) .tab__img-item:nth-child(2), #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(6) .tab__img-item:nth-child(2) {
  padding-left: 1px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(3) .tab__img-item:nth-child(1), #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(6) .tab__img-item:nth-child(1) {
    padding-right: 0px;
  }
  #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(3) .tab__img-item:nth-child(2), #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(6) .tab__img-item:nth-child(2) {
    padding-left: 0px;
  }
}

#wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(1) {
  padding-right: 30px;
}

#wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(2) {
  padding-left: 30px;
}

#wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(3) {
  padding-right: 30px;
}

#wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(4) {
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(1), #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(2), #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(3), #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(4) {
    padding-left: 0;
    padding-right: 0px;
  }
  #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(5) .tab__img-item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__content:nth-child(1) .tab__item:nth-child(6) .tab__img-item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

#wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(3) .tab__img-item:nth-child(1) {
  padding-right: 1px;
}

#wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(3) .tab__img-item:nth-child(2) {
  padding-left: 1px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(3) .tab__img-item:nth-child(1) {
    padding-right: 0px;
  }
  #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(3) .tab__img-item:nth-child(2) {
    padding-left: 0px;
  }
}

#wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(1), #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(3) {
  padding-right: 1px;
}

#wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(2), #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(4) {
  padding-left: 1px;
}

#wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(3), #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(4) {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(1), #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(3) {
    padding-right: 0px;
    margin-top: 5px;
  }
  #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(2), #wrapper.id_how .tab__content:nth-child(2) .tab__item:nth-child(4) .tab__img-item:nth-child(4) {
    padding-left: 0px;
    margin-top: 5px;
  }
}

#wrapper.id_how .tab__descri-btn {
  width: 100%;
  max-width: 340px;
  margin: 30px auto 0px;
}

#wrapper.id_how .tab__item:nth-child(n + 2) {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__item:nth-child(n + 2) {
    margin-top: 60px;
  }
}

#wrapper.id_how .tab__num {
  text-align: center;
  font-size: 160px;
  color: #D5D5E3;
  font-family: "futura";
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 50px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__num {
    text-align: left;
    font-size: 120px;
  }
}

#wrapper.id_how .tab__txt-main {
  text-align: center;
  color: #2D43B2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 0.125em;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__txt-main {
    text-align: left;
    line-height: 1.46;
  }
}

#wrapper.id_how .tab__txt-sub {
  text-align: center;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__txt-sub {
    text-align: left;
  }
}

#wrapper.id_how .tab__txt-notion {
  text-align: center;
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__txt-notion {
    text-align: left;
  }
}

#wrapper.id_how .tab__txt-notion a {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #2C44B2;
}

#wrapper.id_how .tab__img-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 52px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__img-list {
    flex-direction: column;
  }
}

#wrapper.id_how .tab__img-item {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__img-item {
    width: 100%;
    margin-top: 5px;
  }
}

#wrapper.id_how .tab__img-item img {
  width: 100%;
}

#wrapper.id_how .tab__img-txt {
  text-align: center;
  line-height: 2;
  font-weight: 500;
  font-size: 10px;
  color: #666;
  letter-spacing: 0.15em;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__img-txt {
    text-align: left;
  }
}

#wrapper.id_project {
  background-color: #e2e1e8;
  position: relative;
  z-index: 2;
}

#wrapper.id_project .main::before {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#wrapper.id_project .project__contents-list {
  display: flex;
  flex-wrap: wrap;
}

#wrapper.id_project .project__contents-item {
  width: calc(50% - 6rem / 2);
  background-color: #fff;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#wrapper.id_project .project__contents-item:nth-of-type(even) {
  margin-left: 6rem;
}

#wrapper.id_project .project__contents-item:nth-child(n + 3) {
  margin-top: 14rem;
}

#wrapper.id_project .project__contents-item:nth-child(3) {
  position: relative;
}

#wrapper.id_project .project__contents-item:nth-child(3)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -15px;
  transform: translateY(-100%);
  left: 0;
  width: 4.8rem;
  height: 2rem;
  background-image: url(../images/img_vrchat.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 769px) and (max-width: 960px) {
  #wrapper.id_project .project__contents-item {
    width: calc(50% - 2rem / 2);
  }
  #wrapper.id_project .project__contents-item:nth-of-type(even) {
    margin-left: 2rem;
  }
}

@media (max-width: 768px) {
  #wrapper.id_project .project__contents-item {
    width: 100%;
  }
  #wrapper.id_project .project__contents-item:nth-of-type(even) {
    margin-left: 0rem;
  }
  #wrapper.id_project .project__contents-item:nth-child(n + 2) {
    margin-top: 12rem;
  }
}

#wrapper.id_project .project__contents-date {
  background-color: #2C44B2;
  text-align: center;
  padding: 10px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#wrapper.id_project .project__contents-date span {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

#wrapper.id_project .project__contents-date span:nth-child(n + 2) {
  margin-left: 4rem;
}

#wrapper.id_project .project__contents-date span:nth-child(1) {
  position: relative;
}

#wrapper.id_project .project__contents-date span:nth-child(1)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  right: -7px;
  background-color: #fff;
  height: 1px;
  width: 3rem;
  z-index: 1;
}

#wrapper.id_project .project__contents-img {
  overflow: hidden;
  cursor: pointer;
  display: block;
}

#wrapper.id_project .project__contents-img img {
  width: 100%;
}

#wrapper.id_project .project__contents-title {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 3.6rem 0px 4.4rem;
  position: relative;
  background-color: #E3E2E8;
}

#wrapper.id_project .project__contents-title-in {
  position: relative;
  z-index: 2;
}

#wrapper.id_project .project__contents-title-en {
  text-align: center;
  color: #2c44b2;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.143em;
}

#wrapper.id_project .project__contents-title-jp {
  margin-top: 1.5rem;
  text-align: center;
  color: #2C44B2;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.23em;
}

#wrapper.id_project .project__contents-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  height: 100%;
  width: 1px;
  z-index: 1;
}

#wrapper.id_project .project__contents-txt {
  padding: 60px 40px 100px;
  background-color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.125em;
  line-height: 2.4;
  color: #444;
  position: relative;
}

@media (max-width: 768px) {
  #wrapper.id_project .project__contents-txt {
    padding: 52px 20px 115px;
  }
}

#wrapper.id_project .project__contents-txt::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E3E2E8;
  height: 100%;
  width: 1px;
  z-index: 1;
}

#wrapper.id_project .project__contents-txt span {
  position: relative;
  z-index: 2;
}

#wrapper.id_project .project__contents-btnwrap {
  padding: 0px 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  z-index: 2;
}

#wrapper.id_project .project {
  width: 100vw;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #wrapper.id_project .project {
    padding-bottom: 16px;
  }
}

@media (min-width: 769px) {
  #wrapper.id_project .project br.is-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  #wrapper.id_project .project br.is-pc {
    display: none;
  }
}

#wrapper.id_project .project .project__inner {
  width: 100vw;
  padding: 143px 120px 115px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) and (max-width: 960px) {
  #wrapper.id_project .project .project__inner {
    padding: 143px 20px 115px;
  }
}

@media (max-width: 768px) {
  #wrapper.id_project .project .project__inner {
    padding: 130px 20px 10px;
  }
}

#wrapper.id_project .project .project__title {
  font-size: 120px;
  font-weight: bold;
  color: #E3E2E8;
  text-align: center;
  letter-spacing: 0.181em;
}

@media (max-width: 768px) {
  #wrapper.id_project .project .project__title {
    font-size: 60px;
  }
}

#wrapper.id_project .project .project__contents-wrap {
  margin-top: 90px;
}

#wrapper.id_project .project__footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #wrapper.id_project .project__footer {
    width: 100%;
    padding-top: 125px;
    background-color: #e2e1e8;
  }
}

#wrapper.id_miyashita-mystery-park {
  background-color: #e2e1e8;
  position: relative;
}

#wrapper.id_miyashita-mystery-park::before {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park #inner {
    padding-top: 330px;
  }
}

#wrapper.id_miyashita-mystery-park .sectionwrap {
  position: relative;
}

#wrapper.id_miyashita-mystery-park .sectionwrap::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #2D43B2;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .sectionwrap::before {
    width: 100%;
  }
}

#wrapper.id_miyashita-mystery-park .sectionwrap::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/miyashita-mystery-park/bg_pc.png);
  opacity: 0.15;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: contain;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .sectionwrap::after {
    width: 100%;
    background-image: url(../images/miyashita-mystery-park/bg_sp.png);
  }
}

#wrapper.id_miyashita-mystery-park .miyashita-mystery-park__note_contain {
  text-align: center;
}

#wrapper.id_miyashita-mystery-park .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}

#wrapper.id_miyashita-mystery-park .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: normal;
  color: currentColor;
}

#wrapper.id_miyashita-mystery-park .miyashita-mystery-park__note > a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2C44B2;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_miyashita-mystery-park .miyashita-mystery-park__note > a {
    transition: opacity .3s;
  }
  #wrapper.id_miyashita-mystery-park .miyashita-mystery-park__note > a:hover {
    opacity: .7;
  }
}

#wrapper.id_miyashita-mystery-park .section01 {
  width: 100%;
  position: relative;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 {
    display: block;
    margin-top: 0px;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__sp-image-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__pc-image-wrapper {
    display: none;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__scroll {
    display: none;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #ffffff;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__inner {
    max-width: none;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0px 20px 160px;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 18px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__event-title {
    display: none;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__event-header {
  font-size: 28px;
  letter-spacing: 5.5px;
  line-height: 46px;
  margin-top: 18px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__event-header > span {
  font-weight: normal;
  letter-spacing: 3.8px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0px;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__event-headerIn > br:nth-child(3) {
  display: block;
}

@media (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__event-headerIn > br:nth-child(3) {
    display: none;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__event-deco {
  height: 13.2rem;
  border-left: 1px solid #E8E4E2;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__date-contents {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__date-contents {
    margin-top: 28px;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}

@media only screen and (max-width: 374px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px 0;
}

@media only screen and (max-width: 374px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw 0;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__desc-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__desc {
  font-size: 13px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__desc:nth-child(2), #wrapper.id_miyashita-mystery-park .section01 .section01__desc:nth-child(3) {
  font-size: 10px;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__desc:nth-child(1), #wrapper.id_miyashita-mystery-park .section01 .section01__desc:nth-child(2) {
  margin-top: 5rem;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__desc:nth-child(3) {
  margin-top: 2.5rem;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}

#wrapper.id_miyashita-mystery-park .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}

#wrapper.id_miyashita-mystery-park .section01 .section01__link-txt a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #fff;
  height: 1px;
  width: 100%;
}

#wrapper.id_miyashita-mystery-park .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item {
    display: block;
    margin-top: 0px;
    padding-bottom: 160px;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__sp-image-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__pc-image-wrapper {
    display: none;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #ffffff;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__inner {
    max-width: none;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__event-wrapper {
  padding: 0px 120px 0px 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0px 20px;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__event-header {
  font-size: 20px;
  letter-spacing: 5.5px;
  line-height: 46px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__event-header > span {
  font-weight: normal;
  letter-spacing: 3.8px;
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__event-headerIn > br:nth-child(3) {
  display: block;
}

@media (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__event-headerIn > br:nth-child(3) {
    display: none;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__desc-wrapper {
    margin-top: 30px;
  }
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__desc {
  font-size: 13px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__desc:nth-child(2) {
  font-size: 10px;
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}

#wrapper.id_miyashita-mystery-park .section02__item .section02__btn-wrap:nth-child(n + 2) {
  margin-left: 2rem;
}

@media (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .section02__item .section02__button-wrapper {
    margin-top: 87px;
  }
}

#wrapper.id_yamamotonairu {
  background-color: #e2e1e8;
  position: relative;
}

#wrapper.id_yamamotonairu::before {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu #inner {
    padding-top: 330px;
  }
}

#wrapper.id_yamamotonairu .sectionwrap {
  position: relative;
}

#wrapper.id_yamamotonairu .sectionwrap::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #2D43B2;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .sectionwrap::before {
    width: 100%;
  }
}

#wrapper.id_yamamotonairu .sectionwrap::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/yamamotonairu/bg_pc.png);
  opacity: 0.15;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: contain;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .sectionwrap::after {
    width: 100%;
    background-image: url(../images/yamamotonairu/bg_sp.png);
  }
}

#wrapper.id_yamamotonairu .miyashita-mystery-park__note_contain {
  text-align: center;
}

#wrapper.id_yamamotonairu .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}

#wrapper.id_yamamotonairu .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: normal;
  color: currentColor;
}

#wrapper.id_yamamotonairu .miyashita-mystery-park__note > a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2C44B2;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_yamamotonairu .miyashita-mystery-park__note > a {
    transition: opacity .3s;
  }
  #wrapper.id_yamamotonairu .miyashita-mystery-park__note > a:hover {
    opacity: .7;
  }
}

#wrapper.id_yamamotonairu .section01 {
  width: 100%;
  position: relative;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 {
    display: block;
    margin-top: 0px;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__sp-image-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__pc-image-wrapper {
    display: none;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}

#wrapper.id_yamamotonairu .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}

#wrapper.id_yamamotonairu .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__scroll {
    display: none;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #ffffff;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__inner {
    max-width: none;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0px 20px 160px;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 18px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__event-title {
    display: none;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__event-header {
  font-size: 28px;
  letter-spacing: 5.5px;
  line-height: 46px;
  margin-top: 18px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}

#wrapper.id_yamamotonairu .section01 .section01__event-header > span {
  font-weight: normal;
  letter-spacing: 3.8px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 15px;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__event-headerIn > br:nth-child(3) {
  display: block;
}

@media (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__event-headerIn > br:nth-child(3) {
    display: none;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__event-deco {
  height: 13.2rem;
  border-left: 1px solid #E8E4E2;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}

#wrapper.id_yamamotonairu .section01 .section01__date-contents {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__date-contents {
    margin-top: 28px;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wrapper.id_yamamotonairu .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}

@media only screen and (max-width: 374px) {
  #wrapper.id_yamamotonairu .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px 0;
}

@media only screen and (max-width: 374px) {
  #wrapper.id_yamamotonairu .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw 0;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__desc-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__desc {
  font-size: 13px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_yamamotonairu .section01 .section01__desc:nth-child(2) {
  font-size: 10px;
}

#wrapper.id_yamamotonairu .section01 .section01__desc:nth-child(n + 2) {
  margin-top: 5rem;
}

#wrapper.id_yamamotonairu .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}

#wrapper.id_yamamotonairu .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}

#wrapper.id_yamamotonairu .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}

#wrapper.id_yamamotonairu .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}

#wrapper.id_yamamotonairu .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_yamamotonairu .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}

#wrapper.id_yamamotonairu .section01 .section01__link-txt a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #fff;
  height: 1px;
  width: 100%;
}

#wrapper.id_yamamotonairu .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item {
    display: block;
    margin-top: 0px;
    padding-bottom: 160px;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__sp-image-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__pc-image-wrapper {
    display: none;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

#wrapper.id_yamamotonairu .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}

#wrapper.id_yamamotonairu .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #ffffff;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__inner {
    max-width: none;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__event-wrapper {
  padding: 0px 120px 0px 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0px 20px;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__event-header {
  font-size: 20px;
  letter-spacing: 5.5px;
  line-height: 46px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0px;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__event-header > span {
  font-weight: normal;
  letter-spacing: 3.8px;
}

#wrapper.id_yamamotonairu .section02__item .section02__event-headerIn > br:nth-child(3) {
  display: block;
}

@media (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__event-headerIn > br:nth-child(3) {
    display: none;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__desc-wrapper {
    margin-top: 30px;
  }
}

#wrapper.id_yamamotonairu .section02__item .section02__desc {
  font-size: 13px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_yamamotonairu .section02__item .section02__desc:nth-child(2) {
  font-size: 10px;
}

#wrapper.id_yamamotonairu .section02__item .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}

#wrapper.id_yamamotonairu .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
}

#wrapper.id_yamamotonairu .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}

#wrapper.id_yamamotonairu .section02__item .section02__btn-wrap:nth-child(n + 2) {
  margin-left: 2rem;
}

@media (max-width: 768px) {
  #wrapper.id_yamamotonairu .section02__item .section02__button-wrapper {
    margin-top: 87px;
  }
}

#wrapper.id_broom-your-flower {
  background-color: #e2e1e8;
  position: relative;
}

#wrapper.id_broom-your-flower::before {
  content: '';
  display: block;
  width: 100%;
  height: 660px;
  background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower #inner {
    padding-top: 330px;
  }
}

#wrapper.id_broom-your-flower .sectionwrap {
  position: relative;
}

#wrapper.id_broom-your-flower .sectionwrap::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #2D43B2;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .sectionwrap::before {
    width: 100%;
  }
}

#wrapper.id_broom-your-flower .sectionwrap::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/broom-your-flower/bg_pc.png);
  opacity: 0.15;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: contain;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .sectionwrap::after {
    width: 100%;
    background-image: url(../images/broom-your-flower/bg_sp.png);
  }
}

#wrapper.id_broom-your-flower .miyashita-mystery-park__note_contain {
  text-align: center;
}

#wrapper.id_broom-your-flower .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}

#wrapper.id_broom-your-flower .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: normal;
  color: currentColor;
}

#wrapper.id_broom-your-flower .miyashita-mystery-park__note > a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #2C44B2;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  #wrapper.id_broom-your-flower .miyashita-mystery-park__note > a {
    transition: opacity .3s;
  }
  #wrapper.id_broom-your-flower .miyashita-mystery-park__note > a:hover {
    opacity: .7;
  }
}

#wrapper.id_broom-your-flower .section01 {
  width: 100%;
  position: relative;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 {
    display: block;
    margin-top: 0px;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__sp-image-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__pc-image-wrapper {
    display: none;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}

#wrapper.id_broom-your-flower .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}

#wrapper.id_broom-your-flower .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__scroll {
    display: none;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #ffffff;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__inner {
    max-width: none;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0px 20px 160px;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 18px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__event-title {
    display: none;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__event-header {
  font-size: 28px;
  letter-spacing: 5.5px;
  line-height: 46px;
  margin-top: 18px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}

#wrapper.id_broom-your-flower .section01 .section01__event-header > span {
  font-weight: normal;
  letter-spacing: 3.8px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0px;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__event-headerIn > br:nth-child(3) {
  display: block;
}

@media (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__event-headerIn > br:nth-child(3) {
    display: none;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__event-deco {
  height: 13.2rem;
  border-left: 1px solid #E8E4E2;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}

#wrapper.id_broom-your-flower .section01 .section01__date-contents {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__date-contents {
    margin-top: 28px;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#wrapper.id_broom-your-flower .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}

@media only screen and (max-width: 374px) {
  #wrapper.id_broom-your-flower .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__date > time:nth-child(3) {
  opacity: 0;
}

#wrapper.id_broom-your-flower .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px 0;
}

@media only screen and (max-width: 374px) {
  #wrapper.id_broom-your-flower .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw 0;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__desc-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__desc {
  font-size: 13px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_broom-your-flower .section01 .section01__desc:nth-child(2) {
  font-size: 10px;
}

#wrapper.id_broom-your-flower .section01 .section01__desc:nth-child(n + 2) {
  margin-top: 5rem;
}

#wrapper.id_broom-your-flower .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}

#wrapper.id_broom-your-flower .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}

#wrapper.id_broom-your-flower .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}

#wrapper.id_broom-your-flower .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}

#wrapper.id_broom-your-flower .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#wrapper.id_broom-your-flower .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}

#wrapper.id_broom-your-flower .section01 .section01__link-txt a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #fff;
  height: 1px;
  width: 100%;
}
/*# sourceMappingURL=maps/style.css.map */











  .id_maintenance {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #0b0c10 0%, rgba(58, 70, 127, 0.9) 26%, rgba(152, 161, 207, 0.74) 46%, rgba(187, 191, 220, 0.85) 66%, rgba(226, 225, 231, 0.4) 86%, rgba(254, 254, 255, 0) 100%);
}
#loading,
.maintenance {
  position: fixed;
  height: 100vh;
}
body.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.maintenance {
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;

}
.maintenance .maintenance-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.6;
}
.maintenance .maintenance-contents h1 {
  color: #444;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 12px;
}
.maintenance .maintenance-contents p {
  color: #444;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .maintenance .maintenance-contents h1 {
    white-space: nowrap;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
  }
  .maintenance .maintenance-contents p {
    white-space: nowrap;
    color: #444;
    font-size: 10px;
  }
}


.maintenance a{
	color: #2c44b2;
}