@charset "utf-8";
:root {
  --main-color: #204b9f;
  --sub-color: #3a94cf;
  --point-color: #ffff00;
  --side-padding: 20px;
  --min-width: 320px;
}
/* ローディング中 */
.wf-loading #kv{
  opacity: 0;
}
/* フォント読み込み完了後 */
.wf-active #kv{
  opacity: 1;
  transition: .8s ease;
}
/* フォント読み込み失敗時 */
.wf-inactive #kv{
  opacity: 1;
}
/* cmn */
html{
  font-size: 16px;
  scroll-behavior: smooth;
}
body{
  font: 400 1rem/1.6 "Noto Sans JP", Meiryo, "BIZ UDPGothic", "Yu Gothic", sans-serif;
  color: #231815;
  background-color: #3a94cf;
  font-feature-settings: "palt";
  margin: 0;
  height: 100dvh;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a{
  color: var(--main-color);
  transition: .4s;
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  text-decoration: none;
  border: none;
}
b, strong{
  font-weight: 500;
}
.forSP,
.forPC{
  display: none;
}
@media(max-width: 480px){
  .forSP{
    display: block;
  }
}
@media(min-width: 801px){
  .forPC{
    display: block;
  }
}
.fade{
  opacity: 0;
  transition: opacity 1s ease;
}
.fade.visible{
  opacity: 1;
}
.fadeIn{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease-out, transform .8s ease-out;
}
.fadeIn.visible{
  opacity: 1;
  transform: translateY(0);
}
/* menu */
#menu{
  position: fixed;
  z-index : -1;
  top  : 0;
  left : 0;
  background-color: rgba(32,75,169,0.9);
  text-align: center;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  transition: .3s;
}
#menu .menu_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
}
#menu ul{
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#menu ul a{
  color: #FFFFFF;
  display: block;
  padding: 0.5em;
  position: relative;
}
#menu ul a::before{
  background: #FFFFFF;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#menu ul a:hover::before{
  transform-origin: center top;
  transform: scale(1, 1);
}
#menu ul li{
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
#menu.active{
  opacity: 1;
  z-index: 10;
}
/* header */
#header{
  margin: 0 auto;
  padding: 0 var(--side-padding);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
#header .site_name{
  margin-top: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}
#header .site_name a{
  color: #FFFFFF;
}
#header .site_name h1{
  margin: 0;
  font-size: 1rem;
}
#header .site_name h1 img{
  width: 178px;
  transition: .2s;
  filter: drop-shadow(0px 0px 5px rgba(25, 109, 162, 0.8));
}
#header .site_name h2{
  margin: 0;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 20px;
  text-shadow: 0px 0px 5px rgba(25, 109, 162, 0.8);
}
/* btn_menu */
#header .btn_menu{
  position: absolute;
  cursor: pointer;
  padding: 20px;
  right: 0;
  top: 20px;
}
#header .btn_menu span{
  display: block;
  position: relative;
  background-color: #FFFFFF;
  height: 4px;
  width: 38px;
  text-indent: -99999px;
  filter: drop-shadow(0px 0px 5px rgba(25, 109, 162, 0.8));
  transition: .3s;
}
#header .btn_menu span::before{
  content: '';
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  height: 4px;
  width: 38px;
  top: -10px;
  transition: .3s;
}
#header .btn_menu span::after{
  content: '';
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  height: 4px;
  width: 38px;
  top: 10px;
  transition: .3s;
}
#header .btn_menu.active span{
  background-color: transparent;
  filter: none;
}
#header .btn_menu.active span::before{
  top: 0;
  transform: rotate(-45deg);
}
#header .btn_menu.active span::after{
  top: 0;
  transform: rotate(45deg);
}
@media screen and (max-width:800px) {
  #header .site_name h1 img{
    width: 89px;
  }
  #header .site_name h2{
    font-size: 0.75rem;
    margin-left: 10px;
  }
  /* btn_menu */
  #header .btn_menu{
    top: 10px;
  }
  #header .btn_menu span{
    width: 30px;
  }
  #header .btn_menu span::before{
    width: 30px;
  }
  #header .btn_menu span::after{
    width: 30px;
  }
}
/* container */
#container{
  margin: 0 auto;
  background-image:
url("../../../../img/usr/80th/matsuri/bg_starrysky.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  background-size: auto;
}
/* kv */
#kv{
  margin: 0 auto;
  padding: 0 var(--side-padding);
}
#kv .kv_inner{
  margin: 0 auto;
  padding: clamp(3.75rem, 2.917rem + 4.17vw, 5rem) 0 clamp(1.875rem, 1.042rem + 4.17vw, 3.125rem); /* 80 - 60 50 - 30 */
  max-width: 1200px;
  text-align: center;
  position: relative;
}
#kv .kv_inner h2.logo{
  margin: auto;
  position: relative;
  width: clamp(13.75rem, 6.25rem + 37.5vw, 25rem); /* 400 - 220 */
  height: clamp(13.75rem, 6.25rem + 37.5vw, 25rem);
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 8px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
    transform: translateZ(0);
}
#kv .kv_inner h2.logo img{
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 8px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
    transform: translateZ(0);
}
#kv .outline{
  margin: clamp(2.5rem, 2.083rem + 2.08vw, 3.125rem) 0 0 0; /* 50 - 40 */
}
#kv .outline .date{
  max-width: 1200px;
  display: flex;
  justify-content: center;
  text-shadow: 0px 0px 10px rgba(36, 78, 114, 0.8),0px 0px 10px rgba(36, 78, 114, 0.8);
}
#kv .outline .date .day1,
#kv .outline .date .day2{
  width: 50%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
#kv .outline .date .day1{
  justify-content: flex-end;
  padding-right: 20px;
  border-right: solid 1px #FFFFFF;
}
#kv .outline .date .day2{
  justify-content: flex-start;
  padding-left: 20px;
}
#kv .outline .date .day1 .year{
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 1.875rem); /* 24 - 30 */
  font-weight: 500;
  margin-right: 0.5em;
}
#kv .outline .date .day1 .day,
#kv .outline .date .day2 .day{
  display: block;
  line-height: 1;
  font-size: clamp(1.875rem, 1.625rem + 1.25vw, 2.25rem); /* 36 - 30 */
  font-weight: 700;
}
#kv .outline .date .day1 .day span,
#kv .outline .date .day2 .day span{
  font-size: clamp(3.125rem, 2.708rem + 2.08vw, 3.75rem); /* 60 - 50 */
}
#kv .outline .date .day1 .time,
#kv .outline .date .day2 .time{
  margin-top: 15px;
  display: inline-block;
  font-size: clamp(1.25rem, 1.083rem + 0.83vw, 1.5rem); /* 24 - 20 */
  font-weight: 500;
  text-shadow: none;
  background-color: #FFFFFF;
  line-height: 1;
  padding: 5px 20px 8px;
  border-radius: 17px;
  color: #3078bc;
  letter-spacing: 0.08em;
}
#kv .outline .venue{
  margin-top: 20px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 10px rgba(36, 78, 114, 0.8),0px 0px 10px rgba(36, 78, 114, 0.8);
}
#kv .outline .venue span{
  flex-shrink: 0;
  display: inline-block;
  margin-right: 20px;
  border: solid 1px #FFFFFF;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.708rem + 0.83vw, 1.125rem); /* 18 - 14 */
  line-height: 1;
  padding: 5px 30px 7px;
}
#kv .outline .venue p{
  color: #FFFFFF;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.25rem); /* 20 - 16 */
}
#kv .kisei{
  margin: 0;
  max-width: 1200px;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.25rem); /* 20 - 16 */
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0px 0px 10px rgba(36, 78, 114, 0.8),0px 0px 10px rgba(36, 78, 114, 0.8);
}
#kv .kisei a{
  color: #FFFFFF;
  border-bottom: solid 1px;
}
#kv .copy{
  margin-top: 20px;
  max-width: 1200px;
  color: #FFFFFF;
  font-size: clamp(1.875rem, 1.125rem + 3.75vw, 3rem); /* 48 - 30 */
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0px 0px 10px rgba(36, 78, 114, 0.8),0px 0px 10px rgba(36, 78, 114, 0.8);
}
#kv .copy span{
  font-size: clamp(2.125rem, 1.042rem + 5.42vw, 3.75rem); /* 60 - 34 */
}
@media screen and (max-width:800px) {
    #kv .outline .date{
      flex-direction: column;
      justify-content: center;
    }
    #kv .outline .date .day1,
    #kv .outline .date .day2{
      width: 100%;
      flex-direction: column;
    }
    #kv .outline .date .day1{
      justify-content: center;
      padding-right: 0;
      margin-bottom: 10px;
      border-right: none;
    }
    #kv .outline .date .day2{
      justify-content: center;
      padding-left: 0;
    }
    #kv .outline .venue{
      flex-direction: column;
    }
    #kv .outline .venue span{
      margin-right: 0;
    }
}
/* btn_80th */
#kv #btn_80th{
  position: absolute;
  right: 30px;
  top: 380px;
  width: 280px;
  transition: .5s;
}
#kv #btn_80th a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: var(--main-color);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
    transform: translateZ(0);
  transition: .5s;
}
#kv #btn_80th a:hover{
  background-color: var(--sub-color);
}
#kv #btn_80th img{
  margin-left: 20px;
}
#kv #btn_80th p{
  padding-right: 20px;
  font-size: 14px;
  border-right:solid 1px #6381bc;
}
#kv #btn_80th .arrow{
  margin-right: 20px;
  position: relative;
  display: inline-block;
  width: 11.5px;
  height: 30px;
}
#kv #btn_80th .arrow::before,
#kv #btn_80th .arrow::after{
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 19px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}
#kv #btn_80th .arrow::before{
  transform: rotate(60deg);
}
#kv #btn_80th .arrow::after{
  transform: rotate(-60deg);
}
@media screen and (max-width:1200px) {
    #kv #btn_80th{
      position: static;
      margin: 20px auto 40px;
    }
}
@media screen and (max-width:380px) {
    #kv #btn_80th{
    width: 100%;
    }
}
/* livestream */
#livestream{
  margin: 0 auto;
  padding: 100px var(--side-padding);
  width: 100%;
  background:
url("../../../../img/usr/80th/matsuri/bg_stripe.png") #3a94cf left top repeat;
  text-align: center;
  position: relative;
}
#livestream::before{
  content: '';
  display: block;
  background:url("../../../../img/usr/80th/matsuri/left_deco@2x.png") no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  aspect-ratio: 959 / 1074;
  width: 100%;
  max-width: 480px;
  height: auto;
  position: absolute;
  left:clamp(-12.5rem, -29.167rem + 33.33vw, 0rem); /* 0 - -100 */
  top:-260px;
}
#livestream::after{
  content: '';
  display: block;
  background:url("../../../../img/usr/80th/matsuri/right_deco@2x.png") no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  aspect-ratio: 926 / 1045;
  width: 100%;
  max-width: 463px;
  height: auto;
  position: absolute;
  right:clamp(-12.5rem, -29.167rem + 33.33vw, 0rem); /* 0 - -100 */
  top:-280px;
}
#livestream h3{
  margin: 0 auto clamp(0.625rem, -0.208rem + 4.17vw, 1.875rem); /* 30 - 10 */
  padding: 0;
  color: #FFFFFF;
  font-size: clamp(0.75rem, 0.583rem + 0.83vw, 1rem); /* 16 - 12 */
  font-weight: 500;
  display: inline-block;
  position: relative;
}
#livestream h3::before{
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 2px;
  height: 50px;
  background-color: #FFFFFF;
  position: absolute;
  left:-30px;
  bottom: 5px;
  transform:rotate(-25deg)
}
#livestream h3::after{
  content: '';
  display: block;
  margin: 0;
  padding: 0;
  width: 2px;
  height: 50px;
  background-color: #FFFFFF;
  position: absolute;
  right:-30px;
  bottom: 5px;
  transform:rotate(25deg)
}
#livestream h3 span{
  font-size: clamp(1.25rem, 0.833rem + 2.08vw, 1.875rem); /* 30 - 20 */
}
#livestream img{
  transition: .5s;
}
#livestream a:hover img{
  opacity: 0.8;
}
@media screen and (max-width:800px) {
    #livestream{
      padding: 130px var(--side-padding) 50px;
    }
    #livestream::before{
      background:url("../../../../img/usr/80th/matsuri/left_deco.png") no-repeat;
      background-size: cover;
      aspect-ratio: 480 / 538;
      width: 100%;
      max-width: 200px;
      left: clamp(-3.125rem, -5.208rem + 10.42vw, 0rem); /* 0 - -50 */
      top: -100px;
    }
    #livestream::after{
      background:url("../../../../img/usr/80th/matsuri/right_deco.png") no-repeat;
      background-size: cover;
      aspect-ratio: 463 / 523;
      width: 100%;
      max-width: 200px;
      right: clamp(-3.125rem, -5.208rem + 10.42vw, 0rem); /* 0 - -50 */
      top: -120px;
    }
}
/* contents */
#contents{
  margin: 0 auto;
  padding: 0 var(--side-padding);
  background-image:
url("../../../../img/usr/80th/matsuri/bg_left.svg"),
url("../../../../img/usr/80th/matsuri/bg_right.svg");
  background-repeat: repeat-y, repeat-y;
  background-position: left top ,right top;
  background-attachment: fixed,fixed;
  background-size: auto auto, auto auto;
  position: relative;
  text-align: center;
}
#contents .text_shadow{
  background-color: rgba(58, 148, 207, 0.9);
}
#contents .box_shadow{
  box-shadow: 0px 0px 10px 2px rgba(58, 148, 207, 0.5);
}
:is(#update,#summary,#schedule,#event,#ticket,#goods,#access,#contact){
  margin: 0 auto;
  padding: clamp(5rem, 3.333rem + 8.33vw, 7.5rem) 0 clamp(3.125rem, 1.042rem + 10.42vw, 6.25rem); /* 120 - 80 100 - 50 */
  width: 1200px;
}
:is(#update,#schedule,#event,#ticket,#goods,#access) .sec_title{
  margin: 0 auto;
  padding: 0;
  color: #FFFFFF;
  text-shadow: 0 0 5px var(--sub-color),0 0 5px var(--sub-color);
  font-size: clamp(1.625rem, 1.208rem + 2.08vw, 2.25rem); /* 36 - 26 */
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
:is(#update,#schedule,#event,#ticket,#goods,#access) .sec_title span{
  padding: 0 20px 10px 20px;
  border-bottom: solid 2px #FFFFFF;
}
#contents .btn_pdf{
  display: inline-block;
}
#contents .btn_pdf a{
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1;
  padding: 10px 20px 15px 50px;
  border-radius: 10px;
  border: solid 3px #FFFFFF;
  background: url("../../../../img/usr/80th/matsuri/icon_pdf.svg") var(--main-color) 10px center no-repeat;
}
#contents .btn_pdf a:hover{
  border: solid 3px #FFFFFF;
  background: url("../../../../img/usr/80th/matsuri/icon_pdf.svg") var(--sub-color) 10px center no-repeat;
}
@media screen and (max-width:1240px) {
  :is(#update,#summary,#schedule,#event,#ticket,#goods,#access,#contact){
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #contents{
    background-position: left top ,right top;
    background-size: 100px auto, 100px auto;
  }
}
/* update */
#update{
}
#update ul{
  margin: 50px auto 0;
  padding: 0;
  width: 1000px;
  list-style: none;
  text-align: center;
}
#update ul li{
  margin: 20px 0 0 0;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: left;
  display: flex;
  font-size: 18px;
}
#update ul li .date{
  padding: 0;
  margin-right: 20px;
  flex-shrink: 0;
  color: var(--main-color);
}
#update ul li p{
  margin: 0;
  padding: 0;
}
@media screen and (max-width:1040px) {
  #update ul{
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #update ul li{
    padding: 20px;
    flex-direction: column;
    font-size: 16px;
  }
}
/* summary */
#summary{
}
#summary dl{
  display: flex;
  justify-content: center;
  align-items: center;
}
#summary dt{
  flex-shrink: 0;
}
#summary dt img{
  filter: drop-shadow(0px 0px 10px rgba(58,148,207,0.7));
}
#summary dd{
  color: #FFFFFF;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.25rem); /* 20 - 16 */
  font-weight: 500;
  line-height: 2.5;
  text-align: left;
  letter-spacing: 0.08em;
}
#summary dd .em{
  margin: 0;
  font-size: clamp(1.25rem, 0.833rem + 2.08vw, 1.875rem); /* 30 - 20 */
}
#summary dd .em span.wave{
  font-size: clamp(1.875rem, 1.125rem + 3.75vw, 3rem); /* 48 - 30 */
  color: #ffff00;
  display: inline-block;
  line-height: 1;
  padding-bottom: 0.5em;
  background: url("../../../../img/usr/80th/matsuri/waveline.svg?") left bottom repeat-x;
  background-size: auto;
}
@media screen and (max-width:1000px) {
    #summary dl{
      flex-direction: column;
    }
    #summary dt{
      margin: 0 30px;
      flex-shrink: none;
    }
    #summary dd{
      margin: 10px 0 0 0;
    }
}
/* schedule */
#schedule{
}
#schedule .day1{
  margin-bottom: clamp(1.25rem, 0.833rem + 2.08vw, 1.875rem); /* 30 - 20 */
}
#schedule .head{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
#schedule .head h4{
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 50px 20px 30px 20px;
}
#schedule .head h4 .day{
  font-size: clamp(1.625rem, 1.208rem + 2.08vw, 2.25rem); /* 36 - 26 */
  line-height: 1;
}
#schedule .head h4 .day span{
  font-size: clamp(2.5rem, 1.667rem + 4.17vw, 3.75rem); /* 60 - 40 */
}
#schedule .head h4 .time{
  display: inline-block;
  font-size: clamp(1.25rem, 1.083rem + 0.83vw, 1.5rem); /* 24 - 20 */
  font-weight: 500;
  background-color: #FFFFFF;
  line-height: 1;
  margin: 10px 10px 0 10px;
  padding: 5px 20px 8px;
  border-radius: 17px;
  color: var(--sub-color);
  letter-spacing: 0.08em;
}
#schedule .box{
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width:800px) {
    #schedule .head{
      flex-direction: column;
      align-items: center;
    }
    #schedule .head h4{
      margin: 30px 0 20px 0;
    }
    #schedule .btn_pdf{
      margin-bottom: 20px;
    }
}
/* event */
#event{
}
#event p.txt{
  margin-top: 50px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.25rem); /* 20 - 16 */
  letter-spacing: 0.08em;
}
#event dl{
  margin-top: 30px;
  display: flex;
  width: 100%;
  border-radius: 20px;
  letter-spacing: 0.08em;
}
#event dl dt{
  flex-shrink: 0;
  padding: 40px;
  width: 280px;
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 1.5rem); /* 24 - 18 */
  font-weight: 500;
  color: var(--main-color);
  background-color: #bce7f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 20px 0 0 20px;
  text-align: left;
}
#event dl dt.exhibition{
  align-items: center;
}
#event dl dt .plan{
  display: inline-block;
  background-color: var(--main-color);
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.708rem + 0.83vw, 1.125rem); /* 18 - 14 */
  margin-bottom: 3px;
  padding: 3px 10px;
  border-radius: 2px;
}
#event dl dd{
  margin: 0;
  padding: 40px;
  width: calc(100% - 280px);
  font-size: clamp(0.875rem, 0.708rem + 0.83vw, 1.125rem); /* 18 - 14 */
  background-color: #FFFFFF;
  text-align: left;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
    #event p.txt{
      margin-top: 30px;
      text-align: left;
    }
    #event dl{
      margin-top: 20px;
      display: flex;
      flex-direction: column;
    }
    #event dl dt{
      flex-shrink: none;
      padding: 20px;
      width: 100%;
      align-items: center;
      border-radius: 20px 20px 0 0;
    }
    #event dl dd{
      padding: 20px;
      width: 100%;
      border-radius: 0 0 20px 20px;
    }
}
/* ticket */
#ticket{
}
#ticket .sec_title{
  font-size: clamp(1.375rem, 0.792rem + 2.92vw, 2.25rem)!important; /* 36 - 22 */
}
#ticket p.txt{
  margin-top: 50px;
  text-align: left;
  color: #FFFFFF;
  font-weight: 500;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.25rem); /* 20 - 16 */
  letter-spacing: 0.08em;
}
#ticket p.em{
  margin-top: 20px;
  text-align: left;
  font-weight: 700;
  color: #ffff99;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.25rem); /* 20 - 16 */
  letter-spacing: 0.08em;
}
#ticket p.ticket{
  margin-top: 20px;
  text-align: left;
  font-weight: 700;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.25rem); /* 20 - 16 */
  letter-spacing: 0.08em;
}
#ticket p.ticket a{
  color: #FFFFFF;
  border-bottom: solid 1px;
}
#ticket ul{
  margin: 50px auto;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
}
#ticket ul li{
  width: 31.33%;
  margin: 0 1% 2% 1%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #231815;
  letter-spacing: 0.08em;
}
#ticket ul li a{
  color: #231815;
  transition: .5s;
}
#ticket ul li a:hover{
  opacity: 0.4;
}
#ticket ul li .date{
  padding: 3px clamp(0.625rem, 0.208rem + 2.08vw, 1.25rem) 5px clamp(0.625rem, 0.208rem + 2.08vw, 1.25rem); /* 20 - 10 */
  background-color: var(--point-color);
  text-align: left;
  font-size: clamp(0.875rem, 0.708rem + 0.83vw, 1.125rem); /* 18 - 14 */
  font-weight: 500;
}
#ticket ul.day2 li .date{
  background-color: #33ffff;
}
#ticket ul li .date .day{
  margin-right: 10px;
}
#ticket ul li .date .day span{
  font-size: clamp(1.25rem, 0.833rem + 2.08vw, 1.875rem); /* 30 - 20 */
  font-weight: 700;
}
#ticket ul li h4{
  margin: 0;
  padding: 15px clamp(0.625rem, 0.208rem + 2.08vw, 1.25rem) 20px clamp(0.625rem, 0.208rem + 2.08vw, 1.25rem); /* 20 - 10 */
  text-align: left;
  font-size: clamp(0.875rem, 0.708rem + 0.83vw, 1.125rem); /* 18 - 14 */
  font-weight: 500;
}
@media screen and (max-width:800px) {
    #ticket ul li{
      width: 48%;
      margin: 0 1% 2% 1%;
    }
    #contents #ticket .box_shadow{
      box-shadow: 0px 0px 5px 2px rgba(58, 148, 207, 0.5);
    }
}
@media screen and (max-width:420px) {
    #ticket ul li{
      width: 100%;
      margin: 0 0 20px 0;
    }
}
/* goods */
#goods{
}
#goods .photo{
  margin: clamp(1.875rem, 1.042rem + 4.17vw, 3.125rem) auto 30px; /* 50 - 30 */
  background-color: #FFFFFF;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#goods .photo span{
  color: var(--main-color);
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.875rem, 0.625rem + 6.25vw, 3.75rem); /* 60 - 30 */
}
#goods .note{
  margin: clamp(1.875rem, 1.042rem + 4.17vw, 3.125rem) 0 0 0; /* 50 - 30 */
  padding: 0;
  list-style: none;
  font-size: clamp(0.75rem, 0.667rem + 0.42vw, 0.875rem); /* 14 - 12 */
  color: #FFFFFF;
  letter-spacing: 0.08em;
  text-align: left;
}
#goods .note li{
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.08em;
}
#goods .list{
  margin: clamp(1.875rem, 1.042rem + 4.17vw, 3.125rem) 0 0 0; /* 50 - 30 */
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: center;
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.125rem); /* 18 - 16 */
  color: #FFFFFF;
  letter-spacing: 0.08em;
  text-align: left;
}
#goods .list li{
  margin: 0 20px;
  width: 50%;
  text-align: center;
}
#goods .list li p{
  margin-top: 20px;
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.125rem); /* 18 - 16 */
  color: #FFFFFF;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width:420px) {
    #goods .list{
    flex-direction: column;
    }
    #goods .list li{
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    }
}
/* access */
#access{
}
#access .map{
  margin-top: clamp(1.875rem, 1.042rem + 4.17vw, 3.125rem); /* 50 - 30 */
  background-color: #e9eaef;
}
#access .map iframe{
  vertical-align: bottom;
  height: clamp(18.75rem, 6.25rem + 62.5vw, 37.5rem); /* 600 - 300 */
}
#access dl{
  margin: 0;
  padding: clamp(1.25rem, 0.833rem + 2.08vw, 1.875rem); /* 30 - 20 */
  background-color: #FFFFFF;
  text-align: left;
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.125rem); /* 18 - 16 */
}
#access dt{
  margin-top: 20px;
  font-weight: 700;
}
#access dt:first-child{
  margin-top: 0;
}
#access dd{
  margin-top: 10px;
  margin-left: 1em;
}
/* contact */
#contact{  
}
#contact .box{
  border:solid 2px #FFFFFF;
  padding: clamp(1.25rem, 0.833rem + 2.08vw, 1.875rem); /* 30 - 20 */
  text-align: center;
  color: #FFFFFF;
}
#contact .box h3{
  margin: 0;
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 1.5rem); /* 24 - 18 */
  font-weight: 700;
}
#contact .box p{
  font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1rem); /* 16 - 14 */
  font-weight: 500;
  margin: 20px 0 0 0;
}
#contact .box p.note{
  padding-left: 1em;
  text-indent: -1em;
}
/* link_80th */
#link_80th{
  margin: 0 auto;
  width: 280px;
  transition: .5s;
}
#link_80th a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: var(--main-color);
  border: solid 2px #FFFFFF;
  transition: .5s;
}
#link_80th a:hover{
  background-color: var(--sub-color);
}
#link_80th img{
  margin-left: 20px;
}
#link_80th p{
  padding-right: 20px;
  font-size: 14px;
  border-right:solid 1px #6381bc;
}
#link_80th .arrow{
  margin-right: 20px;
  position: relative;
  display: inline-block;
  width: 11.5px;
  height: 30px;
}
#link_80th .arrow::before,
#link_80th .arrow::after{
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 19px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}
#link_80th .arrow::before{
  transform: rotate(60deg);
}
#link_80th .arrow::after{
  transform: rotate(-60deg);
}
@media screen and (max-width:380px) {
    #link_80th{
      width: 100%;
    }
}
/* footer */
#footer{
  margin: clamp(3.75rem, 2.083rem + 8.33vw, 6.25rem) auto 0; /* 100 - 60 */
  padding: 0 0 30px;
  text-align: center;
}
#footer a{
  color: #FFFFFF;
}
#footer .sns{
  margin: 0 auto;
  padding: 0 clamp(0.938rem, 0.313rem + 3.13vw, 1.875rem); /* 30 - 15 */
  max-width: clamp(15.625rem, 9.792rem + 29.17vw, 24.375rem); /* 390 - 250 */
  height: clamp(2.5rem, 1.667rem + 4.17vw, 3.75rem); /* 60 - 40 */
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #1f7ab6;
  border-radius: 30px;
}
#footer .sns li{
  margin: 10px;
  padding: 0;
}
#footer .sns li a{
  display: flex;
  align-items: center;
}
#footer .footer_logo{
  margin: clamp(1.875rem, 1.042rem + 4.17vw, 3.125rem) auto 0; /* 50 - 30 */
}
#footer .footer_logo img{
  width: clamp(6.875rem, 4.042rem + 14.17vw, 11.125rem); /* 178 - 110 */
}
#footer .contact{
  margin: 20px auto 0;
  font-size: 0.75rem;
  color: #FFFFFF;
}
#footer .contact a{
  border-bottom: solid 1px;
  padding-bottom: clamp(0rem, -0.083rem + 0.42vw, 0.125rem); /* 2 - 0 */
}
#footer .copyright{
  display: inline-block;
  margin: 10px auto 0;
  font-size: clamp(0.625rem, 0.542rem + 0.42vw, 0.75rem); /* 12- 10 */
  color: #FFFFFF;
}
/* pagetop */
#pagetop{
  position: fixed;
  right: 30px;
  bottom: 30px;
  margin: 0;
  z-index: 2;
  opacity: 0.9;
}
#pagetop a{
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 50%;
  background: var(--main-color);
  border: solid 1px #FFFFFF;
  top: 5px;
}
#pagetop a::before{
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  position: absolute;
  left: 14px;
  transform: rotate(-45deg);
  top: 15px;
}
@media screen and (max-width:800px) {
  #pagetop{
    right: 20px;
    bottom: 20px;
  }
}
