@charset "utf-8";
/* *************************************************************
	Global
*************************************************************** */
html{
  font-size: 16px;
}
:root {
  --mainColor: rgb(182, 221, 225);
  --subColor: rgb(12, 97, 52);
  --accentColor01:rgb(249, 205, 116);
  --accentColor02:rgb(227, 66, 52);
  --blackColor: rgb(51, 51, 51);
}
body{
  font-family: 'Zen Maru Gothic','Kiwi Maru','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','YuGothic',serif;
  line-height: 1.7;
	letter-spacing: .05em;
  color: var(--blackcolor);
  max-width: 100%;
}
img{
  max-width: 100%;
  height: auto;
}
.inner{
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px;
}
.red{
  color: var(--accentColor02);
}
a{
  color: var(--blackcolor);
  text-decoration: none;
}
ul{
  list-style-type: none;
}
section{
  padding-bottom: 24px;
}
.h2{
  max-height: 140px;
  margin-bottom: 64px;
}
.column{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}
.sp-text{
  display: none;
}
/* **************************************************************
	header
*************************************************************** */
header{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  margin: 0;
  background: linear-gradient(rgb(99 209 214 / 0.6),rgb(99 209 214 / 0.0));
  height: 160px;
}
.pc-menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-menu li{
  height: 56px;
  padding: 0 20px;
}
.pc-menu li:last-child{
  border: 2px solid #fff;
  border-radius: 50px;
  box-shadow: 1px 1px 25px rgb(74 204 201 / 0.5);
  box-shadow: 0 0 3px rgb(25 25 25 / 0.6);
  margin-left: 20px;
}
.pc-menu li a{
  line-height: 56px;
  color: #fff;
  text-shadow: 1px 1px 25px rgb(74 204 201 / 0.5);
  text-shadow: 0 0 3px rgb(25 25 25 / 0.8);
}
.pc-menu li:nth-child(-n + 4){
  position: relative;
  margin: 0 10px;
}
.pc-menu li:nth-child(-n + 4) a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background:#fff;
  box-shadow: 1px 1px 25px rgb(74 204 201 / 0.5);
  box-shadow: 0 0 3px rgb(25 25 25 / 0.6);
  transition: all .5s;
  transform: scale(0, 1);
  transform-origin: left top;
} 
.pc-menu li:nth-child(-n + 4) a:hover::after{
  transform: scale(1, 1);
}
.pc-menu li:last-child:hover{
  background-color: #fff;
  color: var(--blackColor);
}
.pc-menu li:last-child:hover a{
  color: var(--blackColor);
}
.sp-menu {
  padding-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: rgb(74 204 201 / 0.95);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.sp-menu li{
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 1px 1px 25px rgb(74 204 201 / 0.5);
  text-shadow: 0 0 3px rgb(25 25 25 / 0.8);
  margin-bottom: 40px;
}
.sp-menu.is-active {
  pointer-events: auto;
  opacity: 1;
}
.sp-menu li a{
  position: relative;
}
.sp-menu li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background:#fff;
  box-shadow: 1px 1px 25px rgb(74 204 201 / 0.5);
  box-shadow: 0 0 3px rgb(25 25 25 / 0.6);
  transition: all .5s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.sp-menu li a:hover::after{
  transform: scale(1, 1);
}
/* **************************************************************
	top
*************************************************************** */
#top{
  position: relative;
}
.kv_sp{
  display: none;
}
.title{
  width: 40%;
  height: auto;
  position: absolute;
  top: 20%;
  left:20%;
}
/* **************************************************************
	info
*************************************************************** */
#info{
  background-color: var(--mainColor);
}
.info_bgc{
  background-image: url(../img/bgc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -200px;
  /* 上のtopの数値を変更したら.columnのpadding_topとmargin_bottomも変更必要 */
}
#info .info_bgc .column{
  align-items: flex-end;
  padding-top: 160px;
  margin-bottom: -140px;
}
.info_left{
  width: 60%;
}
.info_left dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.info_left dt{
  width: 25%;
  margin-bottom: 24px;
}
.info_left dd{
  width: 75%;
  margin-bottom: 24px;
}
.info_right{
  width: 40%;
  text-align: center;
}
.info_right a:hover .ticket{
  transform: scale(120%);
}
.ticket{
  width: 400px;
  margin-bottom: 40px;
  transition:0.3s;
}
.info_right a:hover .ticket{
  transform: scale(110%);
}
/* **************************************************************
	pickup
*************************************************************** */
#pickup{
  background-color: var(--subColor);
  min-height: 2140px;
  /* 中身のコンテンツの量で余白変更必要 */
  background-image: url(../img/pick_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.pickup_frame{
  background-color: #fff;
  border: 4px solid var(--subColor);
  border-radius: 30px;
  width: 80%;
  margin: 120px auto;
  padding: 64px 40px;
}
#pickup .inner .pickup_frame .h2{
  display: block;
  margin: 0 auto 64px auto;
}
.pickup_number{
  color: #fff;
  font-family: "Rammetto One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  text-shadow: 2px 2px 0 var(--subColor), -2px -2px 0 var(--subColor),
              -2px 2px 0 var(--subColor),  2px -2px 0 var(--subColor),
              2px 0 0 var(--subColor), -2px  0 0 var(--subColor),
              0 2px 0 var(--subColor),  0 -2px 0 var(--subColor);
}
.num01{
  letter-spacing: 8px;
}
.num02{
  display: block;
  text-align: right;
  letter-spacing: 4px;
}
.pickup_img{
  width: 360px;
  height: 240px;
}
.pickup_cont01{
  margin-bottom: 40px;
  padding: 0;
}
.pickup_cont01 a{
  position:relative;
  display:block;
  height:auto;
}
.pickup_cont01 a img{
  display:block;
  max-width:100%;
}
.pickup_cont01 a:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  border-radius: 50px;
  position:absolute;
  z-index:2;
  background:var(--blackColor);
  opacity:0;
  transition:0.3s;
}
.pickup_cont01 a:hover:before{
  opacity:0.2;
}
.pickup_cont02{
  flex-direction: row-reverse;
  margin-bottom: 40px;
  padding: 0;
}
.pickup_cont02 p{
  text-align: right;
}
.pickup_cont03{
  padding: 0;
}
h3{
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}
.pickup_h3{
  text-align: right;
}
.pickup_cont01 p{
  margin-bottom: 10px;
}
.pickup_cont04{
  padding: 40px 20px 20px 20px;
}
.pickup_cont04 img{
  vertical-align: bottom;
}
.store{
  display:block;
}
.store img{
  transition:0.3s;
  display:block;
  width:100%;
}
.store:hover img{
  opacity:0.7;
}
/* **************************************************************
	event
*************************************************************** */
#event{
  position: relative;
  background-color: var(--accentColor01);
}
.event_img07{
  width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.ss-style-halfcircle::before{
  left: 50%;
  z-index: 2;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -240px;
  position: absolute;
  content: '';
  pointer-events: none;
}
#event .inner{
  position: relative;
  z-index: 3;
  min-height: 1820px;
}
#event .inner div{
  position: absolute;
  top: -140px;
}
#event .inner .h2{
  display: block;
  margin: 0 auto 64px auto;
}
.event_cont{
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
}
.event_cont li{
  text-align: center;
  width: 50%;
}
.event_item01{
  position: relative;
}
.event_item01::before{
  content: "";
  position: absolute;
  bottom  : 0;
  left: 0;
  border: 1px dashed #555;
  width: 100%;
}
.event_item01::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 1px dashed #555;
  height: 100%;
}
.event_img05{
  width: 70%;
  position: absolute;
  bottom: 0;
  left: -30%;
  z-index: 10;
}
.event_item02{
  position: relative;
}
.event_item02::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px dashed #555;
  width: 100%;
}
.event_img06{
  width: 70%;
  position: absolute;
  bottom: -2%;
  right: -35%;
  z-index: 10;
}
.event_item03{
  position: relative;
}
.event_item03::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 1px dashed #555;
  height: 100%;
}
h4{
  font-size: 24px;
  height: 120px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event_cont li p{
  height: 240px;
  padding: 0 40px;
}
.event_p{
  margin-bottom: 40px;
}
.event_h4{
  margin-top: 40px;
}
.event_img{
  margin-bottom: 40px;
}
/* **************************************************************
	bousai
*************************************************************** */
#bousai{
  min-height: 1269px;
  background-image:url(../img/bousai_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bousai_h2{
  width: 684px;
  display: block;
  margin: 80px auto 0 auto;
}
.circle{
  position: relative;
  background-color: rgba(255, 255, 255,0.8);
  width: 720px;
	height: 720px;
	border-radius: 50%;
  margin: 40px auto;
  box-shadow: 1px 1px 25px rgb(255 255 255 / 0.75);
}
.circle p{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :720px;
  text-align:center;
}
.bousai_cont{
  max-width: 720px;
  margin: 0 auto;
  justify-content: center;
}
.bousai_logo_pc{
  width: 104px;
}
.bousai_logo_sp{
  display: none;
}
.bousai_cont div{
  display: flex;
  align-items: center;
}
/* **************************************************************
	tsunami
*************************************************************** */
.tsunami_cont{
  display: inline-block;
  text-align: center;
}
.tsunami_h2{
  width: 80%;
  margin: 120px auto 64px auto;
}
.tsunami_cont .red{
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 64px;
  letter-spacing: .3rem;
}
.tsunami_kiken{
  max-width: 44%;
  margin-top: 64px;
  margin-bottom: 16px;
}
#tsunami .inner .column{
  border: 4px solid var(--subColor);
  border-radius: 30px;
  box-shadow: 1px 1px 3px rgb(119, 119, 119);
  width: 93%;
  padding: 40px 64px;
  margin: 0 auto 32px auto;
  text-align: left;
}
#tsunami .inner .tsunami04_cont{
  align-items: center;
}
#tsunami .inner .column .tsunami04_box{
  height: auto;
}
h5{
  font-size: larger;
  font-weight: normal;
  color: var(--accentColor02);
  margin-bottom: 32px;
}
h5 span{
  padding-bottom: 10px;
  background:url(../img/bd.png) bottom repeat-x;
  background-size: 900px;
  background-position: bottom;
}
#tsunami .inner .column img{
  height: 180px;
}
.tsunami04_box h5{
  position: relative;
  margin-bottom: 64px;
}
.p_right{
  position: absolute;
  right: 0;
}
#tsunami .inner a{
  display: block;
  text-align: right;
  padding-right: 36px;
  margin-bottom: 80px;
}
@media (hover) {
  #tsunami .inner a:hover {
    color: var(--subColor);
  }
}
/* **************************************************************
	fb
*************************************************************** */
#fb{
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #b6dde1 50%, #b6dde1 100%);
}
.fb_circle{
  background-color: var(--subColor);
  width: 1080px;
	height: 1080px;
	border-radius: 50%;
  margin: 0 auto;
}
#fb .inner{
  position: relative;
}
#fb .inner div{
  text-align: center;
}
#fb .inner .h2{
  display: block;
  margin: 64px auto;
}
#fb .inner p{
  color: #fff;
  margin-bottom: 64px;
}
.fb_logo{
  display: block;
  margin: 16px auto 0 auto;
}
/* **************************************************************
	mc
*************************************************************** */
#mc{
  background-color: var(--mainColor);
}
#mc .inner .h2{
  display: block;
  margin: 64px auto;
}
#mc .column{
  gap: 40px;
}
.mc_pc{
  width: 360px;
}
.mc_sp{
  display: none;
}
#mc .column div{
  padding: 40px 0;
}
#mc .column div p{
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 24px;
  letter-spacing: .3rem;
}
#mc .inner .column div dl{
  display: flex;
  flex-wrap: wrap;
  line-height: 2rem;
}
#mc .inner .column div dt{
  width: 24%;
}
#mc .inner .column div dd{
  width: 76%;
}
.mc_hover a{
  display: inline-block;
}
@media (hover) {
  .mc_hover a:hover {
    color: var(--subColor);
  }
}
/* **************************************************************
	spo
*************************************************************** */
#spo{
  margin-bottom: 40px;
}
#spo .inner .h2{
  display: block;
  margin: 64px auto;
}
#spo .inner .column img{
  width: 300px;
}
/* **************************************************************
	access
*************************************************************** */
#access .inner .column div{
  width: 60%;
  text-align: center;
}
.access_p{
  font-size: 24px;
  font-weight: bolder;
  letter-spacing: 0.2rem;
  margin-bottom: 16px;
}
/* **************************************************************
	fotter
*************************************************************** */
footer{
  background-image: url(../img/bgc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 40px;
}
footer .inner{
  padding-top: 120px;
  text-align: center;
}
footer .inner img{
  width: 440px;
  height: auto;
  margin-bottom: 24px;
}
/* **************************************************************
	レスポンシブ対応(1000px~768px)
*************************************************************** */
@media screen and (max-width: 1000px){
/* --global----------------------------------------------- */
  .column{
    flex-direction: column;
    align-items: center;
  }
  .pc-text1000{
    display: none;
  }
/* --nav----------------------------------------------- */
  .pc-menu{
    display: none;
  }
  .ham-menu {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 10;
    width: 45px;
    height: 32px;
  }
  .ham-line {
    position: absolute;
    transition: 0.3s;
    width: 100%;
    height: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 25px rgb(74 204 201 / 0.5);
    box-shadow: 0 0 3px rgb(25 25 25 / 0.6);
  }
  .line-top {
    top: 0;
  }
  .line-middle {
    top: calc(50% - 1px);
  }
  .line-bottom {
    bottom: 0;
  }
  .ham-menu-active > .line-top {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .ham-menu-active > .line-middle {
    width: 0;
    height: 0;
  }
  .ham-menu-active > .line-bottom {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
/* --top----------------------------------------------- */
.title{
  top: 15%;
  left:15%;
}
/* --info----------------------------------------------- */
  .info_bgc{
    top: -100px;
  }
  #info .info_bgc .column{
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    margin-bottom: -40px;
  }
  .info_left{
    width: 100%;
    text-align: center;
  }
  .info_left dl {
    flex-direction: column;
  }
  .info_left dt{
    width: 100%;
    margin-bottom: 0;
  }
  .info_left dt::before{
    content: "＜";
  }
  .info_left dt::after{
    content: "＞";
  }
  .info_left dd{
    width: 100%;
  }
  .info_right{
    width: 100%;
  }
/* --pickup----------------------------------------------- */
  .num02{
    text-align: left;
  }
  .pickup_img{
    width: 100%;
    height: auto;
  }
  .pickup_cont02{
    flex-direction: column;
  }
  .pickup_h3{
    text-align: left;
  }
  .pickup_cont02 p{
    text-align: left;
  }
  .pickup_cont04 img{
    width: 100%;
  }
/* --event----------------------------------------------- */
  .ss-style-halfcircle::before{
    display: none;
  }
  .event_img05{
    display: none;
  }
  .event_img06{
    display: none;
  }
  .event_img07{
    width: 700px;
  }
  #event .inner{
    height: 2080px;
  }
  #event .inner div{
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .event_cont{
    width: 720px;
  }
  h4{
    font-size: 22px;
  }
  .event_cont li p{
    height: 320px;
  }

/* --bousai----------------------------------------------- */
  #bousai .inner{
    padding: 40px 20px;
  }
  .circle{
    width: 700px;
    height: 700px;
  }
  .circle p{
    width :700px;
  }
  .bousai_logo_pc{
    display: none;
  }
  .bousai_logo_sp{
    display: block;
    height: 104px;
  }
  .bousai_cont p{
    text-align: center;
  }
/* --tsunami----------------------------------------------- */
  .tsunami_h2{
    margin: 64px auto 40px auto;
  }
  .tsunami_cont .red{
    margin-bottom: 40px;
  }
  #tsunami .inner .column{
    padding: 40px;
  }
  .tsunami_hover a::after {
    width: 50%;
  }
/* --fb----------------------------------------------- */
  .fb_circle{
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0 auto;
  }
  .fb_logo{
    margin: 16px auto 64px auto;
  }
/* --mc----------------------------------------------- */
  #mc .column div{
    padding: 0;
  }
  #mc .column div p{
    text-align: center;
  }
  #mc .inner .column div dl{
    width:90%;
    margin: 0 auto;
  }
  .mc_pc{
    display: none;
  }
  .mc_sp{
    display: block;
    width: 360px;
  }
/* --spo----------------------------------------------- */
  #spo{
    margin-bottom: 0;
  }
/* --access----------------------------------------------- */
  #access{
    margin-bottom: 40px;
  }
/* --footer----------------------------------------------- */
  footer .inner img{
    width: 360px;
    height: auto;
  }
}
/* **************************************************************
	レスポンシブ対応(768~375px)
*************************************************************** */
@media screen and (max-width: 768px){
/* --global----------------------------------------------- */
  .inner{
    padding: 10px;
  }
  .column{
    padding: 0;
  }
  .pc-text{
    display: none;
  }
  .sp-text{
    display: block;
  }
  body{
    font-size: 0.9rem;
  }
  .youtube{
    width: 340px;
    height: 191px;
  }
/* --top----------------------------------------------- */
  .kv_pc{
    display: none;
  }
  .kv_sp{
    display: block;
    width: auto;
    height: 100vh;
    object-fit: cover;
    object-position: 80% 100%;
  }
  .title{
    width: 90%;
    height: auto;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
/* --info----------------------------------------------- */
  .info_bgc{
    background-image: url(../img/bgc_sp.png);
    top: -240px;
  }
  #info .info_bgc .column{
    padding-top: 320px;
    margin-bottom: -160px;
  }
  .info_right{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ticket{
    width: 300px;
  }
/* --pickup----------------------------------------------- */
  .pickup_frame{
    width: 100%;
    margin: 80px auto;
    padding: 64px 16px;
  }
  .pickup_number{
    font-size: 56px;
  }
  h3{
    font-size: 33px;
  }
  .pickup_cont03 img{
    margin-bottom: 16px;
  }

/* --event----------------------------------------------- */
  .event_img07{
    display: none;
  }
  #event .inner{
    width: 100%;
    height: 3280px;
  }
  #event .inner .h2{
    width: 360px;
  }
  #event .inner div{
    width: 100%;
  }
  .event_cont{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .event_cont li{
    text-align: center;
    width: 100%;
  }
  .event_cont li p{
    width: 340px;
    height: 256px;
    margin: 0 auto;
    padding: 0;
  }
  .event_item01::after{
    display: none;
  }
  .event_item03::before{
    content: "";
    position: absolute;
    bottom  : 0;
    left: 0;
    border: 1px dashed #555;
    width: 100%;
  }
  .event_item03::after{
  display: none;
  }
  h4{
    margin-bottom: 20px;
  }
  .event_p{
    margin-bottom: 0;
  }
  .event_item02 .event_p{
    margin-bottom: 40px;
  }
  .event_h4{
    margin-top: 0;
  }
  .event_item03 img{
    margin-bottom: 40px;
  }
/* --bousai----------------------------------------------- */
  .circle{
    width: 320px;
    border-radius: 20px;
  }
  .circle p{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :320px;
    text-align:center;
  }
  .bousai_logo_sp{
    height: 60px;
  }
/* --tsunami----------------------------------------------- */
  .tsunami_cont .red{
    font-size: 24px;
  }
  #tsunami .inner .column{
    padding: 20px;
  }
  .tsunami04_box{
    padding: 20px;
  }
  .tsunami04_box h5{
    margin-bottom: 40px;
  }
/* --fbなし----------------------------------------------- */
/* --mc----------------------------------------------- */
  #mc .inner .column div dl{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #mc .inner .column div dt{
    width: 100%;
  }
  #mc .inner .column div dd{
    width: 100%;
    margin-bottom: 24px;
  }
  #mc .inner .column div .mc_text{
    text-align: left;
  }
/* --spoなし----------------------------------------------- */
/* --access----------------------------------------------- */
  #access .inner .column div{
    width: 100%;
  }
  .map{
    width: 340px;
    height: 340px;
  }
}
/* **************************************************************
	レスポンシブ対応(細かい調整)
*************************************************************** */
@media screen and (max-width: 485px){
  .pc-text1000{
    display: block;
  }
  .pc-text{
    display: none;
  }
  .title{
    width: 80%;
  }
  .info_bgc{
    top: -180px;
  }
  #info .info_bgc .column{
    padding-top: 240px;
    margin-bottom: -120px;
  }
  #info .info_bgc .column .info_left .h2{
    max-height: 100px;
  }
  .tsunami_h2{
    width: 100%;
  }
  .tsunami_kiken{
    max-width: 70%;
  }
  .tsunami_cont .red{
    font-size: 18px;
  }  
  #tsunami .inner a{
    padding-right: 16px;
  }
  #spo .inner .column img{
    width: 200px;
  }
}
