@charset "UTF-8";

.main-container {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .main-container {
    margin-bottom: -125px;
    padding-bottom: 125px; } }

.coming-soon-label {
  margin-top: 1em;
  font-weight: bold;
  font-size: 0.75em;
  background-color: #ffffff;
  color: #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 12px;
  line-height: 16px;
  border-radius: 14px; }

@media screen and (min-width: 1312px) {
  .coming-soon-label {
    font-size: 0.875em; } }

.section-wrapper {
  position: relative;
  padding: 0 20px; }

.section-contaienr {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

h1 {
  margin-bottom: 30px;
  text-align: center; }

p {
  font-size: 18px;
  line-height: 1.3; }

.iframe-container {
  position: relative;
  background-color: #000000;
  margin: 60px auto; }

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.iframe-container::before {
  content: '';
  display: block;
  padding-bottom: calc(100% / 960 * 540);
  height: 0; }

.iframe-container:first-child {
  margin-top: 0; }

.iframe-container:last-child {
  margin-bottom: 0; }

.box {
  position: relative;
  background-color: #fff;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }

.bigtype {
  z-index: 1; }

.intro {
  margin-bottom: 150px;
  padding-top: 300px; }

.intro .section-wrapper {
  padding: 0 25px; }

.intro .box {
  max-width: 840px;
  padding: 30px 60px; }

.intro h1 {
  margin-bottom: 60px; }

.intro .bigtype {
  top: auto;
  left: 0;
  bottom: 0; }

.intro .bigtype__text {
  -webkit-transform: translate(50%, 5%);
      -ms-transform: translate(50%, 5%);
          transform: translate(50%, 5%); }

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

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 120px; }
  .intro .box {
    padding-left: 15px;
    padding-right: 15px; } }

.girl {
  position: absolute;
  top: 0;
  right: calc(50% + 200px);
  width: 270px;
  -webkit-transform: translate(-62.9%, -50%);
      -ms-transform: translate(-62.9%, -50%);
          transform: translate(-62.9%, -50%); }

.girl .image-container {
  width: 100%;
  padding-bottom: 100%;
  height: 0; }

.girl .image-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0; }

@media screen and (max-width: 1312px) {
  .girl {
    width: 21vw;
    left: 2vw; } }

@media screen and (max-width: 768px) {
  .girl {
    top: 0;
    left: -25px;
    right: auto;
    width: 28.8vw;
    -webkit-transform: translate(0, -80%);
        -ms-transform: translate(0, -80%);
            transform: translate(0, -80%); } }

@media screen and (min-width: 1312px) {
  .girl {
    width: 15vw; } }

.index {
  margin-bottom: 150px;
  text-align: center; }

.index h1 {
  margin-bottom: 30px; }

.index__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.index__buttons__item {
  padding: 0 15px; }

@media screen and (min-width: 768px) {
  .index h1 {
    text-decoration: underline; }
  .index h1 br {
    display: none; } }

@media screen and (max-width: 768px) {
  .index__head {
    margin-bottom: 30px; }
  .index h1 {
    font-size: 18px;
    font-size: 4.8vw; }
  .index__buttons__item {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%; }
  .index__buttons__item .button {
    width: 100%; } }

.periods {
  margin-bottom: 150px; }

.periods .section-wrapper {
  padding: 0; }

.periods .section-container {
  overflow: hidden; }

.periods h1 {
  text-align: center; }

.periods .box {
  max-width: 1080px;
  padding: 30px; }

.periods__head {
  margin: 0 auto 20px;
  max-width: 734px; }

.periods__list {
  margin-bottom: 100px; }

.periods__list__row {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #000;
  border-radius: 4px; }

.periods__list__row::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #000000;
  width: 3px;
  height: 30px; }

.periods__list__row:last-child {
  margin-bottom: 0; }

.periods__list__row:last-child::after {
  display: none; }

.periods .period__label {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.periods .period__list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px; }

.periods .period__list .swiper-scrollbar {
  display: none; }

@media screen and (min-width: 768px) {
  .periods .period__list__col {
    margin-right: 0 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .periods .period__list__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%; } }

@media screen and (min-width: 768px) {
  .periods .period__list__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
  .periods .period .swiper-pagination {
    display: none; } }

.periods .memory-card {
  position: relative; }

.periods .memory-card__texts {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 10px; }

.periods .memory-card__title {
  font-size: 22px; }

@media screen and (max-width: 768px) {
  .periods .memory-card__title {
    font-size: 16px; } }

.periods .memory-card__thumb {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 150 / 225);
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1; }

.periods .memory-card__image {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 150 / 225);
  background-size: cover;
  background-position: center; }

.periods .memory-card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: inherit;
  width: 100%;
  height: 100%;
  background-color: #000000; }

.periods .memory-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.periods .memory-card.is-coming-soon .image {
  -webkit-filter: saturate(0);
          filter: saturate(0); }

.periods .memory-card.is-coming-soon .memory-card__image-overlay {
  opacity: 0.5 !important; }

.periods .memory-card.is-coming-soon a {
  pointer-events: none; }

.periods__reearth__text {
  max-width: 720px;
  margin: 0 auto 60px; }

.periods .sakura-branch {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 2;
  width: 330px; }

.periods .sakura-branch .image-container {
  -webkit-transform: translate(65px, 0);
      -ms-transform: translate(65px, 0);
          transform: translate(65px, 0); }

.periods .sakura-branch img {
  width: 100%;
  height: auto;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

@media screen and (min-width: 1280px) {
  .periods .sakura-branch {
    width: 25.78125vw; } }

.periods .bigtype {
  left: 0; }

.periods .bigtype__text {
  -webkit-transform: translate(-34%, 0);
      -ms-transform: translate(-34%, 0);
          transform: translate(-34%, 0); }

@media screen and (min-width: 768px) {
  .periods .period__list__wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }

@media screen and (max-width: 768px) {
  .periods .box {
    padding-right: 20px;
    padding-left: 20px; }
  .periods .periods__list__row {
    padding: 0;
    border: 0; }
  .periods .periods__list__row::after {
    bottom: -30px; }
  .periods .period {
    position: relative; }
  .periods .period__label {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%; }
  .periods .period__row {
    margin-right: -30px;
    padding-right: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .periods .period__list {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px; }
  .periods .period__list__container {
    padding-right: 20px; }
  .periods .period__list__wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: content-box;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 0px;
    border: 2px solid #000;
    border-radius: 4px; }
  .periods .bigtype {
    display: none; }
  .periods .sakura-branch {
    width: 36.8vw;
    z-index: 3;
    right: 0;
    -webkit-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
            transform: translate(0, -60%); }
  .periods .sakura-branch .image-container {
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0); } }

.click-map {
  margin-bottom: 150px; }

.click-map__head {
  max-width: 720px;
  margin: 0 auto 30px; }

.click-map .box {
  max-width: 1080px;
  padding: 60px; }

.click-map .section-container {
  position: relative;
  z-index: 2; }

.click-map .bigtype {
  top: auto;
  bottom: -113px;
  right: 0;
  overflow: hidden;
  z-index: 1; }

.click-map .bigtype__text {
  -webkit-transform: translate(0, 10.8%);
      -ms-transform: translate(0, 10.8%);
          transform: translate(0, 10.8%); }

@media screen and (max-width: 768px) {
  .click-map .box {
    padding: 20px; } }

.digital-map {
  margin-bottom: 150px; }

.digital-map .box {
  max-width: 1080px; }

.digital-map .box p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.digital-map__reearth {
  margin-top: 60px; }

.digital-map__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 90px auto 0;
  max-width: 800px; }

.digital-map__list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 3);
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding-left: 15px;
  padding-right: 15px; }

.thumb-card {
  position: relative;
  margin-bottom: 30px; }

.thumb-card__thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate; }

.thumb-card__thumb .image-container {
  width: 100%; }

.thumb-card__thumb .image-container .image {
  width: 100%;
  padding-bottom: calc(100% * 200 / 240);
  height: 0; }

.thumb-card__thumb__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000; }

.thumb-card__texts {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0 10px;
  color: #ffffff;
  text-align: center; }

.thumb-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.thumb-card.is-coming-soon .thumb-card__thumb .image {
  -webkit-filter: saturate(0);
          filter: saturate(0); }

.thumb-card.is-coming-soon .thumb-card__thumb__overlay {
  opacity: 0.5 !important; }

@media screen and (max-width: 768px) {
  .thumb-card__title__main {
    font-size: 20px; }
  .thumb-card__title__sub {
    font-size: 14px; }
  .thumb-card__coming-soon {
    padding: 3px 6px;
    font-size: 0.75em; } }

@media screen and (max-width: 768px) {
  .digital-map__list {
    margin-left: -10px;
    margin-right: -10px; }
  .digital-map__list__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px; } }

@media screen and (max-width: 768px) {
  .digital-map .box {
    padding: 20px; } }

.boy {
  margin-left: auto; }

.boy .image-container {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  -webkit-transform: translate(-8.3%, 10%);
      -ms-transform: translate(-8.3%, 10%);
          transform: translate(-8.3%, 10%); }

.boy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

@media screen and (max-width: 1312px) {
  .boy {
    width: 100%;
    max-width: 300px; } }

@media screen and (max-width: 768px) {
  .boy {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34%; } }

@media screen and (min-width: 1312px) {
  .boy {
    width: 20vw; } }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/*タブコンテンツ*/
.tab {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.tab li {
  background-color: #ddd;
  width: calc((100% - 2rem) / 5);
  text-align: center;
  cursor: pointer;
  padding: 10px 10px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.click-map-wrapper {
  position: relative;
}
.tabContent {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  /*transition: opacity 1s ease;*/
  z-index: 0;
}
.tabContent.active {
  position: static;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.tab li.active {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

@media screen and (max-width: 640px){
  .tab {
    gap: 0.5rem;
  }
  .tab li {
    width: calc((100% - 0.5rem) / 2);
    padding: 10px;
  }
}
@media screen and (max-width: 480px){
  .tab li {
    width: 100%;
  }
}