@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h2 {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Kaisei Opti", serif;
  font-weight: normal;
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 2em 1em;
  padding: 0 2rem;
  text-align: center;
  color: #e8ce70;
}
h2::before, h2::after {
  position: absolute;
  top: 25px;
  display: block;
  width: 140px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
}
h2::before {
  left: -20px;
  background-image: url(../img/ttl_left.png);
}
h2::after {
  right: -20px;
  background-image: url(../img/ttl_right.png);
}
h2 span {
  position: relative;
  display: block;
}

h3 {
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #154996;
  line-height: 1;
  margin: auto;
  font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif;
}

img {
  width: 100%;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  background: #154996;
  /*background: rgba(255,255,255,.5);*/
  width: 750px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: #154996;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/main-bg.jpg") no-repeat top center fixed;
  background-size: cover;
  /*min-width: 750px;*/
  margin: 0 auto;
}

.btn {
  display: block;
  margin: 10px auto;
  padding: 20px;
  text-decoration: none;
  font-size: 30px;
  width: 98%;
  max-width: 500px;
  border-radius: 5px;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  color: #fff;
}
.btn_ticket {
  background: linear-gradient(35deg, rgba(222, 137, 27, 0.9), rgba(235, 178, 80, 0.9));
}

.top {
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top .hidden {
  display: none;
}

.top__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

.top__icon img {
  width: 80px;
}

.top__menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 750px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: rgba(66, 53, 48, 0.95);
}

.top__menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95px;
}
.top__menu ul li a {
  color: #fff;
  font-size: 1.4em;
}

.top__menu ul li img {
  width: 582px;
}

.top__menu ul li::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ffffff;
  width: 660px;
  position: relative;
  top: 16px;
}

.top__menu ul li:last-child:after {
  content: none;
}

.top_head {
  width: 100%;
  padding: 20px;
  background: #061440;
  text-align: center;
  color: #fdfcf3;
  font-size: 2.4rem;
  font-family: "Kaisei Opti", serif;
  font-weight: normal;
}

.kv_lead {
  background: url(../img/kv_stars_bg.png), url(../img/kv_lead_bg.png), linear-gradient(#22ad3a, #091c5c);
  background-blend-mode: normal, multiply, normal;
  background-position: top center, bottom center, center;
  background-size: 100%;
  background-repeat: no-repeat, no-repeat, repeat;
  text-align: center;
}
.kv_lead_txt {
  font-size: 2.4rem;
  font-family: "Kaisei Opti", serif;
  margin: 0;
  padding: 20px 0;
  line-height: 1.4;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(8, 112, 43, 0.4);
}

/* event */
.event {
  padding: 80px 0 180px;
  background: url(../img/hondana.png), linear-gradient(#425798, #091c5c);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
}
.event h2 {
  margin-top: -5px;
  margin-bottom: 30px;
}
.event_lead {
  text-align: center;
  margin: 30px 20px 50px;
  font-family: "Kaisei Opti", serif;
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
}
.event_list {
  width: 100%;
  margin: 20px 0;
}
.event_list li {
  display: flex;
  margin: 30px 0;
}
.event_list_img {
  width: 40%;
  margin: 0;
}
.event_list_img img {
  border-radius: 30px 0 0 30px;
}
.event_list_img img.left {
  border-radius: 0 30px 30px 0;
}
.event_list_detail {
  width: 60%;
  margin: 10px 0;
}
.event_list_detail h3 {
  color: #ede99d;
  padding: 0 10px 10px 20px;
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: 1px solid #999;
}
.event_list_txt {
  line-height: 1.6;
  color: #fff;
  padding: 20px;
  font-size: 1.4rem;
}

.flow {
  margin: -1px 0 0;
  padding: 80px 0 210px;
  background: url(../img/stars.png), url(../img/book_img01.png), url(../img/kyoryu.png), linear-gradient(#000, #091c5c);
  background-position: 60% bottom, 0% bottom, 100% bottom, center;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 180px, 300px, 160px, 100%;
  background-blend-mode: hard-light, normal, normal, normal;
}
.flow h2 {
  margin-top: 0;
}
.flow_list {
  color: #fff;
  width: 96%;
  margin: 20px auto 50px;
}
.flow_list li {
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  align-items: center;
}
.flow_list li h3 {
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e8ce70;
}
.flow_list li a {
  color: #eee;
}
.flow_list_img {
  width: 80px;
  margin: 10px 30px 10px 5px;
}
.flow_list_detail {
  width: calc(100% - 120px);
}
.flow_list_txt {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
.flow_list_txt span {
  font-size: 0.9em;
}

/* 開催概要　*/
.gaiyo {
  background: linear-gradient(#091c5c, rgba(0, 0, 0, 0.7));
  padding: 0 0 50px;
  margin-top: -2px;
}
.gaiyo_ttl {
  padding: 20px 0;
}
.gaiyo_ttl h2 {
  margin-top: 20px;
}
.gaiyo table {
  width: 98%;
  background: rgba(255, 255, 255, 0.7);
  margin: -1px 1% 0;
  font-size: 1.6rem;
}
.gaiyo table th {
  color: #fff;
  background: #425798;
  padding: 30px 10px 0;
  border-bottom: 1px dotted #999;
  white-space: nowrap;
  font-size: 1.3rem;
  vertical-align: top;
}
.gaiyo table td {
  padding: 20px 15px;
  border-bottom: 1px dotted #999;
  line-height: 1.6;
  font-size: 1.4rem;
}
.gaiyo table td p.small {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.gaiyo table td span.red {
  color: #000;
}

.price {
  padding: 50px 0 140px;
  background: url(../img/kacchu.png), url(../img/book_img02.png), url(../img/suisho.png), rgba(0, 0, 0, 0.7);
  background-position: 10% bottom, 86% 93%, 98% 90%, center;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 120px, 200px, 100px, 100%;
  background-blend-mode: normal;
  text-align: center;
}

.ticket {
  width: 98%;
  margin: 5px auto 10px;
}
.ticket_att {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}
.ticket li {
  width: 48%;
  margin: 20px auto 5px;
}
.ticket li a {
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  text-shadow: 1px 2px 3px #808080;
  background: linear-gradient(35deg, rgba(222, 137, 27, 0.9), rgba(235, 178, 80, 0.9));
}
.ticket li:hover {
  opacity: 0.8;
}

.qna {
  padding: 80px 0 50px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.qna .qna-container {
  padding: 0 30px 30px;
}

.qna .qna-wrapper {
  font-size: 1.4em;
  padding-top: 43px;
}

.qna .qna-question {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.qna .qna-question::after {
  content: "";
  display: inline-block;
  background-image: url("../img/qna-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 633px;
  height: 3px;
}

.qna .qna-question-inner {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #fff;
  padding-bottom: 7px;
}
.qna .qna-question-inner::before {
  content: "Q";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-right: 7px;
}

.qna .qna-question-inner h3 {
  width: 600px;
  line-height: 1.3;
}

.qna .qna-question-inner span {
  display: block;
}

.qna .qna-question-inner span img {
  width: 32px;
}

.qna .qna-answer {
  padding-top: 20px;
  padding-left: 70px;
  padding-bottom: 20px;
  line-height: 1.3;
}
.qna .qna-answer::before {
  content: "A";
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ede99d;
  font-weight: bold;
  text-align: center;
  padding: 7px;
  margin-left: -50px;
  margin-right: 5px;
  color: #333;
}

.qna .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

.not {
  text-align: center;
  padding: 0 0 50px;
}

.not_ttl {
  width: 300px;
  color: #ede99d;
  border-bottom: #ede99d 1px dotted;
  margin: 0 auto 20px;
  padding: 20px 10px;
  font-size: 1.8em;
  letter-spacing: 0.2em;
}
.not_ttl_lead {
  margin: 20px;
  font-size: 1.3em;
  color: #fff;
}

.not .not-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not .not-button {
  position: relative;
  cursor: pointer;
  padding-bottom: 30px;
}

.not .not-button img {
  width: 300px;
}

.not .not-button .not-arrow {
  position: absolute;
  width: 21px;
  right: 16px;
  top: 30px;
}

.not .not-detail {
  width: 90%;
  margin: 0 5% 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  text-align: left;
  color: #fff;
  padding: 30px 30px 50px;
}
.not .not-detail li {
  list-style-type: disc;
  margin: 15px;
  line-height: 1.4;
}
.not .not-detail li a {
  color: #eee;
}

.not .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

.share {
  background: url("../img/sns_logo.png"), linear-gradient(#091c5c, rgba(0, 0, 0, 0.7));
  background-repeat: no-repeat, repeat;
  padding: 100px 20px;
  background-position: 94% center, center;
  background-repeat: no-repeat, repeat;
  background-size: 340px, 100%;
  background-blend-mode: normal;
}
.share_txt {
  padding: 40px 10px 10px 60px;
  font-size: 1.1rem;
  color: #fff;
}

.share ul {
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 50%;
  background: linear-gradient(#425798, rgba(255, 255, 255, 0.1));
  border-radius: 20px;
}

.share ul img {
  width: 60px;
  margin: 10px 15px;
}

.label {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 10px 100px;
  text-align: center;
  position: relative;
}
.label::after {
  content: url(../img/stars.png);
  position: absolute;
  top: -20px;
  right: 50px;
}
.label_logo {
  width: 100%;
  max-width: 280px;
  margin: 20px auto;
}
.label p {
  text-align: left;
  padding: 10px 20px 40px;
  font-size: 1.2em;
  line-height: 1.6;
}
.label p.shusai {
  text-align: center;
  color: #fff;
  font-family: "Kaisei Opti", serif;
}
.label p.shusai span {
  font-size: 1.4em;
}

.label__banner {
  padding: 15px 44px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

.label__banner li {
  width: 690px;
}

.fixed-nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 99;
  display: none;
}

/*news*/
.news {
  padding: 2em 2em 3em;
  background: url(../img/news_bg.png), linear-gradient(#000, #091c5c);
  background-position: bottom center, center;
  background-size: 100%;
  background-repeat: no-repeat, repeat;
  line-height: 1.5;
  letter-spacing: 2px;
}

.news h2 {
  margin-top: 0.6em;
}

.news dl {
  margin-top: 20px;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.8);
}

.news dt {
  padding: 0 0 0.5em 0;
  font-weight: bold;
}

.news dd {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}

.news a {
  font-weight: bold;
}/*# sourceMappingURL=styles.css.map */