@charset "utf-8";
/* ========================== 共通 ========================== */
@font-face {
  font-family: 'avenir';
  src: url('font/avenir.ttc') format('ttc');
  
  font-family: 'nevis';
  src: url('font/nevis.ttf') format('ttf');
}
/* p,h1,h2,ul,li,a,th,td{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
} */
body{
  color: #1A1A1A;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* ========================== lp =========================== */
.header-buyticket {
  display: none;
}
.header-logo-lg {
  position: relative;
  top: -3px;
}
.wrapper {
  padding-top: 58px;
}
.header {
  height: 0;
}
.header-menu {
  position: relative;
  z-index: -1;
  top: -155px;
}
.header-logo {
  top: 0;
}
.header-utility {
  background: rgb(132, 184, 203);
}
.header-buyticket {
  display: none;
}
.contents-lp,
.contents-lp * {
  position: relative;
}
.contents-lp {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contents-lp a,
.contents-lp * a {
  text-decoration: none;
  transition: 0.3s;
}
.contents-lp img {
  max-width: 100%;
  height: auto;
}
.contents-lp a {
  opacity: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contents-lp a:hover {
  opacity: 0.6;
}
.contents-lp a img {
  pointer-events: none;
}
.contents-lp .container {
  max-width: 1200px;
  margin: 0 auto;
}
.contents-lp .is-pc {
  display: none;
}
.reserve_btn{
  width: 358.5px;
  margin: 0 auto;
}


/* ========================= main ========================== */
.contents-lp-main {
  background: rgb(104,195,255);
  background: linear-gradient(90deg, rgba(104,195,255,1) 19%, rgba(0,81,192,1) 100%);
  padding: 60px 0;
  margin: 0 auto;
}
.contents-lp-main .main {
  margin: 0 auto;
}
.contents-lp-main .main-in img{
  width: min(65%, 870.0801px);
}
.contents-lp-main .main-in h1 {
  margin: 0;
}


/* ========================= point ========================== */
#point{
  padding: 70px 0 90px;
}
#point .point_title{
  width: fit-content;
  margin: 0 auto;
}
#point .point_title h2{
  font-size: 33px;
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 0 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
#point .point_wrapper hr{
  width: 45%;
  margin-top: -25px;
  position: relative;
}
#point .point_items{
  margin: 70px 0 60px;
  display: flex;
  justify-content: center;
  gap: 55px;
}
#point .point_items .point_item{
  border: 1px solid #333;
  padding: 5px;
  width: min(372px, 100%);
  position: relative;
}
#point .point_items .point_item::before{
  content: "";
  width: 118.5981px;
  height: 23.7196px;
  display: inline-block;
  background: #fff;
  position: absolute;
  transform: translate(-50%, -100%);
  top: 3%;
  left: 50%;
  z-index: 1;
}
#point .point_items .point_number{
  position: absolute;
  transform: translate(-50%, -50%);
  top: -1%;
  left: 50%;
  font-size: 36px;
  z-index: 1;
  display: flex;
  align-items: baseline;
}
#point .point_items .point_number::before{
  content: "";
  display: inline-block;
  width: 64.7226px;
  height: 21.4326px;
  background-image: url(../img/point.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
#point .point_items .point_number p{
  font-family: avenir;
}
#point .point_items .point_item .point_inner{
  background-color: #F2ECE5;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#point .point_items .point_item.point01 .point_inner{
  padding: 20px 0;
}
#point .point_items .point_item .point_inner p{
  line-height: 1.4;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
#point .point_items .point_item .point_inner p span{
  color: #1B60A3;
  font-size: 30px;
  font-weight: 700;
}


/* ===================== price ===================== */
#price{
  background: #F2ECE5;
  padding: 0 0 90px;
}
#price .price_wrapper{
  position: relative;
}
#price .price_wrapper:nth-child(2){
  margin-top: 65px;
}
#price .price_title{
  background-color: #1B60A3;
  color: #fff;
  padding: 15px 0 73px;
}
#price .price_title h2{
  font-size: 34px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
#price .price_set .price_title{
  background-color: #67C2F4;
}
#price .price_container{
  background: #fff;
  border-radius: 9px;
  padding: 20px;
  width: min(1000px,90%);
  margin: -60px auto 0;
  position: relative;
}
#price .price_container .img_box{
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  right: 10%;
  width: min(106.7636px, 100%);
}
#price .price_container .price_contents{
  display: flex;
  justify-content: center;
}

#price .price_container .price_contents .price_content{
  padding: 0 10px 0;
  border-right: 1px solid #D9D9D9;
  width: calc(100% / 3);
}
#price .price_container .price_contents .price_content:first-child{
  padding: 0 10px 0 0;
}
#price .price_container .price_contents .price_content:last-child{
  padding: 0 0 0 10px;
  border-right: unset;
}
#price .price_container .price_contents .price_content table{
  width: 100%;
}
#price .price_container .price_contents .price_content table tbody tr th{
  background-color: #1B60A3;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 15px;
}
#price .price_container .price_contents .price_content table tbody tr th span{
  font-size: 16px;
}
#price  .price_set  .price_container .price_contents .price_content table tbody tr th{
  background-color: #67C2F4;
}
#price .price_container .price_contents .price_content table tbody tr:nth-child(2){
  border-top: 15px solid transparent;
}
#price .price_container .price_contents .price_content table tbody tr td{
  width: 50%;
}
#price .price_container .price_contents .price_content table tbody tr td:nth-child(1){
  border-right: 1px dotted #8C8C8C;
}
#price .price_container .price_contents .price_content table tbody tr td span{
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
#price .price_container .price_contents .price_content table tbody tr td span.fs-s{
  font-size: 20px;
}
#price .price_container .price_contents .price_content table tbody tr td span.fs-m{
  font-size: 24px;
}
#price .price_container .price_contents .price_content table tbody tr td span.fs-l{
  font-size: 33px;
}
#price .price_container p{
  background: #F2ECE5;
  margin-top: 20px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
#price .price_container p span{
  font-size: 14px;
}


/* ----btn---- */
#price .reserve_btn{
  margin: 60px auto 0;
}

#price .advance_tickets_btn{
  font-size: 18px;
  color: #1A1A1A;
  margin-top: 20px;
}
#price .advance_tickets_btn span{
  border-bottom: 1px solid #000;
  margin-right: 5px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}


/* ↓コピーライト */
.contents-lp .copyright {
  color: #000;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}
.transparent {
  background: transparent;
} 
/**//*# sourceMappingURL=style.css.map */