@charset "UTF-8";
/* color */
/* common */
/* ieto */
/*border dots*/
/* mono */
/* yellow */
/* green */
/* pink */
/* blue */
/* 各ページごと */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*sans font weight*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
/* ------------------------------------------------------------
    top page
------------------------------------------------------------ */
.pageLoad {
  height: 100vh;
  overflow: hidden;
}

.p-mv {
  background-color: #F3F3F3;
  max-height: 77rem;
  height: 40vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-mv {
    height: 80vw;
    max-height: 80rem;
    height: unset;
    max-height: unset;
    height: 47vw;
    max-height: 80rem;
  }
}
.p-mv__wrap {
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url(../../../assets/img/top/track1-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .p-mv__wrap {
    padding: 2rem 0 0;
  }
}
.p-mv__border {
  width: 30%;
  border: 1px solid;
  border-radius: 10px;
  padding: 7px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-mv__border {
    width: 90%;
    padding: 4px;
    margin-top: -3rem;
  }
}
.p-mv__flx {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: inherit;
  padding-top: 8rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-mv__flx {
    gap: 4px;
    padding: 0 7px;
  }
}
.p-mv__trck {
  pointer-events: none;
  width: 47%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck {
    width: 62%;
  }
}
.p-mv__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-mv__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 768px) {
  .p-mv__trck__train img {
    margin-bottom: 2.2rem;
    width: 3rem;
  }
}

.slider-container {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #a3a3a3;
}

.slider {
  display: flex;
  transition: transform 0.8s ease;
}

.slider li {
  width: 100%;
  flex-shrink: 0;
}

#top {
  /* Clearfix */
}
#top .slider li {
  overflow: hidden;
}
#top .slider-container::after {
  content: "";
  display: table;
  clear: both;
}

img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.btn {
  text-align: center;
  cursor: pointer;
}

.p-logobox {
  border: 1px solid;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 100%;
  width: 26vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-logobox {
    width: 100%;
  }
}
.p-logobox__wrap {
  border: 1px solid;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 7px 7px 0;
  margin-bottom: 7px;
  margin-right: 1vw;
  background-color: #ffffff;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-logobox__wrap {
    width: 65%;
    padding: 4px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.p-logobox__logo {
  max-width: 25rem;
  width: 12vw;
  margin: 4vw auto 3vw;
  opacity: 1;
  transition: 1s;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .p-logobox__logo {
    width: 74%;
    margin: 4rem auto 2rem;
  }
}
.p-logobox__logo.js-faded {
  opacity: 0;
  transform: translateY(5rem);
  transition: 1s;
}
.p-logobox__logovid {
  width: 100%;
  height: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 7px;
}
@media only screen and (max-width: 768px) {
  .p-logobox__logovid {
    height: 85%;
    width: 98%;
    margin: 0 auto;
  }
}
.p-logobox__logovid video {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-logobox__logovid video {
    width: 150%;
  }
}
.p-logobox__txt {
  font-size: 19px;
  font-size: 1.9rem;
  font-size: min(1vw, 19rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: 1s;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-logobox__txt {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-logobox__txt {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-logobox__txt {
    padding: 2rem;
  }
}
.p-logobox__txt.js-faded {
  opacity: 0;
  transform: translateY(5rem);
  transition: 1s;
}
.p-logobox__btn {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: 1s;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
  .p-logobox__btn {
    white-space: nowrap;
    left: 0%;
    transform: translate(0, 0);
  }
}
.p-logobox__btn::before {
  content: "";
  width: calc(100vw + 100%);
  height: 3px;
  background-color: #0691B1;
  position: absolute;
  left: -100%;
  top: 50%;
  z-index: -1;
  transition: 3s 0.5s;
}
.p-logobox__btn.js-faded {
  opacity: 0;
  transition: 1s;
  transform: translate(-50%, 5rem);
}
@media only screen and (max-width: 768px) {
  .p-logobox__btn.js-faded {
    transform: translate(-120%, 0);
  }
}
.p-logobox__btn.js-faded::before {
  transition: 1s 0.5s;
  width: calc(0vw + 0%);
}
.p-logobox__btn a {
  display: block;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 3rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-logobox__btn a {
    padding: 0.5rem 1rem;
  }
}
.p-logobox__btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFE800;
  border-radius: 10rem;
  z-index: -2;
}
.p-logobox__btn a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #e6d100;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.p-logobox__btn a .u-arw__r--play {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: min(1.4vw, 2.4rem);
}
@media (max-width: 768px) {
  .p-logobox__btn a .u-arw__r--play {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-logobox__btn a .u-arw__r--play {
    font-size: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-logobox__btn a:hover {
    opacity: 1;
  }
  .p-logobox__btn a:hover:before {
    width: 100%;
  }
}
.p-logobox__btn__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: min(0.78vw, 1.6rem);
  line-height: 1.4;
  display: block;
}
@media (max-width: 768px) {
  .p-logobox__btn__txt {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-logobox__btn__txt {
    font-size: 1.2rem;
  }
}
.p-logobox__btn__txt em {
  font-size: 1.2em;
  display: block;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .p-logobox__btn__txt em {
    font-size: 1em;
  }
}

/* Content */
.p-event__bg {
  padding-top: 1px;
  background-image: url(../../../assets/img/top/track2-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.p-event__trck {
  width: 31.7%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-event__trck {
    width: 62%;
  }
}
.p-event__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-event__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .p-event__trck__train img {
    margin-bottom: 10px;
  }
}
.p-event__box {
  display: grid;
  grid-template-areas: "evttl evcont" "evbtn evbtn";
  grid-template-columns: max-content 1fr;
  gap: 0 2rem;
  padding: 3rem 3rem 1.5rem;
  margin: 6rem 3rem 1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #dedede, 0px 0px 10px #dedede;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-event__box {
    margin: 5rem 0 1rem;
    padding: 2rem 2rem 1rem;
    gap: 0 2rem;
  }
}
.p-event__ttl {
  grid-area: evttl;
  font-size: 15px;
  font-size: 1.5rem;
  color: #919191;
  letter-spacing: 0.2em;
  display: block;
}
@media (max-width: 768px) {
  .p-event__ttl {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-event__ttl {
    font-size: 1rem;
  }
}
.p-event__ttl--en {
  font-size: 38px;
  font-size: 3.8rem;
  color: #FFE800;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-event__ttl--en {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .p-event__ttl--en {
    font-size: 2.5rem;
  }
}
.p-event__list__wrap {
  grid-area: evcont;
}
@media only screen and (max-width: 768px) {
  .p-event__list__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-end;
    justify-content: space-around;
    flex-direction: column;
  }
}
.p-event__list__item {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-event__list__item {
    display: none;
  }
  .p-event__list__item:nth-of-type(1) {
    display: block;
  }
}
.p-event__list__item a h3 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-event__list__item a h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-event__list__item a h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__list__item a h3 {
    line-height: 1.3;
  }
}
.p-event__list__item a p {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-event__list__item a p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-event__list__item a p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__list__item a p {
    margin-top: 0.5rem;
  }
}
.p-event__list__item__p {
  line-height: 1.1;
  border-bottom: 1px solid #919191;
}
.p-event__btn {
  display: block;
  grid-area: evbtn;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}
.p-event__btn .c-btn--more {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-event__btn .c-btn--more {
    padding: 0 1.5rem 1rem;
  }
}

.p-cont {
  padding-top: 1px;
  margin-top: -1rem;
}
.p-cont__bg {
  padding: 1px;
  position: relative;
  overflow: hidden;
}
.p-cont__trck {
  pointer-events: none;
  width: 44%;
  position: absolute;
  left: calc((100% - 1200px - 9%) / 2);
  top: 0;
}
@media only screen and (max-width: 1330px) {
  .p-cont__trck {
    left: 9%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__trck {
    width: 62%;
  }
}
.p-cont__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-cont__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__trck__train img {
    margin-bottom: 10px;
  }
}
.p-cont__list {
  margin: 19rem 3rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    grid-template-columns: 1fr;
    margin: 2rem 2rem 0;
  }
}
.p-cont__list__item {
  height: 100%;
}
.p-cont__list__item a {
  opacity: 1;
}

.p-other__bg {
  padding: 1px 0;
  position: relative;
  overflow: hidden;
}
.p-other__trck {
  pointer-events: none;
  width: 60%;
  position: absolute;
  left: calc((100% - 1200px - 9%) / 2);
  top: -4vw;
}
@media only screen and (max-width: 1330px) {
  .p-other__trck {
    left: -11%;
  }
}
@media only screen and (max-width: 768px) {
  .p-other__trck {
    width: 62%;
  }
}
.p-other__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-other__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .p-other__trck__train img {
    margin-bottom: 10px;
  }
}
.p-other__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-other__link {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-other__link__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  margin: 3rem 0 3rem 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-other__link__wrap {
    margin: 3rem 0;
  }
}
.p-other__link__item a:hover {
  opacity: 1;
}
.p-other__link__item a:hover .c-arwR {
  transform: translateX(5px);
  background-color: #e6d100;
  transition: 0.3s;
}
.p-other__v {
  margin: 3rem 8rem 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-other__v {
    margin: 3rem 0 6rem;
    flex-direction: column;
  }
}
.p-other__v__img {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .p-other__v__img {
    width: 90%;
    margin-right: 10%;
  }
}
.p-other__v__txtbox {
  background-color: #FFF1E1;
  border-radius: 10px;
  width: calc(40% + 7rem);
  margin-left: -7rem;
  margin-bottom: -5rem;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-other__v__txtbox {
    width: 75%;
    margin: 0;
    margin-top: -4rem;
    padding: 1rem 3rem;
  }
}
.p-other__v__txtbox h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .p-other__v__txtbox h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-other__v__txtbox h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-other__v__txtbox h3 {
    margin: 0.5rem 0;
  }
}
.p-other__v__txtbox p {
  letter-spacing: 0.2em;
}
.p-other__v__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}

.p-place__bg {
  padding: 1px 0;
  position: relative;
  overflow: hidden;
}
.p-place__trck {
  pointer-events: none;
  width: 26%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .p-place__trck {
    width: 35%;
  }
}
.p-place__trck__train {
  position: absolute;
  left: 0;
  top: 0;
}
.p-place__trck__train img {
  aspect-ratio: 48/35;
  max-width: 48px;
  width: 3vw;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .p-place__trck__train img {
    margin-bottom: 10px;
  }
}
.p-place__map {
  position: relative;
  width: calc(1200px + (100% - 1200px) / 2);
  margin-left: calc((100% - 1200px) / 2);
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  background-color: #DFECE4;
  border-radius: 10rem 0 0 0;
}
@media only screen and (max-width: 1330px) {
  .p-place__map {
    width: 95%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-place__map {
    width: 100%;
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-place__map__txt {
  padding: 4rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-place__map__txt {
    padding: 4rem 0 0 6rem;
  }
}
.p-place__map__txt__sub {
  font-weight: 500;
}
.p-place__map__txt h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1.5rem 0;
}
@media (max-width: 768px) {
  .p-place__map__txt h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-place__map__txt h3 {
    font-size: 1.6rem;
  }
}
.p-place__map__txt__btn {
  margin: 2rem 0 0 -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}

.p-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  background-color: #ffffff;
  gap: 2rem;
  box-shadow: 0px 0px 5px #dedede, 0px 0px 10px #dedede;
  height: 100%;
}
.p-side__ttl {
  background-color: #FFE800;
  gap: 1rem;
  height: 100%;
  height: -webkit-fill-available;
  font-size: 18px;
  font-size: 1.8rem;
  color: #595757;
  padding: 2rem 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-side__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-side__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-side__ttl {
    padding: 2rem 1rem;
  }
}
.p-side__ttl .c-arwR {
  background-color: #ffffff;
  font-size: 8px;
  font-size: 0.8rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(180deg);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-side__ttl .c-arwR {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .p-side__ttl .c-arwR {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-side__ttl .c-arwR {
    width: 3rem;
    height: 3rem;
  }
}
.js-isOpen .p-side__ttl .c-arwR {
  transform: rotate(0deg);
  transition: 0.3s;
}
.p-side__ttl .u-arw__r--yaji {
  position: absolute !important;
}
.p-side__bot {
  padding-right: 4rem;
}
.p-side__bot .p-event__list {
  display: block;
}
.p-side__bot .p-event__list__item {
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #969696;
}
@media only screen and (max-width: 768px) {
  .p-side__bot .p-event__list__item {
    display: none !important;
  }
  .p-side__bot .p-event__list__item:nth-of-type(1) {
    display: block !important;
  }
}
.p-side__bot .p-event__list__item__p {
  border-bottom: unset;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-side__bot .p-event__list__item__p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-side__bot .p-event__list__item__p {
    font-size: 1.1rem;
  }
}
.p-side__bot .p-event__list__item a h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-side__bot .p-event__list__item a h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-side__bot .p-event__list__item a h3 {
    font-size: 1.4rem;
  }
}
.p-side__bot .p-event__list__item a p {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-side__bot .p-event__list__item a p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-side__bot .p-event__list__item a p {
    font-size: 1.1rem;
  }
}
.p-side__bot .c-btn--more {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-side__bot .c-btn--more {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-side__bot .c-btn--more {
    font-size: 1rem;
  }
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(101%, -50%);
  transition: 0.3s;
  z-index: 2;
  cursor: pointer;
}
.sidebar.js-side {
  transform: translate(calc(100% - 5rem), -50%);
}
@media only screen and (max-width: 768px) {
  .sidebar.js-side {
    transform: translate(calc(100% - 4.7rem), -50%);
  }
}
.sidebar.js-isOpen {
  transform: translate(0, -50%);
}
.sidebar.js-isOpen .c-btnR {
  transform: rotate(180deg);
}

.p-load {
  display: block;
  background: #fff;
  position: absolute;
  top: 12vw;
  left: 16vw;
  z-index: 5;
  width: 1px;
  height: 1px;
  transition: 0.9s;
}
.p-load.js-tenkai {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  transition: none;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */