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

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  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.webp);
}

@media screen and (max-width: 1023px) {
  .wrapper::before {
    width: 100%;
    height: 2.17rem;
    background-size: 100% 100%;
    background-image: url(../img/cmn/bg_deco_sp.webp);
  }
}

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

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

a {
  color: #000;
}

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

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

@media screen and (min-width: 1024px) {
  .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.43rem 0;
  text-align: center;
  color: #fff;
}

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

.cmn_footer .wrap {
  margin-top: 0.22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_footer .policy a {
  font-size: 0.1rem;
  color: #fff;
  text-decoration: underline;
}

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

@media screen and (max-width: 1023px) {
  .cmn_footer {
    padding: 0.4rem 0.15rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .main_content {
    max-width: 100%;
  }
}

.fixed_area {
  position: fixed;
  top: 0;
  width: calc((100% - 390px) / 2);
}

@media screen and (max-width: 1023px) {
  .fixed_area {
    width: 100%;
    z-index: 100;
  }
}

.cmn_header .tit {
  height: 48.28vh;
}

.cmn_header .tit img {
  -o-object-position: bottom right;
     object-position: bottom right;
}

.cmn_header .date {
  height: 46.7vh;
  padding: 2.5vh 4.6vh 0;
}

.cmn_header .date img {
  -o-object-position: top right;
     object-position: top right;
}

@media screen and (max-width: 1023px) {
  .cmn_header .tit,
  .cmn_header .date {
    height: auto;
    padding: 0;
  }
}

.cmn_mv {
  height: 100svh;
}

@media screen and (max-width: 1023px) {
  .cmn_mv {
    padding-top: 0.2rem;
    position: static;
    height: auto;
    background-color: #fff;
  }
}

.cmn_menu {
  right: 0;
}

.cmn_menu::before {
  content: "";
  width: 3rem;
  height: 4.715rem;
  position: absolute;
  z-index: -1;
  bottom: 2%;
  left: 23%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/fixed_deco.svg);
}

.cmn_menu .menu_inner {
  width: 100%;
  height: 100svh;
  padding-left: 14%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: auto;
}

@media screen and (min-width: 1024px) {
  .cmn_menu .global {
    opacity: 1 !important;
    display: block !important;
  }
}

.cmn_menu .lists li a {
  font-size: 0.18rem;
  color: #fff;
}

.cmn_menu .lists li:not(:first-of-type) {
  margin-top: 0.28rem;
}

.cmn_menu .sns_lists {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.2rem;
}

.cmn_menu .sns_lists li a img {
  width: 0.3rem;
}

@media (max-height: 485px) {
  .cmn_menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cmn_menu .global {
    height: 100%;
  }
  .cmn_menu .global nav {
    padding: 0.5rem 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .cmn_menu::before {
    content: none;
  }
  .cmn_menu .menu_inner {
    width: 100%;
    height: auto;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: auto;
  }
  .cmn_menu .global {
    width: 100%;
    height: 100vh;
    padding: 0.7rem 0 0.5rem;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #20aee5;
    position: relative;
    z-index: 1;
  }
  .cmn_menu .global::before, .cmn_menu .global::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .cmn_menu .global::before {
    width: 100%;
    height: 2.17rem;
    bottom: 0;
    left: 0;
    background-image: url(../img/cmn/bg_deco_sp.webp);
  }
  .cmn_menu .global::after {
    width: 2.2rem;
    height: 3.45rem;
    bottom: 0;
    right: 0;
    background-image: url(../img/cmn/fixed_deco.svg);
  }
  .cmn_menu .inner {
    padding: 0 0.6rem;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cmn_menu .lists li a {
    font-size: 0.18rem;
    color: #fff;
  }
  .cmn_menu .lists li:not(:first-of-type) {
    margin-top: 0.28rem;
  }
  .cmn_menu .sns_lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cmn_menu .hamburger {
    top: 0.05rem;
    right: 0.05rem;
    width: 0.4rem;
    height: 0.4rem;
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    position: fixed;
    z-index: 102;
    border-radius: 50%;
    background-color: #d4000b;
  }
  .cmn_menu .hamburger span {
    width: 0.2rem;
    height: 1px;
    position: absolute;
    right: calc(50% - 0.1rem);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #fff;
  }
  .cmn_menu .hamburger span:nth-of-type(1) {
    top: 0.15rem;
  }
  .cmn_menu .hamburger span:nth-of-type(2) {
    top: 0.2rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cmn_menu .hamburger span:nth-of-type(3) {
    top: 0.25rem;
  }
  .cmn_menu .hamburger.active span:nth-child(1) {
    top: 0.2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .cmn_menu .hamburger.active span:nth-child(3) {
    top: 0.2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cmn_menu .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
}

.cmn_contact {
  padding: 0.5rem 0.15rem 0.6rem;
  background-color: #ffce4c;
}

.cmn_contact .txt {
  margin: 0.46rem 0 0.2rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.5;
}

.cmn_contact .btn a {
  width: 100%;
  line-height: 0.55rem;
  text-align: center;
  display: block;
  font-weight: 900;
  border-radius: 1rem;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1024px) {
  .cmn_contact .btn a:hover {
    opacity: 1;
  }
}

.cmn_contact .btn .btn_txt {
  padding-left: 0.3rem;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmn_contact .btn .btn_txt .icon {
  width: 0.2rem;
  position: absolute;
  left: 0;
}

.cmn_contact .btn .btn_txt .icon img,
.cmn_contact .btn .btn_txt .icon svg {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  fill: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cmn_contact .btn.tel a {
  letter-spacing: 0.1em;
  background-color: #002376;
  border: 0.02rem solid #002376;
}

@media screen and (min-width: 1024px) {
  .cmn_contact .btn.tel a {
    pointer-events: none;
  }
  .cmn_contact .btn.tel a:hover {
    background-color: #fff;
  }
  .cmn_contact .btn.tel a:hover .btn_txt {
    color: #002376;
  }
  .cmn_contact .btn.tel a:hover .btn_txt .icon img,
  .cmn_contact .btn.tel a:hover .btn_txt .icon svg {
    fill: #002376;
  }
}

.cmn_contact .btn.tel .btn_txt .icon {
  top: calc(50% - 0.1rem);
}

.cmn_contact .btn.mail {
  margin-top: 0.1rem;
}

.cmn_contact .btn.mail a {
  background-color: #9b0001;
  border: 0.02rem solid #9b0001;
}

@media screen and (min-width: 1024px) {
  .cmn_contact .btn.mail a:hover {
    background-color: #fff;
  }
  .cmn_contact .btn.mail a:hover .btn_txt {
    color: #9b0001;
  }
  .cmn_contact .btn.mail a:hover .btn_txt .icon img,
  .cmn_contact .btn.mail a:hover .btn_txt .icon svg {
    fill: #9b0001;
  }
}

.cmn_contact .btn.mail .btn_txt .icon {
  top: calc(50% - 0.08rem);
}

.cmn_management {
  padding: 0.65rem 0 0.6rem;
  background-color: #fff;
}

.cmn_management .tit {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 900;
  color: #002376;
}

.cmn_management .carousel {
  margin: 0.2rem auto 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cmn_management .carousel > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 1024px) {
  .cmn_management .carousel:hover .group {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.cmn_management .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  padding-right: 0.05rem;
  will-change: transform;
  -webkit-animation: scrolling 35s linear infinite;
          animation: scrolling 35s linear infinite;
}

.cmn_management .mod_sponsor_lists {
  padding: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.cmn_management .mod_sponsor_lists li {
  width: auto;
  height: auto;
  margin: 0 0.05rem;
  overflow: visible;
}

.cmn_management .mod_sponsor_lists li.img {
  width: 1.5rem;
  height: 0.5rem;
  padding: 0 0.1rem;
}

.cmn_management .mod_sponsor_lists li .txt {
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: visible;
}

@-webkit-keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrolling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.cmn_management .link {
  margin-top: 0.15rem;
  text-align: center;
}

.cmn_management .link a {
  font-size: 0.14rem;
  color: #9b0001;
  text-decoration: underline;
}

.cmn_management .after {
  margin-top: 0.68rem;
}

.cmn_management .lists {
  margin-top: 0.22rem;
}

.cmn_management .lists dt,
.cmn_management .lists dd {
  text-align: center;
  font-size: 0.12rem;
  line-height: 1.5;
}

.cmn_management .lists dt:not(:first-of-type) {
  margin-top: 0.1rem;
}

.cmn_management .sns_lists {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.15rem;
}

.cmn_management .sns_lists li a img {
  width: 0.3rem;
}

.cmn_mv_sp {
  padding: 0.2rem 0 0;
  height: auto;
  background-color: #fff;
}

.noentry {
  margin-top: 2em;
  text-align: center;
}

/* --------------------------------------------------------------
   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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1024px) {
  .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;
}

.mod_under_mv {
  padding: 0.55rem 0.15rem 0.68rem;
  background-color: #fff;
  position: relative;
}

.mod_under_mv::before {
  content: "";
  width: 100%;
  height: 1.51rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/mod_under_mv_deco.webp);
}

.mod_sponsor_lists {
  padding: 0.4rem 0.2rem;
  border-radius: 0.2rem;
  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;
  background-color: #fff;
  gap: 0.2rem 0;
}

.mod_sponsor_lists li {
  width: 1.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.mod_sponsor_lists .txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.1;
  overflow: hidden;
  padding: 0 0.1rem;
}

.wp-pagenavi {
  margin-top: 0.4rem;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.3rem;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.05rem;
}

.wp-pagenavi a {
  font-size: 0.14rem;
  background-color: #fff;
  border: 1px solid #ffba00;
  color: #1a1311;
}

@media screen and (min-width: 1024px) {
  .wp-pagenavi a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .wp-pagenavi a:hover {
    opacity: 0.7;
  }
  .wp-pagenavi a:hover {
    background-color: #ffba00;
    border: 1px solid #ffba00;
    opacity: 1;
  }
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  padding: 0 0.1rem 0.04rem;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: 0.3rem;
  margin: 0 0.05rem;
  font-size: 0.14rem;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    background-color: #ffba00;
    border: 1px solid #ffba00;
    opacity: 1;
  }
}

.wp-pagenavi .current {
  font-size: 0.14rem;
  background-color: #ffba00;
  border: 1px solid #ffba00;
}

.post_content {
  margin-top: 0.2rem;
}

.post_content h1 {
  font-size: 0.2rem;
  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 2em;
  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;
  color: #d4000b;
}

.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 .main_content .about {
  padding: 0.1rem 0 0.6rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

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

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

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

.top_page .main_content .about .tit {
  text-align: center;
}

.top_page .main_content .about .tit img {
  width: 3.35rem;
}

.top_page .main_content .about .guest_lists {
  padding: 0.1rem 0.15rem 0;
  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 .about .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.webp);
}

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

.top_page .main_content .about .img01 {
  margin-top: 0.1rem;
  padding: 0 0.15rem;
  position: relative;
}

.top_page .main_content .about .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.webp);
}

.top_page .main_content .about .img02 {
  margin-top: 0.6rem;
  padding: 0 0.15rem;
}

.top_page .main_content .about .mod_btn {
  margin-top: 0.3rem;
}

.top_page .main_content .about .marche {
  padding: 0.34rem 0.15rem 0.3rem 0.2rem;
  margin: 0.6rem 0 0 0.15rem;
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #fff;
  position: relative;
}

.top_page .main_content .about .marche::before {
  content: "";
  width: 0.8rem;
  height: 1.385rem;
  position: absolute;
  top: 0.54rem;
  right: 0.15rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/marche_img.webp);
}

.top_page .main_content .about .marche .cat {
  font-size: 0.16rem;
  font-weight: 900;
}

.top_page .main_content .about .marche .tit {
  margin-top: 0.06rem;
  text-align: left;
  font-size: 0.24rem;
  font-weight: 900;
  color: #55ab9d;
}

.top_page .main_content .about .marche .tit .strong {
  color: #ffba00;
}

.top_page .main_content .about .marche .tit .num {
  font-size: 0.28rem;
}

.top_page .main_content .about .marche .txt {
  width: 2.4rem;
  margin-top: 0.3rem;
  line-height: 1.5;
  font-size: 0.14rem;
}

.top_page .main_content .about .marche .mod_btn {
  margin-top: 0.25rem;
}

.top_page .main_content .about .marche .mod_btn a {
  margin: 0 auto;
}

.top_page .main_content .information {
  padding: 0.5rem 0.15rem 0.6rem;
  background-color: #fff;
}

.top_page .main_content .information .lists {
  margin-top: 0.45rem;
}

.top_page .main_content .information .lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.top_page .main_content .information .lists li a::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0.12rem;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/btn_arrow_red.svg);
}

@media screen and (min-width: 1024px) {
  .top_page .main_content .information .lists li a:hover {
    opacity: 1;
  }
  .top_page .main_content .information .lists li a:hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.top_page .main_content .information .lists li:not(:first-of-type) {
  margin-top: 0.2rem;
}

.top_page .main_content .information .lists .img {
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.top_page .main_content .information .lists .img img {
  overflow: hidden;
  border-radius: 0.1rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.top_page .main_content .information .lists .txt {
  width: 2.2rem;
  padding: 0.15rem 0 0.25rem;
  font-size: 0.14rem;
}

.top_page .main_content .information .lists .date {
  font-size: 0.14rem;
  color: #707070;
}

.top_page .main_content .information .lists .tit {
  margin-top: 0.08rem;
  line-height: 1.5;
}

.top_page .main_content .information .mod_btn {
  margin-top: 0.3rem;
}

.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 .access {
  padding: 0.55rem 0.15rem 0.58rem;
  background-color: #fff;
}

.top_page .main_content .access .item:not(:first-of-type) {
  margin-top: 0.45rem;
}

.top_page .main_content .access .tit {
  padding: 0.3rem 0.2rem 0.3rem 0.55rem;
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1.33;
  position: relative;
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: #9bdbf7;
}

.top_page .main_content .access .tit::before {
  content: "";
  width: 0.26rem;
  height: 0.41rem;
  position: absolute;
  top: calc(50% - 0.205rem);
  left: 0.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/tit_deco.svg);
}

.top_page .main_content .access .pdf {
  width: 100%;
  display: block;
  border-radius: 0 0 0.2rem 0.2rem;
  position: relative;
}

.top_page .main_content .access .pdf .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #df0011;
}

.top_page .main_content .access .pdf .icon img {
  width: 0.2rem;
  height: 0.2rem;
}

.top_page .main_content .access .pdf.disabled {
  pointer-events: none;
}

.top_page .main_content .access .item01 {
  border-bottom: 0.02rem solid #f5f5f5;
}

.top_page .main_content .access .item02 .content {
  border-left: 0.02rem solid #f5f5f5;
  border-right: 0.02rem solid #f5f5f5;
  border-bottom: 0.02rem solid #f5f5f5;
  padding: 0.3rem 0.15rem;
}

.top_page .main_content .access .item02 .txt {
  font-size: 0.14rem;
  line-height: 1.5;
}

.top_page .main_content .access .item02 .cat {
  margin: 0.3rem 0 0.1rem;
  font-weight: 900;
  color: #9b0001;
}

.top_page .main_content .access .item02 .lists {
  margin-top: 0.1rem;
}

.top_page .main_content .access .item02 .lists li {
  padding-left: 1em;
  font-size: 0.12rem;
  line-height: 1.5;
  color: #df0011;
  position: relative;
}

.top_page .main_content .access .item02 .lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.top_page .main_content .access .mod_btn {
  margin-top: 0.4rem;
}

.top_page .main_content .access .mod_btn a {
  padding: 0.06rem 0;
  font-size: 0.14rem;
  line-height: 1.25;
}

.top_page .main_content .access .mod_btn a .icon {
  width: 0.14rem;
  height: 0.14rem;
  top: calc(50% - 0.07rem);
  right: 0.2rem;
}

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

.top_page .main_content .insta {
  padding: 0.18rem 0.15rem 0.4rem;
  background-color: #9bdbf7;
}

/* information
--------------------------------------------------------------*/
.information_page .main_content .information {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.information_page .main_content .information .lists li a {
  padding: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
}

.information_page .main_content .information .lists li a::after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0.2rem;
  right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/btn_arrow_red.svg);
}

@media screen and (min-width: 1024px) {
  .information_page .main_content .information .lists li a:hover {
    opacity: 1;
  }
  .information_page .main_content .information .lists li a:hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.information_page .main_content .information .lists li:not(:first-of-type) {
  margin-top: 0.1rem;
}

.information_page .main_content .information .lists .img {
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.information_page .main_content .information .lists .img img {
  overflow: hidden;
  border-radius: 0.1rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.information_page .main_content .information .lists .txt {
  width: 2.1rem;
  padding: 0.15rem 0 0.4rem;
  font-size: 0.14rem;
}

.information_page .main_content .information .lists .date {
  font-size: 0.14rem;
  color: #707070;
}

.information_page .main_content .information .lists .tit {
  margin-top: 0.05rem;
  line-height: 1.5;
}

.information_page .main_content .information .mod_btn {
  margin-top: 0.4rem;
}

/* information詳細
--------------------------------------------------------------*/
.information_detail_page .main_content .information {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.information_detail_page .main_content .information .content {
  padding: 0.32rem 0.15rem;
  border-radius: 0.2rem;
  background-color: #fff;
}

.information_detail_page .main_content .information .date {
  font-size: 0.14rem;
  color: #535252;
}

.information_detail_page .main_content .information .tit {
  margin: 0.03rem 0 0.2rem;
  font-size: 0.2rem;
  font-weight: 900;
  line-height: 1.5;
}

.information_detail_page .main_content .information .img img {
  width: 100%;
}

.information_detail_page .main_content .pager {
  margin-top: 0.4rem;
  height: 0.2rem;
  position: relative;
}

.information_detail_page .main_content .pager .pager_btn {
  top: 0;
  position: absolute;
}

.information_detail_page .main_content .pager .pager_btn a {
  font-size: 0.14rem;
  position: relative;
}

.information_detail_page .main_content .pager .pager_btn a::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/btn_arrow_red.svg);
}

.information_detail_page .main_content .pager .pager_btn.prev {
  left: 0;
}

.information_detail_page .main_content .pager .pager_btn.prev a {
  padding-left: 0.25rem;
}

.information_detail_page .main_content .pager .pager_btn.prev a::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.information_detail_page .main_content .pager .pager_btn.next {
  right: 0;
}

.information_detail_page .main_content .pager .pager_btn.next a {
  padding-right: 0.25rem;
}

.information_detail_page .main_content .pager .pager_btn.next a::before {
  right: 0;
}

.information_detail_page .main_content .mod_btn {
  margin-top: 0.4rem;
}

/* 協賛企業
--------------------------------------------------------------*/
.sponsor_page .main_content .sponsor {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.sponsor_page .main_content .sponsor .mod_btn {
  margin-top: 0.4rem;
}

/* event一覧
--------------------------------------------------------------*/
.event_page .main_content .event {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.event_page .main_content .event .date_lists {
  margin: 0 0.15rem;
  padding: 0.24rem 0.45rem 0.24rem 0.85rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.14rem;
  background-color: #fff;
  position: relative;
}

.event_page .main_content .event .date_lists::before {
  content: "";
  width: 0.2rem;
  height: 0.22rem;
  position: absolute;
  top: calc(50% - 0.11rem);
  left: 0.47rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/calendar_icon.svg);
}

.event_page .main_content .event .date_lists li a {
  color: #535252;
  text-decoration: underline;
}

.event_page .main_content .event .date_lists li a.current {
  color: #1a1311;
  pointer-events: none;
}

.event_page .main_content .event .lists {
  margin: 0.4rem 0.15rem 0;
}

.event_page .main_content .event .lists li:not(:first-of-type) {
  margin-top: 0.2rem;
}

.event_page .main_content .event .lists li a {
  display: block;
}

@media screen and (min-width: 1024px) {
  .event_page .main_content .event .lists li a:hover {
    opacity: 1;
  }
  .event_page .main_content .event .lists li a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.event_page .main_content .event .lists .img {
  width: 3.3rem;
  height: 2.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.14rem 0.14rem 0 0;
  border: 1px solid #fff;
}

.event_page .main_content .event .lists .img::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  z-index: 1;
  bottom: 0.07rem;
  right: 0.14rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/arrow.svg);
}

.event_page .main_content .event .lists .img img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.event_page .main_content .event .lists .date {
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  font-size: 0.14rem;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffba00;
}

.event_page .main_content .event .lists .date::before {
  content: "";
  width: 0.144rem;
  height: 0.16rem;
  position: absolute;
  top: calc(50% - 0.08rem);
  left: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/calendar_icon.svg);
}

.event_page .main_content .event .lists .txt {
  padding: 0.17rem 0.15rem 0.3rem;
  border-radius: 0 0 0.14rem 0.14rem;
  background-color: #fff;
}

.event_page .main_content .event .lists .tit {
  font-size: 0.2rem;
  font-weight: 900;
  line-height: 1.2;
}

.event_page .main_content .event .lists .child_lists {
  margin-top: 0.15rem;
  padding-left: 0.3rem;
  position: relative;
}

.event_page .main_content .event .lists .child_lists::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.03rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/clock_icon.svg);
}

.event_page .main_content .event .lists .child_lists li {
  line-height: 1.5;
}

.event_page .main_content .event .lists .child_lists li:not(:first-of-type) {
  margin-top: 0;
}

.event_page .main_content .event .lists .child_txt {
  margin-top: 0.15rem;
  padding-left: 0.3rem;
  line-height: 1.5;
  position: relative;
}

.event_page .main_content .event .lists .child_txt::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.03rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/clock_icon.svg);
}

.event_page .main_content .event .mod_btn {
  margin-top: 0.4rem;
}

/* event詳細
--------------------------------------------------------------*/
.event_detail_page .main_content .event {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.event_detail_page .main_content .event .img {
  position: relative;
}

.event_detail_page .main_content .event .img img {
  width: 100%;
  border-radius: 0.14rem 0.14rem 0 0;
}

.event_detail_page .main_content .event .date {
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  font-size: 0.14rem;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffba00;
}

.event_detail_page .main_content .event .date::before {
  content: "";
  width: 0.144rem;
  height: 0.16rem;
  position: absolute;
  top: calc(50% - 0.08rem);
  left: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/calendar_icon.svg);
}

.event_detail_page .main_content .event .txt {
  padding: 0.18rem 0.15rem;
  border-radius: 0 0 0.14rem 0.14rem;
  background-color: #fff;
}

.event_detail_page .main_content .event .tit {
  font-size: 0.2rem;
  font-weight: 900;
  line-height: 1.2;
}

.event_detail_page .main_content .event .child_lists {
  margin: 0.17rem 0 0.25rem;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}

.event_detail_page .main_content .event .child_lists::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.14rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/clock_icon.svg);
}

.event_detail_page .main_content .event .child_lists li {
  line-height: 1.5;
}

.event_detail_page .main_content .event .child_txt {
  margin: 0.17rem 0 0.25rem;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  line-height: 1.5;
  position: relative;
}

.event_detail_page .main_content .event .child_txt::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.14rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/event/clock_icon.svg);
}

.event_detail_page .main_content .event .mod_btn {
  margin-top: 0.4rem;
}

/* marche
--------------------------------------------------------------*/
.marche_page .main_content .marche {
  padding: 0.6rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.marche_page .main_content .marche .tit {
  padding-left: 0.64rem;
  font-weight: 900;
  font-size: 0.14rem;
  position: relative;
}

.marche_page .main_content .marche .tit::before {
  content: "";
  width: 0.44rem;
  height: 0.76rem;
  position: absolute;
  top: calc(50% - 0.38rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/marche_img.webp);
}

.marche_page .main_content .marche .tit .strong {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
  display: block;
  color: #ad0003;
}

.marche_page .main_content .marche .lists {
  margin-top: 0.43rem;
  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.16rem 0;
}

.marche_page .main_content .marche .lists li {
  width: 1.72rem;
  border-radius: 0.14rem;
  background-color: #fff;
}

.marche_page .main_content .marche .lists .img {
  width: 1.72rem;
  height: 1.72rem;
}

.marche_page .main_content .marche .lists .img img {
  border-radius: 0.14rem 0.14rem 0 0;
  border: 1px solid #fff;
}

.marche_page .main_content .marche .lists .txt {
  padding: 0.12rem 0.1rem 0.2rem;
  border-radius: 0 0 0.14rem 0.14rem;
  background-color: #fff;
}

.marche_page .main_content .marche .lists .list_tit {
  font-weight: 900;
  line-height: 1.35;
}

.marche_page .main_content .marche .lists .list_name {
  margin-top: 0.05rem;
  padding-left: 0.23rem;
  font-weight: 900;
  line-height: 1.3;
  font-size: 0.14rem;
  position: relative;
}

.marche_page .main_content .marche .lists .list_name::before {
  content: "";
  width: 0.18rem;
  height: 0.16rem;
  position: absolute;
  top: 0.03rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/marche/store_icon.svg);
}

.marche_page .main_content .marche .lists .list_desc {
  margin-top: 0.07rem;
  padding-top: 0.1rem;
  font-size: 0.12rem;
  line-height: 1.5;
  border-top: 1px solid #d1d1d1;
}

.marche_page .main_content .marche .mod_btn {
  margin-top: 0.4rem;
}

/* exhibition詳細
--------------------------------------------------------------*/
.exhibition_page .main_content .exhibition {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.exhibition_page .main_content .exhibition .map {
  margin-bottom: 0.6rem;
}

.exhibition_page .main_content .exhibition .map .pdf {
  width: 100%;
  height: 3.6rem;
  display: block;
  position: relative;
}

.exhibition_page .main_content .exhibition .map .pdf .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #df0011;
}

.exhibition_page .main_content .exhibition .map .pdf .icon img {
  width: 0.2rem;
  height: 0.2rem;
}

.exhibition_page .main_content .exhibition .map .pdf.disabled {
  pointer-events: none;
}

.exhibition_page .main_content .exhibition .ac {
  background-color: #fff;
  border-radius: 0.14rem;
}

.exhibition_page .main_content .exhibition .ac:not(:first-of-type) {
  margin-top: 0.2rem;
}

.exhibition_page .main_content .exhibition .ac .parent,
.exhibition_page .main_content .exhibition .ac .child {
  padding: 0 0.2rem;
}

.exhibition_page .main_content .exhibition .ac .parent {
  cursor: pointer;
  position: relative;
  border-radius: 0.14rem;
}

.exhibition_page .main_content .exhibition .ac .parent::before, .exhibition_page .main_content .exhibition .ac .parent::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9b0001;
}

.exhibition_page .main_content .exhibition .ac .parent::before {
  top: 50%;
  right: 0.28rem;
  width: 0.14rem;
  height: 0.02rem;
}

.exhibition_page .main_content .exhibition .ac .parent::after {
  right: 0.34rem;
  width: 0.02rem;
  height: 0.14rem;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.exhibition_page .main_content .exhibition .ac .parent.active::after {
  height: 0;
}

.exhibition_page .main_content .exhibition .ac .txt {
  display: block;
  padding: 0.28rem 0.4rem 0.28rem 0.37rem;
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1.33;
  position: relative;
}

.exhibition_page .main_content .exhibition .ac .txt::before, .exhibition_page .main_content .exhibition .ac .txt::after {
  content: "";
  position: absolute;
}

.exhibition_page .main_content .exhibition .ac .txt::before {
  width: 0.26rem;
  height: 0.41rem;
  top: calc(50% - 0.205rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/tit_deco.svg);
}

.exhibition_page .main_content .exhibition .ac .txt::after {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.02rem solid #ffba00;
  border-radius: 50%;
  top: calc(50% - 0.15rem);
  right: 0;
}

.exhibition_page .main_content .exhibition .ac .child {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.7s ease max-height;
  transition: 0.7s ease max-height;
  border-radius: 0 0 0.14rem 0.14rem;
}

.exhibition_page .main_content .exhibition .ac .child .img {
  text-align: center;
}

.exhibition_page .main_content .exhibition .ac .lists {
  padding: 0.19rem 0 0.3rem;
  border-top: 1px solid #d1d1d1;
}

.exhibition_page .main_content .exhibition .ac .lists dt,
.exhibition_page .main_content .exhibition .ac .lists dd {
  padding-left: 0.23rem;
  font-size: 0.14rem;
  line-height: 1.5;
}

.exhibition_page .main_content .exhibition .ac .lists dt {
  font-weight: 900;
  position: relative;
}

.exhibition_page .main_content .exhibition .ac .lists dt::before {
  content: "";
  position: absolute;
  height: 0.16rem;
  top: calc(50% - 0.08rem);
  left: 0.02rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.exhibition_page .main_content .exhibition .ac .lists dt:not(:first-of-type) {
  margin-top: 0.14rem;
}

.exhibition_page .main_content .exhibition .ac .lists dt.booth::before {
  width: 0.128rem;
  background-image: url(../img/exhibition/booth_icon.svg);
}

.exhibition_page .main_content .exhibition .ac .lists dt.store::before {
  width: 0.18rem;
  background-image: url(../img/exhibition/store_icon.svg);
}

.exhibition_page .main_content .exhibition .ac .lists dt.address::before {
  width: 0.18rem;
  background-image: url(../img/exhibition/address_icon.svg);
}

.exhibition_page .main_content .exhibition .ac .lists dt.tel::before {
  width: 0.16rem;
  background-image: url(../img/exhibition/tel_icon.svg);
}

.exhibition_page .main_content .exhibition .ac .lists dt.link::before {
  width: 0.16rem;
  background-image: url(../img/exhibition/link_icon.svg);
}

.exhibition_page .main_content .exhibition .ac .lists dd {
  margin-top: 0.04rem;
}

.exhibition_page .main_content .exhibition .ac .lists dd a {
  color: #ad0003;
  text-decoration: underline;
}

.exhibition_page .main_content .exhibition .mod_btn {
  margin-top: 0.4rem;
}

/* map
--------------------------------------------------------------*/
.map_page .main_content .map {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.map_page .main_content .map .item:not(:first-of-type) {
  margin-top: 0.4rem;
}

.map_page .main_content .map .tit {
  padding: 0.3rem 0.2rem 0.3rem 0.55rem;
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1.33;
  position: relative;
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: #fff;
}

.map_page .main_content .map .tit::before {
  content: "";
  width: 0.26rem;
  height: 0.41rem;
  position: absolute;
  top: calc(50% - 0.205rem);
  left: 0.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cmn/tit_deco.svg);
}

.map_page .main_content .map .pdf {
  width: 100%;
  height: 3.6rem;
  display: block;
  border-radius: 0 0 0.2rem 0.2rem;
  position: relative;
}

.map_page .main_content .map .pdf .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #df0011;
}

.map_page .main_content .map .pdf .icon img {
  width: 0.2rem;
  height: 0.2rem;
}

.map_page .main_content .map .pdf.disabled {
  pointer-events: none;
}

.map_page .main_content .map .pdf .img {
  border-left: 0.02rem solid #f5f5f5;
  border-right: 0.02rem solid #f5f5f5;
  border-bottom: 0.02rem solid #f5f5f5;
}

.map_page .main_content .mod_btn {
  margin-top: 0.4rem;
}

/* contact
--------------------------------------------------------------*/
.contact_page .main_content .contact {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.contact_page .main_content .contact .form_wrap {
  padding: 0.35rem 0.2rem 0.4rem;
  border-radius: 0.2rem;
  background-color: #fff;
}

.contact_page .main_content .contact .lists dt {
  margin-bottom: 0.11rem;
  font-size: 0.14rem;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_page .main_content .contact .lists dt .req {
  width: 0.3rem;
  line-height: 0.2rem;
  text-align: center;
  font-size: 0.1rem;
  color: #fff;
  background-color: #df0011;
}

.contact_page .main_content .contact .lists dt:not(:first-of-type) {
  margin-top: 0.21rem;
}

.contact_page .main_content .contact .lists input[type="text"],
.contact_page .main_content .contact .lists input[type="email"],
.contact_page .main_content .contact .lists input[type="tel"],
.contact_page .main_content .contact .lists textarea {
  width: 100%;
  padding: 0.1rem;
  border: 1px solid #d1d1d1;
  font-size: 0.16rem;
}

.contact_page .main_content .contact .lists input[type="text"],
.contact_page .main_content .contact .lists input[type="email"],
.contact_page .main_content .contact .lists input[type="tel"] {
  height: 0.4rem;
}

.contact_page .main_content .contact .lists textarea {
  min-height: 3rem;
}

.contact_page .main_content .contact .lists .wpcf7-not-valid-tip {
  font-size: 0.12rem;
  margin-top: 0.05rem;
  color: #df0011;
}

.contact_page .main_content .contact .btn {
  margin-top: 0.2rem;
  text-align: center;
}

.contact_page .main_content .contact .btn a {
  font-size: 0.12rem;
  color: #9b0001;
  text-decoration: underline;
}

.contact_page .main_content .contact .submit_btn {
  margin-top: 0.2rem;
  text-align: center;
}

.contact_page .main_content .contact .submit_btn input {
  width: 2.4rem;
  height: 0.4rem;
  border: 0.02rem solid #9b0001;
  text-align: center;
  font-weight: bold;
  font-size: 0.16rem;
  border-radius: 1rem;
  color: #fff;
  background-color: #9b0001;
}

@media screen and (min-width: 1024px) {
  .contact_page .main_content .contact .submit_btn input:hover {
    opacity: 1;
    color: #9b0001;
    background-color: #fff;
  }
}

.contact_page .main_content .contact .submit_btn .wpcf7-spinner {
  display: none;
}

.contact_page .main_content .contact .mod_btn {
  margin-top: 0.4rem;
}

/* privacy
--------------------------------------------------------------*/
.privacy_page .main_content .mod_tit .en {
  white-space: nowrap;
}

.privacy_page .main_content .privacy {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.privacy_page .main_content .privacy .content {
  padding: 0.4rem 0.15rem;
  border-radius: 0.2rem;
  background-color: #fff;
}

.privacy_page .main_content .privacy .f_txt {
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
  line-height: 2;
}

.privacy_page .main_content .privacy .tit {
  font-weight: 900;
  line-height: 1.5;
}

.privacy_page .main_content .privacy .tit:not(:first-of-type) {
  margin-top: 0.16rem;
}

.privacy_page .main_content .privacy .txt {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  line-height: 2;
}

.privacy_page .main_content .privacy .lists li {
  padding-left: 1em;
  font-size: 0.14rem;
  line-height: 2;
  position: relative;
}

.privacy_page .main_content .privacy .lists li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
}

.privacy_page .main_content .privacy .mod_btn {
  margin-top: 0.4rem;
}

/* error
--------------------------------------------------------------*/
.error_page .main_content .error {
  padding: 0.4rem 0.15rem 0.6rem;
  background-color: #9bdbf7;
}

.error_page .main_content .error .txt {
  line-height: 1.5;
}

.error_page .main_content .error .mod_btn {
  margin-top: 0.4rem;
}
/*# sourceMappingURL=style.css.map */