@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: M_PLUS_1p;
    src: url(../../font/M_PLUS_1p/MPLUS1p-Regular.ttf);
}

@font-face {
    font-family: Shippori_Mincho;
    src: url(../../font/Shippori_Mincho/ShipporiMincho-Regular.ttf);
}

@font-face {
    font-family: Grandstander;
    src: url(../../font/Grandstander/static/Grandstander-Regular.ttf);
}


body {
    margin: 0;
    font-family: M_PLUS_1p;
    background: linear-gradient(#4db7be, #01313a);
}

/*ヘッダー*/


header h1,h1 + nav {
    display: none;
}


.toppage-nav2 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #4db7be;
}

.drawer img {
    width: 21%;
    margin-top: 1%;
}

.drawer{
    display: flex;
    padding: 0 1em;

}

  /*ハンバーガーの中身*/
.menu {
    width: 70%;
    position: absolute;
    right: 0;
    background: linear-gradient(#4db7be, #01313a);
    transition: .5s ease;/*滑らかに表示*/
    transform: translateX(150%);
}

.menu ul li {
    margin: 1%;
    border-bottom: 2px double #CCC;
}

.menu ul li:last-child {
    border: none;
}


.menu ul li a {
    display: block;
    display: flex;
    color:white;
    font-size: 3.2vw;
}

.menu ul li a:hover {
    background-color:rgba(0,0,0,0.5);
    color:rgb(214, 214, 214);
}

.menu img {
    width: 60px;
}

.menu ul li a span {
    display: block;
    margin-top: 0.9em;
}

  /*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*右にスライド*/
}

  /*ハンバーガーが✖になるやつ*/
.Toggle {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: auto;
    margin-right: 3%;
    cursor: pointer;
}

.Toggle span {
    width: 50px;
    display: block;
    margin-top: 3%;
    position: absolute;
    border-radius: 3vw;
    border-bottom: solid 6px #fbff00;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
    transition: .35s ease-in-out;     /*変化の速度を指定*/

}

.Toggle span:nth-child(1) {
    top:5px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 32px;
}

    /* 1番目のspanを-45度にした */
.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

  /* 2番目と3番目のspanを45度にした */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* ラッコ固定化 */
.character01 {
  width: 35%;
  height: 100px;
  position: fixed;
  bottom: 7%;
  left: 0;
  cursor: pointer;
  z-index: 999;
}

.character02 {
  width: 18%;
  height: 100px;
  position: fixed;
  bottom: 8%;
  right: 3%;
  cursor: pointer;
  z-index: 999;
}

.character01 img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.character02 img {
  width: 100%;
  height: auto;
}

.hd {
  background-image: url(../../images/top-img/top8.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 25% ;
  height: 80vw;
}

.h2-box {
  position: relative;
  margin-top: -38%;
  text-align: center;
  font-family: Grandstander;
  z-index: 0;
}

.h2-box h2 {
  font-size: 10vw;
  padding-top: 23%;
  color: #FDFB00;
}
.h2-box p {
  font-size: 3vw;
  margin-top: -10%;
  font-weight: 600;
  color: #ffffff;
}

svg {
  margin-top: -45%;
  z-index: -10;
}

/*くず*/
.pan {
  width: fit-content;
  margin-bottom: 20%;
  margin-left: 10%;
}

.pan {
  font-weight: 600;
}

.pan a {
  text-decoration: none;
  color: white;
}





/* イベント↓ */

.event {
  width: 100%;
  overflow: hidden;
}

.event .hd img {
  width: 100%;
}

.event-flex {
  width: 100%;
  display: flex;
}

h2 {
  font-size: 8.5vw;
  padding: 10%;
  text-align: center;
  font-family: Grandstander;
  color: #ffffff;
}

p {
    text-indent: 2em;
}

.catchcopy {
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
  font-family: Shippori_Mincho;
}


.catchcopy p {
  font-size: 3vw;
  letter-spacing: .3em;
  font-weight: 300;
  color: #25393a;
}

.catchcopy p span {
  display: block;
}

.catchcopy p span:nth-of-type(1) {
  font-size: 4vw;
  margin-bottom: 4%;
  color: #357077;
}


.event-left {
  display: none;
}

.event-right {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 7%;
  overflow: hidden;
}


/* 本体 */
  .cp_timeline01 {
    position: relative;
    margin-left: auto;
    padding: 3% 0;
    list-style-type: none;
    z-index: 10;
  }
  
  /* 真ん中の線 */
  .cp_timeline01:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    display: block;
    width: 0.8vw;
    height: 100%;
    margin-left: -0.8%;
    background: rgb(133, 223, 235);
    z-index: 5;
  }

  /* うえの余白 */
  .cp_timeline01 li {
    padding: 5% 0;

  }

  /* 写真 */
  .desc {
    width: 90%;
  }

  .desc img {
    width: 100%;
  }
/* 写真 */
  .cp_timeline01 li:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}


/* 左のリスト場所 */
.cp_timeline01 li:nth-child(odd) .timeline_item {
  position: relative;
  width: calc(50% - 29px);
  text-align: right;
}



/* 文字の背景 */
.cp_timeline01 li .timeline_item .flag {
  position: relative;
  display: inline;
  background: rgba(26,35,126 ,1);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 3.8vw;
  font-weight: bold;
  text-align: left;
}


/* 丸の装飾 */
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
  position: absolute;
  top: 4px;
  right: -44px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  padding: 4px;
  background: rgba(0,188,212 ,1);
  border-radius: 50%;
  border: 6px solid rgba(26,35,126 ,1);
  z-index: 10;
}

/* 丸の装飾(白) */
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
  position: absolute;
  top: 10px;
  right: -38px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255 ,1);
  z-index: 10;
}



/* 左の三角 */
.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-left-color: rgba(26,35,126 ,1);
  border-width: 6px;
}

/* 右の三角 */
.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -6px;
  border: solid transparent;
  border-right-color: rgba(26,35,126 ,1);
  border-width: 6px;
}

/* 左時間文字 */
.cp_timeline01 li .timeline_item .time {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 5% 17%;
  font-size: 3.3vw;
  line-height: 1;
  color: rgb(0, 86, 112);
  background-color: #fff;
  text-align: right;
  border-radius: 10px;
}



/* 左枠 */
.cp_timeline01 li .timeline_item .desc {
  margin: 3%;
  text-align: center;
  font-size: 1vw;
  line-height: 1.5em;
  margin: 1em 1em 0 1em;
  padding: 1em;
  background: rgba(178,235,242 ,0.7);
  border-radius: 6px;
}


/* スマホサイズ */
.cp_timeline01 {
  width: 100%;
  padding: 4em 0 1em 0;
}
.cp_timeline01 li {
  padding: 2em 0;
}
.cp_timeline01 li:nth-child(odd) .timeline_item,
.cp_timeline01 li:nth-child(even) .timeline_item {
  float: none;
  width: 100%;
  text-align: center;
}
.cp_timeline01 li .timeline_item .flag_cont {
  text-align: center;
}
.cp_timeline01 li .timeline_item .flag {
  z-index: 15;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:before,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:before {
  top: -34px;
  left: calc(50% - 16px);
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag_cont:after,
.cp_timeline01 li:nth-child(even) .timeline_item .flag_cont:after {
  top: -28px;
  left: calc(50% - 10px);
}
.cp_timeline01 li:nth-child(odd) .timeline_item .flag:after,
.cp_timeline01 li:nth-child(even) .timeline_item .flag:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -6px;
  height: 0;
  width: 0;
  margin-left: -6px;
  border: solid transparent;
  border-bottom-color: rgba(26,35,126 ,1);
  border-width: 6px;
  pointer-events: none;
}
.cp_timeline01 li .flag_cont {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
}
.cp_timeline01 li:nth-child(odd) .timeline_item .time,
.cp_timeline01 li:nth-child(even) .timeline_item .time {
  text-align: center;
border-radius: 5px;
  background: #ffffff;
}
.cp_timeline01 li .timeline_item .desc {
  position: relative;
  z-index: 15;
}





/* 動き */

/* あわ */

.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; /* 非表示に */
  top: 0;
  left: 0;
}


/* いるか */

.dolphin {
  position: absolute;
  top: 0;
  right: 0;
  rotate: -25deg;
  width: 20%;
  animation: dolphin 5s infinite;
}

.dolphin img {
  width: 100%;
}

.dolphin2 {
  position: absolute;
  top: 5%;
  right: 0;
  rotate: -25deg;
  width: 15%;
  animation: dolphin 5s infinite;
}

.dolphin2 img {
  width: 100%;
}

.dolphin3 {
  position: absolute;
  top: 15%;
  left: -20%;
  rotate: 25deg;
  width: 20%;
  animation: dolphin2 4s infinite;
  animation-delay: 3s;
}

.dolphin3 img {
  width: 100%;
}

.dolphin4 {
  position: absolute;
  top: 20%;
  left: -20%;
  rotate: 25deg;
  width: 15%;
  animation: dolphin2 4s infinite;
  animation-delay: 3s;
}

.dolphin4 img {
  width: 100%;
}

.dolphin5 {
  position: absolute;
  top: 50%;
  right: -20%;
  rotate: -25deg;
  width: 20%;
  animation: dolphin 5s infinite;
  animation-delay: 6s;
}

.dolphin5 img {
  width: 100%;
}

.dolphin6 {
  position: absolute;
  top: 55%;
  right: -20%;
  rotate: -25deg;
  width: 15%;
  animation: dolphin 4s infinite;
  animation-delay: 6s;
}

.dolphin6 img {
  width: 100%;
}
@keyframes dolphin {

  100% {
    transform: translate(-900%);
  }

  }

@keyframes dolphin2 {

  100% {
    transform: translate(900%);
  }

  }


/*　泡 */

.bubble {
  position: absolute;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-color: transparent; /* 透明化 */
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bubble 10s ease-in infinite;
}

.bubble:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 5s;
}

.bubble:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 20%;
  animation-delay: 1s;
}

.bubble:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 30%;
  animation-duration: 3s;
}

.bubble:nth-child(4) {
  width: 50px;
  height: 50px;
  left: 45%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 3.5s;
}

.bubble:nth-child(6) {
  width: 30px;
  height: 30px;
  left: 70%;
  animation-duration: 5s;
}

.bubble:nth-child(7) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 4s;
}

@keyframes bubble {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1000px;
  }
}

/* ペンギン */
.penguin {
  position: absolute;
  top: 55%;
  right: -50%;
  width: 20%;
  animation: dolphin 30s infinite;
  animation-delay: 5s;
  opacity: 0.5;
}

.penguin img {
  width: 100%;
}

.penguin2 {
  position: absolute;
  top: 55%;
  right: 0%;
  width: 15%;
  animation: dolphin 20s infinite;
  opacity: 0.5;
}

.penguin2 img {
  width: 100%;
}

.penguin3 {
  position: absolute;
  top: 55%;
  right: -50%;
  width: 20%;
  animation: dolphin 25s infinite;
  animation-delay: 4s;
  opacity: 0.5;
}

.penguin3 img {
  width: 100%;
}

.penguin4 {
  position: absolute;
  top: 55%;
  right: -50%;
  width: 18%;
  animation: dolphin 30s infinite;
  animation-delay: 8s;
  opacity: 0.5;
}

.penguin4 img {
  width: 100%;
}

.penguin5 {
  position: absolute;
  top: 55%;
  right: -50%;
  width: 20%;
  animation: dolphin 22s infinite;
  animation-delay: 2s;
  opacity: 0.5;
}

.penguin5 img {
  width: 100%;
}



/*フッター*/
footer {
  padding: 5% 7% 1%;
  background-image: url(../../images/bg_footer.webp);
  background-size: cover;
  color: #fff;
  font-size: 1.2vw;
}


.info-images {
  text-align: center;
}

.info-images h2 {
  font-family: Shippori_Mincho;
  font-size: 4vw;
  font-weight: 100;

}

.info-images img {
  margin: 10% 0 ;
  width: 50%;
  margin-bottom: 10%;
}

.menu-col {
  margin-top: 10%;
  font-size: 3vw;
  margin-left: 5%;
}

.menu-col a {
  color: white;
}

.menu-list a {
  color: #a7bddd;
}

footer address {
  font-size: 2.5vw;
  font-style: normal;
}

footer ul:nth-of-type(1) {
  margin-left: auto;
  margin-right: 6%;
}

footer ul:nth-of-type(2) {
  margin-right: 6%;
}

footer ul:nth-of-type(1) li::before {
  content: "-";
  margin-right: 0.5em;
}

footer ul li {
  line-height: 2.8;
}

.copyright {
  margin-top: 3%;
  text-align: center;
  font-size: 12px;
}
