@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../image/bg-pc.png);
  background-repeat: repeat;
  background-size: cover;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media (max-width: 1079px) {
  html {
    background-image: url(../image/bg-sp.png);
  }
}

body.no-scroll {
  overflow: hidden;
}

main {
  position: relative;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .inner {
    max-width: 678px;
  }
}

.show--sp {
  display: none;
  visibility: hidden;
}
@media (max-width: 1079px) {
  .show--sp {
    display: block;
    visibility: visible;
  }
}

@media (max-width: 1079px) {
  .show--pc {
    display: none !important;
    visibility: hidden;
  }
}

.btn {
  transition: opacity 0.5s;
}
.btn:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

.btn-ticket {
  background-color: #f0707e;
  height: 100px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fbf279;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding-left: 38px;
  padding-right: 78px;
}
@media (max-width: 1079px) {
  .btn-ticket {
    height: 133px;
    border-radius: 65px;
    font-size: 44px;
    padding-left: 40px;
    padding-right: 97px;
  }
}
.btn-ticket::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 38px;
  z-index: -1;
  transform: translateY(-50%);
  background-image: url(../image/icon-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 23px;
  z-index: 1;
}
@media (max-width: 1079px) {
  .btn-ticket::before {
    right: 48px;
    width: 37px;
    height: 27px;
  }
}

.btn-map {
  background-color: #fff;
  border: 1px solid #000;
  height: 74px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding-left: 134px;
  padding-right: 180px;
}
@media (max-width: 1079px) {
  .btn-map {
    height: 95px;
    border-radius: 65px;
    font-size: 30px;
    padding-left: 173px;
    padding-right: 218px;
  }
}
.btn-map::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 134px;
  z-index: -1;
  transform: translateY(-50%);
  background-image: url(../image/icon-link-gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 1079px) {
  .btn-map::before {
    right: 166px;
    width: 37px;
  }
}

.btn-tel {
  background-color: #fff;
  border: 1px solid #25ad99;
  height: 110px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  position: relative;
  color: #25ad99;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  padding-left: 150px;
  padding-right: 77px;
}
@media (max-width: 1079px) {
  .btn-tel {
    height: 130px;
    border-radius: 65px;
    font-size: 50px;
    padding-left: 181px;
    padding-right: 100px;
  }
}
.btn-tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 111px;
  transform: translateY(-50%);
  background-image: url(../image/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media (max-width: 1079px) {
  .btn-tel::before {
    left: 129px;
    width: 55px;
    height: 55px;
  }
}

.ttl--img {
  width: 183px;
  height: 45px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .ttl--img {
    width: 230px;
    height: 55px;
  }
}
.ttl--img::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../image/ttl-deco.png);
  background-repeat: repeat;
  background-size: cover;
  width: 120%;
  height: 20px;
  left: 50%;
  bottom: -15px;
  z-index: 1;
  transform: translate(-50%, 100%);
}
@media (max-width: 1079px) {
  .ttl--img::before {
    bottom: -21px;
    width: 130%;
    height: 25px;
  }
}

header {
  background-color: #26b6a1;
}

.header-inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media (max-width: 1079px) {
  .header-inner {
    max-width: 750px;
    height: 100px;
  }
}

.header-logo-wrapper {
  width: 130px;
  height: 50px;
}
@media (max-width: 1079px) {
  .header-logo-wrapper {
    width: 200px;
    height: 75px;
  }
}

.header-ticket-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1079px) {
  .header-ticket-wrapper {
    right: 20px;
    font-size: 20px;
  }
}
.header-ticket-wrapper img {
  width: 35px;
  height: 20px;
}
@media (max-width: 1079px) {
  .header-ticket-wrapper img {
    font-size: 20px;
    width: 55px;
    height: 35px;
  }
}

.fv {
  padding-top: 30px;
}
@media (max-width: 1079px) {
  .fv {
    padding-top: 30px;
  }
}
.fv .fv-cloud-bg {
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}
@media (max-width: 1079px) {
  .fv .fv-cloud-bg {
    background-image: none;
  }
}
.fv .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv .fv-catch {
  width: 100%;
  height: auto;
}
.fv .fv-sub-catch {
  margin-top: 25px;
  max-width: 590px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}
@media (max-width: 1079px) {
  .fv .fv-sub-catch {
    max-width: 750px;
    margin-top: 30px;
    font-size: 40px;
  }
}
.fv .ticket-box {
  margin-top: 65px;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .fv .ticket-box {
    margin-top: 83px;
    max-width: 678px;
  }
}
.fv .ticket-box img {
  max-width: 554px;
}
@media (max-width: 1079px) {
  .fv .ticket-box img {
    max-width: 690px;
  }
}
.fv .text-box {
  margin-top: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 1079px) {
  .fv .text-box {
    margin-top: 21px;
    font-size: 22px;
  }
}
.fv .btn-wrapper {
  margin-top: 73px;
  text-align: center;
}
@media (max-width: 1079px) {
  .fv .btn-wrapper {
    margin-top: 96px;
  }
}

.about {
  position: relative;
  margin-top: 77px;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}
@media (max-width: 1079px) {
  .about {
    background-image: none;
  }
  .about::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.about .inner {
  padding-top: 66px;
}
@media (max-width: 1079px) {
  .about .inner {
    padding-top: 96px;
  }
}
.about h3 {
  font-size: 27px;
  font-weight: 700;
  color: #26b6a1;
  text-align: center;
}
@media (max-width: 1079px) {
  .about h3 {
    font-size: 34px;
  }
}
.about ul {
  margin-top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
}
@media (max-width: 1079px) {
  .about ul {
    margin-top: 140px;
    row-gap: 67px;
  }
}
.about ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.about .year {
  font-size: 43px;
  font-weight: bold;
  text-align: center;
}
.about .year span {
  font-size: 32px;
}
@media (max-width: 1079px) {
  .about .year {
    font-size: 54px;
  }
  .about .year span {
    font-size: 40px;
  }
}
.about .date {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1079px) {
  .about .date {
    font-size: 50px;
  }
}
.about .date .large {
  font-size: 61px;
  line-height: 0.9;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .about .date .large {
    font-size: 76px;
  }
}
.about .date .red {
  color: #cc1f1d;
  font-size: 32px;
}
@media (max-width: 1079px) {
  .about .date .red {
    font-size: 40px;
  }
}
.about .date .blue {
  color: #3e83f6;
  font-size: 32px;
}
@media (max-width: 1079px) {
  .about .date .blue {
    font-size: 40px;
  }
}
.about .text {
  font-size: 24px;
  text-align: center;
}
.about .text .small {
  font-size: 16px;
  padding-left: 0.5em;
}
@media (max-width: 1079px) {
  .about .text {
    font-size: 30px;
  }
  .about .text .small {
    font-size: 20px;
  }
}

.banner {
  margin-top: 156px;
  background-image: url(../image/banner-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .banner {
    margin-top: 187px;
    background-image: url(../image/banner-sp.png);
    height: 630px;
  }
}
.banner .text-box {
  max-width: 387px;
  color: #fff;
  font-size: 24px;
  line-height: 2.6666;
  text-align: center;
}
@media (max-width: 1079px) {
  .banner .text-box {
    max-width: 490px;
    font-size: 30px;
  }
}

.introduce {
  margin-top: 130px;
}
@media (max-width: 1079px) {
  .introduce {
    margin-top: 146px;
  }
}
.introduce h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .introduce h3 {
    font-size: 40px;
    line-height: 1.7;
  }
}
@media (max-width: 1079px) {
  .introduce .ttl--img {
    width: 211px;
    height: 61px;
  }
}
.introduce .inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .introduce .inner {
    max-width: 678px;
  }
}
@media (max-width: 1079px) {
  .introduce .inner--pc {
    max-width: 100%;
  }
}
.introduce .lists {
  margin-top: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
@media (max-width: 1079px) {
  .introduce .lists {
    margin-top: 55px;
    grid-template-columns: 1fr;
  }
}
.introduce .list-box {
  position: relative;
}
@media (max-width: 1079px) {
  .introduce .list-box {
    padding-top: 100px;
  }
  .introduce .list-box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.introduce .list-box figure {
  margin-top: 120px;
}
@media (max-width: 1079px) {
  .introduce .list-box figure {
    margin-top: 150px;
  }
}
.introduce .list-box figcaption p {
  margin-top: 19px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  min-height: 120px;
}
@media (max-width: 1079px) {
  .introduce .list-box figcaption p {
    margin-top: 22px;
    font-size: 30px;
    line-height: 1.7;
    min-height: 120px;
  }
}
.introduce .list-box .list {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  row-gap: 46px;
}
@media (max-width: 1079px) {
  .introduce .list-box .list {
    margin-top: 88px;
    row-gap: 90px;
  }
}
.introduce .list-box .list li {
  text-align: center;
  min-height: 265px;
}
.introduce .list-box .list h5 {
  margin-top: 31px;
  color: #26b6a1;
  font-size: 29px;
  font-weight: 700;
}
@media (max-width: 1079px) {
  .introduce .list-box .list h5 {
    font-size: 36px;
  }
}
.introduce .list-box .list p {
  margin-top: 27px;
  font-size: 22px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1079px) {
  .introduce .list-box .list p {
    margin-top: 45px;
    font-size: 28px;
    line-height: 1.7;
  }
}
.introduce .list-box .hukidashi {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0707e;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: 220px;
  height: 44px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .introduce .list-box .hukidashi {
    width: 270px;
    height: 53px;
    font-size: 26px;
  }
}
.introduce .list-box .hukidashi::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #f0707e;
  border-bottom: 0;
}
@media (max-width: 1079px) {
  .introduce .list-box:nth-of-type(2) {
    margin-top: 50px;
  }
}
@media (max-width: 1079px) {
  .introduce .list-box:nth-of-type(2) figure {
    margin-top: 135px;
  }
}
@media (max-width: 1079px) {
  .introduce .list-box:nth-of-type(2) figure p {
    margin-top: 30px;
  }
}
@media (max-width: 1079px) {
  .introduce .list-box:nth-of-type(2) .list {
    margin-top: 70px;
  }
}
@media (max-width: 1079px) {
  .introduce .list-box:nth-of-type(2) .ttl--img {
    width: 262px;
    height: 67px;
  }
}

.section-box {
  padding-top: 138px;
}
@media (max-width: 1079px) {
  .section-box {
    padding-top: 137px;
  }
}
.section-box h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box h3 {
    font-size: 40px;
    line-height: 1.7;
  }
}
.section-box .story {
  margin-top: 130px;
}
@media (max-width: 1079px) {
  .section-box .story .inner--pc {
    max-width: 100%;
  }
}
@media (max-width: 1079px) {
  .section-box .story {
    margin-top: 55px;
    padding-top: 100px;
    position: relative;
  }
  .section-box .story::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
@media (max-width: 1079px) {
  .section-box .story .ttl--img {
    width: 189px;
  }
}
.section-box .story ul {
  margin-top: 105px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
@media (max-width: 1079px) {
  .section-box .story ul {
    margin-top: 122px;
    grid-template-columns: 1fr;
    row-gap: 104px;
  }
}
.section-box .story li {
  text-align: center;
}
.section-box .story li h3 {
  display: inline-block;
  position: relative;
  color: #26b6a1;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  min-width: 82px;
}
@media (max-width: 1079px) {
  .section-box .story li h3 {
    font-size: 40px;
  }
}
.section-box .story li h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 100%);
  background-image: url(../image/ttl-deco2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
}
@media (max-width: 1079px) {
  .section-box .story li h3::before {
    font-size: 40px;
  }
}
.section-box .story li figcaption {
  margin-top: 33px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1079px) {
  .section-box .story li figcaption {
    margin-top: 35px;
    margin-bottom: 50px;
    font-size: 50px;
  }
}
.section-box .story li figcaption span {
  padding-left: 0.5em;
  font-size: 20px;
}
@media (max-width: 1079px) {
  .section-box .story li figcaption span {
    padding-left: 15px;
  }
}
.section-box .story li figure {
  display: flex;
  flex-direction: column-reverse;
}
.section-box .story li p {
  margin-top: 33px;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1079px) {
  .section-box .story li p {
    font-size: 30px;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }
}
.section-box .story li:first-of-type figcaption {
  padding-left: 85px;
}
.section-box .date {
  margin-top: 138px;
  position: relative;
}
@media (max-width: 1079px) {
  .section-box .date {
    margin-top: 114px;
    padding-top: 60px;
    position: relative;
  }
  .section-box .date::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
@media (max-width: 1079px) {
  .section-box .date .ttl--img {
    width: 213px;
    height: 45px;
  }
}
.section-box .date ul {
  margin-top: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 33px;
}
@media (max-width: 1079px) {
  .section-box .date ul {
    margin-top: 140px;
    row-gap: 43px;
  }
}
.section-box .date ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1079px) {
  .section-box .date ul li {
    font-size: 40px;
    row-gap: 20px;
  }
}
.section-box .date ul li .year {
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .section-box .date ul li .year {
    font-size: 54px;
  }
}
.section-box .date ul li .large {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .section-box .date ul li .large {
    font-size: 76px;
  }
}
.section-box .date ul li .middle {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .section-box .date ul li .middle {
    font-size: 50px;
  }
}
.section-box .date ul li .red {
  color: #cc1f1d;
}
.section-box .date ul li .blue {
  color: #3e83f6;
}
.section-box .date ul li .small {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1079px) {
  .section-box .date ul li .small {
    font-size: 30px;
  }
}
.section-box .date .time {
  margin-top: 34px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .section-box .date .time {
    margin-top: 52px;
    font-size: 30px;
  }
}
.section-box .place {
  margin-top: 135px;
  position: relative;
}
@media (max-width: 1079px) {
  .section-box .place {
    margin-top: 108px;
    padding-top: 54px;
    position: relative;
  }
  .section-box .place::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.section-box .place .inner {
  text-align: center;
  margin-top: 110px;
}
@media (max-width: 1079px) {
  .section-box .place .inner {
    margin-top: 137px;
  }
}
.section-box .place .ttl--img {
  width: 100px;
}
.section-box .place .ttl--img::before {
  width: 200%;
}
@media (max-width: 1079px) {
  .section-box .place .ttl--img {
    width: 125px;
    height: 45px;
  }
}
.section-box .place h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1079px) {
  .section-box .place h3 {
    font-size: 35px;
  }
}
.section-box .place .map-wrapper {
  margin-top: 40px;
}
.section-box .place .map-wrapper iframe {
  width: 760px;
  height: 450px;
}
@media (max-width: 1079px) {
  .section-box .place .map-wrapper iframe {
    width: 678px;
    height: 557px;
  }
}
.section-box .place .map-wrapper .address {
  margin-top: 32px;
  font-size: 24px;
  letter-spacing: 0.03em;
}
@media (max-width: 1079px) {
  .section-box .place .map-wrapper .address {
    margin-top: 40px;
    font-size: 29px;
    letter-spacing: 0.1em;
  }
}
.section-box .place .btn-wrapper {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1079px) {
  .section-box .place .btn-wrapper {
    margin-top: 40px;
  }
}
.section-box .place .address-box {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-size: 21px;
}
@media (max-width: 1079px) {
  .section-box .place .address-box {
    margin-top: 40px;
    max-width: 100%;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
.section-box .place .address-box small {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box .place .address-box small {
    margin-top: 32px;
    font-size: 22px;
    line-height: 1.6;
  }
}
.section-box .detail {
  margin-top: 128px;
  position: relative;
}
@media (max-width: 1079px) {
  .section-box .detail {
    margin-top: 135px;
    padding-top: 27px;
    position: relative;
  }
  .section-box .detail::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.section-box .detail .inner {
  text-align: center;
  max-width: 550px;
}
@media (max-width: 1079px) {
  .section-box .detail .inner {
    max-width: 678px;
  }
}
.section-box .detail .ttl--img {
  width: 190px;
}
@media (max-width: 1079px) {
  .section-box .detail .ttl--img {
    width: 238px;
  }
}
.section-box .detail ol {
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 115px;
}
@media (max-width: 1079px) {
  .section-box .detail ol {
    margin-top: 107px;
    row-gap: 133px;
  }
}
@media (max-width: 1079px) {
  .section-box .detail ol li.bg-cloud:first-of-type {
    position: relative;
    width: 100%;
  }
  .section-box .detail ol li.bg-cloud:first-of-type::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30%;
    right: 0%;
    z-index: -1;
    background-image: url(../image/bg-cloud-right-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
  }
  .section-box .detail ol li.bg-cloud:first-of-type::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 59%;
    left: 0%;
    z-index: -1;
    background-image: url(../image/bg-cloud-left-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
  }
}
@media (max-width: 1079px) {
  .section-box .detail ol li.bg-cloud:nth-of-type(2) {
    position: relative;
    width: 100%;
  }
  .section-box .detail ol li.bg-cloud:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 0%;
    z-index: -1;
    background-image: url(../image/bg-cloud-left-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 280px;
    height: 130px;
  }
  .section-box .detail ol li.bg-cloud:nth-of-type(2)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: -1;
    background-image: url(../image/bg-cloud-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 100px;
  }
}
.section-box .detail h3 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1079px) {
  .section-box .detail h3 {
    font-size: 37px;
  }
}
.section-box .detail h3 .year {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .section-box .detail h3 .year {
    font-size: 50px;
  }
}
.section-box .detail h3 .large {
  font-size: 56px;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .section-box .detail h3 .large {
    font-size: 70px;
  }
}
.section-box .detail h3 .middle {
  font-size: 37px;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .section-box .detail h3 .middle {
    font-size: 40px;
  }
}
.section-box .detail h3 .red {
  color: #cc1f1d;
}
.section-box .detail h3 .blue {
  color: #3e83f6;
}
.section-box .detail h4 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1079px) {
  .section-box .detail h4 {
    font-size: 36px;
  }
}
.section-box .detail h4 span {
  font-size: 36px;
}
@media (max-width: 1079px) {
  .section-box .detail h4 span {
    font-size: 20px;
    padding-left: 20px;
  }
}
.section-box .detail h4.sasagani {
  padding-left: 70px;
}
.section-box .detail h4.sasagani span {
  padding-left: 0.5em;
  font-size: 16px;
}
.section-box .detail p {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box .detail p {
    font-size: 30px;
  }
}
.section-box .detail .text-box {
  margin-top: 18px;
}
@media (max-width: 1079px) {
  .section-box .detail .text-box {
    margin-top: 12px;
  }
}
.section-box .detail .program-lists {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
}
.section-box .detail .program-lists .cast-name-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.65;
}
@media (max-width: 1079px) {
  .section-box .detail .program-lists .cast-name-list {
    font-size: 30px;
    line-height: 1.7;
  }
}
.section-box .detail .cast-box {
  margin-top: 75px;
}
@media (max-width: 1079px) {
  .section-box .detail .cast-box {
    margin-top: 82px;
  }
}
.section-box .detail .cast-box h4 {
  font-size: 32px;
}
@media (max-width: 1079px) {
  .section-box .detail .cast-box h4 {
    font-size: 40px;
  }
}
.section-box .detail .cast-box .cast-lists {
  margin-top: 41px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
}
@media (max-width: 1079px) {
  .section-box .detail .cast-box .cast-lists {
    margin-top: 53px;
  }
}
.section-box .detail .cast-box .cast-lists a {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.section-box .detail .cast-box .cast-lists a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.section-box .detail .cast-box .cast-lists .name {
  margin-top: 7px;
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1079px) {
  .section-box .detail .cast-box .cast-lists .name {
    margin-top: 18px;
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}
.section-box .detail .cast-box .cast-lists .name::before {
  content: "";
  display: inline-block;
  position: absolute;
  content: "";
  top: 0%;
  right: -30px;
  transform: translate(-50%, 100%) rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 10px;
  height: 10px;
}
@media (max-width: 1079px) {
  .section-box .detail .cast-box .cast-lists .name::before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 13px;
    height: 13px;
  }
}
.section-box .detail .ticket-box {
  margin-top: 147px;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .section-box .detail .ticket-box {
    margin-top: 165px;
    max-width: 678px;
  }
}
.section-box .detail .ticket-box .text-box {
  margin-top: 11px;
}
@media (max-width: 1079px) {
  .section-box .detail .ticket-box .text-box {
    margin-top: 25px;
  }
}
.section-box .detail .ticket-box p {
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
}
@media (max-width: 1079px) {
  .section-box .detail .ticket-box p {
    font-size: 22px;
    line-height: 1.8;
  }
}
.section-box .detail .modal {
  display: none; /* 非表示 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-box .detail .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 111px 30px 70px 30px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
}
.section-box .detail .modal-content h5 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1079px) {
  .section-box .detail .modal-content h5 {
    font-size: 34px;
  }
}
.section-box .detail .modal-content img {
  margin-top: 55px;
  max-width: 300px;
}
.section-box .detail .modal-content .text-box {
  max-width: 550px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
.section-box .detail .modal-content .text-box p {
  font-size: 25px;
  text-align: left;
}
@media (max-width: 1079px) {
  .section-box .detail .modal-content .text-box p {
    font-size: 30px;
  }
}
.section-box .detail .modal-content .text-box p + p {
  margin-top: 1em;
}
.section-box .detail .modal-content .close-button1 {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #666666;
  border: 1px solid #666;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}
@media (max-width: 1079px) {
  .section-box .detail .modal-content .close-button1 {
    width: 65px;
    height: 65px;
    font-size: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
  }
}
.section-box .detail .modal-content .btn-wrapper {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.section-box .detail .modal-content .close-button2 {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.5s;
}
.section-box .detail .modal-content .close-button2::before {
  display: inline-block;
  position: absolute;
  content: "＞";
  top: 50%;
  right: 10%;
  font-size: 35px;
  transform: translate(0%, -50%);
}
.section-box .detail .modal-content .close-button:hover,
.section-box .detail .modal-content .close-button:focus {
  opacity: 0.7;
  transition: all 0.5s;
  cursor: pointer;
}
.section-box .online {
  margin-top: 144px;
  position: relative;
}
@media (max-width: 1079px) {
  .section-box .online {
    margin-top: 47px;
    padding-top: 103px;
    position: relative;
  }
  .section-box .online::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.section-box .online .ttl--img {
  width: 400px;
}
.section-box .online .ttl--img::before {
  width: 60%;
}
@media (max-width: 1079px) {
  .section-box .online .ttl--img {
    width: 498px;
    height: 45px;
  }
}
.section-box .online h3 {
  font-size: 32px;
  font-weight: 700;
  color: #26b6a1;
  padding-bottom: 8px;
  border-bottom: 5px solid #e7c34d;
}
@media (max-width: 1079px) {
  .section-box .online h3 {
    font-size: 40px;
  }
}
.section-box .online .btn-box {
  margin-top: 111px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .section-box .online .btn-box {
    margin-top: 150px;
    max-width: 100%;
  }
}
.section-box .online .btn-box p {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1079px) {
  .section-box .online .btn-box p {
    font-size: 36px;
  }
}
.section-box .online .btn-box .btn-wrapper {
  margin-top: 42px;
  margin-bottom: 30px;
  text-align: center;
}
.section-box .online .btn-box small {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box .online .btn-box small {
    font-size: 22px;
    line-height: 1.8;
  }
}
.section-box .online .howTo-list-box {
  margin-top: 76px;
  background-color: #fff;
  padding-top: 89px;
  padding-bottom: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list-box {
    margin-top: 89px;
    padding-top: 89px;
    padding-bottom: 100px;
  }
}
.section-box .online .howTo-list {
  margin-top: 74px;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 62px;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list {
    margin-top: 96px;
    max-width: 604px;
    row-gap: 108px;
  }
}
.section-box .online .howTo-list li .step {
  color: #26b6a1;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list li .step {
    font-size: 36px;
  }
}
.section-box .online .howTo-list li .text-box {
  margin-top: 27px;
}
.section-box .online .howTo-list li .text-box p {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list li .text-box p {
    font-size: 30px;
  }
}
.section-box .online .howTo-list li .text-box picture img {
  margin-top: 50px;
}
.section-box .online .howTo-list li small {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list li small {
    font-size: 22px;
  }
}
.section-box .online .howTo-list li figure {
  margin-top: 21px;
  margin-bottom: 15px;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list li figure {
    margin-bottom: 24px;
  }
}
.section-box .online .howTo-list li picture img {
  margin-top: 42px;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list li picture img {
    margin-top: 43px;
  }
}
.section-box .online .howTo-list li figcaption {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list li figcaption {
    font-size: 30px;
  }
}
.section-box .online .howTo-list li .howTo-grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
@media (max-width: 1079px) {
  .section-box .online .howTo-list li .howTo-grid-list {
    grid-template-columns: 1fr;
    row-gap: 94px;
  }
}
.section-box .tel {
  margin-top: 135px;
  position: relative;
}
@media (max-width: 1079px) {
  .section-box .tel {
    margin-top: 81px;
    padding-top: 100px;
    position: relative;
  }
  .section-box .tel::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.section-box .tel .ttl--img {
  width: 310px;
}
.section-box .tel .ttl--img::before {
  width: 80%;
}
@media (max-width: 1079px) {
  .section-box .tel .ttl--img {
    width: 390px;
    height: 45px;
  }
}
.section-box .tel .inner {
  max-width: 550px;
}
@media (max-width: 1079px) {
  .section-box .tel .inner {
    max-width: 678px;
  }
}
.section-box .tel .text-box {
  margin-top: 105px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 1079px) {
  .section-box .tel .text-box {
    margin-top: 147px;
    font-size: 29px;
  }
}
.section-box .tel .text-box p + p {
  margin-top: 40px;
}
@media (max-width: 1079px) {
  .section-box .tel .text-box p + p {
    margin-top: 60px;
  }
}
.section-box .tel .btn-wrapper {
  margin-top: 65px;
  text-align: center;
}
@media (max-width: 1079px) {
  .section-box .tel .btn-wrapper {
    margin-top: 86px;
  }
}
.section-box .audience {
  margin-top: 135px;
  position: relative;
}
@media (max-width: 1079px) {
  .section-box .audience {
    margin-top: 74px;
    padding-top: 100px;
    position: relative;
  }
  .section-box .audience::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.section-box .audience .inner {
  max-width: 816px;
}
@media (max-width: 1079px) {
  .section-box .audience .inner {
    max-width: 678px;
  }
}
.section-box .audience .ttl--img {
  width: 345px;
}
@media (max-width: 1079px) {
  .section-box .audience .ttl--img {
    width: 435px;
    height: 45px;
  }
}
.section-box .audience .ttl--img::before {
  width: 90%;
}
.section-box .audience .text-list {
  margin-top: 109px;
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 1079px) {
  .section-box .audience .text-list {
    margin-top: 140px;
    font-size: 29px;
    padding-left: 37px;
    line-height: 1.8;
  }
}
.section-box .audience .text-list li {
  position: relative;
}
.section-box .audience .text-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -10px;
  z-index: -1;
  transform: translate(-100%, 0%);
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
@media (max-width: 1079px) {
  .section-box .audience .text-list li::before {
    top: 26px;
    left: -16px;
    width: 7px;
    height: 7px;
  }
}

.section-box2 {
  padding-top: 130px;
}
@media (max-width: 1079px) {
  .section-box2 {
    padding-top: 146px;
  }
}
.section-box2 .lead-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1079px) {
  .section-box2 .lead-ttl {
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }
}
.section-box2 .lead-box {
  margin-top: 39px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1079px) {
  .section-box2 .lead-box {
    margin-top: 48px;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.7;
  }
}
.section-box2 .kanseikaikan {
  margin-top: 135px;
  position: relative;
}
@media (max-width: 1079px) {
  .section-box2 .kanseikaikan {
    margin-top: 133px;
    padding-top: 30px;
    position: relative;
  }
  .section-box2 .kanseikaikan::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    background-image: url(../image/bg-cloud-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 263px;
  }
}
.section-box2 .kanseikaikan .ttl--img {
  width: 468px;
}
.section-box2 .kanseikaikan .ttl--img::before {
  width: 50%;
}
@media (max-width: 1079px) {
  .section-box2 .kanseikaikan .ttl--img::before {
    width: 80%;
  }
}
@media (max-width: 1079px) {
  .section-box2 .kanseikaikan .ttl--img {
    width: 325px;
    height: 122px;
  }
}
.section-box2 .kanseikaikan .inner {
  max-width: 920px;
  text-align: center;
}
@media (max-width: 1079px) {
  .section-box2 .kanseikaikan .inner {
    max-width: 678px;
  }
}
.section-box2 .kanseikaikan picture img {
  margin-top: 113px;
  max-width: 740px;
  height: auto;
}
@media (max-width: 1079px) {
  .section-box2 .kanseikaikan picture img {
    margin-top: 147px;
  }
}
.section-box2 .kanseikaikan .text-box {
  margin-top: 36px;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 1079px) {
  .section-box2 .kanseikaikan .text-box {
    margin-top: 40px;
    font-size: 30px;
    line-height: 1.7;
  }
}

.sns {
  margin-top: 260px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .sns {
    margin-top: 160px;
    max-width: 345px;
  }
}
.sns h2{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1079px) {
  .sns h2{
    font-size: 28px;
  }
}
.sns .sns-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  column-gap: 33px;
}
@media (max-width: 1079px) {
  .sns .sns-list {
    column-gap: 30px;
  }
}
.sns .sns-list a {
  transition: all 0.5s;
}
.sns .sns-list a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.float-wrapper {
  position: fixed;
  bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  width: 100%;
  z-index: 100;
}
.float-wrapper .page-top-wrapper {
  margin-left: auto;
  margin-right: 8%;
  display: inline-block;
  width: 65px;
  height: 65px;
}
@media (max-width: 1079px) {
  .float-wrapper .page-top-wrapper {
    margin-right: 4.8%;
    width: 80px;
    height: 80px;
  }
}
.float-wrapper .page-top-wrapper a {
  transition: all 0.5s;
}
.float-wrapper .page-top-wrapper a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.float-wrapper .banner-wrapper {
  background-color: #fff;
  transition: all 0.5s;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1079px) {
  .float-wrapper .banner-wrapper {
    padding: 0;
    background-color: #f0707e;
  }
}
.float-wrapper .banner-wrapper a {
  text-decoration: none;
}
.float-wrapper .banner-wrapper a:hover p {
  opacity: 0.7;
  transition: all 0.5s;
}
.float-wrapper .banner-wrapper .inner {
  max-width: 678px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 80px;
  column-gap: 25px;
}
@media (max-width: 767px) {
  .float-wrapper .banner-wrapper .inner {
    height: 133px;
  }
}
.float-wrapper .banner-wrapper .inner p {
  color: #fbf279;
  font-size: 44px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .float-wrapper .banner-wrapper .inner p {
    font-size: 44px;
  }
}
.float-wrapper .banner-wrapper .inner img {
  width: 38px;
  height: 30px;
}

footer {
  margin-top: 95px;
  background-color: #26b6a1;
}
@media (max-width: 1079px) {
  footer {
    margin-top: 115px;
  }
}
footer .inner {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 68px;
  padding-bottom: 187px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 45px;
}
@media (max-width: 1079px) {
  footer .inner {
    max-width: 600px;
    padding-top: 78px;
    row-gap: 53px;
  }
}
footer .logo {
  width: 271px;
  height: auto;
}
@media (max-width: 1079px) {
  footer .logo {
    width: 340px;
  }
}
footer .address-box {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1079px) {
  footer .address-box {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    font-size: 30px;
  }
}
footer .address-box a {
  color: #fff;
  text-decoration: none;
}
footer .copy {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer .copy {
    font-size: 20px;
  }
}