/* ---------- reset --------- */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 500;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
/*
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FDF5E2;
}
@media screen and (max-width: 767px), print {
  body {
    min-width: initial;
  }
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active {
  color: #000;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

a, input[type=radio], input[type=checkbox], input[type=submit], button, select {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.nophoto {
  width: 58% !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* =============================================================

Wrapper

* ============================================================= */
.l-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100lvh;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

#js-wrapper {
  /*top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  //overflow-y: scroll;
  //-webkit-overflow-scrolling: touch;*/
}

.l-wrapper__inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 0%;
}

.pace-done .l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.l-wrapper.is-resizing * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 767px), print {
  .l-wrapper {
    min-width: 100%;
  }

  .l-wrapper__inner {
    display: block;
  }
}
/* =============================================================

Pace

* ============================================================= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background: #FDF5E2;
}

.pace.pace-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* =============================================================

  opening setting

* ============================================================= */
@-moz-keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home header,
.home .pokemon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.home.pace-done header,
.home.pace-done .pokemon {
  -moz-animation: fadeIn 0.3s ease-in-out 1s forwards;
  -webkit-animation: fadeIn 0.3s ease-in-out 1s forwards;
  animation: fadeIn 0.3s ease-in-out 1s forwards;
}

.logo-ttl {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.pace-done .logo-ttl {
  -moz-animation: bouncefadeIn 0.7s ease-in-out 1s forwards;
  -webkit-animation: bouncefadeIn 0.7s ease-in-out 1s forwards;
  animation: bouncefadeIn 0.7s ease-in-out 1s forwards;
}

/* =============================================================

  header

* ============================================================= */
header {
  width: 100%;
  height: 60px;
  background: #FFF;
  border-bottom: #707070 solid 3px;
  position: fixed;
  top: 0;
  z-index: 999;
}
header .logo {
  display: block;
  width: 67px;
  height: 40px;
  background: #FFF url(../img/logo_bussanten.webp) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  margin-right: 55px;
}
@media screen and (max-width: 767px), print {
  header .logo {
    width: 13.33vw;
    height: 7.9vw;
  }
}

.home header {
  padding: 10px 0 0;
}
@media screen and (max-width: 767px), print {
  .home header {
    padding: 1.6vw 0 0;
    height: 14vw;
    min-width: 100%;
  }
}
.home header .__inner {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .home header .__inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 4.5vw;
  }
}
@media screen and (max-width: 767px), print {
  .home .global-nav {
    display: none;
  }
}
.home .global-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .home .global-nav ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    -ms-overflow-style: none;
    /*IE,Edge*/
    scrollbar-width: none;
    /*Firefox*/
    padding: 0 4.6vw 0 0;
  }
  .home .global-nav ul::-webkit-scrollbar {
    /*chrome*/
    display: none;
  }
}
.home .global-nav li a {
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .home .global-nav li a {
    font-size: 1.2rem;
  }
}
.home .global-nav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.home .global-nav li.global-nav-item {
  white-space: nowrap;
}
@media screen and (max-width: 767px), print {
  .home .global-nav li.global-nav-item {
    flex-shrink: 0;
    min-width: 15px;
    min-width: 8.7vw;
    height: 10.25vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px), print {
  .home .global-nav li.global-nav-item:first-child {
    background: #FFF;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 767px), print {
  .home .global-nav li.global-nav-item:nth-child(2) {
    margin-left: 3vw;
  }
}
.home .global-nav li.global-nav-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px), print {
  .home .global-nav li.global-nav-item:not(:last-child) {
    margin-right: 4vw;
  }
}

.page header {
  padding: 10px 0 0;
}
@media screen and (max-width: 767px), print {
  .page header {
    padding: 2.3vw 0 0;
    height: 14vw;
  }
}
.page header .__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .page header .__inner {
    width: 100%;
    margin: 0;
    padding: 0 4.5vw;
  }
}
.page header .back a {
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px), print {
  .page header .back a {
    font-size: 1.2rem;
  }
}
.page header .back a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

footer {
  position: relative;
  padding: 100px 0 75px;
  border-top: #707070 solid 3px;
}
@media screen and (max-width: 767px), print {
  footer {
    padding: 24vw 6vw 18vw;
  }
}
footer .__inner {
  width: 100%;
  position: relative;
}
footer .pagetop {
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 98px;
  height: 96px;
}
@media screen and (max-width: 767px), print {
  footer .pagetop {
    top: -8vw;
    width: 16.41vw;
    height: 16.15vw;
  }
}
footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pagetop.svg) no-repeat 0 0;
  background-size: auto 100%;
  text-indent: -9999px;
}
footer .banner-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px), print {
  footer .banner-box {
    padding: 0 0 14vw;
  }
}
footer .banner-box img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 767px), print {
  footer .banner-box img {
    width: 100%;
    height: auto;
  }
}
footer .banner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px), print {
  footer .banner {
    padding: 0 0 14vw;
  }
}
footer .banner li a {
  display: block;
  margin: 0 10px;
}
@media screen and (max-width: 767px), print {
  footer .banner li a {
    margin: 0 2vw;
  }
}
footer .banner li a.b1 {
  width: 154px;
}
@media screen and (max-width: 767px), print {
  footer .banner li a.b1 {
    width: 32vw;
  }
}
footer .banner li a.b2 {
  width: 170px;
}
@media screen and (max-width: 767px), print {
  footer .banner li a.b2 {
    width: 35.89vw;
  }
}
footer .banner li a img {
  width: 100%;
  height: auto;
}
footer .banner li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
footer .credit {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2;
  padding: 0 0 25px;
}
@media screen and (max-width: 767px), print {
  footer .credit {
    padding: 0 0 6vw;
    font-size: 1.2rem;
  }
}
footer .copy {
  font-size: 1.2rem;
  line-height: 2.0;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  footer .copy {
    font-size: 1.0rem;
  }
}

/* =============================================================

Drawer

* ============================================================= */
.drawer-hamburger {
  display: none;
}
@media screen and (max-width: 767px), print {
  .drawer-hamburger {
    display: block;
    padding: 1.2vw 0 0;
  }
}

.l-header-hamburger {
  width: 8.7vw;
  height: 8vw;
  background: url(../img/d-open.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.is-drawer-open .l-header-hamburger {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: url(../img/d-close.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.navigation-box {
  display: block;
  width: 100%;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 8vw;
  right: 0;
  z-index: 998;
  background: #FFE5AC;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-drawer-open .navigation-box {
  border-bottom: #707070 solid 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  height: 124vw;
}

.global-nav-sp {
  padding: 18vw 0 0;
}
.global-nav-sp ul {
  width: 80%;
  margin: 0 auto;
  border-top: #707070 dotted 2px;
}
.global-nav-sp ul li {
  padding: 7vw 0;
  text-align: center;
  border-bottom: #707070 dotted 2px;
}
.global-nav-sp ul li a {
  font-size: 1.6rem;
  font-weight: 700;
}

.top-content-box.__about {
  background: #FFF url(../img/about_bk.webp) no-repeat bottom center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px), print {
  .top-content-box.__about {
    background: #FFF url(../img/about_bk-sp.webp) no-repeat center 10%;
    background-size: 100% auto;
  }
}
.top-content-box.__about2 {
  background: #FFE5AC;
}
.top-content-box.__info {
  background: url(../img/bk.webp) repeat center;
}
.top-content-box.__items {
  background: #FFF url(../img/items_bk.webp) repeat-y top center;
  background-size: 1344px auto;
}
@media screen and (max-width: 767px), print {
  .top-content-box.__items {
    background: #FFF url(../img/items_bk-sp.webp) no-repeat top center;
    background-size: 100% auto;
  }
}
.top-content-box.__shooting {
  background: url(../img/bk.webp) repeat center;
}
.top-content-box.__no__shooting {
  background: url(../img/bk.webp) repeat top center;
  height: 182px;
}
.top-content-box.__faq {
  background: #FFF url(../img/faq_bk.webp) repeat-y top center;
  background-size: 1283px auto;
}
@media screen and (max-width: 767px), print {
  .top-content-box.__faq {
    background: #FFF url(../img/faq_bk-sp.webp) no-repeat top center;
    background-size: 100% auto;
  }
}
.top-content-box.__banner {
  background: #FFF;
}
.top-content-box.__banner img {
  display: block;
  margin: 0 auto;
}
.top-content-box .__inner {
  padding: 150px 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__inner {
    padding: 20vw 6vw;
  }
}
.top-content-box h2 {
  font-size: clamp(3.4rem, calc(3.0rem + 0.625vw), 4.4rem);
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.02em;
  text-align: center;
}
.top-content-box h2.__yohaku {
  margin: 150px 0 50px;
}
@media screen and (max-width: 767px), print {
  .top-content-box h2.__yohaku {
    margin: 22.8vw 0 7.6vw;
  }
}
@media screen and (max-width: 767px), print {
  .top-content-box h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 7.6vw;
  }
}
.top-content-box h2 span {
  display: block;
  font-size: 1.8rem;
  padding: 15px 0 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box h2 span {
    font-size: 1.6rem;
    padding: 2vw 0 0;
  }
}
.top-content-box .txt-box {
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .top-content-box .txt-box {
    width: 100%;
  }
}
.top-content-box .txt-box p {
  font-size: 1.8rem;
  line-height: 2.0;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .top-content-box .txt-box p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
}
.top-content-box .pic-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: clamp(800px, 69.44vw, 1000px);
  margin: 60px auto 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box {
    display: block;
    width: 100%;
    margin: 10vw 0 0;
  }
}
.top-content-box .pic-box li {
  width: 30%;
}
@media screen and (max-width: 767px), print {
  .top-content-box .pic-box li {
    width: 100%;
  }
  .top-content-box .pic-box li img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
}
.top-content-box .link {
  padding: 35px 0 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .link {
    padding: 7.5vw 0 0;
  }
}
.top-content-box .link a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.top-content-box .link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.top-content-box .link .logo {
  width: 148px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .link .logo {
    width: 22vw;
  }
}
.top-content-box .link .logo img {
  width: 100%;
  height: auto;
}
.top-content-box .link .t {
  flex: 1;
  padding-left: 24px;
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .top-content-box .link .t {
    padding-left: 4.5vw;
    font-size: 1.5rem;
  }
}
.top-content-box .link .t span {
  font-weight: 500;
  display: block;
  text-decoration: underline;
}

.venue-lists {
  width: clamp(800px, 69.44vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .venue-lists {
    width: 100%;
  }
}
.venue-lists.__end li {
  background: #EDEDED;
}
.venue-lists li {
  width: 100%;
  background: #FFF;
  border: #000 solid 3px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .venue-lists li {
    padding: 7.5vw 6vw 8.5vw;
    display: block;
  }
}
.venue-lists li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .venue-lists li:not(:last-child) {
    margin-bottom: 6vw;
  }
}
.venue-lists li.next {
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}
.venue-lists li .thum {
  width: clamp(230px, 28.8%, 288px);
}
@media screen and (max-width: 767px), print {
  .venue-lists li .thum {
    width: 80%;
    margin: 0 auto;
  }
}
.venue-lists li .txt {
  flex: 1;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt {
    padding: 6.5vw 0 0;
    text-align: center;
  }
}
.venue-lists li .txt h3 {
  font-size: clamp(2.3rem, calc(2.0rem + 0.625vw), 2.8rem);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt h3 {
    font-size: 2.0rem;
    margin-bottom: 3.6vw;
  }
}
.venue-lists li .txt .day,
.venue-lists li .txt .place,
.venue-lists li .txt .time {
  font-size: clamp(1.9rem, calc(1.7rem + 0.625vw), 2.4rem);
  line-height: 1.6;
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt .day,
  .venue-lists li .txt .place,
  .venue-lists li .txt .time {
    font-size: 1.6rem;
    display: block;
  }
}
.venue-lists li .txt .day .td,
.venue-lists li .txt .place .td,
.venue-lists li .txt .time .td {
  flex: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.venue-lists li .txt .day .small,
.venue-lists li .txt .place .small,
.venue-lists li .txt .time .small {
  font-size: clamp(1.5rem, calc(1.3rem + 0.625vw), 1.6rem);
  display: block;
  margin-left: -7px;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt .day .small,
  .venue-lists li .txt .place .small,
  .venue-lists li .txt .time .small {
    font-size: 1.3rem;
  }
}
.venue-lists li .txt p {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt p {
    padding: 3.6vw 0 0;
    font-size: 1.4rem;
  }
}
.venue-lists li .txt .btn {
  padding: 20px 0 0;
  display: inline-block;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt .btn {
    padding: 6vw 0 0;
  }
}
.venue-lists li .txt .btn a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: auto;
  height: 56px;
  background: #FFC33C;
  border: solid 2px #000;
  padding: 0 25px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt .btn a {
    -moz-border-radius: 3vw;
    -webkit-border-radius: 3vw;
    border-radius: 3vw;
    width: 100%;
    height: 12vw;
    padding: 0 4vw;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
.venue-lists li .txt .btn a span {
  width: 24px;
  height: 24px;
  background: url(../img/arw.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-left: 17px;
}
@media screen and (max-width: 767px), print {
  .venue-lists li .txt .btn a span {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 3vw;
  }
}
.venue-lists li .txt .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.next-btn {
  background: #5F4533;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: #000 solid 3px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 500px;
  height: 80px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .next-btn {
    -moz-border-radius: 3vw;
    -webkit-border-radius: 3vw;
    border-radius: 3vw;
    padding: 4vw 0;
    width: 80%;
    height: auto;
  }
}
.next-btn .ttt {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .next-btn .ttt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.caption-box {
  width: clamp(800px, 69.44vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .caption-box {
    width: 100%;
  }
}
.caption-box p {
  padding: 50px 40px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px), print {
  .caption-box p {
    padding: 6vw 0 0;
    font-size: 1.2rem;
  }
}

.item-lists {
  width: clamp(800px, 69.44vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .item-lists {
    width: 100%;
  }
}
.item-lists li {
  width: 100%;
  border-bottom: #000 solid 3px;
  padding: 50px 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px), print {
  .item-lists li {
    padding: 7.5vw 6vw 8.5vw;
    display: block;
  }
}
.item-lists li:first-child {
  border-top: #000 solid 3px;
}
.item-lists li.__reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.item-lists li.__reverse .txt {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 767px), print {
  .item-lists li.__reverse .txt {
    padding: 6.5vw 0 0;
  }
}
.item-lists li .thum {
  width: clamp(340px, 42.4%, 400px);
}
@media screen and (max-width: 767px), print {
  .item-lists li .thum {
    width: 80%;
    margin: 0 auto;
  }
}
.item-lists li .thum img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.item-lists li .thum .cap {
  padding: 10px 0 0;
  font-size: 1.1rem;
  line-height: 1.4;
}
.item-lists li .txt {
  flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 767px), print {
  .item-lists li .txt {
    padding: 6.5vw 0 0;
    text-align: center;
  }
}
.item-lists li .txt h3 {
  font-size: clamp(2.3rem, calc(2.0rem + 0.625vw), 2.8rem);
  line-height: 1.4;
}
@media screen and (max-width: 767px), print {
  .item-lists li .txt h3 {
    font-size: 2.0rem;
    margin-bottom: 3.6vw;
    text-align: center;
  }
}
.item-lists li .txt p {
  padding: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px), print {
  .item-lists li .txt p {
    padding: 3.6vw 0 0;
    font-size: 1.4rem;
  }
}
.item-lists li .txt .btn {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px), print {
  .item-lists li .txt .btn {
    padding: 1vw 0 0;
    display: inline-block;
  }
}
.item-lists li .txt .btn a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 190px;
  height: 56px;
  background: #FFC33C;
  border: solid 2px #000;
  padding: 0 0 0 25px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .item-lists li .txt .btn a {
    -moz-border-radius: 3vw;
    -webkit-border-radius: 3vw;
    border-radius: 3vw;
    width: 100%;
    height: 12vw;
    padding: 0 4vw;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
.item-lists li .txt .btn a span {
  width: 24px;
  height: 24px;
  background: url(../img/arw.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-left: 20px;
}
@media screen and (max-width: 767px), print {
  .item-lists li .txt .btn a span {
    width: 5.6vw;
    height: 5.6vw;
    margin-left: 3vw;
  }
}
.item-lists li .txt .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.swiper {
  padding: 0 70px;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .swiper {
    padding: 0;
  }
}
.swiper .bk {
  width: 100%;
  height: 120px;
  background: #FFD48B;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px), print {
  .swiper .bk {
    height: 15vw;
  }
}

.swiper-wrapper {
  position: relative;
  transition-timing-function: linear;
}

.shooting-list-slider {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider {
    margin-bottom: 0;
  }
}
.shooting-list-slider.__greeting .swiper-slide {
  width: 14vw;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider.__greeting .swiper-slide {
    width: 20vw;
  }
}
.shooting-list-slider.__greeting .swiper-slide .thum {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider.__greeting .swiper-slide .thum {
    margin-bottom: 6vw;
  }
}
.shooting-list-slider.__greeting .swiper-slide .thum::after {
  width: 14vw;
  height: 3.1vw;
  margin: auto auto 0;
  bottom: -1vw;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider.__greeting .swiper-slide .thum::after {
    width: 20vw;
    height: 4vw;
  }
}
.shooting-list-slider .swiper-slide {
  width: 28vw;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider .swiper-slide {
    width: 100%;
  }
}
.shooting-list-slider .swiper-slide .thum {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider .swiper-slide .thum {
    margin-bottom: 6vw;
  }
}
.shooting-list-slider .swiper-slide .thum::after {
  display: block;
  content: "";
  width: 20vw;
  height: 20vw;
  background: #F7AA29;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider .swiper-slide .thum::after {
    width: 38vw;
    height: 38vw;
  }
}
.shooting-list-slider .swiper-slide .thum img {
  width: 100%;
  height: auto;
}
.shooting-list-slider .swiper-slide .txt {
  text-align: center;
}
.shooting-list-slider .swiper-slide .txt .sub {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider .swiper-slide .txt .sub {
    font-size: 1.4rem;
    margin-bottom: 2.5vw;
  }
}
.shooting-list-slider .swiper-slide .txt h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .shooting-list-slider .swiper-slide .txt h3 {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

.next-wt-btn a {
  background: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: #000 solid 3px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 500px;
  height: 80px;
  padding: 0;
  margin: 0 auto;
}
.next-wt-btn a:hover {
  background: #FFC33C;
}
@media screen and (max-width: 767px), print {
  .next-wt-btn a {
    -moz-border-radius: 3vw;
    -webkit-border-radius: 3vw;
    border-radius: 3vw;
    padding: 4vw 0;
    width: calc(80% - 12vw);
    height: auto;
    margin: 6vw auto 0;
  }
}
.next-wt-btn a span {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .next-wt-btn a span {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.next-caption {
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .next-caption {
    padding: 4vw 0 0;
    width: 100%;
    margin: 0 auto;
  }
}
.next-caption p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px), print {
  .next-caption p {
    font-size: 1.2rem;
  }
}

#shooting {
  /*
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 26%;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    z-index: 999;
    cursor: pointer;
    @media screen and (max-width: 767px), print {
      width: 8vw;
      height: 8vw;
      top: 0;
      bottom: 6vw;
      margin: auto auto 0;
      display: none;
    }
    &:hover {
      @include transition(all .3s);
      @include opacity(.7);
    }
  }
  .swiper-button-prev {
    left: 1vw;
    background: url(../img/arw-l.svg)no-repeat 0 0;
    background-size: 100% auto;
    @media screen and (max-width: 767px), print {
      left: 4vw;
    }
  }
  .swiper-button-next {
    right: 1vw;
    background: url(../img/arw-r.svg)no-repeat 0 0;
    background-size: 100% auto;
    @media screen and (max-width: 767px), print {
      right: 4vw;
    }
  }
  .swiper-pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    z-index: 999;
    width: 50%;
    margin: 0 auto;
    @include display-flex;
    @include align-items(center);
    @include justify-content(center);
    @media screen and (max-width: 767px), print {
      bottom: 8vw;
      width: 100%;
    }
    span {
      width: 14px;
      height: 14px;
      background: #9A9A9A;
      margin: 0 8px;
      text-indent: -9999px;
      display: block;
      @include border-radius(50%);
      cursor: pointer;
      @media screen and (max-width: 767px), print {
        width: 3vw;
        height: 3vw;
        margin: 0 1vw;
      }
      &.swiper-pagination-bullet-active {
        background: #000;
      }
    }
  }*/
}
@media screen and (max-width: 767px), print {
  #shooting .__inner {
    padding: 18vw 0;
  }
}

.faq-lists {
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .faq-lists {
    width: 100%;
  }
}
.faq-lists li {
  width: 100%;
  background: #FFF;
  border: #000 solid 3px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.faq-lists li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .faq-lists li:not(:last-child) {
    margin-bottom: 6vw;
  }
}
.faq-lists li .tl {
  border: dotted 1px;
  padding: 30px 50px;
}
@media screen and (max-width: 767px), print {
  .faq-lists li .tl {
    padding: 4vw 6vw;
  }
}
.faq-lists li .tl h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .faq-lists li .tl h3 {
    font-size: 1.7rem;
  }
}
.faq-lists li .tl h3 span {
  width: 50px;
  height: 44px;
  background: url(../img/parts_q.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px), print {
  .faq-lists li .tl h3 span {
    width: 7vw;
    height: 6.3vw;
    margin-right: 3vw;
  }
}
.faq-lists li .an {
  display: -webkit-flex;
  display: flex;
  padding: 30px 50px;
}
@media screen and (max-width: 767px), print {
  .faq-lists li .an {
    padding: 4vw 6vw;
  }
}
.faq-lists li .an span {
  width: 45px;
  height: 44px;
  background: url(../img/parts_a.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-right: 30px;
}
@media screen and (max-width: 767px), print {
  .faq-lists li .an span {
    width: 7vw;
    height: 7vw;
    margin-right: 3vw;
  }
}
.faq-lists li .an p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px), print {
  .faq-lists li .an p {
    font-size: 1.4rem;
  }
}

.fv-box {
  background: url(../img/bk.webp) repeat center;
}
.fv-box .kv {
  width: 100%;
  height: clamp(768px, 62.91vw, 906px);
  position: relative;
}
@media screen and (max-width: 767px), print {
  .fv-box .kv {
    width: 100%;
    height: 150vw;
  }
}
.fv-box h1 {
  display: block;
  position: absolute;
  top: clamp(196px, 16.25vw, 234px);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: clamp(464px, 37vw, 533px);
  height: clamp(464px, 37vw, 533px);
}
@media screen and (max-width: 767px), print {
  .fv-box h1 {
    top: 43vw;
    width: 73vw;
    height: 73vw;
  }
}
.fv-box .logo-ttl {
  width: 100%;
  height: 100%;
  background: url(../img/kv_ttl.webp) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 767px), print {
  .fv-box .logo-ttl {
    width: 73vw;
    height: 73vw;
  }
}
.fv-box .pokemon {
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: clamp(761px, 62.36vw, 898px);
  height: clamp(768px, 62.91vw, 906px);
  background: url(../img/kv_pokemon.webp) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px), print {
  .fv-box .pokemon {
    top: 13.5vw;
    left: 0;
    margin: 0;
    width: 100%;
    height: 151vw;
    background: url(../img/kv_pokemon_sp.webp) no-repeat 0 0;
    background-size: 100% auto;
  }
}

.banner img {
  display: block;
  margin: 0 auto;
}

.no-webp header .logo {
  background: url(../img/logo_bussanten.webp) no-repeat 0 0;
}
.no-webp .fv-box {
  background: url(../img/bk.png) repeat center;
}
.no-webp .fv-box .logo-ttl {
  background: url(../img/kv_ttl.png) no-repeat 0 0;
}
.no-webp .fv-box .pokemon {
  background: url(../img/kv_pokemon.png) no-repeat 0 0;
}
@media screen and (max-width: 767px), print {
  .no-webp .fv-box .pokemon {
    background: url(../img/kv_pokemon_sp.png) no-repeat 0 0;
  }
}

.page-content-box.__goods {
  background: url(../img/bk.png) repeat center;
}
.page-content-box.__head {
  background: url(../img/bk.png) repeat center;
}
.page-content-box.__head .__inner {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__head .__inner {
    padding: 18vw 0 0;
  }
}
.page-content-box.__ttl {
  background: #FFE5AC;
}
.page-content-box.__ttl .__inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__ttl .__inner {
    padding: 13vw 6vw;
  }
}
.page-content-box.__gaiyo {
  background: #FFD38B;
}
.page-content-box.__gaiyo .__inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__gaiyo .__inner {
    padding: 13vw 6vw;
  }
}
.page-content-box.__map {
  background: url(../img/bk.png) repeat center;
}
.page-content-box.__map .__inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__map .__inner {
    padding: 13vw 6vw;
  }
}
.page-content-box.__toy {
  background: #FFE5AC;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__toy .__inner {
    padding: 18vw 6vw 18vw;
  }
}
.page-content-box.__caution {
  background: #FFF;
}
.page-content-box.__caution .__inner {
  padding: 100px 0 180px;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__caution .__inner {
    padding: 14vw 6vw 22vw;
  }
}
.page-content-box.__caution2 {
  background: #FFF;
}
.page-content-box.__caution2 .__inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__caution2 .__inner {
    padding: 13vw 6vw;
  }
}
.page-content-box.__schedule {
  background: #FFE5AC;
}
.page-content-box.__schedule .__inner {
  padding: 120px 0 180px;
}
@media screen and (max-width: 767px), print {
  .page-content-box.__schedule .__inner {
    padding: 13vw 6vw 22vw;
  }
}
.page-content-box .__inner {
  padding: 150px 0;
}
@media screen and (max-width: 767px), print {
  .page-content-box .__inner {
    padding: 25vw 6vw 18vw;
  }
}
.page-content-box h2 {
  font-size: clamp(3.4rem, calc(3.0rem + 0.625vw), 4.4rem);
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .page-content-box h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 7.6vw;
  }
}
.page-content-box h2 span {
  display: block;
  font-size: 1.6rem;
  padding: 15px 0 0;
}
.page-content-box h2 span.red {
  color: red;
}
@media screen and (max-width: 767px), print {
  .page-content-box h2 span {
    font-size: 1.4rem;
    padding: 2vw 0 0;
  }
}
.page-content-box .txt-box {
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .page-content-box .txt-box {
    width: 100%;
  }
}
.page-content-box .txt-box.__t-center p {
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .page-content-box .txt-box.__t-center p {
    text-align: justify;
  }
}
.page-content-box .txt-box p {
  font-size: 1.6rem;
  line-height: 2.0;
}
@media screen and (max-width: 767px), print {
  .page-content-box .txt-box p {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
  }
}
.page-content-box .txt-box2 {
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .page-content-box .txt-box2 {
    width: 100%;
  }
}
.page-content-box .txt-box2 h3 {
  font-size: 2.2rem;
  line-height: 1.0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px), print {
  .page-content-box .txt-box2 h3 {
    font-size: 1.6rem;
    margin-bottom: 2vw;
  }
}
.page-content-box .txt-box2 p {
  font-size: 1.6rem;
  line-height: 2.0;
}
.page-content-box .txt-box2 p:not(:last-child) {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px), print {
  .page-content-box .txt-box2 p:not(:last-child) {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px), print {
  .page-content-box .txt-box2 p {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
  }
}

.page-item-lists {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .page-item-lists {
    width: 100%;
  }
}
.page-item-lists::after {
  display: block;
  content: "";
  width: 31%;
}
@media screen and (max-width: 767px), print {
  .page-item-lists::after {
    display: none;
  }
}
.page-item-lists li {
  width: 31%;
  border: #000 solid 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 3.5%;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px), print {
  .page-item-lists li {
    width: 48%;
    -moz-border-radius: 2vw;
    -webkit-border-radius: 2vw;
    border-radius: 2vw;
    margin-bottom: 3.5%;
    padding-bottom: 2vw;
  }
}
.page-item-lists li a, .page-item-lists li button {
  display: block;
  color: #000;
}
.page-item-lists li a:hover, .page-item-lists li button:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.page-item-lists li a p, .page-item-lists li button p {
  text-align: center;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px), print {
  .page-item-lists li a p, .page-item-lists li button p {
    font-size: 1.0rem;
  }
}
.page-item-lists li h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px), print {
  .page-item-lists li h3 {
    font-size: 1.2rem;
    margin-bottom: 1vw;
  }
}
.page-item-lists li img {
  width: 100%;
  height: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px), print {
  .page-item-lists li img {
    -moz-border-radius: 2vw;
    -webkit-border-radius: 2vw;
    border-radius: 2vw;
  }
}

.popup-inner {
  width: 100%;
  position: relative;
}
.popup-inner .popup-box {
  width: 80%;
  margin: 0 auto;
  background: #FFF;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .popup-inner .popup-box {
    width: 90%;
    padding-bottom: 6vw;
  }
}
.popup-inner .popup-box img {
  display: block;
  width: auto;
  height: 56lvh;
  margin: 0 auto;
}
@media screen and (max-width: 990px), print {
  .popup-inner .popup-box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 990px), print {
  .popup-inner .popup-box.__square img {
    width: auto;
    height: 56lvh;
  }
}
@media screen and (max-width: 768px), print {
  .popup-inner .popup-box.__square img {
    width: 100%;
    height: auto;
  }
}
.popup-inner .popup-box h3 {
  font-size: clamp(2.1rem, calc(1.8rem + 0.625vw), 2.6rem);
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px), print {
  .popup-inner .popup-box h3 {
    font-size: 1.4rem;
    margin-bottom: 1.6vw;
  }
}
.popup-inner .popup-box p {
  font-size: clamp(1.7rem, calc(1.5rem + 0.625vw), 2.2rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px), print {
  .popup-inner .popup-box p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.popup-inner .btn-close {
  position: absolute;
  top: -70px;
  right: 10%;
  width: 50px;
  height: 50px;
  background: url(../img/btn-close.svg) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 990px), print {
  .popup-inner .btn-close {
    width: 8vw;
    height: 8vw;
    right: 5%;
    top: -12vw;
  }
}
.popup-inner .btn-close:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mfp-close {
  position: absolute !important;
  top: -70px !important;
  right: 10% !important;
  width: 50px !important;
  height: 50px !important;
  background: url(../img/btn-close.svg) no-repeat 0 0 !important;
  background-size: 100% auto !important;
  cursor: pointer !important;
  z-index: 99999 !important;
  text-indent: -9999px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 990px), print {
  .mfp-close {
    width: 8vw !important;
    height: 8vw !important;
    right: 5% !important;
    top: -12vw !important;
  }
}
.mfp-close:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 30px;
  height: 60px;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 990px), print {
  .gallery-arrow {
    width: 4vw;
    height: 8vw;
    margin-top: -4vw;
  }
}
.gallery-arrow:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.gallery-arrow.gallery-arrow-left {
  left: 30px;
}
@media screen and (max-width: 990px), print {
  .gallery-arrow.gallery-arrow-left {
    left: 8vw;
  }
}
.gallery-arrow.gallery-arrow-left::before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background: url(../img/btn-arw-l.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 990px), print {
  .gallery-arrow.gallery-arrow-left::before {
    width: 4vw;
    height: 8vw;
    background: url(../img/btn-arw-bk-l.svg) no-repeat 0 0;
    background-size: 100% auto;
  }
}
.gallery-arrow.gallery-arrow-right {
  right: 30px;
}
@media screen and (max-width: 990px), print {
  .gallery-arrow.gallery-arrow-right {
    right: 8vw;
  }
}
.gallery-arrow.gallery-arrow-right::before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background: url(../img/btn-arw-r.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 990px), print {
  .gallery-arrow.gallery-arrow-right::before {
    width: 4vw;
    height: 8vw;
    background: url(../img/btn-arw-bk-r.svg) no-repeat 0 0;
    background-size: 100% auto;
  }
}

.table-box {
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .table-box {
    width: 100%;
  }
}
.table-box ul {
  border: #000 solid 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px), print {
  .table-box ul {
    border: #000 solid 3px;
    -moz-border-radius: 3vw;
    -webkit-border-radius: 3vw;
    border-radius: 3vw;
  }
}
.table-box ul li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: strech;
  align-items: strech;
}
.table-box ul li:first-child .tl {
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 767px), print {
  .table-box ul li:first-child .tl {
    -moz-border-radius-topleft: 3vw;
    -webkit-border-top-left-radius: 3vw;
    border-top-left-radius: 3vw;
  }
}
.table-box ul li:first-child .td {
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 767px), print {
  .table-box ul li:first-child .td {
    -moz-border-radius-topright: 3vw;
    -webkit-border-top-right-radius: 3vw;
    border-top-right-radius: 3vw;
  }
}
.table-box ul li:last-child .tl {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px), print {
  .table-box ul li:last-child .tl {
    -moz-border-radius-bottomleft: 3vw;
    -webkit-border-bottom-left-radius: 3vw;
    border-bottom-left-radius: 3vw;
  }
}
.table-box ul li:last-child .td {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: none;
}
@media screen and (max-width: 767px), print {
  .table-box ul li:last-child .td {
    -moz-border-radius-bottomright: 3vw;
    -webkit-border-bottom-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }
}
.table-box ul .tl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  width: 216px;
  background: #E8E8E8;
  border-right: #000 solid 4px;
  border-bottom: #000 solid 4px;
}
@media screen and (max-width: 767px), print {
  .table-box ul .tl {
    border-right: #000 solid 3px;
    border-bottom: #000 solid 3px;
    width: 24vw;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.table-box ul .td {
  flex: 1;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 30px;
  background: #FFF;
  border-bottom: #000 solid 4px;
}
@media screen and (max-width: 767px), print {
  .table-box ul .td {
    border-bottom: #000 solid 3px;
    padding: 4.5vw;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.table-box .cap {
  text-align: center;
  color: red;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px), print {
  .table-box .cap {
    padding: 4vw 0 0;
    font-size: 1.2rem;
  }
}

.map-box {
  width: clamp(800px, 59.44vw, 900px);
  margin: 0 auto;
  border: #000 solid 4px;
  background: #FFF;
  padding: 30px 0 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .map-box {
    border: #000 solid 3px;
    width: 100%;
    padding: 4vw 3vw 2vw;
  }
}
.map-box img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .map-box img {
    width: 100%;
    height: auto;
  }
}

.schedule-box {
  width: clamp(900px, 69.44vw, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  .schedule-box {
    width: 100%;
  }
}
.schedule-box ul {
  border-top: #000 solid 4px;
}
@media screen and (max-width: 767px), print {
  .schedule-box ul {
    border-top: #000 solid 3px;
  }
}
.schedule-box ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: #000 solid 4px;
  padding: 50px 20px 20px 0;
}
@media screen and (max-width: 767px), print {
  .schedule-box ul li {
    border-bottom: #000 solid 3px;
    display: block;
    padding: 8vw 4vw 5vw;
  }
}
.schedule-box ul li .date {
  font-size: clamp(5rem, calc(4.6rem + 0.625vw), 6rem);
  line-height: 1.0;
  text-align: center;
  font-weight: 700;
  width: 280px;
}
@media screen and (max-width: 767px), print {
  .schedule-box ul li .date {
    width: 100%;
    text-align: left;
    font-size: 2.8rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 3vw;
  }
}
.schedule-box ul li .date span {
  padding: 10px 0 0;
  display: block;
  font-size: clamp(2.2rem, calc(1.8rem + 0.625vw), 3.2rem);
}
@media screen and (max-width: 767px), print {
  .schedule-box ul li .date span {
    font-size: 1.6rem;
    padding: 0;
  }
}
.schedule-box ul li .pic {
  flex: 1;
}
