/* CSS Document */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  word-wrap: break-word;
  text-decoration: underline;
  position: relative;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #595757;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: justify;
  background-color: #fff;
  position: relative;
}

a {
  text-decoration: none;
}

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

.cm_flex {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .cm_flex {
    flex-direction: column;
  }
}

@-webkit-keyframes a_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes a_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.blurIn {
  transition: 0.75s linear;
  opacity: 0;
  filter: blur(16px);
}
.blurIn.play {
  opacity: 1;
  filter: blur(0);
}

.fadeIn {
  transition: 0.75s linear;
  opacity: 0;
}
.fadeIn.play {
  opacity: 1;
}

.slideUp {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  transform: translateY(2rem);
  opacity: 0;
}
.slideUp.play {
  transform: translateY(0);
  opacity: 1;
}

.slideLeft {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideLeft.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideLeft {
    transform: translateX(2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideLeft {
    transform: translateY(2rem);
  }
}

.slideRight {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideRight.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideRight {
    transform: translateX(-2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideRight {
    transform: translateY(2rem);
  }
}

@media only screen and (min-width: 1000px) {
  .slideUp.delay,
.slideLeft.delay,
.slideRight.delay {
    transition-delay: 0.125s;
  }
  .slideUp.delay2,
.slideLeft.delay2,
.slideRight.delay2 {
    transition-delay: 0.25s;
  }
  .slideUp.delay3,
.slideLeft.delay3,
.slideRight.delay3 {
    transition-delay: 0.375s;
  }
  .slideUp.delay4,
.slideLeft.delay4,
.slideRight.delay4 {
    transition-delay: 0.5s;
  }
  .slideUp.delay5,
.slideLeft.delay5,
.slideRight.delay5 {
    transition-delay: 0.625s;
  }
}

@-webkit-keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#index {
  background: #EEF4E9;
  overflow: hidden;
  position: relative;
}
#index .contents .w953 {
  max-width: 59.5625rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#index .contents .w936 {
  max-width: 58.5rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#index .contents .w603 {
  max-width: 37.6875rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#index .contents .w648 {
  max-width: 42.5rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
#index .contents #fv {
  padding: 6.625rem 2rem 5.6875rem;
  background: #D6E7C8;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv {
    padding: 4rem 2rem 6.25rem;
  }
}
#index .contents #fv.active::after {
  transform: scale(1, 1);
}
#index .contents #fv.active h1::after {
  transform: translateY(0);
  opacity: 1;
}
#index .contents #fv.active h1 img {
  transition-delay: 0.375s;
  transform: scale(1);
  opacity: 1;
}
#index .contents #fv.active .cm_flex .img {
  transition-delay: 0.875s;
  transform: translateX(0);
  opacity: 1;
}
#index .contents #fv.active .date {
  transition-delay: 1.375s;
  transform: translateY(0);
  opacity: 1;
}
#index .contents #fv.active p {
  transition-delay: 1.5s;
  transform: translateY(0);
  opacity: 1;
}
#index .contents #fv::after {
  width: 100%;
  height: 15.125rem;
  content: "";
  background: #F6D8DC;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1, 0);
  transform-origin: top;
}
#index .contents #fv .cm_flex {
  gap: 1.75rem;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .cm_flex {
    flex-direction: column;
    align-items: center;
    gap: 0rem;
  }
}
#index .contents #fv .cm_flex .img {
  width: 28.75rem;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-0.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .cm_flex .img {
    width: calc(100% - 8rem);
    transform: translateY(0.5rem);
  }
}
#index .contents #fv h1 {
  width: 40.46915rem;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  #index .contents #fv h1 {
    padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #fv h1 {
    width: calc(100% - 6rem);
  }
}
#index .contents #fv h1::after {
  content: "";
  width: 1.875rem;
  aspect-ratio: 30/352;
  background: url(../img/catch.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 0.25rem;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv h1::after {
    width: 1.5rem;
    right: -2.5rem;
  }
}
#index .contents #fv h1 img {
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0.9375);
  opacity: 0;
}
#index .contents #fv .date {
  width: auto;
  height: 5.0625rem;
  margin: 4.0625rem auto 0;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .date {
    height: 3rem;
  }
}
#index .contents #fv p {
  font-size: 3.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.75rem;
  transition: 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0.5rem);
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv p {
    font-size: 1.25rem;
  }
}
#index .contents #index01 {
  padding: 10.5rem 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 {
    padding: 7.5rem 0;
  }
}
#index .contents #index01 .w953 {
  padding: 4rem 4rem 1rem;
  background-color: #FFF;
  border: 1px solid #595757;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 {
    padding: 4rem 2rem 1rem;
  }
}
#index .contents #index01 .w953 h2 {
  width: 14.375rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#index .contents #index01 .w953 .program li {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px dashed #595757;
}
#index .contents #index01 .w953 .program li:first-child {
  border: none;
}
#index .contents #index01 .w953 .program li .time {
  width: 5.8125rem;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.25;
  letter-spacing: 0.048em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 .program li .time {
    width: 3.75rem;
    font-size: 1rem;
  }
}
#index .contents #index01 .w953 .program li .td {
  width: calc(100% - 5.8125rem);
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 .program li .td {
    width: calc(100% - 3.75rem);
  }
}
#index .contents #index01 .w953 .program li .td p {
  font-feature-settings: "palt" 1;
}
#index .contents #index01 .w953 .program li .td .fs26 {
  font-size: 1.625rem;
  letter-spacing: 0.048em;
  line-height: 1.25;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 .program li .td .fs26 {
    font-size: 1rem;
  }
}
#index .contents #index01 .w953 .program li .td .fs20 {
  font-size: 1.25rem;
  letter-spacing: 0.048em;
  line-height: 1.75;
  margin: calc(1.25rem - 0.375em) 0 -0.375em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 .program li .td .fs20 {
    font-size: 1rem;
  }
}
#index .contents #index01 .w953 .program li .td .fs20.flex {
  display: flex;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 .program li .td .fs20.flex {
    flex-direction: column;
  }
}
#index .contents #index01 .w953 .program li .td .fs20.flex .dt {
  display: block;
}
#index .contents #index01 .w953 .program li .box {
  margin: 1.75rem 0 0 1rem;
  padding: 0.625rem 0.5625rem 0.625rem 6.25rem;
  background-color: #f4e76a;
  border: 1px solid #595757;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 .program li .box {
    margin: 3rem 0 0 0;
    padding: 0.625rem;
  }
}
#index .contents #index01 .w953 .program li .box h3 {
  width: 6.0625rem;
  background-color: #595757;
  color: #f4e76a;
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 0;
  position: absolute;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .w953 .program li .box h3 {
    top: -1.25rem;
    left: -1rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .w953 .program li .box h3 {
    font-size: 1.125rem;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
}
#index .contents #index01 .w953 .program li .box .fs20 {
  border-bottom: 1px dashed #595757;
  margin: -0.375em 0 0.75rem;
}
#index .contents #index02 {
  background: #f6d8dc;
  padding: 12.6923076923vw 0 5.7692307692vw;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 {
    padding: 25vw 0;
  }
}
#index .contents #index02::after {
  width: 100%;
  height: 15.3846153846vw;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-57%);
  background: url(../img/wave1.svg) center/contain no-repeat;
}
#index .contents #index02 h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.5625rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 h2 {
    flex-direction: column;
    align-items: center;
  }
}
#index .contents #index02 h2 img {
  width: auto;
}
#index .contents #index02 h2 .en {
  height: 6.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 h2 .en {
    height: 4.5rem;
  }
}
#index .contents #index02 h2 .jp {
  height: 5.25rem;
}
#index .contents #index02 .img {
  max-width: 42rem;
  margin: 4.9375rem auto 0;
}
#index .contents #index02 .fs35 {
  text-align: center;
  font-size: 2.1875rem;
  line-height: 1.5;
  margin: calc(2.125rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .fs35 {
    font-size: 1.5rem;
  }
}
#index .contents #index02 .link {
  display: flex;
  align-items: center;
  width: 19.75rem;
  height: 3.625rem;
  padding-left: 1.25rem;
  background: #D02A65;
  border-radius: 1rem;
  color: #FFF;
  font-size: 1.6875rem;
  position: relative;
  margin: 4.375rem 0 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .link {
    margin: 4rem auto 0;
  }
}
#index .contents #index02 .link::after {
  width: 1.4375rem;
  aspect-ratio: 23/30;
  background: url(../img/arw.svg) center/contain no-repeat;
  content: "";
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
#index .contents #index02 .link span {
  display: block;
}
#index .contents #index03 {
  padding: 10.3846153846vw 0 8.1538461538vw;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 {
    padding: 25vw 0;
  }
}
#index .contents #index03::after {
  pointer-events: none;
  width: 100%;
  height: 15.3846153846vw;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(../img/wave2.svg) center/contain no-repeat;
}
#index .contents #index03 h2 {
  width: 11.875rem;
  margin: 0 auto;
}
#index .contents #index03 .fs37 {
  text-align: center;
  font-size: 2.3125rem;
  margin-top: 1.625rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .fs37 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w936 .w603 {
    width: 100%;
  }
}
#index .contents #index03 .w936 .w603 .map {
  width: 100%;
  aspect-ratio: 603/398;
  margin-top: 2.375rem;
  position: relative;
}
#index .contents #index03 .w936 .w603 .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index .contents #index03 .w936 .w603 dl {
  padding: 1.5rem 0rem;
  background-color: #f4e76a;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w936 .w603 dl {
    padding: 1.5rem 1rem;
  }
}
#index .contents #index03 .w936 .w603 dl dt {
  text-align: center;
  font-size: 1.6875rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w936 .w603 dl dt {
    font-size: 1.25rem;
  }
}
#index .contents #index03 .w936 .w603 dl dd {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.25;
  margin-top: 0.75rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .w936 .w603 dl dd {
    font-size: 1rem;
  }
}
#index .contents #index04 {
  background: #D6E7C8;
  padding: 10.1538461538vw 0 7.125rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 {
    padding: 25vw 0;
  }
}
#index .contents #index04::after {
  width: 100%;
  height: 15.3846153846vw;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(../img/wave3.svg) center/contain no-repeat;
}
#index .contents #index04 .cm_flex {
  gap: 2.5rem;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .cm_flex {
    align-items: center;
  }
}
#index .contents #index04 .cm_flex h2 {
  width: 7.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .cm_flex h2 {
    width: 17.5rem;
  }
}
#index .contents #index04 .cm_flex .right .fs27 {
  font-size: 1.6875rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .cm_flex .right .fs27 {
    font-size: 1.25rem;
  }
}
#index .contents #index04 .cm_flex .right .fs27 strong {
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .cm_flex .right .fs27 strong {
    font-size: 1.5rem;
  }
}
#index .contents #index04 .cm_flex .right .schedule {
  width: 100%;
  max-width: 27.0625rem;
  background-color: #FFF;
  font-size: 1.6875rem;
  text-align: center;
  padding: 0.75rem;
  border-radius: 1.5rem;
  margin: 1.25rem auto 0;
}
#index .contents #index04 .cm_flex .right .bnr {
  display: block;
  max-width: 26.5625rem;
  margin: 1.5625rem auto 0;
}
#index .contents #index04 .cm_flex .right .bnr.disable {
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 1000px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}