@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
背景設定
---------------------------------------*/
.bg_CLB {
  background-color: #5db6e7;
}
.bg_LGB {
  background-color: #a0d7e0;
}
.bg_DBL {
  background-color: #1d2087;
}
.bgYe {
  background-color: #fff47a;
}
.bg_bd_LBL {
  background: repeating-linear-gradient(135deg, #9dd1f1, #9dd1f1 10px, #cee3f6 10px, #cee3f6 20px);
}
.sea_wave {
  margin-bottom: -1%;
}
.bg_top {
  position: relative;
  background-image:
    url("../img/p_uminofushigiworld_2.webp"), url("../img/p_uminofushigiworld_14.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: contain, cover;
  width: 100%;
}
.water_surface {
  width: 100%;
  margin-top: -13%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.water_surface2 {
  width: 100%;
  margin-top: -10%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.bg_date {
  background-color: #00AFE1;
  width: 100%;
  position: relative;
  pointer-events: none;
  margin-top: -15%;
}
.bg_nabe {
  background-color: #FFD452;
  width: 100%;
  position: relative;
  pointer-events: none;
  margin-top: -15%;
}
@media screen and (max-width:768px) {
  .bg_top {
    background-image:
      url("../img/p_uminofushigiworld_12.webp"), url("../img/p_uminofushigiworld_14.png");
    background-size: contain, cover;
    background-position: center top, center center;
  }
  .water_surface {
    margin-top: -15%;
  }
  .water_surface2 {
    margin-top: -10%;
  }
}
.bg_event {
  background: url("../img/p_uminofushigi_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  height: auto;
  margin-top: -17%;
}
.bgWT_2 {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #FFFFFF 13%, #fFFFFF 83%, rgba(255, 255, 255, 0.2));
  margin-top: -10%;
}
@media screen and (max-width:480px) {
  .bg_top {
    background-image:
      url("../img/p_uminofushigiworld_7.webp"), url("../img/p_uminofushigiworld_15.png");
    background-position: center center, center center;
  }
  .bg_event {
    background-image: url("../img/p_uminofushigi_03.jpg");
    margin-top: -13%;
  }
  .bgWT_2 {
    margin-top: 2%;
  }
}
/*--------------------------------------
レイアウト
---------------------------------------*/
.box_center {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
.header3 {
  width: 100%;
  height: auto;
  background-color: #093e8d;
  color: #ffffff;
  padding: 1.5% 3%;
}
.head_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.head_container ul {
  display: flex;
}
.head_container li a {
  color: white;
  list-style: none;
  font-size: 18px;
  padding-right: 40px;
}
.head_container a:hover {
  color: white;
}
.laguna_top {
  background-color: #ffffff;
  color: #093e8d;
  border-radius: 999px; /*枠線四隅の曲率半径の一括指定*/
  padding: 1% 3%;
  font-size: 20px;
}
.laguna_top:hover {
  color: #093e8d !important;
}
.fixed2 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.inner1 {
  max-width: 1100px;
  padding: 3%;
}
.inner2 {
  max-width: 650px;
  padding: 3%;
}
.content-wrapper3 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0% 5%;
}
@media screen and (max-width:480px) {
  .head_container {
    font-size: 12px;
  }
  .head_container li a {
    font-size: 13px;
    padding-right: 20px;
  }
  .laguna_top {
    font-size: 11px;
    padding: 2% 3%;
  }
  .content-wrapper3 {
    padding: 0% 3%;
  }
}
/*--------------------------------------
フォント
---------------------------------------*/
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*--------------------------------------
図形
---------------------------------------*/
.b_arrow {
  display: block;
  width: 141.4px;
  height: 150px;
  background: #ee8484;
  clip-path: polygon(0 52.9%, 26.3% 52.9%, 26.3% 0, 73.7% 0, 73.7% 52.9%, 100% 52.9%, 50% 100%);
}
@media screen and (max-width:480px) {
  .b_arrow {
    width: 70px;
    height: 80px;
  }
}
/*--------------------------------------
文字・文字色
---------------------------------------*/
.heading {
  font-size: 200%;
  padding: 3% 0%;
  line-height: 1.2;
}
.heading_at {
  font-size: 200%;
  line-height: 1.2;
  padding: 3% 0% 2% 0%;
}
.txt_or {
  color: #f07231;
}
.txt_bl {
  color: #0868ba;
}
.txt_bl2 {
  color: #0868BA;
}
.txt_gr {
  color: #22c300;
}
.txt_red {
  color: #DE2D2A;
}
.txt_annot {
  font-size: 13px;
  line-height: 1.7;
}
.txt_BL {
  color: #1d2087;
}
.txt_middle {
  font-size: clamp(13px, calc(12px + 2vw), 30px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txt_middle3 {
  font-size: clamp(8px, calc(8px + 2vw), 30px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txt_middle_2 {
  font-size: clamp(8px, calc(7px + 2vw), 40px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.txt_middle4 {
  font-size: clamp(13px, calc(12px + 2vw), 30px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_middle5 {
  font-size: clamp(13px, calc(12px + 2vw), 40px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_medium span {
  color: red;
}
.txt_BL_OL {
  color: #1d2087;
  -webkit-text-stroke: 3px #FFFFFF;
  -webkit-text-fill-color: #1d2087; /* 文字の塗り色を確実に指定 */
  paint-order: stroke;
}
.txt_BK_OL {
  color: #000000;
  -webkit-text-stroke: 3px #FFFFFF;
  -webkit-text-fill-color: #000000; /* 文字の塗り色を確実に指定 */
  paint-order: stroke;
}
@media screen and (max-width:768px) {
  .heading {
    font-size: 150%;
  }
  .heading_at {
    font-size: 150%;
  }
  .txt_annot {
    font-size: 11px;
    line-height: 1.7;
  }
}
.precautions {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: 0.5em
}
/*--------------------------------------
top
---------------------------------------*/
.main_box {
  position: relative;
  width: 100%;
  padding: 3%;
  height: 100vh;
  overflow: hidden;
}
.umiminato-logo {
  z-index: 100;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90px;
}
.event_title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  z-index: 50;
  padding-top: 2%;
}
.kumanomi {
  z-index: 30;
  position: absolute;
  top: 27%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 25%;
}
.cyoucyou {
  z-index: 30;
  position: absolute;
  top: 70%;
  right: -10%;
  transform: translate(-50%, -50%);
  width: 25%;
}
/* 初期状態（共通） */
.kumanomi, .cyoucyou {
  opacity: 0;
}
/* クマノミ：left */
.kumanomi {
  transform: translate(-50%, -50%) translateX(-100px);
  transition: all 0.8s cubic-bezier(.34, 1.56, .64, 1);
}
/* チョウチョウウオ：right */
.cyoucyou {
  transform: translate(-50%, -50%) translateX(100px);
  transition: all 0.8s cubic-bezier(.34, 1.56, .64, 1);
}
/* 表示状態 */
.is-visible {
  opacity: 1;
}
.kumanomi.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.cyoucyou.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.event_title {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
/* 表示時 */
.event_title.is-visible {
  animation: bounceIn 0.9s cubic-bezier(.34, 1.56, .64, 1) forwards;
  opacity: 1;
}
@keyframes bounceIn {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.15); /* ←行き過ぎ（バイーン） */
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(0.95); /* ←戻る */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width:768px) {
  .umiminato-logo {
    width: 70px;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .event_title {
    top: 22%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
  .kumanomi {
    display: none;
  }
  .cyoucyou {
    display: none;
  }
  .main_box {
    max-height: 600px;
  }
}
@media screen and (min-width:769px) and (max-width:1400px) {
  .cyoucyou {
    top: 15%;
    right: -10%;
    transform: translate(-50%, -50%);
    width: 25%;
  }
  .main_box {
    max-height: 700px;
  }
  .bg_top {
    background-position: center center, center center;
  }
  .event_title {
    top: 40%;
    transform: translate(-50%, -50%);
    width: 70%;
  }
}
@media screen and (max-width:480px) {
  .umiminato-logo {
    width: 60px;
    top: 10px;
    left: 10px;
  }
  .event_title {
    top: 30%;
    transform: translate(-50%, -50%);
    padding: 0% 3%;
  }
  .kumanomi {
    top: 55%;
    left: 20%;
    width: 38%;
  }
  .cyoucyou {
    top: 13%;
    width: 30%;
  }
  .main_box {
    max-height: 500px;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*--------------------------------------
スペース
---------------------------------------*/
.space_top2 {
  padding-top: 2%;
}
.space_top3 {
  padding-top: 3%;
}
.space_top5 {
  padding-top: 5%;
}
.space_top7 {
  padding-top: 7%;
}
.space_top10 {
  padding-top: 10%;
}
.space_bottom3 {
  padding-bottom: 3%;
}
.space_bottom5 {
  padding-bottom: 5%;
}
.space_bottom7 {
  padding-bottom: 7%;
}
.space_bottom10 {
  padding-bottom: 10%;
}
/*--------------------------------------
更新履歴
---------------------------------------*/
/*--------------------------------------
カラム
---------------------------------------*/
.col_1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 5vh;
  row-gap: 5vh;
  place-content: center;
  justify-items: center;
  padding: 5%;
}
.col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2vh;
  row-gap: 2vh;
  place-content: center;
  justify-items: center;
  padding: 5% 0%;
}
.col_box {
  min-width: 100%;
  min-height: auto;
  padding: 2%;
}
@media screen and (max-width:480px) {
  .col_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*--------------------------------------
アニメーション
---------------------------------------*/
/*zoomin*/
.anim-box.animate__zoomIn.animate__animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
/* 上スライドイン */
.anim-box.animate__slideInUp.animate__animated {
  animation: slideInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
/*--------------------------------------
↓↓↓↓↓↓↓↓スマホ設定↓↓↓↓↓↓↓↓
---------------------------------------*/
/*PCスマホ表示なし*/
.pc {
  display: block;
}
.pc_in {
  display: inline-block;
}
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .pc_in {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*--------------------------------------
スマホの時だけ改行
---------------------------------------*/
.sma {
  display: none;
}
@media screen and (max-width:768px) {
  .sma {
    display: block;
  }
}
/*--------------------------------------
google map
---------------------------------------*/
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}