@charset "UTF-8";
.cf,
.fList,
.nav {
  zoom: 1;
}
.fList > .item:last-child,
.flex > .item:last-child,
.flex > dd:last-child,
.flex > dt:last-child,
.flex > li:last-child,
.row .item:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
#alert .modalInner,
.spantext {
  white-space: nowrap;
}
.alert,
.enter {
  max-width: 800px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fBoth > li:first-child,
.fList > .item,
.fList > dd,
.fList > dt,
.fList > li {
  float: left;
}
.cl {
  clear: both;
}
.fBoth > li:last-child {
  float: right;
}
.fBoth > .item:nth-child(1),
.fBoth > dt {
  float: left;
}
.fBoth > .item:nth-child(2),
.fBoth > dd {
  float: right;
}
.flex {
  display: flex;
}
.cf:after,
.fBoth:after,
.fList:after,
.nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac,
.row {
  text-align: center;
}
.vb {
  vertical-align: baseline;
}
.captalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
img.fitted {
  width: 100% !important;
  height: auto !important;
}
.oh {
  overflow: hidden;
}
.wb {
  word-break: break-all;
}
.fwb {
  font-weight: 700;
}
.row {
  font-size: 0;
}
.row .item {
  display: inline-block;
}
.row.row_col2 > .item {
  width: 50%;
}
.row.row_col3 > .item {
  width: 33.3333%;
}
.row.row_col4 > .item {
  width: 25%;
}
#alert,
#alert .bg {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.is-unvisible {
  opacity: 0 !important;
}
.is-visible {
  opacity: 1 !important;
}
.is-block {
  display: block !important;
}
.is-none {
  display: none !important;
}
.sample,
hr.separator {
  display: none;
}
.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;
}
.is-fixed {
  position: fixed !important;
}
.is-absolute {
  position: absolute !important;
}
.is-relative {
  position: relative !important;
}
.is-static {
  position: static !important;
}
.sample {
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 99999;
}
.mt-0 {
  margin-top: 0 !important;
}
body {
  margin: 0;
  padding: 0;
  border: none;
}
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
textarea,
ul {
  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%;
}
button,
input[type="text"],
select,
textarea {
  resize: none;
  outline: 0;
  -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;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.button--border,
.button--darker,
.button--invert-border,
.button--invert-darker {
  box-sizing: border-box !important;
}
#alert {
  position: fixed;
  /* z-index: 12000; */
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  padding: 30px 71px;
}
#alert .bg {
  position: absolute;
  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;
}
#alert.-show .modalInner {
  opacity: 1;
  transform: translateY(0);
}
#alert .close {
  position: absolute;
  right: -61px;
  top: 0;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.alert .alert__menu-desc,
.alert .alert__menu-title,
.alert .alert__title {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#alert .modal__close-button {
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background-color: #2d43b2;
  position: relative;
}
#alert .modal__close-button::after,
#alert .modal__close-button::before {
  content: "";
  display: block;
  height: 1px;
  width: 21px;
  background-color: #fff;
  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;
  }
}
.alert {
  width: 100%;
  position: relative;
  z-index: 120000;
  padding-bottom: 30px;
}
.alert .alert__bg-image,
.alert .alert__bg-image::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alert .alert__bg-image {
  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: "";
  background: url(../images/bg_gradient.png) top left repeat-x;
  background-size: contain;
}
.alert .alert__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.alert .alert__title {
  padding: 0 25px;
  font-size: 20px;
  letter-spacing: 3.93px;
  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 #fff;
}
.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-size: 16px;
  letter-spacing: 1.78px;
}
.alert .alert__menu-desc {
  font-size: 11px;
  letter-spacing: 1.88px;
  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: #fff;
    height: 75vh;
    -webkit-overflow-scrolling: touch;
  }
  .alert .alert__bg-image {
    display: none;
  }
  .alert .alert__title {
    width: 100%;
    padding: 20px;
    min-height: 170px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .alert .alert__bg-image--sp,
  .alert .alert__bg-image--sp::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .alert .alert__bg-image--sp {
    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: "";
    background: url(../images/bg_gradient.png) top left repeat-x;
    background-size: contain;
  }
  .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 #444;
  }
  .alert .alert__menu-title {
    font-size: 13px;
    font-weight: 400;
    color: #444;
    letter-spacing: 1.44px;
  }
  .alert .alert__menu-desc {
    font-size: 10px;
    color: #444;
  }
  .alert .alert__button {
    margin-top: 25px;
  }
  .alert .alert__button > .button--invert {
    background-color: #ef5a01;
    color: #fff;
  }
}
.enter .enter__menu-desc,
.enter .enter__menu-title,
.enter .enter__title {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.enter {
  width: 100%;
  position: relative;
  z-index: 120000;
  padding-bottom: 40px;
}
.enter .enter__bg-image,
.enter .enter__bg-image::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.enter .enter__bg-image {
  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: "";
  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;
}
.enter .enter__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.enter .enter__title {
  padding: 25px 25px 35px;
  font-size: 20px;
  letter-spacing: 3.93px;
  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-size: 16px;
  letter-spacing: 1.78px;
}
.enter .enter__menu-desc {
  font-size: 10px;
  letter-spacing: 1.88px;
  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: #fff;
  }
  .enter .enter__bg-image {
    display: none;
  }
  .enter .enter__title {
    width: 100%;
    padding: 20px;
    min-height: 160px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .enter .enter__bg-image--sp,
  .enter .enter__bg-image--sp::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .enter .enter__bg-image--sp {
    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: "";
    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;
  }
  .enter .enter__menu-list {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  .enter .enter__menu-item {
    width: 100%;
    padding: 35px 0;
  }
}
@media only screen and (max-width: 768px) {
  .enter .enter__menu-item:nth-child(n + 2) {
    border-left: none;
    border-top: 1px solid #444;
  }
  .enter .enter__menu-title {
    font-size: 13px;
    color: #444;
    letter-spacing: 1.44px;
  }
  .enter .enter__menu-desc {
    font-size: 10px;
    color: #444;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 414px) {
  .enter .enter__title {
    min-height: 38.64734vw;
  }
  .enter .enter__menu-item {
    padding-top: 8.45411vw;
    padding-bottom: 8.45411vw;
  }
  .enter .enter__menu-desc {
    margin-top: 4.34783vw;
  }
}
@media only screen and (max-width: 768px) {
  .enter .enter__button {
    width: 100%;
    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 {
  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: #666;
  letter-spacing: 1.82px;
}
.footer .footer__copy_zenrin,
.footer .footer__support {
  color: #666;
  letter-spacing: 1.54px;
  margin-left: 27px;
  font-size: 10px;
  text-align: center;
  order: 2;
}
@media only screen and (min-width: 769px) {
  .footer .footer__nav-link {
    transition: opacity 0.3s;
  }
  .footer .footer__nav-link:hover {
    opacity: 0.7;
  }
}
.footer .footer__support {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.footer .footer__copyright {
  order: 1;
  font-size: 10px;
  color: #2d43b2;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 0 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: #666;
    letter-spacing: 1.82px;
  }
  .footer .footer__copy_zenrin {
    margin-left: 0;
    margin-top: 0;
    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 {
  width: 100%;
  padding: 27px 60px;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 99;
}
#header.top {
  background-color: #2d43b2;
}
.id_broom-your-flower #header,
.id_faq #header,
.id_how #header,
.id_kyotokan #header,
.id_maintenance #header,
.id_miyashita-mystery-park #header,
.id_miyashita-mystery-park2 #header,
.id_parallell-art-park #header,
.id_project #header,
.id_purpleribbon #header,
.id_terms #header,
.id_test-mpkg-expo #header,
.id_test-mpkg-gallery #header,
.id_yamamotonairu #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_broom-your-flower #header .header__inner,
.id_faq #header .header__inner,
.id_how #header .header__inner,
.id_kyotokan #header .header__inner,
.id_maintenance #header .header__inner,
.id_miyashita-mystery-park #header .header__inner,
.id_miyashita-mystery-park2 #header .header__inner,
.id_parallell-art-park #header .header__inner,
.id_project #header .header__inner,
.id_purpleribbon #header .header__inner,
.id_terms #header .header__inner,
.id_test-mpkg-expo #header .header__inner,
.id_test-mpkg-gallery #header .header__inner,
.id_yamamotonairu #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,
#modal .bg {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#modal {
  position: fixed;
  /* z-index: 12000; */
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  padding: 30px 71px;
}
#modal .bg {
  position: absolute;
  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: 0;
  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 0.3s;
  }
  #modal .modal__close-button:hover {
    opacity: 0.7;
  }
}
#modal .modal__close-button::after,
#modal .modal__close-button::before {
  content: "";
  display: block;
  height: 1px;
  width: 21px;
  background-color: #fff;
  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 {
  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: transparent;
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  font-family: futura, "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
    background: linear-gradient(to bottom, #0b0c10 0, rgba(58, 70, 127, .8) 26%, rgba(152, 161, 207, .4) 66%, rgba(187, 191, 220, .0) 100%);
}
#inner,
#wrapper {
  width: 100%;
}
@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;
  }
  .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;
  }
  .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;
}
.flashD {
  animation: kf_flash 20ms 10 normal;
}
.flashD_g {
  animation: kf_flash_g 10ms 13 normal;
}
.flashD_g_main {
  animation: kf_flash_g 20ms 13 normal;
}
.flashD_sp {
  animation: kf_flash 20ms 5 normal;
}
.flashD_g_sp {
  animation: kf_flash_g 10ms 6 normal;
}
.flashD_g_main_sp {
  animation: kf_flash_g 20ms 6 normal;
}
@-moz-keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@-webkit-keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@-o-keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@keyframes kf_flash {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@-moz-keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}
@-o-keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}
@keyframes kf_flash_g {
  50% {
    opacity: 0;
  }
}
.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: #000;
  opacity: 0;
}
.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);
}
.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;
}
.cp {
  cursor: pointer;
}
.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;
}
.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: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes bF {
  0% {
    background: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@-o-keyframes bF {
  0% {
    background: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes bF {
  0% {
    background: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
.flash:hover {
  animation: kf_flash 50ms infinite;
}
.translate {
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.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--border,
.button--darker,
.button--invert,
.button--invert-border,
.button--invert-darker {
  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--border .button__inner,
.button--darker .button__inner,
.button--invert .button__inner,
.button--invert-border .button__inner,
.button--invert-darker .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--border .button__word,
.button--border .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 {
  color: currentColor;
  font-size: 11px;
  letter-spacing: 1.4px;
  position: relative;
  z-index: 2;
}
.button .button__word--disabled,
.button--border .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 {
  display: none;
  color: #fff;
}
.button .button__icon,
.button--border .button__icon,
.button--darker .button__icon,
.button--invert .button__icon,
.button--invert-border .button__icon,
.button--invert-darker .button__icon {
  position: absolute;
  top: 0;
  right: -17px;
  fill: currentColor;
}
.button--border::after,
.button--border::before,
.button--darker::after,
.button--darker::before,
.button--invert-border::after,
.button--invert-border::before,
.button--invert-darker::after,
.button--invert-darker::before,
.button--invert::after,
.button--invert::before,
.button::after,
.button::before {
  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--border::before,
.button--darker::before,
.button--invert-border::before,
.button--invert-darker::before,
.button--invert::before,
.button::before {
  left: 7px;
}
.button--border::after,
.button--darker::after,
.button--invert-border::after,
.button--invert-darker::after,
.button--invert::after,
.button::after {
  right: 7px;
}
.button--border.is-disabled,
.button--darker.is-disabled,
.button--invert-border.is-disabled,
.button--invert-darker.is-disabled,
.button--invert.is-disabled,
.button.is-disabled {
  pointer-events: none;
  background-color: #a7a7a7;
  color: #fff;
}
.button--border.is-disabled .button__word,
.button--darker.is-disabled .button__word,
.button--invert-border.is-disabled .button__word,
.button--invert-darker.is-disabled .button__word,
.button--invert.is-disabled .button__word,
.button.is-disabled .button__word {
  display: none;
}
.button--border.is-disabled .button__word--disabled,
.button--darker.is-disabled .button__word--disabled,
.button--invert-border.is-disabled .button__word--disabled,
.button--invert-darker.is-disabled .button__word--disabled,
.button--invert.is-disabled .button__word--disabled,
.button.is-disabled .button__word--disabled {
  display: block;
}
.button .circle,
.button--border .circle,
.button--darker .circle,
.button--invert .circle,
.button--invert-border .circle,
.button--invert-darker .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--border .circle,
  .button--darker .circle,
  .button--invert .circle,
  .button--invert-border .circle,
  .button--invert-darker .circle {
    display: none;
  }
}
.button .circle.-middle,
.button--border .circle.-middle,
.button--darker .circle.-middle,
.button--invert .circle.-middle,
.button--invert-border .circle.-middle,
.button--invert-darker .circle.-middle {
  background: radial-gradient(circle closest-side, #ccc 75%, transparent 100%);
}
.button .circle.-darker,
.button--border .circle.-darker,
.button--darker .circle.-darker,
.button--invert .circle.-darker,
.button--invert-border .circle.-darker,
.button--invert-darker .circle.-darker {
  background: radial-gradient(
    circle closest-side,
    #2c44b2 75%,
    transparent 100%
  );
}
.button .circle.-bright,
.button--border .circle.-bright,
.button--darker .circle.-bright,
.button--invert .circle.-bright,
.button--invert-border .circle.-bright,
.button--invert-darker .circle.-bright {
  background: radial-gradient(circle closest-side, #fff 75%, transparent 100%);
}
@media (min-width: 769px) {
  .button--border:hover.-bright,
  .button--darker:hover.-bright,
  .button--invert-border:hover.-bright,
  .button--invert-darker:hover.-bright,
  .button--invert:hover.-bright,
  .button:hover.-bright {
    color: #fff;
  }
  .button--border:hover.-bright::after,
  .button--border:hover.-bright::before,
  .button--darker:hover.-bright::after,
  .button--darker:hover.-bright::before,
  .button--invert-border:hover.-bright::after,
  .button--invert-border:hover.-bright::before,
  .button--invert-darker:hover.-bright::after,
  .button--invert-darker:hover.-bright::before,
  .button--invert:hover.-bright::after,
  .button--invert:hover.-bright::before,
  .button:hover.-bright::after,
  .button:hover.-bright::before {
    background-color: #fff;
  }
  .button--border:hover.-darker,
  .button--darker:hover.-darker,
  .button--invert-border:hover.-darker,
  .button--invert-darker:hover.-darker,
  .button--invert:hover.-darker,
  .button:hover.-darker {
    color: #2c44b2;
  }
  .button--border:hover.-darker::after,
  .button--border:hover.-darker::before,
  .button--darker:hover.-darker::after,
  .button--darker:hover.-darker::before,
  .button--invert-border:hover.-darker::after,
  .button--invert-border:hover.-darker::before,
  .button--invert-darker:hover.-darker::after,
  .button--invert-darker:hover.-darker::before,
  .button--invert:hover.-darker::after,
  .button--invert:hover.-darker::before,
  .button:hover.-darker::after,
  .button:hover.-darker::before {
    background-color: #2c44b2;
  }
  .button--border:hover .circle,
  .button--darker:hover .circle,
  .button--invert-border:hover .circle,
  .button--invert-darker:hover .circle,
  .button--invert:hover .circle,
  .button:hover .circle {
    transform: scale(1800);
  }
  .button--border:hover.button--border,
  .button--darker:hover.button--border,
  .button--invert-border:hover.button--border,
  .button--invert-darker:hover.button--border,
  .button--invert:hover.button--border,
  .button:hover.button--border {
    border-color: #ccc;
  }
}
.button--darker {
  background-color: #2c44b2;
  border: 1px solid #2c44b2;
  color: #fff;
}
.button--darker::after,
.button--darker::before,
.button--invert {
  background-color: #fff;
}
.button--invert {
  color: #2c44b2;
}
.button--invert::after,
.button--invert::before {
  background-color: #2c44b2;
}
.button--invert-darker {
  border: 1px solid #fff;
  color: #2c44b2;
  background-color: #fff;
}
.button--invert-darker::after,
.button--invert-darker::before {
  background-color: #2c44b2;
}
.button--invert-border {
  border: 1px solid #2c44b2;
  color: #2c44b2;
  background-color: #fff;
}
.button--invert-border::after,
.button--invert-border::before {
  background-color: #2c44b2;
}
.button--border {
  border: 1px solid #fff;
  color: #fff;
}
.button--border::after,
.button--border::before {
  background-color: #fff;
}
.left_bar:after,
.up_bar:before {
  content: "";
  background-color: #000;
  left: 0;
  position: absolute;
  display: block;
}
.left_bar:after {
  width: 0.7rem;
  height: 3.5rem;
  top: -0.6rem;
}
.up_bar:before {
  width: 100%;
  height: 1rem;
  top: 0;
  right: 0;
  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);
}
#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;
  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: #444;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 12px;
}
.maintenance .maintenance-contents p {
  color: #444;
  font-size: 15px;
}
@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;
  }
}
#loading {
  left: 0;
  top: 0;
  z-index: 9999;
  width: calc(100% - 42% * 2);
  margin: 0 42%;
  pointer-events: none;
  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: #2d43b2;
}
#loading .ballWrap,
#loading .loadingPercent,
.error {
  position: absolute;
  left: 50%;
}
#loading .loadingPercent {
  top: calc(50% + 20px);
  transform: translate(-50%, -50%);
  color: #2d43b2;
  font-size: 12px;
}
#loading .ballWrap {
  top: 50%;
  margin-left: -40px;
  margin-top: calc(-40px + -10px);
}
#loading .ballWrap .ball {
  width: 80px;
  height: auto;
}
#wrapper.id_top .contact .contact__inner,
.error {
  width: 100%;
}
@media (max-width: 768px) {
  .isIOSSafari #loading .loadingBar,
  .isIOSSafari #loading .loadingPercent {
    margin-top: -40px;
  }
}
.id_top #loading {
  display: block;
}
@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;
  }
  .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;
  }
  .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;
  }
}
a,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
}
@media (min-width: 769px) {
  a:hover {
    color: #000;
    text-decoration: none;
  }
}
.box-shadow {
  box-shadow: 4px 2px 10px 1px #ccc inset;
}
.text-shadow {
  text-shadow: 5px 5px 2px #ccc;
}
.highlight {
  color: #ff405e;
}
.error {
  color: #e83434;
  transform: translateX(-50%);
  bottom: 5.1rem;
}
.underline {
  text-decoration: underline;
}
#wrapper.id_top {
  /* margin-top: 100vh; */
}
#wrapper.id_top .contact {
  width: 100%;
  padding: 50px 0 65px;
}
#wrapper.id_top .contact .contact__title {
  font-size: 28px;
  font-weight: 500;
  color: #2d43b2;
  letter-spacing: 5.5px;
  text-align: center;
}
#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;
}
#wrapper.id_top .contact .contact__button a.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_top .contact .contact__title {
    color: #2d43b2;
  }
  #wrapper.id_top .contact .contact__button a.is-sp {
    display: block;
  }
  #wrapper.id_top .contact .contact__button a.is-pc {
    display: none;
  }
  #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;
  }
  #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 .mouseStoker-num_current,
#wrapper.id_top .mouseStoker .mouseStoker-num_total {
  position: absolute;
  left: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #fff;
}
#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(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#wrapper.id_top .mouseStoker .mouseStoker-num_current {
  top: 16px;
  transform: translateX(-50%);
  opacity: 0.3;
}
#wrapper.id_top .mouseStoker .mouseStoker-num_total {
  bottom: 2px;
  transform: translate(-50%, -100%);
}
#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: 700;
}
@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: 0;
  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: 0;
  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,
  #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: 0;
    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;
}
#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 {
    bottom: 50px;
    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 .kv .kv_notice {
  color: #fff;
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 100%;
}
#wrapper.id_top .kv .kv_notice span {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_top .kv .kv_notice {
    font-size: 1.3rem;
    top: 70px;
  }
  #wrapper.id_top .kv .kv_notice span {
    padding: 0.25rem 0.75rem;
  }
}
#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: #fff;
}
@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: #fff;
  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 .section02 {
    overflow: hidden;
  }
}
#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;
}
#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) center no-repeat;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 98;
}
#wrapper.id_top .section01 .section01__notes,
#wrapper.id_top .section01 .section01__paragraph {
  padding: 0 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 38px;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
#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: #fff;
}
#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%;
  margin-top: 107px;
  color: #444;
}
#wrapper.id_top .section01 .section01__notes {
  width: 100%;
  color: #2d43b2;
  margin-top: 57px;
}
@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: #444;
    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;
}
#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: #fff;
  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 48px;
}
#wrapper.id_top .section02 .section02__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  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: 400;
  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: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_top .section02 .section02__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
#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_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
#wrapper.id_top .section02 .section02__desc_02,
#wrapper.id_top .section02 .section02__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.isDevicePC
  #wrapper.id_top
  .section02
  .section02__desc_note
  .section02__desc_note_sp,
.isDeviceSP
  #wrapper.id_top
  .section02
  .section02__desc_note
  .section02__desc_note_pc {
  display: none;
}
#wrapper.id_top .section02 .section02__desc .notice {
  color: #ff0;
}
#wrapper.id_top .section02 .section02__desc_02 {
  margin-top: 50px;
  line-height: 2;
}
#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 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: 0;
  }
  #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;
  }
}
#wrapper.id_top .section03 {
  width: 100vw;
  padding: 150px 0 110px 60px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03 {
    padding: 72px 0 85px 20px;
  }
}
#wrapper.id_top .section03__head {
  padding-right: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
#wrapper.id_top .section03__title {
  color: #2d43b2;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.196em;
  line-height: 1;
}
#wrapper.id_top .section03__btnwrap {
  width: 180px;
  height: 30px;
}
#wrapper.id_top .section03__main {
  display: flex;
}
#wrapper.id_top .section03__slider {
  /* overflow: hidden; */
  margin-right: 6rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_top .section03__head {
    padding-right: 2rem;
  }
  #wrapper.id_top .section03__title {
    line-height: 1.2;
  }
  #wrapper.id_top .section03__btnwrap {
    padding-right: 2rem;
    width: 100%;
    padding-top: 6.5rem;
  }
  #wrapper.id_top .section03__slider {
    /* overflow: scroll; */
    /* padding-bottom: 15px; */
    padding-right: 2rem;
    margin-right: 0rem;
  }
}
#wrapper.id_top .section03__slider-inner {
  transform: translate3d(0, 0, 1px);
}
#wrapper.id_top .section03__slider-item {
  min-width: 46.5rem;
  position: relative;
  overflow: visible;
  padding-top: 7.2rem;
}
@media (min-width: 1201px) {
  #wrapper.id_top .section03__slider-item {
    min-width: 38.75vw;
    max-width: 38.75vw;
    padding-top: 7.2rem;
  }
}
#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-item {
    min-width: 29.5rem;
  }
  #wrapper.id_top .section03__slider-item:first-child {
    padding-top: 0rem;
  }
  #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;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#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: #2d43b2;
  font-size: 1rem;
}
#wrapper.id_top .section03__slider-title-jp {
  margin-top: 1.2rem;
  color: #2d43b2;
  font-size: 1.6rem;
  letter-spacing: 0.23em;
}
#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 .section03__slider-title-jp {
    text-shadow: none;
    font-weight: 900;
  }
  #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:nth-child(n + 3),
  #wrapper.id_top .section04 .section04__image:nth-child(n + 4) {
    margin-top: 3.28358%;
  }
  #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(2n) {
    margin-right: 0;
  }
  #wrapper.id_top .section04 .section04__footer {
    margin-top: 112px;
  }
  #wrapper.id_top .section04 .section04__contact {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #wrapper.id_top .section04 .section04__footer {
    margin-top: 0;
  }
}
#wrapper.id_top .sectionBanner {
  width: 100vw;
  position: relative;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}
#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: 700;
  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 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  #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: 0 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;
  }
  #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: 0 auto;
  position: relative;
  max-width: 830px;
  padding: 132px 60px 120px;
}
#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 {
    padding-bottom: 144px;
  }
  #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;
}
#wrapper.id_top .use .use__visual-wrap {
  width: 50%;
}
#wrapper.id_top .use .use__visual-wrap:nth-child(1) {
  margin-right: 60px;
}
#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__wrap {
    flex-direction: column;
  }
  #wrapper.id_top .use .use__visual-wrap {
    width: 100%;
  }
  #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: 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: 700;
  color: #fff;
  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: #444;
  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: #444;
}
#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: #444;
    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,
#wrapper.id_terms .terms .terms__inner {
  width: 100vw;
  z-index: 2;
  position: relative;
}
#wrapper.id_terms .terms .terms__inner {
  padding: 151px 20px 245px;
  max-width: 840px;
  margin: 0 auto;
}
#wrapper.id_terms .terms .terms__title {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2.7px;
  text-align: center;
}
#wrapper.id_terms .terms .terms__sub-title {
  font-size: 13px;
  color: #fff;
  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: #444;
  line-height: 2.4;
  letter-spacing: 2px;
}
#wrapper.id_terms .terms .terms__desc a {
  text-decoration: underline;
}
#wrapper.id_terms .terms .terms__terms-list {
  width: 100%;
  margin-top: 80px;
}
#wrapper.id_terms .terms .terms__terms-item {
  background-color: #fff;
  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: #444;
  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--brackets > li,
#wrapper.id_terms .terms .terms__contents > li {
  color: #666;
  font-size: 11px;
  letter-spacing: 1.7px;
  line-height: 2.2;
}
#wrapper.id_terms .terms .terms__contents--brackets > li::before,
#wrapper.id_terms .terms .terms__contents > li::before {
  counter-increment: li;
  content: counter(li) ".";
  color: #2c44b2;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 11px;
}
#wrapper.id_terms .terms .terms__contents--brackets > li + li,
#wrapper.id_terms .terms .terms__contents > li + li {
  margin-top: 45px;
}
#wrapper.id_terms .terms .terms__contents--brackets > li.no-count::before,
#wrapper.id_terms .terms .terms__contents > li.no-count::before {
  counter-increment: none;
  content: "";
  display: none;
}
#wrapper.id_terms .terms .terms__contents--brackets > li > a,
#wrapper.id_terms .terms .terms__contents > li > a {
  font-family: "Noto Sans JP";
  color: #666;
  position: relative;
  border-bottom: 1px solid #2c44b2;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media only screen and (min-width: 769px) {
  #wrapper.id_terms .terms .terms__contents--brackets > li > a,
  #wrapper.id_terms .terms .terms__contents > li > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_terms .terms .terms__contents--brackets > li > a:hover,
  #wrapper.id_terms .terms .terms__contents > li > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_terms .terms .terms__contents--brackets > li::before {
  counter-increment: li;
  content: "(" counter(li) ")";
  color: #666;
  font-weight: 400;
}
#wrapper.id_terms .terms .terms__contents .terms__contents--brackets {
  margin-top: 42px;
}
#wrapper.id_terms .terms .terms__footer {
  font-size: 11px;
  color: #666;
  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: #000;
  }
  #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::after,
#wrapper.id_faq::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#wrapper.id_faq::before {
  display: block;
  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%
  );
  z-index: 2;
}
#wrapper.id_faq::after {
  display: inline-block;
  background-image: url(../images/bg_faq.png);
  background-position: top left;
  background-repeat: repeat;
  background-size: 17px 17px;
  height: 100%;
  opacity: 0.3;
}
#wrapper.id_faq .faq,
#wrapper.id_faq .faq .faq__inner {
  width: 100vw;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  #wrapper.id_faq::after {
    opacity: 1;
  }
}
#wrapper.id_faq .faq .faq__inner {
  max-width: 1200px;
  padding: 143px 60px 115px;
  margin: 0 auto;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#wrapper.id_faq .faq .faq__title {
  font-size: 120px;
  font-weight: 700;
  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;
}
#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: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
#wrapper.id_faq .faq .faq__question::before {
  counter-increment: li;
  content: counter(li);
  color: #e8e4e2;
  font-weight: 700;
  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: #444;
  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: #fff;
  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: #666;
  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: 400;
  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;
}
#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: #666;
  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: 400;
  color: currentColor;
}
#wrapper.id_faq .faq .faq__note > a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2c44b2;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#wrapper.id_faq .faq__footer,
#wrapper.id_how {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  #wrapper.id_faq .faq .faq__answer-desc > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_faq .faq .faq__answer-desc > a:hover {
    opacity: 0.7;
  }
  #wrapper.id_faq .faq .faq__note > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_faq .faq .faq__note > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_faq .faq .faq__imgbox {
  display: flex;
  margin-top: 40px;
}
#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;
}
#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__imgbox {
    flex-direction: column;
  }
  #wrapper.id_faq .faq .faq__imgbox-item:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
  #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 {
    width: 100%;
    padding-top: 125px;
    background-color: #e2e1e8;
  }
}




#wrapper.id_how {
  background-color: #e2e1e8;
}
#wrapper.id_how .main::after,
#wrapper.id_how .main::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}
#wrapper.id_how .main::before {
  display: block;
  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%
  );
  z-index: 2;
}
#wrapper.id_how .main::after {
  display: inline-block;
  background-image: url(../images/bg_faq.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-size: 17px 17px;
  height: 100%;
  opacity: 0.3;
}
#wrapper.id_how .how-modal,
#wrapper.id_how .how-modal .how-modal__bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
}
#wrapper.id_how .how-modal {
  z-index: 12000;
  padding: 30px 71px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 769px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
#wrapper.id_how .how-modal::-webkit-scrollbar {
  display: none;
}
#wrapper.id_how .how-modal .how-modal__bg {
  z-index: 12001;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease-out;
}
#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: 0;
  color: #fff;
  cursor: pointer;
  z-index: 12003;
}
.how-modal__txtbox-title-lead,
.how-modal__txtbox-title-num {
  color: #2d43b2;
  letter-spacing: 0.125em;
  font-weight: 700;
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_how .how-modal {
    padding: 70px 20px 140px;
  }
  #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 0.3s;
  }
  #wrapper.id_how .how-modal .how-modal__close-button:hover {
    opacity: 0.7;
  }
}
#wrapper.id_how .how-modal .how-modal__close-button::after,
#wrapper.id_how .how-modal .how-modal__close-button::before {
  content: "";
  display: block;
  height: 1px;
  width: 21px;
  background-color: #fff;
  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: 0 auto;
  }
}
.how-modal__contents {
  margin-top: 120px;
}
.how-modal__contents-title {
  text-align: center;
  font-size: 24px;
  color: #2d43b2;
  margin-bottom: 72px;
  letter-spacing: 0.196em;
  font-weight: 800;
}
.how-modal__item {
  padding-left: 40px;
  padding-right: 40px;
}
.how-modal__item:nth-child(n + 2) {
  margin-top: 120px;
}
.how-modal__item.-invert {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e3e2e8;
}
.how-modal__item.-invert .how-modal__txtbox-title {
  border-top: 1px solid #2d43b2
  border-bottom: 1px solid #2d43b2
}
@media only screen and (max-width: 768px) {
  .how-modal__contents-title {
    font-size: 16px;
  }
  .how-modal__item {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .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);
  }
  .how-modal__item.-invert .how-modal__txtbox-title {
    border-top: none;
    border-bottom: none;
  }
}
.how-modal__item-box {
  display: flex;
  align-items: flex-start;
}
.how-modal__item-box:nth-child(n + 2) {
  margin-top: 38px;
}
.how-modal__img {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .how-modal__item-box {
    flex-direction: column;
  }
  .how-modal__img {
    width: 100%;
  }
}
.how-modal__img img {
  width: 100%;
}
.how-modal__txtbox {
  width: calc(50% - 20px);
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .how-modal__txtbox {
    width: 100%;
    margin-left: 0;
  }
}
#wrapper.id_how .how,
#wrapper.id_how .how .how__inner {
  width: 100vw;
  position: relative;
  z-index: 2;
}
.how-modal__txtbox-title {
  border-top: 1px solid #e3e2e8;
  border-bottom: 1px solid #e3e2e8;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.how-modal__txtbox-txt {
  line-height: calc(28 / 11);
  font-size: 11px;
  color: #666;
  letter-spacing: 0.125em;
  font-weight: 500;
}
.how-modal__txtbox-txt a {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #2c44b2;
}
.how-modal__txtbox-txt.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .how-modal__txtbox-title {
    border-top: none;
    border-bottom: none;
  }
  .how-modal__txtbox-title-num {
    padding: 10px 0;
  }
  .how-modal__txtbox-txt {
    margin-top: 8px;
  }
}
@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;
  padding: 143px 60px 115px;
  margin: 0 auto;
}
#wrapper.id_how .how .how__title {
  font-size: 120px;
  font-weight: 700;
  color: #e3e2e8;
  text-align: center;
  letter-spacing: 0.181em;
}
#wrapper.id_how .how .how__contents {
  background-color: #fff;
  padding: 115px 60px;
  margin-top: 80px;
}
#wrapper.id_how .how .how__tab {
  margin-top: 40px;
}
#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 {
    padding: 34px 20px;
  }
  #wrapper.id_how .how .how__tab {
    margin-top: 34px;
  }
  #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: #666;
  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: 400;
  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 0.3s;
  }
  #wrapper.id_how .how .how__note > a:hover {
    opacity: 0.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;
}
#wrapper.id_how .tab__menu-item:nth-child(2) {
  margin-left: 4px;
}
#wrapper.id_how .tab__descri {
  background-color: #e3e2e8;
  padding: 115px 60px;
}
#wrapper.id_how .tab__descri + .tab__descri {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__menu-item {
    font-size: 10px;
  }
  #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;
}
#wrapper.id_how .tab__content {
  /* display: none; */
}
#wrapper.id_how .tab__content + .tab__content {
  margin-bottom: 40px;
}
#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) {
  padding-right: 1px;
}
#wrapper.id_how
  .tab__content:nth-child(1)
  .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__descri-title {
    font-size: 16px;
  }
  #wrapper.id_how
    .tab__content:nth-child(1)
    .tab__item:nth-child(3)
    .tab__img-item:nth-child(1) {
    padding-right: 0;
  }
  #wrapper.id_how
    .tab__content:nth-child(1)
    .tab__item:nth-child(3)
    .tab__img-item:nth-child(2) {
    padding-left: 0;
  }
}
#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: 0;
  }
  #wrapper.id_how
    .tab__content:nth-child(2)
    .tab__item:nth-child(3)
    .tab__img-item:nth-child(2) {
    padding-left: 0;
  }
}
#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: 0;
    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: 0;
    margin-top: 5px;
  }
}
#wrapper.id_how .tab__descri-btn {
  width: 100%;
  max-width: 340px;
  margin: 30px auto 0;
}
#wrapper.id_how .tab__list {
  margin-top: 30px;
}
#wrapper.id_how .tab__item:nth-child(n + 2) {
  margin-top: 80px;
}
#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__item:nth-child(n + 2) {
    margin-top: 60px;
  }
  #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;
}
#wrapper.id_how .tab__img-txt,
#wrapper.id_how .tab__txt-notion {
  line-height: 2;
  font-size: 10px;
  color: #666;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@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;
  margin-top: 10px;
}
#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;
  justify-content: center;
}
#wrapper.id_how .tab__img-item {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_how .tab__txt-notion {
    text-align: left;
  }
  #wrapper.id_how .tab__img-list {
    flex-direction: column;
  }
  #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;
  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.is-vrchat {
  position: relative;
}
#wrapper.id_project .project__contents-item.is-vrchat::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: 0;
  }
  #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;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 30px;
  line-height: 30px;
}
#wrapper.id_project .project__contents-date span {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
#wrapper.id_project
  .project__contents-date
  span.no-border:nth-child(1)::before {
  display: none;
}
#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-date.is-finished {
  background-color: #e3e2e8;
  border-right: 1px solid #2c44b2;
  border-top: 1px solid #2c44b2;
  border-left: 1px solid #2c44b2;
}
#wrapper.id_project .project__contents-date.is-finished span {
  color: #2c44b2;
  font-size: 13px;
  font-weight: 700;
}
#wrapper.id_project .project__contents-date.is-finished span::before {
  display: none;
}
#wrapper.id_project .project__contents-img {
  overflow: hidden;
  cursor: pointer;
  display: block;
}
#wrapper.id_miyashita-mystery-park
  .section01
  .section01__button-wrapper
  .button--invert,
#wrapper.id_miyashita-mystery-park2
  .section01
  .section01__button-wrapper
  .button--invert,
#wrapper.id_parallell-art-park
  .section01
  .section01__button-wrapper
  .button--invert,
#wrapper.id_purpleribbon .section01 .section01__button-wrapper .button--invert,
#wrapper.id_yamamotonairu
  .section01
  .section01__button-wrapper
  .button--invert {
  cursor: auto;
}
#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 0 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::before,
#wrapper.id_project .project__contents-txt::before {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  z-index: 1;
  top: 0;
  content: "";
}
#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 {
  position: absolute;
  background-color: #fff;
}
#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 {
  position: absolute;
  background-color: #e3e2e8;
}
#wrapper.id_project .project__contents-txt span {
  position: relative;
  z-index: 2;
}
#wrapper.id_project .project__contents-txt span.notice {
  color: red;
}
#wrapper.id_project .project__contents-btnwrap {
  padding: 0 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 (min-width: 769px) {
  #wrapper.id_project .project br.is-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #wrapper.id_project .project {
    padding-bottom: 16px;
  }
  #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;
  }
}
#wrapper.id_project .project .project__title {
  font-size: 120px;
  font-weight: 700;
  color: #e3e2e8;
  text-align: center;
  letter-spacing: 0.181em;
}
#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 .project__inner {
    padding: 130px 20px 10px;
  }
  #wrapper.id_project .project .project__title {
    font-size: 60px;
  }
  #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;
}
#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 #inner {
    padding-top: 330px;
  }
  #wrapper.id_miyashita-mystery-park .sectionwrap::before {
    width: 100%;
  }
}
#wrapper.id_miyashita-mystery-park .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_miyashita-mystery-park .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(../images/miyashita-mystery-park/bg_pc.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park .sectionwrapbg {
    width: 100%;
  }
  #wrapper.id_miyashita-mystery-park .sectionwrapbg .stickyItem {
    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: #666;
  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: 400;
  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 0.3s;
  }
  #wrapper.id_miyashita-mystery-park .miyashita-mystery-park__note > a:hover {
    opacity: 0.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: 0;
  }
}
#wrapper.id_miyashita-mystery-park .section01 .section01__sp-image-wrapper {
  display: none;
}
#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__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_miyashita-mystery-park .section01 .section01__pc-image-wrapper,
  #wrapper.id_miyashita-mystery-park .section01 .section01__scroll {
    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;
}
#wrapper.id_miyashita-mystery-park .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  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 {
    max-width: none;
  }
}
#wrapper.id_miyashita-mystery-park .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_miyashita-mystery-park .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_miyashita-mystery-park .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@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: 0 20px 160px;
  }
  #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: 400;
  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: 0;
  }
}
#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: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_miyashita-mystery-park .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@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 {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#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__desc_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.isDevicePC
  #wrapper.id_miyashita-mystery-park
  .section01
  .section01__desc_note
  .section01__desc_note_sp,
.isDeviceSP
  #wrapper.id_miyashita-mystery-park
  .section01
  .section01__desc_note
  .section01__desc_note_pc {
  display: none;
}
#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: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_miyashita-mystery-park
  .section02__item
  .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_miyashita-mystery-park
  .section02__item
  .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#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: #fff;
  flex-shrink: 0;
}
@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 {
    display: none;
  }
  #wrapper.id_miyashita-mystery-park .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_miyashita-mystery-park .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_miyashita-mystery-park .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_miyashita-mystery-park .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#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-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_miyashita-mystery-park .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
  #wrapper.id_miyashita-mystery-park2 #inner {
    padding-top: 330px;
  }
}
#wrapper.id_miyashita-mystery-park
  .section02__item
  .section02__event-header
  > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_miyashita-mystery-park
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#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__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
  #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_miyashita-mystery-park2 {
  background-color: #e2e1e8;
  position: relative;
}
#wrapper.id_miyashita-mystery-park2::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;
}
#wrapper.id_miyashita-mystery-park2 .sectionwrap {
  position: relative;
}
#wrapper.id_miyashita-mystery-park2 .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-park2 .sectionwrap::before {
    width: 100%;
  }
}
#wrapper.id_miyashita-mystery-park2 .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_miyashita-mystery-park2 .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(../images/miyashita-mystery-park/bg_pc.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .sectionwrapbg {
    width: 100%;
  }
  #wrapper.id_miyashita-mystery-park2 .sectionwrapbg .stickyItem {
    width: 100%;
    background-image: url(../images/miyashita-mystery-park/bg_sp.png);
  }
}
#wrapper.id_miyashita-mystery-park2 .miyashita-mystery-park__note_contain {
  text-align: center;
}
#wrapper.id_miyashita-mystery-park2 .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}
#wrapper.id_miyashita-mystery-park2 .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: 400;
  color: currentColor;
}
#wrapper.id_miyashita-mystery-park2 .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-park2 .miyashita-mystery-park__note > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_miyashita-mystery-park2 .miyashita-mystery-park__note > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section01 {
    display: block;
    margin-top: 0;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__sp-image-wrapper {
  display: none;
}
#wrapper.id_miyashita-mystery-park2 .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-park2 .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__pc-image-wrapper,
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__scroll {
    display: none;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__inner {
    max-width: none;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px 160px;
  }
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__event-title {
    display: none;
  }
}
#wrapper.id_miyashita-mystery-park2 .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-park2 .section01 .section01__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0;
  }
}
#wrapper.id_miyashita-mystery-park2
  .section01
  .section01__event-headerIn
  > br:nth-child(3) {
  display: block;
}
@media (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2
    .section01
    .section01__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
}
#wrapper.id_miyashita-mystery-park2 .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-park2 .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__date-contents {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__date-contents {
    margin-top: 28px;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media only screen and (max-width: 374px) {
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__desc-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}
#wrapper.id_miyashita-mystery-park2 .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-park2 .section01 .section01__desc:nth-child(2),
#wrapper.id_miyashita-mystery-park2 .section01 .section01__desc:nth-child(3) {
  font-size: 10px;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__desc:nth-child(1),
#wrapper.id_miyashita-mystery-park2 .section01 .section01__desc:nth-child(2) {
  margin-top: 5rem;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__desc:nth-child(3) {
  margin-top: 2.5rem;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__desc_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.isDevicePC
  #wrapper.id_miyashita-mystery-park2
  .section01
  .section01__desc_note
  .section01__desc_note_sp,
.isDeviceSP
  #wrapper.id_miyashita-mystery-park2
  .section01
  .section01__desc_note
  .section01__desc_note_pc {
  display: none;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#wrapper.id_miyashita-mystery-park2 .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}
#wrapper.id_miyashita-mystery-park2 .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-park2 .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2 .section02__item {
    display: block;
    margin-top: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_miyashita-mystery-park2
  .section02__item
  .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_miyashita-mystery-park2
  .section02__item
  .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2
    .section02__item
    .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
  #wrapper.id_miyashita-mystery-park2
    .section02__item
    .section02__pc-image-wrapper {
    display: none;
  }
  #wrapper.id_miyashita-mystery-park2 .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_miyashita-mystery-park2 .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#wrapper.id_miyashita-mystery-park2 .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-park2
    .section02__item
    .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_miyashita-mystery-park2
    .section02__item
    .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
  #wrapper.id_yamamotonairu #inner {
    padding-top: 330px;
  }
}
#wrapper.id_miyashita-mystery-park2
  .section02__item
  .section02__event-header
  > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_miyashita-mystery-park2
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2
    .section02__item
    .section02__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
  #wrapper.id_miyashita-mystery-park2
    .section02__item
    .section02__desc-wrapper {
    margin-top: 30px;
  }
}
#wrapper.id_miyashita-mystery-park2 .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-park2
  .section02__item
  .section02__desc:nth-child(2) {
  font-size: 10px;
}
#wrapper.id_miyashita-mystery-park2
  .section02__item
  .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
}
#wrapper.id_miyashita-mystery-park2 .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}
#wrapper.id_miyashita-mystery-park2
  .section02__item
  .section02__btn-wrap:nth-child(n + 2) {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  #wrapper.id_miyashita-mystery-park2
    .section02__item
    .section02__button-wrapper {
    margin-top: 87px;
  }
}
#wrapper.id_miyashita-mystery-park2 .section02__item a.txt-link {
  color: #fff;
  text-decoration: underline;
}
#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;
}
#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 .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_yamamotonairu .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(../images/yamamotonairu/bg_pc.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .sectionwrapbg {
    width: 100%;
  }
  #wrapper.id_yamamotonairu .sectionwrapbg .stickyItem {
    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: #666;
  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: 400;
  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 0.3s;
  }
  #wrapper.id_yamamotonairu .miyashita-mystery-park__note > a:hover {
    opacity: 0.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: 0;
  }
}
#wrapper.id_yamamotonairu .section01 .section01__sp-image-wrapper {
  display: none;
}
#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__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_yamamotonairu .section01 .section01__pc-image-wrapper,
  #wrapper.id_yamamotonairu .section01 .section01__scroll {
    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;
}
#wrapper.id_yamamotonairu .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  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 {
    max-width: none;
  }
}
#wrapper.id_yamamotonairu .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_yamamotonairu .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_yamamotonairu .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_yamamotonairu .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px 160px;
  }
  #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: 400;
  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: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_yamamotonairu .section01 .section01__desc,
#wrapper.id_yamamotonairu .section01 .section01__link-txt span {
  font-weight: 500;
  font-family: "Noto Sans JP";
}
#wrapper.id_yamamotonairu .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@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 {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#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;
}
#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__button-wrapper
  .button--invert:hover {
  color: #2c44b2;
}
#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 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: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_yamamotonairu .section02__item .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_yamamotonairu .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#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: #fff;
  flex-shrink: 0;
}
@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 {
    display: none;
  }
  #wrapper.id_yamamotonairu .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_yamamotonairu .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_yamamotonairu .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_yamamotonairu .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#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-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_yamamotonairu .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0;
  }
  #wrapper.id_broom-your-flower #inner {
    padding-top: 330px;
  }
}
#wrapper.id_yamamotonairu .section02__item .section02__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_yamamotonairu
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#wrapper.id_yamamotonairu .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}
@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: 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;
}
#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 .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_broom-your-flower .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(../images/broom-your-flower/bg_pc.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_broom-your-flower .sectionwrapbg {
    width: 100%;
  }
  #wrapper.id_broom-your-flower .sectionwrapbg .stickyItem {
    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: #666;
  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: 400;
  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 0.3s;
  }
  #wrapper.id_broom-your-flower .miyashita-mystery-park__note > a:hover {
    opacity: 0.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: 0;
  }
}
#wrapper.id_broom-your-flower .section01 .section01__sp-image-wrapper {
  display: none;
}
#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__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_broom-your-flower .section01 .section01__pc-image-wrapper,
  #wrapper.id_broom-your-flower .section01 .section01__scroll {
    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;
}
#wrapper.id_broom-your-flower .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  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 {
    max-width: none;
  }
}
#wrapper.id_broom-your-flower .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_broom-your-flower .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_broom-your-flower .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@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: 0 20px 160px;
  }
  #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: 400;
  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: 0;
  }
}
#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: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_broom-your-flower .section01 .section01__desc,
#wrapper.id_broom-your-flower .section01 .section01__link-txt span {
  font-weight: 500;
  font-family: "Noto Sans JP";
}
#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;
}
@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__arrow {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#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;
}
#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_parallell-art-park #inner {
    padding-top: 330px;
  }
}
#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 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%;
}
#wrapper.id_parallell-art-park {
  background-color: #e2e1e8;
  position: relative;
}
#wrapper.id_parallell-art-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;
}
#wrapper.id_parallell-art-park .sectionwrap {
  position: relative;
}
#wrapper.id_parallell-art-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_parallell-art-park .sectionwrap::before {
    width: 100%;
  }
}
#wrapper.id_parallell-art-park .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_parallell-art-park .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(../images/arstotechne/bg_pc.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .sectionwrapbg {
    width: 100%;
  }
  #wrapper.id_parallell-art-park .sectionwrapbg .stickyItem {
    width: 100%;
    background-image: url(../images/arstotechne/bg_sp.png);
  }
}
#wrapper.id_parallell-art-park .miyashita-mystery-park__note_contain {
  text-align: center;
}
#wrapper.id_parallell-art-park .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}
#wrapper.id_parallell-art-park .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: 400;
  color: currentColor;
}
#wrapper.id_parallell-art-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_parallell-art-park .miyashita-mystery-park__note > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_parallell-art-park .miyashita-mystery-park__note > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_parallell-art-park .section01 {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section01 {
    display: block;
    margin-top: 0;
  }
}
#wrapper.id_parallell-art-park .section01 .section01__sp-image-wrapper {
  display: none;
}
#wrapper.id_parallell-art-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_parallell-art-park .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_parallell-art-park .section01 .section01__pc-image-wrapper,
  #wrapper.id_parallell-art-park .section01 .section01__scroll {
    display: none;
  }
}
#wrapper.id_parallell-art-park .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}
#wrapper.id_parallell-art-park .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}
#wrapper.id_parallell-art-park .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}
#wrapper.id_parallell-art-park .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_parallell-art-park .section01 .section01__inner {
    max-width: none;
  }
}
#wrapper.id_parallell-art-park .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_parallell-art-park .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_parallell-art-park .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px 160px;
  }
  #wrapper.id_parallell-art-park .section01 .section01__event-title {
    display: none;
  }
}
#wrapper.id_parallell-art-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_parallell-art-park .section01 .section01__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0;
  }
}
#wrapper.id_parallell-art-park
  .section01
  .section01__event-headerIn
  > br:nth-child(3) {
  display: block;
}
@media (max-width: 768px) {
  #wrapper.id_parallell-art-park
    .section01
    .section01__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
}
#wrapper.id_parallell-art-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_parallell-art-park .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}
#wrapper.id_parallell-art-park .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}
#wrapper.id_parallell-art-park .section01 .section01__date-contents {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section01 .section01__date-contents {
    margin-top: 28px;
  }
}
#wrapper.id_parallell-art-park .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper.id_parallell-art-park .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_parallell-art-park .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media only screen and (max-width: 374px) {
  #wrapper.id_parallell-art-park .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
  #wrapper.id_parallell-art-park .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#wrapper.id_parallell-art-park .section01 .section01__desc-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}
#wrapper.id_parallell-art-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_parallell-art-park .section01 .section01__desc:nth-child(2),
#wrapper.id_parallell-art-park .section01 .section01__desc:nth-child(3) {
  font-size: 10px;
}
#wrapper.id_parallell-art-park .section01 .section01__desc:nth-child(1),
#wrapper.id_parallell-art-park .section01 .section01__desc:nth-child(2) {
  margin-top: 5rem;
}
#wrapper.id_parallell-art-park .section01 .section01__desc:nth-child(3) {
  margin-top: 2.5rem;
}
#wrapper.id_parallell-art-park .section01 .section01__desc_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.isDevicePC
  #wrapper.id_parallell-art-park
  .section01
  .section01__desc_note
  .section01__desc_note_sp,
.isDeviceSP
  #wrapper.id_parallell-art-park
  .section01
  .section01__desc_note
  .section01__desc_note_pc {
  display: none;
}
#wrapper.id_parallell-art-park .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}
#wrapper.id_parallell-art-park .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}
#wrapper.id_parallell-art-park .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}
#wrapper.id_parallell-art-park .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}
#wrapper.id_parallell-art-park .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#wrapper.id_parallell-art-park .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}
#wrapper.id_parallell-art-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_parallell-art-park .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section02__item {
    display: block;
    margin-top: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_parallell-art-park .section02__item .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_parallell-art-park .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#wrapper.id_parallell-art-park .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#wrapper.id_parallell-art-park .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}
#wrapper.id_parallell-art-park .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_parallell-art-park .section02__item .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
  #wrapper.id_parallell-art-park .section02__item .section02__pc-image-wrapper {
    display: none;
  }
  #wrapper.id_parallell-art-park .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_parallell-art-park .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_parallell-art-park .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_parallell-art-park .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#wrapper.id_parallell-art-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_parallell-art-park .section02__item .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_parallell-art-park .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
  #wrapper.id_kyotokan #inner {
    padding-top: 124px;
  }
  #wrapper.id_kyotokan_en #inner {
    padding-top: 0px;
  }
}
#wrapper.id_parallell-art-park
  .section02__item
  .section02__event-header
  > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_parallell-art-park
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#wrapper.id_parallell-art-park .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #wrapper.id_parallell-art-park
    .section02__item
    .section02__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
  #wrapper.id_parallell-art-park .section02__item .section02__desc-wrapper {
    margin-top: 30px;
  }
}
#wrapper.id_parallell-art-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_parallell-art-park .section02__item .section02__desc:nth-child(2) {
  font-size: 10px;
}
#wrapper.id_parallell-art-park
  .section02__item
  .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}
#wrapper.id_parallell-art-park .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
#wrapper.id_parallell-art-park .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}
#wrapper.id_parallell-art-park
  .section02__item
  .section02__btn-wrap:nth-child(even) {
  margin-left: 2rem;
}
#wrapper.id_parallell-art-park
  .section02__item
  .section02__btn-wrap:nth-child(n + 3) {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #wrapper.id_parallell-art-park
    .section02__item
    .section02__btn-wrap:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  #wrapper.id_parallell-art-park .section02__item .section02__button-wrapper {
    margin-top: 87px;
  }
}
#wrapper.id_kyotokan {
  background-color: #e2e1e8;
  position: relative;
}
#wrapper.id_kyotokan::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;
}
#wrapper.id_kyotokan .sectionwrap {
  position: relative;
}
#wrapper.id_kyotokan .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_kyotokan .sectionwrap::before {
    width: 100%;
  }
}
#wrapper.id_kyotokan .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_kyotokan .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(../images/kyotokan/bg_pc.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .sectionwrapbg {
    width: 100%;
  }
  #wrapper.id_kyotokan .sectionwrapbg .stickyItem {
    width: 100%;
    background-image: url(../images/kyotokan/bg_sp.jpg);
  }
}
#wrapper.id_kyotokan .miyashita-mystery-park__note_contain {
  text-align: center;
}
#wrapper.id_kyotokan .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}
#wrapper.id_kyotokan .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: 400;
  color: currentColor;
}
#wrapper.id_kyotokan .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_kyotokan .miyashita-mystery-park__note > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_kyotokan .miyashita-mystery-park__note > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_kyotokan .section01 {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section01 {
    display: block;
    margin-top: 0;
  }
}
#wrapper.id_kyotokan .section01 .section01__sp-image-wrapper {
  display: none;
}
#wrapper.id_kyotokan .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_kyotokan .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_kyotokan .section01 .section01__pc-image-wrapper,
  #wrapper.id_kyotokan .section01 .section01__scroll {
    display: none;
  }
}
#wrapper.id_kyotokan .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}
#wrapper.id_kyotokan .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}
#wrapper.id_kyotokan .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}
#wrapper.id_kyotokan .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_kyotokan .section01 .section01__inner {
    max-width: none;
  }
}
#wrapper.id_kyotokan .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_kyotokan .section01 .section01__event-wrapper {
  padding: 135px 120px 200px 60px;
}
#wrapper.id_kyotokan_en .section01 .section01__event-wrapper {
  padding: 260px 120px 80px 60px;
}
#wrapper.id_kyotokan .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px 160px;
  }
  #wrapper.id_kyotokan_en .section01 .section01__event-wrapper {

    padding: 120px 20px 30px;
  }
  #wrapper.id_kyotokan .section01 .section01__event-title {
    display: none;
  }
}
#wrapper.id_kyotokan .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_kyotokan .section01 .section01__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0;
  }
}
#wrapper.id_kyotokan .section01 .section01__event-headerIn > br:nth-child(3) {
  display: block;
}
@media (max-width: 768px) {
  #wrapper.id_kyotokan .section01 .section01__event-headerIn > br:nth-child(3) {
    display: none;
  }
}
#wrapper.id_kyotokan .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_kyotokan .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}
#wrapper.id_kyotokan .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}
#wrapper.id_kyotokan .section01 .section01__date-contents {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section01 .section01__date-contents {
    margin-top: 28px;
  }
}
#wrapper.id_kyotokan .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper.id_kyotokan .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_kyotokan .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media only screen and (max-width: 374px) {
  #wrapper.id_kyotokan .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
  #wrapper.id_kyotokan .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#wrapper.id_kyotokan .section01 .section01__desc-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}
#wrapper.id_kyotokan .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_kyotokan .section01 .section01__desc:nth-child(2),
#wrapper.id_kyotokan .section01 .section01__desc:nth-child(3) {
  font-size: 10px;
}
#wrapper.id_kyotokan .section01 .section01__desc:nth-child(1),
#wrapper.id_kyotokan .section01 .section01__desc:nth-child(2) {
  margin-top: 5rem;
}
#wrapper.id_kyotokan .section01 .section01__desc:nth-child(3) {
  margin-top: 2.5rem;
}
#wrapper.id_kyotokan .section01 .section01__desc_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.isDevicePC
  #wrapper.id_kyotokan
  .section01
  .section01__desc_note
  .section01__desc_note_sp,
.isDeviceSP
  #wrapper.id_kyotokan
  .section01
  .section01__desc_note
  .section01__desc_note_pc {
  display: none;
}
#wrapper.id_kyotokan .section01 .section01__desc .notice {
  color: #ff0;
}
#wrapper.id_kyotokan .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}

#wrapper.id_kyotokan .section01 .section01__button-wrapper + .section01__button-wrapper {
  margin-top: 20px;
}

#wrapper.id_kyotokan .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}
#wrapper.id_kyotokan .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}
#wrapper.id_kyotokan .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}
#wrapper.id_kyotokan .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#wrapper.id_kyotokan .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}
#wrapper.id_kyotokan .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_kyotokan .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section02__item {
    display: block;
    margin-top: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_kyotokan .section02__item .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_kyotokan .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#wrapper.id_kyotokan .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#wrapper.id_kyotokan .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}
#wrapper.id_kyotokan .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section02__item .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
  #wrapper.id_kyotokan .section02__item .section02__pc-image-wrapper {
    display: none;
  }
  #wrapper.id_kyotokan .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_kyotokan .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_kyotokan .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_kyotokan .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#wrapper.id_kyotokan .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_kyotokan .section02__item .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_kyotokan .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
  #wrapper.id_test-mpkg-expo #inner,
  #wrapper.id_test-mpkg-gallery #inner {
    padding-top: 330px;
  }
}
#wrapper.id_kyotokan .section02__item .section02__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_kyotokan
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#wrapper.id_kyotokan .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #wrapper.id_kyotokan
    .section02__item
    .section02__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
  #wrapper.id_kyotokan .section02__item .section02__desc-wrapper {
    margin-top: 30px;
  }
}
#wrapper.id_kyotokan .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_kyotokan .section02__item .section02__desc:nth-child(2) {
  font-size: 10px;
}
#wrapper.id_kyotokan .section02__item .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}
#wrapper.id_kyotokan .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
#wrapper.id_kyotokan .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}
#wrapper.id_kyotokan .section02__item .section02__btn-wrap:nth-child(even) {
  margin-left: 2rem;
}
#wrapper.id_kyotokan .section02__item .section02__btn-wrap:nth-child(n + 3) {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #wrapper.id_kyotokan .section02__item .section02__btn-wrap:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  #wrapper.id_kyotokan .section02__item .section02__button-wrapper {
    margin-top: 87px;
  }
}
#wrapper.id_test-mpkg-expo,
#wrapper.id_test-mpkg-gallery {
  background-color: #e2e1e8;
  position: relative;
}
#wrapper.id_test-mpkg-expo::before,
#wrapper.id_test-mpkg-gallery::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;
}
#wrapper.id_test-mpkg-expo .sectionwrap {
  position: relative;
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .sectionwrap::before {
    width: 100%;
  }
}
#wrapper.id_test-mpkg-expo .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_test-mpkg-expo .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#wrapper.id_test-mpkg-expo .miyashita-mystery-park__note_contain {
  text-align: center;
}
#wrapper.id_test-mpkg-expo .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}
#wrapper.id_test-mpkg-expo .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: 400;
  color: currentColor;
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .miyashita-mystery-park__note > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_test-mpkg-expo .miyashita-mystery-park__note > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_test-mpkg-expo .section01 {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .sectionwrapbg,
  #wrapper.id_test-mpkg-expo .sectionwrapbg .stickyItem {
    width: 100%;
  }
  #wrapper.id_test-mpkg-expo .section01 {
    display: block;
    margin-top: 0;
  }
}
#wrapper.id_test-mpkg-expo .section01 .section01__sp-image-wrapper {
  display: none;
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_test-mpkg-expo .section01 .section01__pc-image-wrapper,
  #wrapper.id_test-mpkg-expo .section01 .section01__scroll {
    display: none;
  }
}
#wrapper.id_test-mpkg-expo .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}
#wrapper.id_test-mpkg-expo .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}
#wrapper.id_test-mpkg-expo .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}
#wrapper.id_test-mpkg-expo .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_test-mpkg-expo .section01 .section01__inner {
    max-width: none;
  }
}
#wrapper.id_test-mpkg-expo .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_test-mpkg-expo .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_test-mpkg-expo .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px 160px;
  }
  #wrapper.id_test-mpkg-expo .section01 .section01__event-title {
    display: none;
  }
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .section01 .section01__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0;
  }
}
#wrapper.id_test-mpkg-expo
  .section01
  .section01__event-headerIn
  > br:nth-child(3) {
  display: block;
}
@media (max-width: 768px) {
  #wrapper.id_test-mpkg-expo
    .section01
    .section01__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}
#wrapper.id_test-mpkg-expo .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}
#wrapper.id_test-mpkg-expo .section01 .section01__date-contents {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section01 .section01__date-contents {
    margin-top: 28px;
  }
}
#wrapper.id_test-mpkg-expo .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper.id_test-mpkg-expo .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_test-mpkg-expo .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media only screen and (max-width: 374px) {
  #wrapper.id_test-mpkg-expo .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
  #wrapper.id_test-mpkg-expo .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#wrapper.id_test-mpkg-expo .section01 .section01__desc-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .section01 .section01__desc:nth-child(2),
#wrapper.id_test-mpkg-expo .section01 .section01__desc:nth-child(3) {
  font-size: 10px;
}
#wrapper.id_test-mpkg-expo .section01 .section01__desc:nth-child(1),
#wrapper.id_test-mpkg-expo .section01 .section01__desc:nth-child(2) {
  margin-top: 5rem;
}
#wrapper.id_test-mpkg-expo .section01 .section01__desc:nth-child(3) {
  margin-top: 2.5rem;
}
#wrapper.id_test-mpkg-expo .section01 .section01__desc_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.isDevicePC
  #wrapper.id_test-mpkg-expo
  .section01
  .section01__desc_note
  .section01__desc_note_sp,
.isDeviceSP
  #wrapper.id_test-mpkg-expo
  .section01
  .section01__desc_note
  .section01__desc_note_pc {
  display: none;
}
#wrapper.id_test-mpkg-expo .section01 .section01__desc .notice {
  color: #ff0;
}
#wrapper.id_test-mpkg-expo .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}
#wrapper.id_test-mpkg-expo .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}
#wrapper.id_test-mpkg-expo .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}
#wrapper.id_test-mpkg-expo .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}
#wrapper.id_test-mpkg-expo .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#wrapper.id_test-mpkg-expo .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section02__item {
    display: block;
    margin-top: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_test-mpkg-expo .section02__item .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-expo .section02__item .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
  #wrapper.id_test-mpkg-expo .section02__item .section02__pc-image-wrapper {
    display: none;
  }
  #wrapper.id_test-mpkg-expo .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_test-mpkg-expo .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_test-mpkg-expo .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .section02__item .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_test-mpkg-expo .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
}
#wrapper.id_test-mpkg-expo .section02__item .section02__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_test-mpkg-expo
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #wrapper.id_test-mpkg-expo
    .section02__item
    .section02__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
  #wrapper.id_test-mpkg-expo .section02__item .section02__desc-wrapper {
    margin-top: 30px;
  }
}
#wrapper.id_test-mpkg-expo .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_test-mpkg-expo .section02__item .section02__desc:nth-child(2) {
  font-size: 10px;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
#wrapper.id_test-mpkg-expo .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}
#wrapper.id_test-mpkg-expo
  .section02__item
  .section02__btn-wrap:nth-child(even) {
  margin-left: 2rem;
}
#wrapper.id_test-mpkg-expo
  .section02__item
  .section02__btn-wrap:nth-child(n + 3) {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #wrapper.id_test-mpkg-expo
    .section02__item
    .section02__btn-wrap:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  #wrapper.id_test-mpkg-expo .section02__item .section02__button-wrapper {
    margin-top: 87px;
  }
}
#wrapper.id_test-mpkg-gallery .sectionwrap {
  position: relative;
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .sectionwrap::before {
    width: 100%;
  }
}
#wrapper.id_test-mpkg-gallery .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_test-mpkg-gallery .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#wrapper.id_test-mpkg-gallery .miyashita-mystery-park__note_contain {
  text-align: center;
}
#wrapper.id_test-mpkg-gallery .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}
#wrapper.id_test-mpkg-gallery .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: 400;
  color: currentColor;
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .miyashita-mystery-park__note > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_test-mpkg-gallery .miyashita-mystery-park__note > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_test-mpkg-gallery .section01 {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .sectionwrapbg,
  #wrapper.id_test-mpkg-gallery .sectionwrapbg .stickyItem {
    width: 100%;
  }
  #wrapper.id_test-mpkg-gallery .section01 {
    display: block;
    margin-top: 0;
  }
}
#wrapper.id_test-mpkg-gallery .section01 .section01__sp-image-wrapper {
  display: none;
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_test-mpkg-gallery .section01 .section01__pc-image-wrapper,
  #wrapper.id_test-mpkg-gallery .section01 .section01__scroll {
    display: none;
  }
}
#wrapper.id_test-mpkg-gallery .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_test-mpkg-gallery .section01 .section01__inner {
    max-width: none;
  }
}
#wrapper.id_test-mpkg-gallery .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px 160px;
  }
  #wrapper.id_test-mpkg-gallery .section01 .section01__event-title {
    display: none;
  }
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .section01 .section01__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0;
  }
}
#wrapper.id_test-mpkg-gallery
  .section01
  .section01__event-headerIn
  > br:nth-child(3) {
  display: block;
}
@media (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery
    .section01
    .section01__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}
#wrapper.id_test-mpkg-gallery .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__date-contents {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section01 .section01__date-contents {
    margin-top: 28px;
  }
}
#wrapper.id_test-mpkg-gallery .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media only screen and (max-width: 374px) {
  #wrapper.id_test-mpkg-gallery .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
  #wrapper.id_test-mpkg-gallery .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#wrapper.id_test-mpkg-gallery .section01 .section01__desc-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .section01 .section01__desc:nth-child(2),
#wrapper.id_test-mpkg-gallery .section01 .section01__desc:nth-child(3) {
  font-size: 10px;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__desc:nth-child(1),
#wrapper.id_test-mpkg-gallery .section01 .section01__desc:nth-child(2) {
  margin-top: 5rem;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__desc:nth-child(3) {
  margin-top: 2.5rem;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__desc_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.isDevicePC
  #wrapper.id_test-mpkg-gallery
  .section01
  .section01__desc_note
  .section01__desc_note_sp,
.isDeviceSP
  #wrapper.id_test-mpkg-gallery
  .section01
  .section01__desc_note
  .section01__desc_note_pc {
  display: none;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__desc .notice {
  color: #ff0;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}
#wrapper.id_test-mpkg-gallery .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#wrapper.id_test-mpkg-gallery .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section02__item {
    display: block;
    margin-top: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery .section02__item .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
  #wrapper.id_test-mpkg-gallery .section02__item .section02__pc-image-wrapper {
    display: none;
  }
  #wrapper.id_test-mpkg-gallery .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_test-mpkg-gallery .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .section02__item .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_test-mpkg-gallery .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
  #wrapper.id_purpleribbon #inner {
    padding-top: 330px;
  }
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_test-mpkg-gallery
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery
    .section02__item
    .section02__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
  #wrapper.id_test-mpkg-gallery .section02__item .section02__desc-wrapper {
    margin-top: 30px;
  }
}
#wrapper.id_test-mpkg-gallery .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_test-mpkg-gallery .section02__item .section02__desc:nth-child(2) {
  font-size: 10px;
}
#wrapper.id_test-mpkg-gallery
  .section02__item
  .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
#wrapper.id_test-mpkg-gallery .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}
#wrapper.id_test-mpkg-gallery
  .section02__item
  .section02__btn-wrap:nth-child(even) {
  margin-left: 2rem;
}
#wrapper.id_test-mpkg-gallery
  .section02__item
  .section02__btn-wrap:nth-child(n + 3) {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #wrapper.id_test-mpkg-gallery
    .section02__item
    .section02__btn-wrap:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  #wrapper.id_test-mpkg-gallery .section02__item .section02__button-wrapper {
    margin-top: 87px;
  }
}
#wrapper.id_purpleribbon {
  background-color: #e2e1e8;
  position: relative;
}
#wrapper.id_purpleribbon::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;
}
#wrapper.id_purpleribbon .sectionwrap {
  position: relative;
}
#wrapper.id_purpleribbon .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_purpleribbon .sectionwrap::before {
    width: 100%;
  }
}
#wrapper.id_purpleribbon .sectionwrapbg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
#wrapper.id_purpleribbon .sectionwrapbg .stickyItem {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url(../images/purpleribbon/bg_pc.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .sectionwrapbg {
    width: 100%;
  }
  #wrapper.id_purpleribbon .sectionwrapbg .stickyItem {
    width: 100%;
    background-image: url(../images/purpleribbon/bg_sp.jpg);
  }
}
#wrapper.id_purpleribbon .miyashita-mystery-park__note_contain {
  text-align: center;
}
#wrapper.id_purpleribbon .miyashita-mystery-park__note {
  margin-top: 110px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 2.2;
  letter-spacing: 2.25px;
  display: inline-block;
  background: rgba(225, 225, 232, 0.9);
}
#wrapper.id_purpleribbon .miyashita-mystery-park__note > a {
  position: relative;
  font-weight: 400;
  color: currentColor;
}
#wrapper.id_purpleribbon .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_purpleribbon .miyashita-mystery-park__note > a {
    transition: opacity 0.3s;
  }
  #wrapper.id_purpleribbon .miyashita-mystery-park__note > a:hover {
    opacity: 0.7;
  }
}
#wrapper.id_purpleribbon .section01 {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section01 {
    display: block;
    margin-top: 0;
  }
}
#wrapper.id_purpleribbon .section01 .section01__sp-image-wrapper {
  display: none;
}
#wrapper.id_purpleribbon .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_purpleribbon .section01 .section01__sp-image-wrapper {
    display: block;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
  #wrapper.id_purpleribbon .section01 .section01__pc-image-wrapper,
  #wrapper.id_purpleribbon .section01 .section01__scroll {
    display: none;
  }
}
#wrapper.id_purpleribbon .section01 .section01__pc-image {
  width: 100%;
  position: sticky;
  margin: 135px 0 200px;
  top: 15%;
}
#wrapper.id_purpleribbon .section01 .section01__pc-imageinner {
  position: relative;
  left: -60px;
  overflow: hidden;
}
#wrapper.id_purpleribbon .section01 .section01__scroll {
  text-align: right;
  color: #575757;
  padding-right: 6rem;
  letter-spacing: 0.182em;
  font-size: 10px;
}
#wrapper.id_purpleribbon .section01 .section01__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section01 .section01__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_purpleribbon .section01 .section01__inner {
    max-width: none;
  }
}
#wrapper.id_purpleribbon .section01 .section01__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_purpleribbon .section01 .section01__event-wrapper {
  padding: 260px 120px 200px 60px;
}
#wrapper.id_purpleribbon .section01 .section01__event-title {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section01 .section01__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px 160px;
  }
  #wrapper.id_purpleribbon .section01 .section01__event-title {
    display: none;
  }
}
#wrapper.id_purpleribbon .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_purpleribbon .section01 .section01__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section01 .section01__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 0;
  }
}
#wrapper.id_purpleribbon
  .section01
  .section01__event-headerIn
  > br:nth-child(3) {
  display: block;
}
@media (max-width: 768px) {
  #wrapper.id_purpleribbon
    .section01
    .section01__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
}
#wrapper.id_purpleribbon .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_purpleribbon .section01 .section01__event-deco {
    border-left: 0;
    padding: 0;
    margin-top: 9rem;
    height: 0;
  }
}
#wrapper.id_purpleribbon .section01 .section01__date-title {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 18px;
  font-weight: 900;
}
#wrapper.id_purpleribbon .section01 .section01__date-contents {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section01 .section01__date-contents {
    margin-top: 28px;
  }
}
#wrapper.id_purpleribbon .section01 .section01__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper.id_purpleribbon .section01 .section01__date > time {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 36px;
  flex-shrink: 0;
}
#wrapper.id_purpleribbon .section01 .section01__arrow {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
@media only screen and (max-width: 374px) {
  #wrapper.id_purpleribbon .section01 .section01__date > time {
    font-size: 5.33333vw;
    letter-spacing: 0.8vw;
    line-height: 9.6vw;
  }
  #wrapper.id_purpleribbon .section01 .section01__arrow {
    width: 28vw;
    margin: 0 2.13333vw;
  }
}
#wrapper.id_purpleribbon .section01 .section01__desc-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section01 .section01__desc-wrapper {
    margin-top: 84px;
  }
}
#wrapper.id_purpleribbon .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_purpleribbon .section01 .section01__desc:nth-child(2),
#wrapper.id_purpleribbon .section01 .section01__desc:nth-child(3) {
  font-size: 10px;
}
#wrapper.id_purpleribbon .section01 .section01__desc:nth-child(1),
#wrapper.id_purpleribbon .section01 .section01__desc:nth-child(2) {
  margin-top: 5rem;
}
#wrapper.id_purpleribbon .section01 .section01__desc:nth-child(3) {
  margin-top: 2.5rem;
}
#wrapper.id_purpleribbon .section01 .section01__desc_note {
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: -10px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2;
  font-family: "Noto Sans JP";
}
.isDevicePC
  #wrapper.id_purpleribbon
  .section01
  .section01__desc_note
  .section01__desc_note_sp,
.isDeviceSP
  #wrapper.id_purpleribbon
  .section01
  .section01__desc_note
  .section01__desc_note_pc {
  display: none;
}
#wrapper.id_purpleribbon .section01 .section01__desc .notice {
  color: #ff0;
}
#wrapper.id_purpleribbon .section01 .section01__button-wrapper {
  display: block;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section01 .section01__button-wrapper {
    margin-top: 35px;
  }
}
#wrapper.id_purpleribbon .section01 .section01__add {
  font-size: 10px;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 20px;
  margin-top: 76px;
}
#wrapper.id_purpleribbon .section01 .section01__add a {
  color: #fff;
  text-decoration: underline;
}
#wrapper.id_purpleribbon .section01 .section01__link-wrapper {
  margin-top: 14px;
  text-align: center;
}
#wrapper.id_purpleribbon .section01 .section01__link-txt span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#wrapper.id_purpleribbon .section01 .section01__link-txt a {
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 0.01em;
}
#wrapper.id_purpleribbon .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_purpleribbon .section02__item {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section02__item {
    display: block;
    margin-top: 0;
    padding-bottom: 160px;
  }
}
#wrapper.id_purpleribbon .section02__item .section02__sp-image-wrapper {
  display: none;
}
#wrapper.id_purpleribbon .section02__item .section02__pc-image-wrapper {
  order: 2;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
#wrapper.id_purpleribbon .section02__item .section02__pc-image {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#wrapper.id_purpleribbon .section02__item .section02__pc-imageinner {
  position: relative;
  overflow: hidden;
}
#wrapper.id_purpleribbon .section02__item .section02__contents {
  order: 1;
  width: 50%;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_purpleribbon .section02__item .section02__sp-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
  }
  #wrapper.id_purpleribbon .section02__item .section02__pc-image-wrapper {
    display: none;
  }
  #wrapper.id_purpleribbon .section02__item .section02__contents {
    width: 100vw;
    min-width: auto;
  }
  #wrapper.id_purpleribbon .section02__item .section02__inner {
    max-width: none;
  }
}
#wrapper.id_purpleribbon .section02__item .section02__inner {
  width: 100%;
  margin-left: auto;
}
#wrapper.id_purpleribbon .section02__item .section02__event-wrapper {
  padding: 0 120px 0 60px;
}
#wrapper.id_purpleribbon .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_purpleribbon .section02__item .section02__event-wrapper {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #wrapper.id_purpleribbon .section02__item .section02__event-header {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-top: 30px;
  }
}
#wrapper.id_purpleribbon .section02__item .section02__event-header > span {
  font-weight: 400;
  letter-spacing: 3.8px;
}
#wrapper.id_purpleribbon
  .section02__item
  .section02__event-headerIn
  > br:nth-child(3) {
  display: block;
}
#wrapper.id_purpleribbon .section02__item .section02__desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #wrapper.id_purpleribbon
    .section02__item
    .section02__event-headerIn
    > br:nth-child(3) {
    display: none;
  }
  #wrapper.id_purpleribbon .section02__item .section02__desc-wrapper {
    margin-top: 30px;
  }
}
#wrapper.id_purpleribbon .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_purpleribbon .section02__item .section02__desc:nth-child(2) {
  font-size: 10px;
}
#wrapper.id_purpleribbon .section02__item .section02__desc:nth-child(n + 2) {
  margin-top: 5rem;
}
#wrapper.id_purpleribbon .section02__item .section02__btn-area {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
#wrapper.id_purpleribbon .section02__item .section02__btn-wrap {
  width: calc(50% - 2rem / 2);
}
#wrapper.id_purpleribbon .section02__item .section02__btn-wrap:nth-child(even) {
  margin-left: 2rem;
}
#wrapper.id_purpleribbon
  .section02__item
  .section02__btn-wrap:nth-child(n + 3) {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #wrapper.id_purpleribbon
    .section02__item
    .section02__btn-wrap:nth-child(n + 3) {
    margin-top: 1.5rem;
  }
  #wrapper.id_purpleribbon .section02__item .section02__button-wrapper {
    margin-top: 87px;
  }
}
#wrapper.id_purpleribbon .section02__item a.txt-link {
  color: #fff;
  text-decoration: underline;
}

/*howto追加リンク*/
.how__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 4em;
}
.how__button {
  min-width: 332px;
  margin: 15px 15px 0;
  position: relative;
  z-index: 3;
}
.how__button span {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.how__button a.is-sp {
  display: none;
}
.how__button a.is-pc {
  display: block;
}
.button--invert-border:hover {
  background: #2c44b2;
}
@media only screen and (max-width: 768px) {
  .how__button a.is-sp {
    display: block;
  }
  .how__button a.is-pc {
    display: none;
  }
  .how__menu {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .how__button {
    min-width: 255px;
    max-width: 332px;
    width: 68vw;
    margin: 20px 15px 0;
  }
  .button--invert-border:hover {
    background: #fff;
  }
  a.button--invert-border, a.button--invert-border:active, a.button--invert-border:visited {
    color: #2c44b2;
    text-decoration: none;
  }
}


/*20250305京都館英語対応*/
.common__notice-button {
  font-size: 13px;
  letter-spacing: 1.73px;
  text-align: justify;
  line-height: 2.4;
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #ff0;
}

.project__notice-button {
font-size: 20px;
letter-spacing: 3.5px;
margin-top: 30px;
}

#wrapper.id_kyotokan .section02__item-en {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #wrapper.id_kyotokan .section02__item-en {
      display: block;
      margin-top: 0;
      padding-bottom: 60px;
  }
}

.section02__event-headerIn-en{
  font-size: 32px;
}

.section01__hr{
  width: 90%;
}