@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:root {
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --font-default: "Noto Sans JP", sans-serif;
  --font-heading: "Rajdhani", sans-serif;
  --main-color: #2861A3;
  --dark-color: #000000;
  --light-color: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  overscroll-behavior: none;
  font-family: var(--font-default);
  line-height: 1.7142857143;
  font-size: 1.4rem;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  background-color: inherit;
  cursor: pointer;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

.navButton {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 1000;
  display: block;
  width: 68px;
  height: 80px;
  background-color: #E5F9FF;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .navButton {
    top: 10px;
    left: 10px;
    width: 47.6px;
    height: 56px;
  }
}
@media screen and (min-width: 768px) {
  .navButton::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #8DDCFF 0%, #E5F9FF 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
  }
  .navButton:hover::before {
    top: 100%;
  }
}
.navButton__border {
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .navButton__border {
    width: 22px;
    height: 2px;
  }
}
.navButton__border:nth-child(1) {
  top: 28px;
  left: 18px;
  transition: all 0.6s var(--easeOutQuint);
}
@media screen and (max-width: 767px) {
  .navButton__border:nth-child(1) {
    top: 20px;
    left: 13px;
  }
}
.navButton__border:nth-child(2) {
  top: 39px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .navButton__border:nth-child(2) {
    top: 27px;
    left: 13px;
  }
}
.navButton__border:nth-child(3) {
  top: 50px;
  left: 18px;
  transition: all 0.6s var(--easeOutQuint);
}
@media screen and (max-width: 767px) {
  .navButton__border:nth-child(3) {
    top: 35px;
    left: 13px;
  }
}
.is-open .navButton__border:nth-child(1) {
  top: 40px;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  .is-open .navButton__border:nth-child(1) {
    top: 26.8px;
  }
}
.is-open .navButton__border:nth-child(2) {
  opacity: 0;
}
.is-open .navButton__border:nth-child(3) {
  top: 40px;
  transform: rotateZ(-45deg);
}
@media screen and (max-width: 767px) {
  .is-open .navButton__border:nth-child(3) {
    top: 26.8px;
  }
}

.is-close .share {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1000;
  width: 60px;
  height: 218.58px;
  background: linear-gradient(0deg, #8DDCFF 0%, #E5F9FF 100%);
  -webkit-clip-path: polygon(0 36px, 100% 0, 100% 100%, 0 calc(100% - 36px));
          clip-path: polygon(0 36px, 100% 0, 100% 100%, 0 calc(100% - 36px));
  padding-top: 36px;
  padding-bottom: 40.7px;
}
@media screen and (max-width: 767px) {
  .is-close .share {
    width: 48px;
    height: 214.41px;
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 calc(100% - 30px));
            clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 calc(100% - 30px));
    padding-top: 37.4px;
    padding-bottom: 45px;
    top: 51.2vw;
    transform: none;
  }
  .is-close .share.is-landscape {
    top: 50%;
    transform: translateY(-50%);
  }
}
.is-close .share__text {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1111111111;
  color: var(--main-color);
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .is-close .share__text {
    font-size: 1.5rem;
    margin-bottom: 11.3px;
  }
}
.is-close .share__buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 51px);
}
@media screen and (max-width: 767px) {
  .is-close .share__buttons {
    height: calc(100% - 44.613px);
    justify-content: space-between;
  }
}
.is-close .share__button svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .is-close .share__button {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .is-close .share__button {
    transition: opacity 0.4s;
  }
  .is-close .share__button:hover {
    opacity: 0.5;
  }
}
.is-close .share__button.is-facebook {
  width: 34.43px;
  height: 34.43px;
}
.is-close .share__button.is-x {
  width: 35.047px;
  height: 35.828px;
}
@media screen and (max-width: 767px) {
  .is-close .share__button.is-x {
    width: 30.42px;
    height: 31.09px;
  }
}
.is-close .share__button.is-instagram {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .is-close .share__button.is-instagram {
    width: 31.3px;
    height: 31.3px;
  }
}

.is-open.nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: 100;
  transition: background-color 0.4s;
  overflow: auto;
}
.is-open .nav {
  color: var(--light-color);
  padding-top: 93px;
  padding-left: 240px;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .is-open .nav {
    padding-top: 53px;
    padding-left: 81px;
  }
}
.is-open .nav a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .is-open .nav a:hover {
    opacity: 0.6;
  }
}
.is-open .nav__item {
  margin-bottom: 28px;
}
.is-open .nav__item__name {
  display: block;
  font-family: var(--font-heading);
  line-height: 1;
  font-size: 6rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .is-open .nav__item__name {
    font-size: 3rem;
  }
}
.is-open .nav__item__label {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  color: var(--light-color);
}
@media screen and (max-width: 767px) {
  .is-open .nav__item__label {
    font-size: 1.4rem;
  }
}
.is-open .share {
  margin-top: 24.5px;
  margin-left: 240px;
  padding-top: 28.5px;
  padding-bottom: 50px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  width: 480px;
}
@media screen and (max-width: 767px) {
  .is-open .share {
    margin-top: 34.5px;
    margin-left: 81px;
    width: calc(100% - 92.5px);
  }
}
.is-open .share__text {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: bold;
  color: var(--light-color);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .is-open .share__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .is-open .share__button {
    transition: opacity 0.4s;
  }
  .is-open .share__button:hover {
    opacity: 0.6;
  }
}
.is-open .share__button path {
  fill: var(--light-color);
}
.is-open .share__button.is-facebook {
  margin-right: 34.41px;
}
@media screen and (max-width: 767px) {
  .is-open .share__button.is-facebook {
    margin-right: 29.9px;
  }
}
.is-open .share__button.is-facebook svg {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .is-open .share__button.is-facebook svg {
    width: 40px;
    height: 40px;
  }
}
.is-open .share__button.is-x {
  margin-right: 31.92px;
}
@media screen and (max-width: 767px) {
  .is-open .share__button.is-x {
    margin-right: 28.2px;
  }
}
.is-open .share__button.is-x svg {
  width: 39.67px;
  height: 40.55px;
}
@media screen and (max-width: 767px) {
  .is-open .share__button.is-x svg {
    width: 34.93px;
    height: 35.7px;
  }
}
.is-open .share__button.is-instagram svg {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .is-open .share__button.is-instagram svg {
    width: 39px;
    height: 39px;
  }
}

.is-close.nav__wrapper {
  position: absolute;
}
.is-close .nav {
  opacity: 0;
  display: none;
  transition: opacity 0.4s;
}

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

.hero {
  background-image: url("../images/hero_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  margin-bottom: -12vw;
}
@media screen and (max-width: 767px) {
  .hero {
    background-image: url("../images/hero_bg_sp.jpg");
    margin-bottom: -20.8vw;
  }
}
.hero__image {
  position: relative;
  width: 100%;
  z-index: 20;
}
.hero__title {
  position: absolute;
  width: 63.6071428571vw;
  top: 11.7142857143vw;
  left: 18.2142857143vw;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hero__title {
    width: 105.6vw;
    top: 33.0666666667vw;
    left: -4vw;
  }
}
.hero__schedule {
  position: absolute;
  width: 40.1035714286vw;
  top: 36.9285714286vw;
  left: 29.9285714286vw;
}
@media screen and (max-width: 767px) {
  .hero__schedule {
    width: 85.6vw;
    top: 110.1013333333vw;
    left: 7.2vw;
  }
}

.heading {
  text-align: center;
  font-family: var(--font-heading);
  line-height: 1;
  font-size: 12rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 3px #fff;
}
.heading--blue {
  -webkit-text-stroke-color: #2861A3;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 5.6rem;
    -webkit-text-stroke-width: 1px;
  }
}
.heading__inner {
  position: relative;
}
.heading__inner::before, .heading__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
#WhatisSpacelab .heading__inner::before {
  background-image: url("../images/icon_1.png");
  top: -12px;
  left: -78px;
  width: 110.5px;
  height: 106px;
}
@media screen and (max-width: 767px) {
  #WhatisSpacelab .heading__inner::before {
    top: 0px;
    left: -43px;
    width: 52px;
    height: 47px;
  }
}
#WhatisSpacelab .heading__inner::after {
  background-image: url("../images/icon_2.png");
  bottom: 20px;
  right: -5px;
  width: 65px;
  height: 77px;
}
@media screen and (max-width: 767px) {
  #WhatisSpacelab .heading__inner::after {
    bottom: 5px;
    right: -5px;
    width: 30px;
    height: 34px;
  }
}
#eventoutline .heading__inner::before {
  background-image: url("../images/icon_3.png");
  top: -12px;
  left: -65px;
  width: 99px;
  height: 120.5px;
}
@media screen and (max-width: 767px) {
  #eventoutline .heading__inner::before {
    top: -2px;
    left: -15px;
    width: 37px;
    height: 43px;
  }
}
#eventoutline .heading__inner::after {
  background-image: url("../images/icon_4.png");
  bottom: -20px;
  right: -75px;
  width: 103px;
  height: 121.5px;
}
@media screen and (max-width: 767px) {
  #eventoutline .heading__inner::after {
    bottom: -5px;
    right: -22px;
    width: 39px;
    height: 43px;
  }
}
#contents .heading__inner::before {
  background-image: url("../images/icon_5.png");
  top: 20px;
  left: -60px;
  width: 80px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #contents .heading__inner::before {
    top: 10px;
    left: -30px;
    width: 37.5px;
    height: 28px;
  }
}
#contents .heading__inner::after {
  background-image: url("../images/icon_6.png");
  bottom: 28px;
  right: -62px;
  width: 74.5px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  #contents .heading__inner::after {
    bottom: 12px;
    right: -30px;
    width: 35px;
    height: 34px;
  }
}

.heading-label {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .heading-label {
    font-size: 1.8rem;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 88px;
  border-radius: 44px;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--main-color);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button {
    width: 64vw;
    max-width: 240px;
  }
  .button:not(span) {
    background: linear-gradient(300deg, #33C0FF 0%, transparent 50%, transparent 100%), #fff;
  }
}
@media screen and (min-width: 768px) {
  .button:not(span) span {
    position: relative;
  }
  .button:not(span)::before {
    content: "";
    display: block;
    left: 53%;
    top: -55px;
    width: 138.91px;
    height: 201.29px;
    transform: rotate(33deg);
    background: linear-gradient(-90deg, #33C0FF 0%, #fff 100%);
    position: absolute;
    transition: all 0.5s;
  }
  .button:not(span):hover::before {
    left: 110%;
  }
}

.blue-bg {
  position: relative;
  z-index: 20;
}
.blue-bg::before {
  background-color: var(--main-color);
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 160px);
  top: 160px;
  left: 0;
  display: block;
  z-index: -1;
}
.blue-bg__wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  z-index: 20;
}
.blue-bg__wrapper::before {
  position: absolute;
  content: "";
  width: 160vw;
  height: 50vw;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(180deg, #33C0FF 0%, #2861A3 160px);
  border-radius: 50% 50% 0 0;
  z-index: -1;
  margin: 0 -30vw;
}

.intro {
  margin-top: -12vw;
}
@media screen and (max-width: 767px) {
  .intro {
    margin-top: -20.8vw;
    margin-bottom: -13.3333333333vw;
  }
}
.intro__top {
  padding-top: 5.4285714286vw;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .intro__top {
    padding-top: 10.4vw;
    padding-bottom: 46px;
  }
}
.intro .banners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.8707142857vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .intro .banners {
    gap: 6.1866666667vw;
    width: max(70.4vw, 264px);
    margin-bottom: 25px;
  }
}
.intro .banners li {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  line-height: 1;
  color: #FFFFFF;
}
.intro .banners li:nth-child(1) {
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .intro .banners li:nth-child(1) {
    gap: 0 15px;
  }
}
.intro .banners li:nth-child(2) {
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .intro .banners li:nth-child(2) {
    gap: 0 10px;
  }
}
.intro .banners span {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .intro .banners span {
    font-size: 1.6rem;
    padding-top: 0rem;
  }
}
.intro .banners .banner--jaxa {
  width: 140.81px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .intro .banners .banner--jaxa {
    width: 22.624vw;
    height: 13.6586666667vw;
  }
}
.intro .banners .banner--yakult {
  width: 183.06px;
  height: 46.59px;
  background-color: var(--light-color);
}
@media screen and (max-width: 767px) {
  .intro .banners .banner--yakult {
    width: 29.4133333333vw;
    height: 7.4853333333vw;
  }
}
.intro__movie {
  width: 65.7142857143vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__movie {
    width: 82.9333333333vw;
    height: auto;
  }
}
.intro__movie video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  display: block;
}
.intro__movie::before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .intro__movie::before {
    background-color: #ff0000;
    width: 30px;
    height: 30px;
  }
}
.intro__movie::after {
  content: "";
  display: block;
  width: 20px;
  height: 26px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-32.6363%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .intro__movie::after {
    width: 8px;
    height: 9px;
  }
}
@media screen and (min-width: 768px) {
  .intro__movie:hover::before {
    background-color: #ff0000;
  }
}
.intro__movie.is-play::before, .intro__movie.is-play::after {
  content: none;
}
.intro__round {
  border-radius: 0 0 50% 50%;
  overflow: hidden;
  width: 160vw;
  margin: -1px -30vw 0;
  padding: 0 30vw;
}
@media screen and (max-width: 1092px) {
  .intro__round {
    width: 190vw;
    margin: -2px -45vw 0;
    padding: 0 45vw;
  }
}
.intro__inner {
  background: linear-gradient(180deg, var(--main-color) 0%, rgba(40, 97, 163, 0) 10vw) 0% 0% no-repeat, no-repeat center bottom/cover url("../images/intoro_bg.jpg");
  color: #FFFFFF;
  padding: 9.2857142857vw 4.2857142857vw 11.9285714286vw;
}
@media screen and (max-width: 767px) {
  .intro__inner {
    padding: 5.3333333333vw 8.5333333333vw 14.9333333333vw;
  }
}
.intro__description {
  margin-top: 60px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.5454545455;
}
@media screen and (max-width: 767px) {
  .intro__description {
    margin-top: 16px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

/* 開催概要 */
.outline {
  position: relative;
  margin-top: -100px;
  margin-bottom: -8.5714285714vw;
  padding-top: 170px;
  padding-bottom: 250px;
  background: no-repeat right top calc(-17.714vw + 100px)/68.847857vw auto url("../images/outline_bg1.png"), no-repeat left bottom -14.9285714vw/68.84785vw auto url("../images/outline_bg2.png"), var(--light-color);
}
@media screen and (max-width: 767px) {
  .outline {
    background: no-repeat right -24vw top -25.8vw/115.52vw auto url("../images/outline_bg1.png"), no-repeat left -20.586vw bottom -44.53vw/115.52vw auto url("../images/outline_bg2.png"), var(--light-color);
    padding: 24vw 8.5333333333vw 18.6666666667vw;
    margin-top: -5.3333333333vw;
    margin-bottom: -9.3333333333vw;
  }
}
.outline__info {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .outline__info {
    margin-top: 30px;
  }
}
.outline__description {
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .outline__description {
    margin-bottom: 10px;
  }
}
.outline__description > dt {
  flex-shrink: 0;
  width: 148px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .outline__description > dt {
    width: 95px;
    margin-right: 8px;
  }
}
.outline__description > dt > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: var(--main-color);
  color: var(--light-color);
  border-radius: 8px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .outline__description > dt > span {
    width: 100%;
    height: 31px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.outline__description > dd {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .outline__description > dd {
    font-size: 1.4rem;
    padding-top: 6px;
    line-height: 1.5;
  }
}
.outline__description > dd .outline__notes {
  font-size: 1.4rem;
  margin-top: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .outline__description > dd .outline__notes {
    font-size: 1.2rem;
  }
}
.outline__notes {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .outline__notes {
    margin-top: 15px;
  }
}
.outline__notes > li {
  position: relative;
  padding-left: 1em;
}
.outline__notes > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.outline__venues {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .outline__venues {
    margin-top: 24px;
    width: 100%;
    gap: 14px;
  }
}
.outline__venue {
  width: 400px;
  background-color: var(--main-color);
  color: var(--light-color);
  border: 8px solid rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .outline__venue {
    width: 100%;
    border-radius: 24px;
  }
}
.outline__venue__slidebutton {
  display: none;
}
.outline__venue__heading {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.096em;
  line-height: 1.75;
  padding-top: 29px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .outline__venue__heading {
    padding-top: 32px;
  }
}
.outline__venue__heading span {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 12rem;
  font-family: var(--font-heading);
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .outline__venue__heading span {
    top: 13px;
    font-size: 10rem;
    left: 12px;
  }
}
.outline__venue__info {
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .outline__venue__info {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 16px;
  }
}
.outline__venue__info:first-of-type {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .outline__venue__info:first-of-type {
    margin-top: 32px;
  }
}
.outline__venue__info:last-of-type {
  margin-bottom: 0;
}
.outline__venue__info > dt {
  flex-shrink: 0;
  width: 80px;
  margin-right: 12px;
}
.outline__venue__info > dt > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4285714286;
  width: 100%;
  padding: 4px 5px 6px;
  border: 2px solid var(--light-color);
  border-radius: 8px;
  font-weight: bold;
}
.outline__venue__info > dd {
  margin-top: 3px;
  line-height: 1.7142857143;
}
.outline__venue__info__heading {
  font-size: 1.6rem;
}
.outline__venue__info__text {
  font-weight: bold;
}
.outline__venue__info__notes {
  font-size: 1.2rem;
}
.outline__venue__info__notes > li {
  position: relative;
  padding-left: 1em;
}
.outline__venue__info__notes > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.outline__venue__link {
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .outline__venue__link {
    margin-bottom: 31px;
  }
}
.outline__venue__link .button {
  margin: 0 auto;
}
.outline__venue__map {
  width: 100%;
  height: 199px;
}
.outline__venue__map iframe {
  border-radius: 0 0 32px 32px;
  width: 100.05%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .outline__venue__map iframe {
    border-radius: 0 0 16px 16px;
  }
}
.outline__venue.is_entry_end {
  background-color: #A8B1B9;
}
.outline__venue.is_entry_end .button {
  background: var(--light-color);
  color: #969595;
}
.outline__venue.is_entry_end .button::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .outline__venue__accordion {
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 35px;
    right: 17px;
    background: linear-gradient(0deg, #8DDCFF 0%, #E5F9FF 100%);
    border-radius: 50%;
    z-index: 50;
  }
  .outline__venue__accordion::before, .outline__venue__accordion::after {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background-color: var(--main-color);
    top: 25px;
    left: 13px;
    transition: all 0.8s;
  }
  .outline__venue.is-close {
    padding-bottom: 32px;
  }
  .outline__venue.is-close .outline__venue__accordion::after {
    transform: rotate(90deg);
    transition: all 0.8s;
  }
  .outline__venue.is-close .outline__venue__info {
    display: none;
  }
  .outline__venue.is-close .outline__venue__link {
    display: none;
  }
  .outline__venue.is-close .outline__venue__map {
    display: none;
  }
}

.contents__inner {
  padding-top: 5.4285714286vw;
  padding-bottom: 100px;
  color: var(--light-color);
}
@media screen and (max-width: 767px) {
  .contents__inner {
    padding: 9.3333333333vw 8.5333333333vw 9.6vw;
  }
}
.contents__items {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 60px auto 0;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .contents__items {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
.contents__item {
  background-color: var(--light-color);
  color: var(--dark-color);
  border-radius: 40px;
  border: 8px solid #A1B4CB;
  width: 44.5714285714vw;
}
@media screen and (max-width: 767px) {
  .contents__item {
    width: 82.9333333333vw;
    border-radius: 24px;
  }
}
.contents__item__banner {
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents__item__banner {
    height: 65px;
  }
}
.contents__item__banner .banner-jaxa {
  display: block;
  width: 153.75px;
  height: 92.83px;
}
@media screen and (max-width: 767px) {
  .contents__item__banner .banner-jaxa {
    width: 76.56px;
    height: 46.33px;
  }
}
.contents__item__banner .banner-yakult {
  display: block;
  width: calc(226.73px * 1.1);
  height: calc(57.71px * 1.1);
}
@media screen and (max-width: 767px) {
  .contents__item__banner .banner-yakult {
    width: calc(112.91px * 1.1);
    height: calc(28.74px * 1.1);
  }
}
.contents__item__info {
  padding: 10px 22px 27px;
}
@media screen and (max-width: 767px) {
  .contents__item__info {
    padding: 4px 9px 13px;
  }
}
.contents__item__heading {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contents__item__heading {
    font-size: 2rem;
  }
}
.contents__item__teacher {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .contents__item__teacher {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 4px;
  }
}
.contents__item__text {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .contents__item__text {
    margin-top: 6px;
  }
}

.footer {
  position: relative;
  background-color: var(--dark-color);
  color: var(--light-color);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 60px 60px 70px;
}
@media screen and (max-width: 767px) {
  .footer {
    flex-direction: column;
    padding: 30px 8.5333333333vw;
    gap: 54px;
  }
}
.footer a {
  color: var(--light-color);
  text-decoration: none;
}
.footer__link a {
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .footer__link a {
    margin-inline: auto;
  }
}
.footer__logo {
  display: block;
  margin: 64px 0 24px auto;
  width: 169.05px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 54px auto 24px;
  }
}
.footer__copyright {
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}

.info__item {
  display: flex;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .info__item {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.info__item > dt {
  width: 3em !important;
  text-wrap: nowrap;
}
.info__item > dd {
  width: calc(100% - 3em);
}
@media screen and (max-width: 767px) {
  .info__item + .info__item {
    margin-top: 8px;
  }
}

.u-inline-pc {
  display: inline;
}

.u-inline-sp {
  display: none;
}

.u-nowrap {
  display: inline-block;
  text-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .u-nowrap-pc {
    display: inline-block;
    text-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .u-inline-pc {
    display: none;
  }
  .u-inline-sp {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */

/* 改行 */
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}