@charset "UTF-8";
/* CSS Document */

:root {
    --font-aktiv: "aktiv-grotesk", sans-serif;
    --font-noto: "Noto Sans JP", sans-serif;
    --font-logo: "logo-cut-std", sans-serif;
    --green: #007A88;
}
body{ font-feature-settings: var(--font-noto);}


.flag ul li {
      display: none; /* デフォルト非表示 */
    }

.flag ul li.active {
      display: list-item; /* クラス付与されたら表示 */
      color: green;
      font-weight: bold;
    }

.loading-splash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #45aeb1;
  z-index: 999;
  transition: opacity 0.2s 0.75s ease-in-out;
}
.loading-splash.loaded {
  opacity: 0;
}

.container-umbel-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}

.umbel-logo {
  width: 60px;
  height: 90px;
  fill: #fff;
}

.badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 0.8em;
  background: red;
  color: white;
  border-radius: 4px;
}
.umbel-logo .dot.animated {
  -webkit-animation: hop 0.3s ease-in alternate 2;
  transform-origin: center center;
}

.umbel-logo .dot-second.animated {
  -webkit-animation-delay: 0.15s;
}

.umbel-logo .dot-third.animated {
  -webkit-animation-delay: 0.3s;
}

.umbel-logo .u.animated {
  -webkit-animation: duck 0.5s ease-in-out 2 alternate;
  transform-origin: center center;
}

.loading-text {
  margin-top: 0;
  color: #fff;
  font-family: "proxima-nova-2", Arial, sans-serif;
}

.loading-text .letter {
  display: inline-block;
  transition: transform 0.5s linear, opacity 0.5s linear;
  opacity: 0;
  transform: rotate3d(0.1, 1, 0, 90deg) translate3d(0, 15%, 0);
}

.loading-text .letter.visible {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 90deg) translate3d(0, 0, 0);
}

@-webkit-keyframes hop {
  0% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
  100% {
    transform: scale3d(1.2, 1.2, 1) translate3d(0, -80%, 0);
  }
}

@-webkit-keyframes duck {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10%, 0);
  }
}


.loading-splash .sg{
  animation: fuwafuwa 5s infinite;
  margin-bottom: 15px;
}

.head .sns{
  display: flex;
  position: relative;
  z-index: 1;
}
.head .sns a{
  display: block;
}


/*******************************
共通
********************************/

html {
width: 100%;
-webkit-text-size-adjust: 100%;
}


#news{
  width: 585px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(255,255,255,0.16);
  overflow: hidden;
  position: relative;
  color: #FFF;
  margin-left: 25px;
}
#news li{font-weight: bold; font-size: 24px;}

ul.marquee {
	display: block;
    padding: 0;
    list-style: none;
    line-height: 1;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    width: 1320px;
    height: 50px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0px;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
}

ul.marquee li span{ color: #63B9DC; margin-right: 15px; font-size: 30px;
  padding-left: 20px;
  font-family: 'Roboto',sans-serif;
}

#visual {
}
.visual{
  width: 1370px;
  height: 1080px;
  /* max-height: 100vh; */
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
}

.visual img{position: absolute;}

.visual .catch{ left: 842px;  top: 250px; transform: scale(0); opacity: 0; transform-origin: left bottom; transition: 1s; transition-delay: 1s; display: block;}

.visual.mov .catch{
  opacity: 1;
  transform: scale(1);
}


.menu .panel li.non{
  pointer-events: none;
  position: relative;
  
}
.menu .panel li.non a{
  opacity: 0.5;
}

.b_menu .non img{
  opacity: 0.5;
}
.menu .panel li.non .date{
  width: 100px;
  line-height: 30px;
  border-radius: 100vmax;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -18px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Rboto',sans-serif;
  left: calc(50% - 50px);
  background: #000;
  z-index: 1;
  border: 2px solid #FFF;
}

.menu .panel li,
.b_menu{
  opacity: 0;
  transform: scale(0.5);
  transition: 0.5s;
  transition-delay: 3s;
}
.menu .panel.mov li,
.b_menu.mov{
  opacity: 1;
  transform: scale(1);
}
.menu .panel li:nth-child(1){transition-delay: 2s;}
.menu .panel li:nth-child(2){transition-delay: 2.1s;}
.menu .panel li:nth-child(3){transition-delay: 2.2s;}
.menu .panel li:nth-child(4){transition-delay: 2.3s;}
.menu .panel li:nth-child(5){transition-delay: 2.4s;}
.menu .panel li:nth-child(6){transition-delay: 2.5s;}
.b_men.mov{transition-delay: 2.5s;}


#tokuSwiper{
  opacity: 0;
  transition: 1s;
  transition-delay: 2s;
  transform: translateY(-10px);
}
#tokuSwiper .thum.non {
  opacity: 0.3;
}

#tokuSwiper.mov{transform: translateY(0px); opacity: 1;}

.con #tokuSwiper{transition-delay: 0s;}
.con .menu h2{transition-delay: .5s;}

.con .menu .panel li:nth-child(1){transition-delay: 0s;}
.con .menu .panel li:nth-child(2){transition-delay: 0.1s;}
.con .menu .panel li:nth-child(3){transition-delay: 0.2s;}
.con .menu .panel li:nth-child(4){transition-delay: 0.3s;}
.con .menu .panel li:nth-child(5){transition-delay: 0.4s;}
.con .menu .panel li:nth-child(6){transition-delay: 0.5s;}
.con .b_menu.mov{transition-delay: 0.5s;}


.b_menu{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.b_menu li{
  position: relative;
}
.b_menu li.non{margin-top: 20px;}

.b_menu li.non .come{
  width: 180px;
  line-height: 30px;
  border-radius: 100vmax;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -20px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Rboto',sans-serif;
  left: calc(50% - 90px);
  background: #0046A2;
  z-index: 1;
}



/***********************************************************************
「★PC版 CSS★」ブラウザの幅が769px以上ならここの記述が有効になる
**********************************************************************/
@media only all and (min-width: 769px) {

.pc_no{
    display: none !important;
}
.menu_right{
      background: url(../images/menu_clip.png) #F8F4F4;
      background: url(../images/menu_boat.svg) right bottom no-repeat #F8F4F4;
      /* background-size: 100% 100%; */
      width: 590px;
      height: 100%;
      position: fixed;
      right: 0;
      top: 0;
      clip-path: ellipse(500px 1600px at 510px 50%);
      filter: drop-shadow(0 16px 32px rgba(0,0,0,0.16));
      /* overflow: hidden; */z-index: 1;
}


#left{
  width: calc(100% - 530px);
  position: relative;
  background: #3EAED7;
  /* height: 1080px; */
  /* height: 1080px; */
  position: fixed;
  left: 0;
  height: 100%;
  top: 0;
  
}
#left::before{
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/visual.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition-delay: .5s;
  transition: 1.5s;
  /* top: 80px; */
  /* transform: scale(1.2); */
  left: 15px;
}

#left.mov::before{
  opacity: 1;
  /* transform: scale(1); */
  left: 0;
}

.contents{width: calc(100% - 530px);}

#left .head{
  position: absolute;
  top: 0;
  height: 80px;
  width: 100%;
  background: #0D2835;
  display: flex;
  z-index: 1;
  align-items: center;
}
#left .head .logo{margin-left: 28px;}
#left .head .sns{margin-left: 20px;}
#left .head .sns li{margin-right: 5px;}

#left .head .h1{ display: none !important;}


/*CONTENST用*/
.contents {}
.contents  .head .logo{display: none !important;}
.contents .h1{display: block; margin-left: 28px;}
.contents .h1 img{ width: 420px;}
.contents .head{
  position: relative;
  top: 0;
  height: 80px;
  width: 100%;
  background: #0D2835;
  display: flex;
  z-index: 1;
  align-items: center;
}
.contents .head .logo{margin-left: 28px;}
.contents .head .sns{margin-left: 20px;}
.contents .head .sns li{margin-right: 5px;}

.head a:hover{opacity: 0.9;}

.visu_bottom{
  background: #E94825;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0px;
}
.visu_bottom::before{
  content: '';
  width: 100%;
  height: 94px;
  background: url(../images/roadtotitle_pc.svg) center no-repeat;
  position: absolute;
  top: -92px;
  left: 0;
}


.menu{
  width: 470px;
  margin: 0 auto;
  position: relative;
  left: 20px;
}

.menu .logo,
.menu .logo_day{
  text-align: center;
}

.menu .logo{padding-top: 30px; margin-bottom: 10px;}
.menu .logo_day{margin-bottom: 28px;}

#tokuSwiper{
      filter: drop-shadow(0 16px 32px rgba(0,0,0,0.16));
      margin-bottom: 30px;
    }

#tokuSwiper .swiper-slide{
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

#tokuSwiper .point{
  width: 240px;
  height: 36px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: calc(50% - 120px);
}


#tokuSwiper .swiper-slide a{
  transition: .3s;
  display: block;
}
#tokuSwiper .swiper-slide a:hover{
  transform: scale(0.95);
}

#tokuSwiper .point.p1{background: url(../images/toku_p1.svg);}
#tokuSwiper .point.p2{background: url(../images/toku_p2.svg);}
#tokuSwiper .point.p3{background: url(../images/toku_p3.svg);}

#tokuSwiper .thum{
  width: 470px;
  height: 256px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#tokuSwiper .thum .txt{
  color: #fff;
  height: 86px;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,0.77);
  line-height: 1.2em;
  font-size: 18px;
  font-weight: bold;
}

#tokuSwiper .thum{}
#tokuSwiper .swiper-pagination{
  bottom: 0;
}
#tokuSwiper .swiper-pagination-clickable .swiper-pagination-bullet{
  width: 60px;
  height: 8px;
  border-radius: 100vmax;
}

.menu .panel{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.16));
}

.menu .panel li{width: 150px; height: 150px; margin-bottom: 10px;}
.menu .panel li img{
  width: 100%;
}

.menu .panel li a{
  transition: .3s;
  display: block;
}
.menu .panel li a:hover{
  transform: scale(0.95);
}

.b_menu{width: 100%;
      filter: drop-shadow(0 16px 32px rgba(0,0,0,0.16));}


#countdown{
  background: url(../images/countdown_pc.svg) no-repeat;
  width: 345px;height: 242px;
  position: fixed;
  left: 28px;
  bottom: 150px;
  transform: translateY(-30px);
  opacity: 0;
  transition: 1s;
  transition-delay: 2s;
  animation: fuwafuwa 5s infinite;
}

.mov #countdown{
  transform: translateY(0px);
  opacity: 1;
}



#countdown p{
  text-align: center;
}
#countdown .days{
  font-size: 30px;
  font-family: 'Marcellus',sans-serif;
}
#countdown .hms{ width: 215px; text-align: left; margin-left: 10px;
    white-space: nowrap;}

#countdown  .text{
  margin-top: 80px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  font-family: 'Marcellus',sans-serif;
  color: #FFF;
  text-align: center;
  filter: drop-shadow(0 0 35px #FF0000);
  background: url(../images/coutdown_txt.svg) top center no-repeat;
  padding-top: 30px;
  
}
#countdown  .text span{font-family: 'Marcellus',sans-serif;}
.text span{font-size: 45px;}

.visual .shibuki1,
.visual .shibuki2,
.visual .shibuki3{
  opacity: 0;
  transform: scale(0.6);
  transition: 1.5s;
  transform-origin: left bottom;
  pointer-events: none;
}
.visual.mov .shibuki1,
.visual.mov .shibuki2,
.visual.mov .shibuki3{
  opacity: 1;
  transform: scale(1);
}

.visual .shibuki1{ left: 52px;   top: 122px;}
.visual .shibuki2{ left: 894px;  top: 210px;}
.visual .shibuki3{ left: 588px;  top: 498px;}


address{
  position: fixed;
  bottom: 10px;
  z-index: 100;
  width: 100%;
  text-align: center;
}


.menu h2{
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
  transition-delay: 2.5s;
}

.menu h2.mov{
  opacity: 1;
  transform: translateY(0px);
}

.b_menu li.non{margin-top: 25px;}


}


/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px未満ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) { 
.sp_no{
    display: none !important;
}
#wrapper{
  width: 750px;
  overflow: hidden;
}
.menu_right{
  background: url(../images/menu_boat_sp.svg) center bottom 80px no-repeat #F8F4F4;
  width: 100%;
}

#left .head a{height: 62px;}


#news{
  width: 710px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(255,255,255,0.16);
  overflow: hidden;
  position: relative;
  color: #FFF;
  margin-left: 20px;
}
#news li{font-weight: bold; font-size: 24px;}
ul.marquee {width: 700px;}


#left{
  width: 100%;
  position: relative;
  background: #3EAED7;
  /* height: 1080px; */
  /* height: 1080px; */  
}
#left::before{
  content: '';
  position: absolute;
  width: calc(100% + 15px);
  height: 100%;
  background: url(../images/visual.jpg) top 110px left -225px no-repeat;
  background-size: auto 660px;
  left: 0;
  opacity: 0;
  transition: 1.5s;
  transition-delay: .5s;
}

#left.mov::before{
  opacity: 1;
  /* transform: scale(1); */
  left: -15px;
}


.visual .shibuki1,
.visual .shibuki2,
.visual .shibuki3{display: none;}

.visual .shibuki{top: -18px;}

.visual .catch{ left: 444px;  top: 24px; width: 285px;}


.visual .shibuki{
  opacity: 0;
  transform: scale(0.6);
  transition: 1.5s;
  transform-origin: left bottom;
  pointer-events: none;
}
.visual.mov .shibuki{
  opacity: 1;
  transform: scale(1);
}

.visu_bottom{
  background: url(../images/roadtotitle_sp.svg) center top no-repeat;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0px;
}


#left .head{
  position: relative;
  top: 0;
  height: 165px;
  width: 100%;
  background: #0D2835;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
#left .head .logo{margin-left: 20px; margin-top: 18px;}
#left .head .sns{margin-left: 25px; margin-top: 18px;}
#left .head .sns li{margin-right: 8px;}
#left .head .sns li img{
  width: 62px;
}


#left .head .h1{display: none;}


.contents .head{
  background: #0D2835;
  padding-bottom: 15px;
}
.contents .head .h1{
  width: 100%;
  display: block;
  background: url(../images/h1_head_sp.png);
  height: 100px;
  margin-bottom: 15px;
}
    .contents .head .h1 img {
        position: relative;
        top: 30px;
        left: 130px;
        width: 590px;
    }

.contents .head .logo,
.contents .head .sns{display: none;}


.menu{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 160px;
}



.menu h2{width: 100%;
  background: #FF7643;
  padding-bottom: 15px;
}



.menu .logo,
.menu .logo_day{
  text-align: center;
}

.menu .logo{padding-top: 20px; margin-bottom: -5px;}

.visual{height: 505px; width: 100%;
  background-size: auto 660;
}

#tokuSwiper{
      filter: drop-shadow(0 16px 32px rgba(0,0,0,0.16));
      margin-bottom: 30px;
      margin: 0 auto 45px auto;
    }

#tokuSwiper .swiper-slide{
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
      width: 650px;
}

#tokuSwiper .point{
  width: 340px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-size: 100% auto !important;
  left: calc(50% - 170px);
}

#tokuSwiper .point.p1{background: url(../images/toku_p1.svg);}
#tokuSwiper .point.p2{background: url(../images/toku_p2.svg);}
#tokuSwiper .point.p3{background: url(../images/toku_p3.svg);}

#tokuSwiper .thum{
  width: 650px;
  height: 356px;
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#tokuSwiper .thum img{
  width: 100%;
  height: 100%;
}
#tokuSwiper .thum .txt{
  color: #fff;
  height: 120px;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,0.77);
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
}

#tokuSwiper .swiper-pagination{
  bottom: 0;
}
#tokuSwiper .swiper-pagination-clickable .swiper-pagination-bullet{
  width: 84px;
  height: 10px;
  border-radius: 100vmax;
}

.menu .panel{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px auto;
  width: 650px;
  justify-content: space-between;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.16));
  background: url(../images/menu_mida.svg) top center no-repeat;
  padding-top: 80px;
}

.menu .panel::before{
  content: '';
  width: 750px;left: -50px;
  height: 200px;
  position: absolute;
  background: url(../images/menu_boat_sp_top.svg) no-repeat;
  top: -50px;
}

.menu .panel li{ margin-bottom: 15px; position: relative;}


.menu .panel li a{
  transition: .3s;
  display: block;
}
.menu .panel li a:hover{
  transform: scale(0.95);
}

.b_menu {width: 650px;
  margin: 0 auto 0 auto;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.16));
}
.interview img{width: 100%;}


#countdown_sp{
  background: #E94724;
  margin-top: -1px;
  width:100%;height: 120px;
  padding-bottom: 240px;
  margin-bottom: -240px;
  position: relative;
}
#countdown_sp::before{
  content: '';
  display: block;
  top: 200px;
  position: absolute;
  width: 900px;
  left: -75px;
  background: #F8F4F4;
  height: 900px;
  border-radius: 100%;
  transform: scale(1,0.5);
  transform-origin: top center;
  filter: drop-shadow(0 -50px 32px rgba(0,0,0,0.16));
}

#countdown_sp p{
  text-align: center;
}
#countdown_sp .days{
  font-size: 30px;
  padding-left: 180px;
  background: url(../images/coutdown_txt.svg) left center no-repeat;
}
#countdown_sp .hms{ 
    width: 260px; text-align: left; margin-left: 15px;
    white-space: nowrap;
}

#countdown_sp  .text{
  display: flex;
  justify-content: center;
  font-family: 'Marcellus',sans-serif;
  color: #FFF;
  text-align: center;
  filter: drop-shadow(0 0 35px #FF0000);
  position: relative;
  padding-top: 30px;
}

.text span{font-size: 54px;}

#countdown_sp  .text::before{
  content: '';
  width: 80px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 60px;
  left: 0;
}
#countdown_sp  .text::after{
  content: '';
  width: 80px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 60px;
  right: 0;
}
#countdown_sp  .text span{font-family: 'Marcellus',sans-serif;}
address{color: #FFF; background: #0D2835 ; text-align: center; line-height: 80px; font-size: 24px;}

.menu .panel li.non .date{
  top: -22px;
  transform: scale(1.5);
}
.b_menu li.non .come{
  top: -22px;
  transform: scale(1.5);
}

    #menu_bt {
      width: 40px;
      height: 30px;
      position: relative;
      border: none;
      background: transparent;
      cursor: pointer;
    }

    #menu_bt span {
      display: block;
      width: 100%;
      height: 4px;
      background: #333;
      position: absolute;
      left: 0;
      transition: 0.3s;
    }

    #menu_bt span:nth-child(1) {
      top: 0;
    }

    #menu_bt span:nth-child(2) {
      top: 13px;
    }

    #menu_bt span:nth-child(3) {
      top: 26px;
    }

    /* --- 変形して✕になる --- */
    #menu_bt.active span:nth-child(1) {
      top: 13px;
      transform: rotate(45deg);
    }

    #menu_bt.active span:nth-child(2) {
      opacity: 0;
    }

    #menu_bt.active span:nth-child(3) {
      top: 13px;
      transform: rotate(-45deg);
    }


#tokuSwiper{transition-delay: 0s;}
.menu h2{transition-delay: .5s;}
.menu .panel li:nth-child(1){transition-delay: 0s;}
.menu .panel li:nth-child(2){transition-delay: 0.1s;}
.menu .panel li:nth-child(3){transition-delay: 0.2s;}
.menu .panel li:nth-child(4){transition-delay: 0.3s;}
.menu .panel li:nth-child(5){transition-delay: 0.4s;}
.menu .panel li:nth-child(6){transition-delay: 0.5s;}
.b_menu.mov,
.b_menu{transition-delay: 0.5s;}


.b_menu img{width: 318px;}
}



@media (max-height: 1080px) {

.visual{
  height:930px !important;
}

.menu{transform: scale(0.9); transform-origin: top center;
  transition: .5s;
}
.menu_right{
  background-size: auto 100%;
}

}
/* @media (max-height: 980px) {

.visual{
  height:830px !important;
}

.menu{transform: scale(0.8); transform-origin: top center;
  transition: .5s;}

} */

@keyframes fuwafuwa {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}