@charset "UTF-8";
:root{
  --adk : #00bffa;
  --adk-rgb : 0, 191, 250;

  --day : #00ff7f;
  --day-rgb : 0, 255, 127;

  --soudan : #ff00ff;
  --soudan-rgb : 255, 0, 255;
}
body{
  overflow-x: hidden;
}

.img-ofi{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fl_box{
    display: flex;
    width: 100%;
}
#visual{
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 720px;
    height: 100vh;
    margin-bottom: 0;
}
#visual #logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    text-align: center;
    display: table;
    width: 90%;
    max-width: 415px;
}
#visual #logo a{
    display: block;
}
#visual #logo a img{
    filter: drop-shadow(0 0 10px rgba(29,106,145,0.44));
}
#visual figure{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#visual figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.nav {
    position: fixed;
    right: -70%;
    top: 0;
    width: 60%;
    min-width: 600px;
    height:100vh;
    background-color: #FAF8F2;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 100px 60px 40px;
  }
  .hamburger {
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px; 
    cursor: pointer;
    z-index: 300;
    background: #FFF100;
    border-radius: 0 0 0 10px;
  }
  .hamburger_border {
    position: absolute;
    left: 30%;
    width: 40%;
    height: 1px;
    border-top: 4px solid #009944;
    transition: all .5s;
  }
  .hamburger_border_top {
    top: 26px;
  }
  .hamburger_border_center {
    top: 36px;
    transition: all .3s;
  }
  .hamburger_border_bottom {
    top: 46px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    cursor: pointer;
  }

  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 50%;
    transition: all .5s;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 100%;
    opacity: 0;
    transition: all .3s;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 50%;
    transition: all .5s;
  }

  .nav ul{
    display: flex;
    flex-direction: column;
  }
  .nav a{
    color: #333;
  }
  #gl_nv{
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #gl_nv li{
    width: 32%;
    display: flex;
  }
  #gl_nv li a{
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    border-radius: 30px;
    background-color: var(--adk);
  }
  #gl_nv li[data-gl_nv="day"] a{
    background-color: var(--day);
  }
  #gl_nv li[data-gl_nv="soudan"] a{
    background-color: var(--soudan);
    font-size: 1.6rem;
  }
  #gl_nv li a:hover{
    transform: scale(0.95);
  }
  #program_nv dt{
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
  }
  #program_nv dt img{
    min-height: 20px;
  }
  #program_nv dt::before{
    content: "(";
  }
  #program_nv dt::after{
    content: ")";
  }
  #program_nv dt::before,
  #program_nv dt::after{
    opacity: 0.3;
    font-size: 1.8rem;
  }
  #program_nv ul{
    gap: 10px 0;
  }
  #program_nv li a{
    position: relative;
    display: inline-flex;
    gap: 0 10px;
    align-items: center;
    font-size: 1.2rem;
  }
  #program_nv li a::before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/top/arrow_yl.svg) no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(90deg);
  }
  #program_nv li a.close{
    pointer-events: none;
    opacity: 0.5;
  }
  #sub_nv{
    margin-top: 40px;
    gap: 5px 0;
  }
  #sub_nv a{
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
  }
  #sub_nv a::before{
    content: "-";
  }
  #program_nv li a:hover,
  #sub_nv a:hover{
    transform: translateX(5px);
  }

  #head_contact{
    position: fixed;
    right: 100px;
    top: 10px;
    z-index: 999;
  }
  #head_contact a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 260px;
    height: 76px;
    padding: 15px 5% ;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_layer_2%22%20data-name%3D%22layer%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20308.87%20102.81%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23094%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_layer_2-2%22%20data-name%3D%22layer%202%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22287.67%2091.01%20125.17%20102.81%2022.52%2086.22%200%2056%2039.24%203.85%20216.25%200%20277.46%2023.41%20308.87%2054.81%20287.67%2091.01%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff;
  }
  #head_contact a:hover{
    transform: scale(0.95);
  }

.catch{
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100vh;
    min-height: 720px;
    background-color: #FAAB00;
}
.catch .wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.catch div[data-catch="1"]{
  margin-bottom: 40px;
  padding-left: 60px;
}
.catch div[data-catch="2"]{
  margin-bottom: -40px;
}
.catch div[data-catch="3"]{
  padding-left: 60px;
}
.catch img{
    width: auto;
    height: 120px;
}
.catch div[data-catch="1"] img{
    height: 160px;
}
.catch div[data-catch="3"] img{
    height: 240px;
}
.catch div[data-catch="4"] img{
    height: 160px;
}

.mc_article{
    width: 100%;
    height: 100vh;
    min-height: 720px;
    position: relative;
    z-index: 1;
}
#c_adkids{
    background-color:var(--adk);
}
#c_day{
    background-color: var(--day);
    flex-direction: row-reverse;
}
#c_soudan{
    background-color: var(--soudan);
}
.mc_article a{
    color: #fff !important;
    text-decoration: none !important;
}
.mc_article .fl_box{
  width: 100%;
  height: 100%;
}
#c_day .fl_box{
  flex-direction: row-reverse;
}
.mc_article .img_box,
.mc_article .txt_box{
    width: 50%;
}
.mc_article .img_box{
  position: relative;
  z-index: 1;
}
.mc_article .txt_box{
  position: relative;
}
.mc_article .txt_box .box{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mc_article .txt_box .box::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0,0,0,0);
  pointer-events: none;
  mix-blend-mode: multiply;
  transition: all ease .3s;
}
.mc_article .txt_box:hover .box::after{
  animation: mc_hover 2s forwards 0s infinite;
}
@keyframes mc_hover{
  0%{
    top: 0;
    height: 0;
    background-color: rgba(0,0,0,0);
  }
  50%{
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
  }
  51% {
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
  }
  100% {
    top: 100%;
    height: 0;
    background-color: rgba(0,0,0,0);
  }
}

.mc_article .txt_box,
.mc_article .txt_box > a{
  display: flex;
}
.mc_article .txt_box > a{
  width: 100%;
  padding: 5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px 0;
  position: relative;
  z-index: 1;
}

.mc_article .txt_box > a:hover h2{
  transform: scale(1.1);
}
.mc_article h2{
  font-weight: normal;
  font-size: 3rem;
  text-align: center;
  transition: all ease .3s;
}
.mc_article h2 img{
  min-height: 120px;
  transition: all ease .3s;
}
.mc_article .txt_box p{
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.5rem;
  width: 90%;
  max-width: 600px;
  margin: 0 auto 1em auto;
  position: relative;
}
.mc_article .txt_box p::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 80px;
  aspect-ratio: 1 / 1;
  background: url(../../images/top/arrow_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: all ease .3s;
}
.mc_article .txt_box a:hover p::after{
  right: -10px;
}
#c_day.mc_article h2 img{
  max-height: 120px;
}
#c_day.mc_article h2 span{
  margin-top:8px;
  display:block;
  font-size:2rem;
}
#c_soudan.mc_article h2 img{
  min-height: 70px;
  max-height: 70px;
}

h3{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
}
h3 img{
  max-height: 70px;
}
h3 span{
  font-weight: normal;
  font-size: 2.6rem;
}
h3 small{
  color: #FAAB00 ;
  font-family: 'Poiret One', cursive;
  letter-spacing: 0.05em;
}

.bg_b{
  background-color: #FAF8F2;
}
#program,#other{
  position: relative;
  z-index: 1;
}
#program .container{
  padding: 120px 0 100px 0;
}
#program h3{
  margin-bottom: 60px;
}
#program h3 span{
  font-size: 3.6rem;
}
#program .fl_box{
  width: 90%;
  gap: 0 40px;
  margin: 0 auto;
}
#program .fl_box > div{
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
#program .fl_box > div:last-of-type{
  margin-top: 60px;
}
#program a{
  position: relative;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
}
#program a::after{
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  aspect-ratio: 1 / 1;
  background: url(../../images/top/arrow_wh.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: all ease .3s .3s;
}
#program a:hover::after{
  right: 15px;
}
#program figure{
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
#program figure::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
}
#program figure img{
  transition: all ease .5s;
}
#program a:hover figure img{
  transform: scale(1.05);
}
#program em{
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  padding: 16px 1em;
  font-size: 1.4rem;
  background-color: #E83E00;
  border-radius: 0 10px 0 0;
  transition: all ease .3s;
}
#program a:hover em{
  padding: 16px 1em 16px 2em;
}
#program div[data-program="3"] em{ background-color: #009944 ; }
#program div[data-program="2"] em{ background-color: #2594D5 ; }
#program div[data-program="4"] em{ background-color: #FAAB00 ; }

/* 準備中 */
#program a.close:active{
  pointer-events: none;
}
#program a.close:hover figure img{
  transform: scale(1);
}
#program a.close:hover::after{
  right: 20px;
}
#program a.close:hover em{
  padding: 16px 1em;
}
#program a.close::before{
  content: "準備中";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  font-size: 2rem;
  visibility: hidden;
  transition: all ease .3s;
}
#program a.close:hover::before{
  visibility: visible;
  background-color: rgba(0,0,0,0.1);
  color: white;
}


#other .container{
  padding: 60px 0 100px 0;
}

#info_box section{
  position: relative;
  background: #FAF8F2;
  padding: 100px 0;
}
#info_box section::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FAF8F2;
  width: 20%;
  height: 100%;
  z-index: 10;
}
#info_box section .txt_box{
  position: relative;
  z-index: 11;
  background: #FAF8F2;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#info_box #topics,
#info_box #topics::after,
#info_box #topics .txt_box{
  background: #fff;
}
#info_box section h3{
  align-items: flex-start;
  writing-mode: vertical-lr;
}
#info_box section .l_btn a{
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  color: #333;
  font-size: 0.9rem;
}
#info_box section .l_btn a:hover{
  transform: translateX(5px);
}
#info_box section .l_btn a::after{
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../images/top/arrow_yl.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
}
#info_box section .swiper-box{
  margin:0 0 0 auto;
  width: calc(98% - 200px);
}
#info_box section .swiper-box .wrap{
  position: relative;
  overflow: visible;
  z-index: 10;
  height: 50px;
}
#info_box section .prev_btn,#info_box section .next_btn{
  position: absolute;
  top: 0;
  transform: translateY(0);
  width: 50px;
  height: 50px;
  transition: all ease .3s;
  cursor: pointer;
}
#info_box section .prev_btn::before,
#info_box section .next_btn::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/top/arrow_yl.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#info_box section .prev_btn.swiper-button-disabled,
#info_box section .next_btn.swiper-button-disabled{
  cursor: default;
  filter: grayscale(1.0);
  opacity: 0.7;
}
#info_box section .prev_btn::before{
  transform: rotate(-90deg);
}
#info_box section .next_btn::before{
  transform: rotate(90deg);
}
#info_box section .prev_btn,#info_box section .prev_btn.swiper-button-disabled:hover{
  left: auto;
  right: 90px;
}
#info_box section .next_btn,#info_box section .next_btn.swiper-button-disabled:hover{
  right: 10px;
}
#info_box section .prev_btn:hover{
  left: auto;
  right: 100px;
}
#info_box section .next_btn:hover{
  right: 0;
}

#info_box section .swiper-container{
  padding-top: 10px;
}
#info_box section .swiper-slide figure{
  border-radius: 15px;
  overflow: hidden;
  padding-top: 63%;
  position: relative;
  transition: all ease .5s;
}
#info_box section .swiper-slide a:hover figure{
  filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
}
#info_box section .swiper-slide figure img{
  position: absolute;
  left: 0;
  top: 50%;
transform: translateY(-50%);
}
#event .finished figure::after{
    position: absolute;
    left: 10%;
    bottom: 10px;
    content: "\7D42\4E86\3057\307E\3057\305F";
    background: #333;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 80%;
    padding: 3px;
    border-radius: 20px;
}
#info_box section .swiper-slide{
  transition: all ease .5s;
  position: relative;
}
#info_box section .swiper-slide:hover{
  transform: translateY(-10px);
}
#info_box section .swiper-slide-active{
  padding:0 20px;
  margin-right: 20px;
}
#info_box section .swiper-slide:not(.swiper-slide-active){
  padding: 50px 40px 0 40px;
}
#info_box section a{
  text-decoration:none !important;
}
#info_box section .swiper-slide small{
  color: #333;
  display: block;
  margin: 15px 0 10px;
}
#info_box section .swiper-slide em{
  display: block;
  line-height: 1.2;
  font-weight: bold;
  font-size: 110%;
  color: #333;
  margin-top: 10px;
}

.links{
  padding: 60px 0;
}
.links ul{
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}
.links a{
  display: table;
  color: #333 !important;
  padding: 5px 0;
  border-bottom: 1px solid #333;
  transition: all ease .2s;
}
.links a:hover{
  border-color: #FAF8F2;
}

footer{
  position: relative;
}
footer a:hover{
  opacity: 0.5;
}
footer dt img{
  max-width: 300px;
}
footer dl,
footer dd{
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
footer dd ul{
  gap: 0 10px;
}
footer a.a_tel{
  pointer-events: none;
  color: #333;
}
footer small{
  display: block;
  padding: 40px 0;
}
footer #pagetop{
  position: absolute;
}
footer #pagetop a:hover{
  opacity: 1;
}


@media screen and (max-width: 999px) {
  #visual,
  .mc_article{
    filter: saturate(80%);
  }
  .nav {
    right: -80%;
    min-width: auto;
  }
  #gl_nv{
    flex-direction: column;
    gap: 20px 0;
  }
  #gl_nv li{
    width: 100%;
  }
  #gl_nv li a{
    max-width: 600px;
    height: auto;
    aspect-ratio: 2 / 1;
  }
  .mc_article .txt_box .box::after{
    display: none;
  }
  .mc_article .img_box{
    width: 100%;
    height: 40%;
  }
  .mc_article .txt_box{
    width: 100%;
    height: 60%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mc_article .fl_box,
  #c_day .fl_box{
    flex-direction: column;
  }
  
  #program a::after{
    width: 40px;
    right: 16px;
    bottom: 10px;
  }

  #info_box section .txt_box{
    padding-left: 40px;
  }
  #info_box section .swiper-box .wrap{
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  .fl_box.sm_bl{
    flex-direction: column;
  }

  #visual{
    min-height: auto;
  }
  #visual figure img{
    object-position: center bottom;
  }
  #visual #logo{
    width: 80%;
  }
  .nav {
    max-height: 100vh;
    right: -110%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  #sub_nv{
    padding-bottom: 100px;
  }
  #head_contact{
    right: auto;
    left: 5%;
    top: auto;
    bottom: 20px;
  }
  .nav-open #head_contact{
    opacity: 0;
    animation: fadeInContact 1s forwards 0s;
    transform: translateY(20px);
  }
  @keyframes fadeInContact {
    0%{
      opacity: 0;
      transform: translateY(20px);
    }
    100%{
      opacity: 1;
      transform: translateY(0);
    }
  }
  #head_contact a{
    width: 200px;
    height: auto;
    font-size: 90%;
  }

  .catch{
    min-height: auto;
  }
  .catch img{
    height:auto;
    width: 100%;
  }
  .catch div[data-catch="1"]{
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .catch div[data-catch="2"]{
    margin-bottom: -40px;
  }
  .catch div[data-catch="3"]{
    padding-left: 10px;
    margin-bottom: -40px;
  }

  .pagenation{
    display: none;
  }

  .mc_article{
    height: auto;
    min-height: 100vh;
  }
  .mc_article .img_box{
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .mc_article .txt_box{
    height: auto;
    overflow-y: hidden;
  }
  .mc_article .txt_box > a{
    padding: 60px 10% 120px;
  }
  .mc_article .txt_box p{
    width: 100%;
    font-size: 1.2rem;
  }
  .mc_article .txt_box p::after{
    width: 60px;
    bottom: -80px;
  }

  h3 img{
    width: 80%;
    max-height: none;
  }
  #program .fl_box{
    flex-direction: column;
  }
  #program .fl_box > div{
    width: 100%;
  }
  #program .fl_box > div:last-of-type{
    margin-top: 40px;
  }
  #program em{
    font-size: 1.2rem;
    bottom: auto;
    top: 0;
    border-radius: 0 0 10px 0;
  }

  #info_box section .txt_box{
    padding-left: 0;
    width: 80%;
    margin: 0 auto 40px;
  }
  #info_box section h3{
    writing-mode: horizontal-tb;
  }
  #info_box section .l_btn{
    text-align: right;
  }
  #info_box section .swiper-box{
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
  }
  #info_box section .swiper-box .wrap{
    width: 80%;
    margin: 40px auto 0;
  }
  #info_box section .prev_btn, #info_box section .next_btn{
    width: 42px;
  }
  #info_box section .prev_btn, #info_box section .prev_btn.swiper-button-disabled:hover{
    right: 70px;
  }
  #info_box section .prev_btn:hover{
    right: 80px;
  }

  #info_box section .swiper-slide{
    width: auto;
    flex-shrink: 0;
  }
  #info_box section .swiper-slide-active{
    margin-right: 0;
  }
  #info_box section::after{
    display: none;
  }

  .links ul{
    width: 80%;
    gap: 20px 0;
    align-items: flex-end;
  }

  footer{
    padding-bottom: 100px;
  }
  footer a.a_tel{
    pointer-events: auto;
    color: #333;
    text-decoration: underline;
  }

  #pagetop{
    width: 52px;
  }
}