@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
SEO
---------------------------------------*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*--------------------------------------
背景設定
---------------------------------------*/
.bg_CLB {
  background-color: #0db7fd;
}
.bg_LGB {
  background-color: #a0d7e0;
}
.bg_LB {
  background-color: #1D80F2;
}
.bg_DBL {
  background-color: #1d2087;
}
.bgYe {
  background-color: #ffc965;
}
.bglYe {
  background-color: #fff697;
}
.bgOr {
  background-color: #f39800;
}
.bg_bd_LBL {
  background: repeating-linear-gradient(135deg, #9dd1f1, #9dd1f1 10px, #cee3f6 10px, #cee3f6 20px);
}
.bg_kadomaru {
  border-radius: 30px;
}

.sea_wave {
	position: relative;
  z-index: 110;
  vertical-align: bottom;
  margin-bottom: -1%;
}

.sea_wave2 {
position: relative;
  z-index: 110 !important;
  vertical-align: bottom;
  margin-top: -5%;
}
.bg_top {
  position: relative;
  background:
    url("../img/p_uminowakuwaku_01.webp") no-repeat;
  background-size: 100% auto;
  background-position: center top;
  height: auto;
}

.bg_workshop {
  background: url("../img/p_uminowakuwaku_31.webp") no-repeat,
              url("../img/p_uminowakuwaku_37.webp") repeat;
  background-size: 100% auto, 100% auto;
  background-position: center bottom, center top;
  height: auto;
}
.bg_cruise {
  background: url("../img/p_uminowakuwaku_38.webp") no-repeat,
              url("../img/p_uminowakuwaku_39.webp") repeat,
              #fff697;
  background-size: 100% auto, 100% auto;
  background-position: center bottom, center top;
  height: auto;
}
.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: #ffffff;
  width: 100%;
  position: relative;
  pointer-events: none;
}
.bg_nabe {
  background-color: #FFD452;
  width: 100%;
  position: relative;
  pointer-events: none;
  margin-top: -15%;
}
@media screen and (max-width:768px) {
  .bg_kadomaru {
    border-radius: 20px;
  }
  .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;
}
.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_kadomaru {
    border-radius: 10px;
  }
  .bg_top {
    background:
      url("../img/p_uminowakuwaku_07.webp") no-repeat;
    background-size: 100% auto;
  }
.bg_bd_LBL{
      background: repeating-linear-gradient(135deg, #9dd1f1, #9dd1f1 5px, #cee3f6 5px, #cee3f6 10px);
}
  .bg_event {
    background-image: url("../img/p_uminofushigi_03.jpg");
  }
  .bgWT_2 {
    margin-top: 2%;
  }
.bg_workshop {
  background: url("../img/p_uminowakuwaku_37.webp") repeat;
  background-size: 100% auto;
  background-position: center top;
  height: auto;
}
.bg_cruise {
  background: url("../img/p_uminowakuwaku_39.webp") repeat,
              #fff697;
  background-size: 100% auto;
  background-position: center top;
  height: auto;
}
}
/*--------------------------------------
レイアウト
---------------------------------------*/
.box_center {
display: grid;
	place-content: center;
	margin: 0 auto;
}
.header3 {
  width: 100%;
  height: auto;
  background-color: #093e8d;
  color: #ffffff;
  padding: 30px 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: 2000px;
  margin: 0 auto;
  padding: 0% 5%;
}

.content-wrapper4 {
  width: 100%;
  margin: 0 auto;
}

.content-wrapper5 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0% 5%;

}


@media screen and (max-width:480px) {
  .header3 {
    width: 100%;
    height: auto;
    background-color: #093e8d;
    color: #ffffff;
    padding: 10px 3%;
  }
  .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% 5%;
  }
}
/*--------------------------------------
フォント
---------------------------------------*/
.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_coral {
  color: #ef868c;
}
.txt_annot {
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
  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_middle6 {
  font-size: clamp(0.938rem, 0.756rem + 0.91vw, 1.438rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_middle7 {
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt_middle8 {
  font-size: clamp(1.25rem, 0.864rem + 1.93vw, 2.313rem);
  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%;
  }
}
.precautions {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: 0.5em
}
/*--------------------------------------
top
---------------------------------------*/
.main_box {
  position: relative;
  width: 100%;
  padding: 3%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
}
.fade_deco{
 position: relative;
height: auto;

}
.umiminato-logo {
  z-index: 100;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90px;
}
.event_title {
  position: absolute;
  top: 33%;
  left: 50%;
  width: 100%;
  max-width: 2000px;
  z-index: 50;
}
.kumanomi {
  z-index: 30;
  position: absolute;
  top: 23%;
  left: 17%;
  transform: translate(-50%, -50%);
  width: 22%;
}
.kumanomi_sec {
  z-index: 30;
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 22%;
}
.cyoucyou {
  z-index: 30;
  position: absolute;
  top: 23%;
  right: -5%;
  transform: translate(-50%, -50%);
  width: 22%;
}
.cyoucyou_sec {
  z-index: 30;
  position: absolute;
  top: 60%;
  right: -3%;
  transform: translate(-50%, -50%);
  width: 22%;
}

.deco_1{
	z-index: 30;
  position: absolute;
  top: 20%;
  left: 10%;
  width: 20%;
}
.deco_2{
	z-index: 30;
  position: absolute;
  bottom:-20%;
  left: 10%;
  transform: translate(-50%, -50%);
  width: 20%;
}

.deco_3{
  z-index: 30;
  position: absolute;
  top: 20%;
  right: -5%;
  transform: translate(-50%, -50%);
  width: 20%;
}

.deco_4{
  z-index: 30;
  position: absolute;
  bottom: -5%;
  right: -7%;
  transform: translate(-50%, -50%);
  width: 20%;
}

/* 初期状態（共通） */
.event_title, .kumanomi, .kumanomi_sec, .cyoucyou, .cyoucyou_sec, .deco_1, .deco_2, .deco_3, .deco_4 {
  opacity: 0;
}
.event_title, .kumanomi, .kumanomi_sec, .cyoucyou, .cyoucyou_sec{
  transition: all 0.8s cubic-bezier(.34, 1.56, .64, 1);
}

.deco_1, .deco_2 {
transform: translate(-50%, -50%) translateX(-100px);
  transition: all 0.8s cubic-bezier(.34, 1.56, .64, 1);
}
.deco_3, .deco_4 {
transform: translate(-50%, -50%) translateX(100px);
  transition: all 0.8s cubic-bezier(.34, 1.56, .64, 1);
}

/* 表示状態 */
.is-visible {
  opacity: 1;
}
.event_title {
	transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;}

.event_title.is-visible {
  animation: bounceIn 0.8s cubic-bezier(.34, 1.56, .64, 1) forwards;
  opacity: 1;
}
.kumanomi.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.kumanomi_sec.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.cyoucyou.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.cyoucyou_sec.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.deco_1.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.deco_2.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.deco_3.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
.deco_4.is-visible {
  transform: translate(-50%, -50%) translateX(0);
}
/* 表示時 */
@keyframes bounceIn {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.3); /* ←行き過ぎ（バイーン） */
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(0.95); /* ←戻る */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (max-width:1500px) {

.deco_1, .deco_2, .deco_3, .deco_4 {
	opacity: 0;
visibility: hidden;
}
}

@media screen and (max-width:768px) {
  .umiminato-logo {
    width: 70px;
  }
  .event_title {
    width: 120%;
  }

}
@media screen and (max-width:480px) {
  .umiminato-logo {
    width: 60px;
    top: 10px;
    left: 10px;
  }
  .event_title {
	top: 45%;
  left: 50%;
    width: 100%;
    transform: translate(-50%, -35%);
  }
  .kumanomi {
    top: 9%;
    left: 39%;
    width: 35%;
  }
 .kumanomi_sec {
    top: 80%;
    left: 25%;
    width: 43%;
  }
	
  .cyoucyou {
    top: 12%;
    right: -17%;
    width: 40%;
  }
	
  .cyoucyou_sec {
    top: 82%;
    right: -17%;
    width: 45%;
  }
	
}
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.swing-on-enter {
  transform-origin: top center;
}
.swing-on-enter.visible {
  animation: swing 1s ease-in-out;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*--------------------------------------
スペース
---------------------------------------*/
.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%;
}
/*--------------------------------------
線
---------------------------------------*/
.dot_BK {
  background-image: radial-gradient(circle, #000000 1px, transparent 1px);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 7px 4px;
}

/*--------------------------------------
色々
---------------------------------------*/
.pe_none {
  pointer-events: none;
}
/*--------------------------------------
カラム
---------------------------------------*/
.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: 1% 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;
}
/*--------------------------------------
ボタン
---------------------------------------*/
.btn_Y_shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  font-size: clamp(7px, calc(7px + 2vw), 25px);
  letter-spacing: 0.1em;
  border-radius: 9999px;
  border-bottom: 5px solid #E9A771;
  width: 70vw;
  height: 10vh;
  max-width: 800px;
  background-color: #FFE236;
  transition: all 0.5s ease;
  margin: 0 auto;
  color: black;
}
.btn_Y_shadow:hover {
  border-bottom-width: 0;
  transform: translateY(5px);
  background: #004ebe;
  color: white;
}
/*--------------------------------------
↓↓↓↓↓↓↓↓スマホ設定↓↓↓↓↓↓↓↓
---------------------------------------*/
/*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%;
}