body {
  font-size: 0.16rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1a1311;
  background-color: #20aee5;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.16rem;
    min-width: 320px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.wrapper::before {
  content: "";
  width: 100%;
  height: 3.76rem;
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-size: 13.64rem 3.76rem;
  background-repeat: repeat-x;
  background-image: url(../img/cmn/bg_deco.png);
}

.container {
  max-width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.3rem);
  }
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
}

.objectfit.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cmn_footer {
  padding: 0.4rem 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.cmn_footer .txt {
  font-size: 0.12rem;
}

.cmn_footer small {
  margin-top: 0.3rem;
  display: block;
  font-size: 0.1rem;
}

.main_content {
  max-width: 3.9rem;
  margin: 0 auto;
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mod_btn a {
  width: 3rem;
  margin: 0 auto;
  line-height: 0.45rem;
  display: block;
  text-align: center;
  font-weight: 900;
  position: relative;
  border-radius: 1rem;
  border: 0.03rem solid #ffba00;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn a .icon {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mod_btn a .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  fill: #b80009;
}

@media screen and (min-width: 768px) {
  .mod_btn a:hover {
    opacity: 1;
    border: 0.03rem solid #b80009;
  }
  .mod_btn a:hover .icon {
    right: 0.04rem;
  }
  .mod_btn a:hover .icon svg {
    fill: #ffba00;
  }
}

.mod_btn.insta a::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/ig_icon.svg);
}

.mod_tit {
  padding-left: 0.49rem;
  position: relative;
}

.mod_tit::before {
  content: "";
  width: 0.382rem;
  height: 0.6rem;
  position: absolute;
  top: calc(50% - 0.23rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/tit_deco.svg);
}

.mod_tit .en {
  font-size: 0.4rem;
  font-weight: 900;
}

.mod_tit .ja {
  margin-top: 0.08rem;
  font-weight: 900;
  color: #002376;
}

.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post_content h1 {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h2 {
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h3 {
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h4 {
  font-size: 0.17rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h5 {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content h6 {
  font-size: 0.15rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.post_content p {
  margin: 0 0 3em;
  font-size: 0.14rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.post_content img {
  max-width: 100%;
  height: auto;
}

.post_content img.alignleft {
  float: left;
  display: block;
  margin: 0 1em 1em 0;
}

.post_content img.alignright {
  float: right;
  display: block;
  margin: 0 0 1em 1em;
}

.post_content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.post_content a {
  text-decoration: underline;
}

.post_content em {
  font-style: italic;
}

.post_content blockquote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol {
  margin: 1em 0 1em 1em;
}

.post_content ul li {
  list-style: outside disc;
}

.post_content ol li {
  list-style: outside decimal;
}

/* TOP
--------------------------------------------------------------*/
.top_page .mv {
  text-align: center;
  width: 100%;
  height: 100svh;
}

.top_page .mv .img {
  margin: 0 -2.4%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top_page .mv {
    height: auto;
  }
  .top_page .mv .img {
    margin: 0 -0.12rem;
  }
}

.top_page .main_content {
  position: relative;
}

.top_page .main_content::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  top: -100vh;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}

.top_page .main_content .sec01 {
  padding: 0.15rem 0 0.6rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.top_page .main_content .sec01::before, .top_page .main_content .sec01::after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
}

.top_page .main_content .sec01::before {
  height: calc(100% - 1.2rem);
  bottom: 0;
  left: 0;
  background-color: #9bdbf7;
}

.top_page .main_content .sec01::after {
  height: 0.24rem;
  top: 0.96rem;
  background-image: url(../img/top/main_content_deco01.png);
}

.top_page .main_content .sec01 .guest_lists {
  padding: 0 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.17rem 0;
  position: relative;
}

.top_page .main_content .sec01 .guest_lists::after {
  content: "";
  width: 1.9rem;
  height: 1.655rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec01_deco.png);
}

.top_page .main_content .sec01 .guest_lists li {
  width: 1.7rem;
}

.top_page .main_content .sec01 .img01 {
  padding: 0 0.15rem;
  position: relative;
}

.top_page .main_content .sec01 .img01::after {
  content: "";
  width: 1.9rem;
  height: 1.655rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec01_deco.png);
}

.top_page .main_content .sec01 .img02 {
  margin-top: 0.22rem;
  padding: 0 0.15rem;
}

.top_page .main_content .ticket {
  padding: 0.5rem 0.15rem 0.58rem;
  background-color: #ffe193;
}

.top_page .main_content .ticket .content {
  margin-top: 0.49rem;
  text-align: center;
}

.top_page .main_content .ticket .cat {
  font-size: 0.2rem;
  font-weight: 900;
}

.top_page .main_content .ticket .txt {
  margin-top: 0.14rem;
}

.top_page .main_content .ticket .txt img {
  width: 100%;
}

.top_page .main_content .ticket .notes {
  margin-top: 0.12rem;
  font-size: 0.12rem;
}

.top_page .main_content .ticket .mod_btn {
  margin-top: 0.42rem;
}

.top_page .main_content .sec02 {
  padding: 0.6rem 0.15rem;
  text-align: center;
  background-color: #fff;
}

.top_page .main_content .sec02 .tit .en {
  width: 1.4rem;
  margin: 0 auto 0.07rem;
  line-height: 0.27rem;
  text-align: center;
  color: #d4000b;
  font-weight: 900;
  border: 1px solid #d4000b;
}

.top_page .main_content .sec02 .tit .ja {
  font-size: 0.3rem;
  font-weight: 900;
  color: #002376;
}

.top_page .main_content .sec02 .cat {
  margin-top: 0.68rem;
  display: inline-block;
  font-size: 0.18rem;
  padding: 0.1rem;
  font-weight: 900;
  background-color: #ffba00;
}

.top_page .main_content .sec02 .txt {
  margin: 0.21rem 0;
  font-weight: 700;
  line-height: 1.5;
}

.top_page .main_content .sec02 .btn a {
  width: 100%;
  line-height: 0.6rem;
  display: block;
  font-weight: 900;
  border-radius: 0.08rem;
  color: #fff;
}

.top_page .main_content .sec02 .btn .btn_txt {
  padding-left: 0.3rem;
  position: relative;
}

.top_page .main_content .sec02 .btn .btn_txt::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top_page .main_content .sec02 .btn.tel a {
  letter-spacing: 0.1em;
  background-color: #002376;
}

@media screen and (min-width: 768px) {
  .top_page .main_content .sec02 .btn.tel a {
    pointer-events: none;
  }
}

.top_page .main_content .sec02 .btn.tel .btn_txt::before {
  width: 0.2rem;
  height: 0.2rem;
  top: calc(50% - 0.1rem);
  background-image: url(../img/top/tel_icon.svg);
}

.top_page .main_content .sec02 .btn.mail {
  margin-top: 0.1rem;
}

.top_page .main_content .sec02 .btn.mail a {
  background-color: #9b0001;
}

.top_page .main_content .sec02 .btn.mail .btn_txt::before {
  width: 0.2rem;
  height: 0.16rem;
  top: calc(50% - 0.08rem);
  background-image: url(../img/top/mail_icon.svg);
}

.top_page .main_content .sec02 .lists {
  margin-top: 0.33rem;
}

.top_page .main_content .sec02 .lists dt,
.top_page .main_content .sec02 .lists dd {
  text-align: left;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.5;
}

.top_page .main_content .sec02 .lists dt:not(:first-of-type) {
  margin-top: 0.2rem;
}
/*# sourceMappingURL=style.css.map */