@charset "UTF-8";
/*==================================================
$common
==================================================*/
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  /* scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin; */
}

.over_ray {
  position: fixed;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (min-width: 781px) {
  .over_ray {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .over_ray {
    display: none;
  }
}

.note > li {
  line-height: 1.4;
  padding-left: 1.3em;
  position: relative;
  margin: 4px 0;
}
.note > li small {
  font-size: 90%;
}
.note > li::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
  color: inherit !important;
  text-decoration: none !important;
}

.nopc {
  display: none !important;
}

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

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

::-webkit-scrollbar-button:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-corner {
  background-color: #999;
}

@media screen and (min-width: 781px) {
  .ul50x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul50x > a,
  .ul50x > li {
    margin-bottom: 4%;
    width: 48%;
  }
  .ul50x > a:not(:nth-child(2n)),
  .ul50x > li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 780px) {
  .ul50x {
    display: block;
  }
  .ul50x > li {
    margin: 3% 0;
  }
}

.c_dl_wp > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c_dl_wp > dl dt,
.c_dl_wp > dl dd {
  font-weight: bold;
  font-size: 18px;
  word-break: auto-phrase;
  line-height: 2.2;
}
.c_dl_wp > dl dt {
  color: #8597b4;
  width: 60%;
  padding-right: 10px;
}
.c_dl_wp > dl dd {
  width: 40%;
}
.c_dl_wp > dl dd.baio {
  line-height: 1.7;
  padding-bottom: 12px;
}
@media screen and (max-width: 780px) {
  .c_dl_wp > dl dt,
  .c_dl_wp > dl dd {
    line-height: 1.7;
  }
  .c_dl_wp > dl dd.baio {
    line-height: 1.7;
    padding-bottom: 0px;
  }
}

.contents main section.news {
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 3;
}
.contents main section.news .inner {
  width: 92%;
}
.contents main section.schedule {
  padding-top: 60px;
  padding-bottom: 70px;
}
.contents main section.member {
  padding-top: 70px;
  padding-bottom: 40px;
}
.contents main section.goods {
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .heading {
    margin-bottom: 20px;
  }
  .heading img {
    position: relative;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

.inner {
  width: 98%;
  max-width: 1045px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1045px) {
  .inner {
    width: 98%;
  }
}
.button_list {
  margin-bottom: 30px;
}
.button_list ul {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto 30px;
}
.button_list ul li {
  max-width: 300px;
  width: 48%;
}
.button_list ul li .modal_txt {
  display: none !important;
}
.button_list ul li a {
  width: 100%;
  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;
  position: relative;
  background: #1e3c69;
  color: #fff;
  min-height: 45px;
  border-radius: 100px;
  font-weight: bold;
}
.button_list ul li a::after {
  content: "";
  width: 20px;
  height: 13px;
  background: url(../img/icon_arrow_w.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .button_list > ul {
    display: block;
  }
  .button_list > ul > li {
    max-width: 300px;
    width: 78%;
    margin: 20px auto;
  }
}

/*==================================================
$header
==================================================*/
.burger,
.burger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.burger {
  width: 45px;
  height: 40px;
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 15;
  margin: auto;
  cursor: pointer;
}
@media screen and (min-width: 781px) {
  .burger {
    display: none;
  }
}
.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.burger span:nth-of-type(1) {
  top: 0;
}
.burger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.burger span:nth-of-type(3) {
  bottom: 0;
}
.burger.active span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(-30deg);
  transform: translateY(18px) rotate(-30deg);
}
.burger.active span:nth-of-type(2) {
  opacity: 0;
}
.burger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-18px) rotate(30deg);
  transform: translateY(-18px) rotate(30deg);
}
@media screen and (max-width: 500px) {
  .burger {
    width: 26px;
    height: 24px;
    top: 20px;
    right: 18px;
  }
  .burger > span {
    height: 2px;
  }
  .burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-30deg);
    transform: translateY(11px) rotate(-30deg);
  }
  .burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(30deg);
    transform: translateY(-11px) rotate(30deg);
  }
}

.logos {
  position: fixed;
  left: 60px;
  top: 30px;
  z-index: 8;
  max-width: 113px;
}
@media screen and (max-width: 780px) {
  .logos {
    left: 30px;
    top: 30px;
    max-width: 84px;
    display: inline-block;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  .logos {
    left: 25px;
    top: 25px;
    max-width: 64px;
  }
}

header nav {
  background-color: #1e3c69;
  right: 0;
  top: 0;
  z-index: 10;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 781px) {
  header nav {
    padding: 33px 36px 33px 70px;
    border-radius: 0 0px 0 90px;
  }
  header nav ul {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header nav ul > li {
    margin: 0 15px;
    font-size: 0;
  }
  header nav ul > li a {
    display: inline-block;
  }
  header nav ul > li a img {
    position: relative;
  }
  header nav ul > li a img.news {
    max-width: 66px;
  }
  header nav ul > li a img.schedule {
    max-width: 121px;
  }
  header nav ul > li a img.member {
    max-width: 119px;
  }
  header nav ul > li a img.goods {
    max-width: 81px;
  }
}
@media screen and (max-width: 780px) {
  header nav {
    width: 124px;
    height: 124px;
    border-radius: 0 0 0 130px;
    max-height: 1000px;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  header nav {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 780px) {
  header nav ul {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    padding: 70px 10px 10px 70px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  header nav ul {
    padding: 60px 5% 8% 15%;
  }
}
@media screen and (max-width: 780px) {
  header nav ul > li {
    font-size: 0;
    margin: 60px 0;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  header nav ul > li {
    margin: 42px 0;
  }
}
@media screen and (max-width: 780px) {
  header nav ul > li > a {
    display: inline-block;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  header nav ul > li > a > img.news {
    width: 44%;
  }
  header nav ul > li > a > img.schedule {
    width: 74%;
  }
  header nav ul > li > a > img.member {
    width: 71%;
  }
  header nav ul > li > a > img.goods {
    width: 49%;
  }
}
@media screen and (max-width: 780px) {
  header nav.nos {
    border-radius: 0 0 0 450px;
    max-width: 456px;
    width: 57%;
    height: 96%;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  header nav.nos {
    max-height: 510px;
    height: 78%;
  }
}
@media screen and (max-width: 780px) {
  header nav.nos ul {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*==================================================
$main
==================================================*/
.main_image {
  padding: 160px 0 40px;
}
@media screen and (max-width: 500px) {
  .main_image {
    padding: 110px 0 10px;
  }
}
.main_image .logo {
  text-align: center;
  max-width: 522px;
  width: 80%;
  margin: 0 auto;
}
.main_image object {
  max-width: 100%;
  height: auto;
}

.logo_head {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/*==================================================
$news
==================================================*/
.news_list {
  max-width: 780px;
  width: 95%;
  margin: 0 auto 100px;
  max-height: 220px;
  overflow-y: auto;
}
.news_list ul {
  border-top: 1px dashed #7d99aa;
}
.news_list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px;
  border-bottom: 1px dashed #7d99aa;
}
.news_list ul li .date {
  font-size: 18px;
  color: #212121;
  width: 110px;
  min-width: 110px;
}
.news_list ul li .text {
  width: 100%;
  font-size: 18px;
}
.news_list ul li .text a {
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .news_list ul li {
    display: block;
  }
  .news_list ul li .date {
    color: #989797;
    display: block;
  }
  .news_list ul li .text {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .news_list {
    margin: 0 auto 40px;
  }
}

.news_attention_Wp {
  text-align: center;
}

.news_attention {
  display: block;
  width: 90%;
  max-width: 380px;
  margin: auto;
  text-indent: -1em;
  padding-left: 1em;
}

/*==================================================
$concept
==================================================*/
.concept .inner {
  background: #fdf7ec;
  padding: 65px 0;
  border-radius: 48px;
}
.concept .inner .inbox {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.concept .inner .inbox .mark {
  text-align: center;
  margin-bottom: 70px;
}
.concept .inner .inbox .text {
  background: url(../img/line.svg) repeat top left/11px 57px;
  width: 100%;
  min-height: 400px;
}
.concept .inner .inbox .text p {
  font-size: 19px;
  font-weight: bold;
  width: 90%;
  margin: auto;
  line-height: 3;
}

/*==================================================
$schedule
==================================================*/
.live_table {
  width: 100%;
  border: 1px solid #323232;
  border-collapse: collapse;
  font-size: 16px;
  background: #fff;
}
.live_table tbody tr {
  border: 1px solid #323232;
}
.live_table tbody tr:first-of-type th {
  background-color: #323232;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  vertical-align: middle;
  top: 0;
  left: 0;
}
.live_table tbody tr:first-of-type th:nth-of-type(4) {
  width: 100px;
}
.live_table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.live_table tbody tr td {
  border: 1px solid #323232;
  text-align: center;
  line-height: 1.6;
  padding: 10px 5px;
  vertical-align: middle;
}
.live_table tbody tr td a {
  text-decoration: underline;
  color: #0033ff;
}
.live_table tbody tr:nth-child(n + 2) td:nth-of-type(3) strong {
  font-weight: bold;
  font-size: 120%;
  line-height: 2;
}

.table_container2 > .box {
  margin: 20px 0;
  border: 1px solid #323232;
}
.table_container2 > .box > dl {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table_container2 > .box > dl:not(:last-child) > dt {
  border-bottom: 1px solid #ffffff;
}
.table_container2 > .box > dl:not(:last-child) > dd {
  border-bottom: 1px solid #323232;
}
.table_container2 > .box > dl > dt {
  background-color: #323232;
  text-align: center;
  color: #fff;
  width: 35%;
  padding: 7px;
}
.table_container2 > .box > dl > dd {
  width: 65%;
  padding: 7px;
}
.table_container2 > .box > dl > dd strong {
  line-height: 1.5;
}
.table_container2 > .box > dl > dd .sst {
  font-weight: bold;
  font-size: 120%;
}
.table_container2 > .box > dl > dd a {
  text-decoration: underline;
}
.table_container2 > .box > dl > dd.note_p {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table_container2 > .box > dl > dd.note_p > span {
  width: 50%;
  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;
}
.table_container2 > .box > dl > dd.note_p > span:nth-of-type(2) {
  border-left: solid 1px #323232;
}

.a_links {
  text-decoration: underline;
}

.schedule .contwpx {
  position: relative;
}
.schedule .contwpx::before {
  content: "";
  display: none !important;
  background-image: url(../img/treau_maki.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 161px;
  max-height: 427px;
  width: 13%;
  height: 427px;
  position: absolute;
  right: 2.5%;
  top: -427px;
  z-index: 2;
}
.schedule .contwpx .ticket_box {
  text-align: center;
}
.schedule .contwpx .ticket_box .ticket {
  display: inline-block;
  text-align: left;
}
.schedule .contwpx .ticket_box .ticket .chikehan {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.schedule .contwpx .ticket_box .ticket .txt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}
.schedule .contwpx .ticket_box .ticket .txt2 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}
.schedule .inbox {
  position: relative;
}
.schedule .inner {
  padding: 60px 0;
  width: 90%;
}
.schedule .inner > strong {
  display: block;
  max-width: 470px;
  width: 90%;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
}
.schedule .inner .komeko {
  margin-bottom: 40px;
  padding-top: 20px;
}
.schedule .inner .contact ul {
  margin-bottom: 20px;
}
.schedule .inner .contact ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.schedule .inner .contact ul li a {
  text-decoration: underline;
  color: #d71219;
}

#suceinp {
  overflow: auto;
  margin-bottom: 30px;
}

.incd_tb_wp .table_container {
  min-width: 900px;
}

.contwpx {
  background-color: #fff;
  max-width: 1420px;
  margin: 0 auto;
  width: 92%;
  border-radius: 21px;
}

.style4 {
  color: #0033ff;
}

.style5 {
  color: #ff0000;
}

/*==================================================
$member
==================================================*/
.member .contwpx .inner {
  padding: 60px 0;
  width: 90%;
}

/*==================================================
$goods
==================================================*/
.goods .inbox {
  position: relative;
}
.goods .inbox .inner {
  padding: 10px 0 80px;
  max-width: 1420px;
  width: 88%;
  margin: 0 auto;
}
.goods .comsonbox {
  padding: 60px 0 100px;
}

.goods_advance2 {
  padding-bottom: 20px;
}
.goods_advance2 .p1 {
  text-align: center;
  margin-top: 5px;
}
.goods_advance2 a {
  width: 100%;
  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;
  position: relative;
  background: #eae454;
  min-height: 45px;
  border-radius: 100px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 17px;
}
.goods_advance2 a.type2 {
  background: #3b688a;
  color: #fff;
}
.goods_advance2 a.type2::after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../img/icon_outlink_w.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.goods_advance2 a::after {
  content: "";
  width: 20px;
  height: 13px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.goods_advance {
  max-width: 242px;
  width: 98%;
  margin: -65px auto 35px;
}
.goods_advance a {
  width: 100%;
  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;
  position: relative;
  color: #fff;
  background: #9d714a;
  min-height: 45px;
  border-radius: 100px;
  font-weight: bold;
  /*margin-bottom: 20px;*/
  margin-bottom: 5px;
}
.goods_advance a::after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../img/icon_outlink_w.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.goods_advance p {
  text-align: center;
}

.item_list {
  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;
}
.item_list .abox {
  background: #fff;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 1.5%;
  border-radius: 26px;
  width: 23.5%;
  margin: 0 1% 1%;
}
@media screen and (max-width: 780px) {
  .item_list .abox {
    border-radius: 10px;
    width: 46%;
    margin: 0 2% 4%;
  }
}
.item_list .abox.andmora_wp {
  background: unset !important;
}
@media screen and (max-width: 780px) {
  .item_list .abox.andmora_wp {
    min-height: 100px;
  }
}
.item_list .abox.andmora_wp > .andmora {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.item_list .abox .image {
  max-width: 211px;
  margin: 4% auto 1%;
  position: relative;
  padding-bottom: 90.5%;
}
.item_list .abox .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
}
.item_list .abox .text {
  text-align: center;
  padding-bottom: 7%;
  padding-top: 1.5%;
}
.item_list .abox .text > p {
  font-size: min(4vw, 18px);
  line-height: 1.5;
}
.item_list .abox .text > small {
  font-size: min(3.4vw, 16px);
  line-height: 1.7;
  display: block;
  margin-top: 2%;
}
.item_list .plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: #f0ebe1;
  border-radius: 100px;
  display: none !important;
}
.item_list .plus::before,
.item_list .plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #000;
}
.item_list .plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*==================================================
$footer
==================================================*/
.totop {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 7;
}
.totop > a {
  position: relative;
  width: 156px;
  height: 117px;
  margin: auto;
  background-color: #1e3c69;
  border-radius: 110px 110px 0px 0px;
  display: block;
  text-align: center;
}
.totop > a > img {
  position: absolute;
  left: 50%;
  top: 45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .totop > a {
    width: 140px;
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .totop > a {
    width: 70px;
    height: 60px;
  }
  .totop > a > img {
    top: 25px;
    width: 19px;
  }
}

footer {
  position: relative;
  padding-top: 80px;
}
footer .inbox {
  position: relative;
}
footer .inbox .inner {
  color: #1e3c69;
  padding: 30px 0 60px;
}
footer .inbox .inner .sns {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 90px;
  max-width: 678px;
  margin: 0 auto 40px;
}
footer .inbox .inner .sns ul {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 450px;
  width: 100%;
  margin: auto;
  padding: 28px 0px;
}
footer .inbox .inner .sns ul li {
  text-align: center;
}
footer .inbox .inner .sns ul li a span {
  display: block;
  line-height: 1.5;
}
footer .inbox .inner .link {
  margin-bottom: 20px;
}
footer .inbox .inner .link ul {
  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;
}
footer .inbox .inner .link ul li {
  min-width: 190px;
  text-align: right;
  margin: 0 20px;
  font-weight: bold;
}
footer .inbox .inner .link ul li a::after {
  content: "";
  width: 19px;
  height: 15px;
  background: url(../img/icon_outlink.png) no-repeat center/contain;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  top: -3px;
  position: relative;
}
footer .inbox .inner > span {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.deco1 {
  position: absolute;
  left: -50px;
  top: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  max-width: 117px;
  width: 28%;
}

.deco2 {
  position: absolute;
  right: -30px;
  bottom: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  max-width: 115px;
  width: 28%;
}

.deco3 {
  position: absolute;
  left: 40px;
  top: -35px;
  cursor: pointer;
  display: block;
  z-index: 2;
  max-width: 94px;
  width: 24%;
}

@media screen and (max-width: 780px) {
  .deco1 {
    left: -2%;
    top: -6%;
  }
  .deco2 {
    right: -4%;
    bottom: -6%;
  }
  .deco3 {
    left: 40px;
    top: -35px;
  }
}
@media screen and (max-width: 500px) {
  .deco1 {
    left: -2%;
    top: -2%;
    width: 22%;
  }
  .deco2 {
    right: -4%;
    bottom: -2%;
  }
  .deco3 {
    left: 2%;
    top: -2%;
    width: 20%;
  }
}
.purupuru:hover {
  -webkit-animation: purupuru 0.8s linear 0s 1;
  animation: purupuru 0.8s linear 0s 1;
}

@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*==================================================
$modal
==================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  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;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal_inbox {
  max-width: 1045px;
  width: 98%;
  margin: auto;
  background: #fff;
  border-radius: 48px;
  padding: 40px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal .modal_inbox.ticket .modal_block {
  margin: 30px auto;
}
.modal .modal_inbox.attend .modal_block {
  margin: 30px auto;
}
.modal .modal_inbox .close {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: auto;
  z-index: 100;
}
.modal .modal_inbox .close::before,
.modal .modal_inbox .close::after {
  content: "";
  width: 60%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal_inbox .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal_inbox .head_text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.modal .modal_inbox div {
  margin: 50px auto 0;
}
.modal .modal_inbox .subhead_text {
  font-size: 20px;
  font-weight: bold;
  background: #e3e3e3;
  border-radius: 100px;
  max-width: 570px;
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
.modal .modal_inbox .modal_attention {
  display: block;
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
  max-width: 840px;
  width: 100%;
  margin-top: 20px;
}
.modal .modal_block {
  display: block;
  max-width: 840px;
  width: 100%;
  margin: auto;
}
.modal .modal_block.modal_block_x {
  max-height: calc(90vh - 80px);
  overflow-y: auto;
}

@media screen and (max-width: 840px) {
  .modal .modal_block {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .item_modal ul li {
    width: 100%;
    height: 100%;
    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;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .item_modal ul li.active {
    opacity: 1;
    pointer-events: auto;
  }
  .item_modal ul li .inblock {
    background: #fff;
    width: 98%;
    max-width: 1045px;
    border-radius: 48px;
    /* padding: 50px 2% 80px; */
    padding: 20px 2%;
    position: relative;
  }
  .item_modal ul li .inblock .inbox {
    position: relative;
    max-width: 840px;
    margin: auto;
    width: 100%;
    padding: 10px 0;
  }
  .item_modal ul li .inblock .inbox .name {
    display: block;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .item_modal ul li .inblock .inbox .place {
    position: absolute;
    top: 0;
    right: 2%;
    color: #f08a48;
    font-size: 22px;
    font-weight: bold;
  }
  .item_modal ul li .inblock .inbox p {
    text-align: center;
    margin-bottom: 30px;
  }
  .item_modal ul li .inblock .inbox .image {
    width: 90%;
    margin: auto;
  }
  .item_modal ul li .inblock .inbox .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .item_modal ul li .inblock .inbox .attention {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #888686;
    margin-top: 5px;
    line-height: 1.2;
  }
  .item_modal ul li .inblock .close {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    overflow: auto;
    z-index: 100;
  }
  .item_modal ul li .inblock .close::before,
  .item_modal ul li .inblock .close::after {
    content: "";
    width: 60%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .item_modal ul li .inblock .close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .item_modal ul li .inblock .arrow {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    cursor: pointer;
  }
  .item_modal ul li .inblock .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
  }
  .item_modal ul li .inblock .arrow.next {
    left: auto;
    right: 20px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .item_modal ul li:first-child .arrow.prev,
  .item_modal ul li:last-child .arrow.next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .item_modal ul li {
    width: 100%;
    height: 100%;
    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;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .item_modal ul li.active {
    opacity: 1;
    pointer-events: auto;
  }
  .item_modal ul li.active::before {
    position: absolute;
    content: "×";
    right: 13px;
    color: #fff;
    top: 10px;
    font-size: 16px;
  }
  .item_modal ul li .inblock {
    background: #fff;
    width: 98%;
    max-width: 1045px;
    border-radius: 10px;
    padding: 10px 0% 55px;
    position: relative;
  }
  .item_modal ul li .inblock .inbox {
    position: relative;
    max-width: 840px;
    margin: auto;
    width: 100%;
    padding: 5px 0;
  }
  .item_modal ul li .inblock .inbox .name {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    max-width: 300px;
    margin: 0 auto;
  }
  .item_modal ul li .inblock .inbox .place {
    display: block;
    color: #f08a48;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .item_modal ul li .inblock .inbox p {
    margin-bottom: 20px;
  }
  .item_modal ul li .inblock .inbox .image {
    width: 100%;
    margin: auto;
  }
  .item_modal ul li .inblock .inbox .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .item_modal ul li .inblock .inbox .attention {
    display: block;
    font-size: 12px;
    color: #888686;
    margin-top: 5px;
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
  }
  .item_modal ul li .inblock .close {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    overflow: auto;
    z-index: 100;
    display: none !important;
  }
  .item_modal ul li .inblock .close::before,
  .item_modal ul li .inblock .close::after {
    content: "";
    width: 60%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .item_modal ul li .inblock .close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .item_modal ul li .inblock .arrow {
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: auto;
    cursor: pointer;
  }
  .item_modal ul li .inblock .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
  }
  .item_modal ul li .inblock .arrow.next {
    left: auto;
    right: 10px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .item_modal ul li:first-child .arrow.prev,
  .item_modal ul li:last-child .arrow.next {
    display: none;
  }
}

/*tuiki20250204*/
.higoro {
  padding-bottom: 40px;
}

.wrap {
  background-position: center;
  overflow-x: hidden;
  background-color: #f5f6f6;
  border: solid 6px #1e3c69;
  position: relative;
}
.wrap::before {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 6px;
  background-color: #1e3c69;
  top: 0;
  left: 0;
  z-index: 5;
}

.deco_dgf1 {
  text-align: center;
  margin: -10px 0 20px;
}

.ichibu_senko {
  text-align: center;
  margin-bottom: 40px;
}
.ichibu_senko a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 16px;
}

.rela {
  position: relative;
}

.schedule .tit_wp .heading {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.goods .tit_wp .heading {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.goods .innerx {
  max-width: 1200px;
  margin: 0 auto;
  width: 98%;
}
.goods .note_wp {
  max-width: 875px;
  margin: 2% auto 5%;
  width: 98%;
}

.inner2 {
  width: 88%;
  max-width: 1045px;
  margin: auto;
}

.pT40 {
  padding-top: 40px;
}

.taisyogai {
  text-align: center;
  padding-top: 3px;
}
.taisyogai > em {
  background-color: #ffdbdb;
  color: #ff0000;
  display: inline-block;
  border-radius: 6px;
  font-size: 80%;
  padding: 3px 10px;
  font-weight: 500;
}

.sukekochi {
  text-align: center;
  margin-top: 50px;
}
.sukekochi > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: relative;
  background: #3b688a;
  color: #fff;
  min-height: 45px;
  border-radius: 100px;
  font-weight: bold;
  padding: 0 60px 0 60px;
}
.sukekochi > a::after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../img/icon_outlink_w.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media screen and (min-width: 781px) {
  .share_aside {
    position: fixed;
    text-align: center;
    width: 40px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
  }
  .share_aside .heading {
    margin: 0 auto;
    position: relative;
    content: url(../img/letshare_tate.svg);
  }
  .share_aside .heading h2 {
    display: none;
  }
  .share_aside .abox {
    padding-top: 10px;
  }
  .share_aside .abox > a {
    display: block;
    margin: 10px 0;
  }
}
@media screen and (max-width: 780px) {
  .share_aside .abox {
    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;
  }
  .share_aside .abox > a {
    display: block;
    margin: 0px 10px;
  }
  .share_aside .abox > a > img {
    width: 55px;
  }
}
@media screen and (max-height: 650px) {
  .item_modal ul li .inblock .inbox {
    max-height: 89vh;
    overflow-y: auto;
  }
}
.modalbtn_x {
  cursor: pointer;
}

.modalx {
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.modalx.active {
  opacity: 1;
  pointer-events: auto;
}
.modalx .modal_inboxx {
  background: #fff;
  border-radius: 48px;
  padding: 20px 2%;
  position: relative;
  max-width: 740px;
  width: 90%;
}
.modalx .modal_inboxx > .modal_blockx {
  margin: 0px auto 0;
}
.modalx .modal_inboxx > .modal_blockx .head_text {
  margin-bottom: 0;
}
.modalx .modal_inboxx > .modal_blockx .sun_img {
  max-height: calc(74vh - 10px);
  overflow-y: auto;
  width: 90%;
  max-width: 490px;
  margin: 0 auto;
}

.modaly {
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.modaly .modal_inboxxy {
  position: relative;
  max-width: 1040px;
  width: 90%;
  -webkit-transition-delay: 0.3;
  transition-delay: 0.3;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.modaly .modal_inboxxy > .modal_blocky {
  margin: 0px auto 0;
}
.modaly .modal_inboxxy > .modal_blocky .sun_img {
  max-height: 90vh;
  width: 100%;
  height: 90vh;
  margin: 0 auto;
  position: relative;
}
.modaly .modal_inboxxy > .modal_blocky .sun_img > .imgm {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 98%;
  margin: auto;
}
.modaly.active {
  opacity: 1;
  pointer-events: auto;
}
.modaly.active .modal_inboxxy {
  opacity: 1;
}

.close2 {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: auto;
  z-index: 100;
}
.close2::before,
.close2::after {
  content: "";
  width: 60%;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close2::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close3 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: auto;
  z-index: 100;
}
.close3::before,
.close3::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close3::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ukecyu {
  position: relative;
}
.ukecyu > em {
  position: absolute;
  background-color: #ff4040;
  color: #fff;
  font-size: 17px;
  padding: 2px 11px 2px 15px;
  display: block;
  border-radius: 30px;
  top: -29px;
  left: -109px;
}
.ukecyu > em::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  border-color: #ff4040 transparent transparent transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  right: 0;
  bottom: -8px;
}

.sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 13px;
  }
  .contents main section.news {
    padding-bottom: 20px;
  }
  .contents main section.member {
    padding-top: 10px;
  }
  .schedule .contwpx .ticket_box .ticket .chikehan {
    font-size: 15px;
  }
  .schedule .contwpx .ticket_box .ticket .txt {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
  }
  .c_dl_wp > dl {
    margin: 10px 0;
  }
  .c_dl_wp > dl > dt,
  .c_dl_wp > dl dd {
    font-weight: bold;
    font-size: 13px;
  }
  .share_aside .abox > a > img {
    width: 44px;
  }
  .member .hosoku {
    padding-top: 10px;
    text-align: left !important;
  }
  footer .inbox .inner .sns ul {
    width: 84%;
  }
  footer .inbox .inner .sns ul li > img {
    width: 30px;
  }
  footer .inbox .inner .link ul li {
    margin: 8px 0;
  }
  .news_list ul li {
    padding: 10px 0px 15px;
  }
  .news_list ul li .date {
    font-size: 12px;
  }
  .news_list ul li .text {
    font-size: 13px;
  }
  .news_attention {
    width: 100%;
    display: block;
    font-size: 93%;
  }
  .schedule .contwpx::before {
    width: 15%;
  }
  .schedule .contwpx .ticket_box {
    text-align: left;
  }
  .contents main section.schedule {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  footer {
    position: relative;
    padding-top: 10px;
  }
  .goods .comsonbox {
    padding: 40px 0 100px;
  }
  .goods .comsonbox img {
    width: 58%;
  }
  .contents main section.goods {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .wrap {
    border: solid 4px #1e3c69;
  }
  .wrap::before {
    height: 4px;
  }
  .schedule .inner {
    padding: 20px 0;
  }
  .schedule .contwpx .ticket_box .ticket .txt2 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
  }
}
/*20250917 tuiki*/
.goods .innerx.type2 {
  padding-top: 30px;
}
.goods .innerx .bimuwarp {
  border: solid 4px #eb5c01;
  border-radius: 26px;
  max-width: 740px;
  margin: 0 auto 45px;
  padding-bottom: 30px;
  overflow: hidden;
}
.goods .innerx .bimuwarp .beamuskora_titwp {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}
.goods .innerx .bimuwarp .beamuskora_tit {
  background-color: #eb5c01;
  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;
  padding: 5px 20px;
}
.goods .innerx .bimuwarp .beamuskora_tit::before {
  width: 96px;
  height: 40px;
  background-image: url(../img/beams_logo_w.svg);
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  display: block;
  margin-right: 15px;
  content: "";
}
.goods .innerx .bimuwarp .beamuskora_tit > span {
  font-size: min(4vw, 23px);
  color: #ffffff;
  font-weight: bold;
  word-break: auto-phrase;
  text-align: left;
  line-height: 1.3;
}
.goods .innerx .bimuwarp .item_list .abox {
  width: 38.53%;
}
.goods .innerx .bimuwarp .item_list .abox.ty_bm .image {
  padding-bottom: 77.5%;
}
.goods .innerx .bimuwarp .item_list .abox.ty_bm .text {
  position: relative;
  z-index: 2;
  padding-bottom: 10%;
}

.beamu_obi {
  background-color: #fce8db;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.beamu_obi::before {
  width: 60px;
  height: 30px;
  background-image: url(../img/beams_logo.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
.beamu_obi .txt {
  font-size: 90%;
  color: #eb5c02;
  line-height: 1.4;
  font-weight: bold;
  width: calc(100% - 80px);
}

@media screen and (max-width: 500px) {
  .goods .innerx .bimuwarp .beamuskora_tit::before {
    width: 74px;
    height: 30px;
    margin-right: 10px;
    content: "";
  }
  .goods .innerx .bimuwarp .beamuskora_tit {
    padding: 5px 10px;
  }
  .goods .innerx .bimuwarp {
    border: solid 4px #eb5c01;
    border-radius: 15px;
    max-width: 740px;
    margin: 0 auto 35px;
    padding-bottom: 18px;
  }
  .goods .innerx .bimuwarp .item_list .abox {
    width: 44.53%;
  }
  .goods .innerx .bimuwarp .beamuskora_tit > span {
    width: calc(100% - 115px);
    word-break: break-all;
  }
  .goods .innerx.type2 {
    padding-top: 10px;
  }
}
.itanirerumo {
  max-width: 90%;
  margin: 0 auto;
  font-size: 115%;
}
.itanirerumo .inner {
  max-width: 700px;
  margin: 30px auto 45px;
}
.itanirerumo .inner .ttt0 {
  padding-bottom: 5%;
}
.itanirerumo .inner .ttt0 > a {
  min-height: 45px;
  border-radius: 100px;
  font-weight: bold;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
  background-color: #1e3c69;
  color: #fff;
  text-decoration: unset;
  position: relative;
  padding: 8px 40px;
}
.itanirerumo .inner .ttt0 > a::after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../img/icon_outlink_w.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.itanirerumo .txtx {
  margin: 15px 0;
}
