@charset "UTF-8";
@font-face {
  font-family: "cinecaption";
  src: url(/themes/zutomayo/_assets/fonts/intense2/cinecaption226.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.gemunu-libre-medium {
  font-family: "Gemunu Libre", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.gemunu-libre-bold {
  font-family: "Gemunu Libre", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.f-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: 400;
}

.f-mincho {
  font-family: "Zen Old Mincho", sans-serif;
  font-style: 400;
}

.f-yumincho {
  font-family: "Yu Mincho", "YuMincho";
  font-style: 400;
}

.ztmy-footer {
  background-color: #000;
  color: #fff;
  z-index: 1;
  position: relative;
}

#ztmy-header, #pcMenu, .ztmy-bottom--nav {
  display: none !important;
}

.col-bk {
  color: #151515;
}

.col-wh {
  color: #ffffff;
}

.col-wh2 {
  color: #DBDBDB;
}

.col-rd {
  color: #c00000;
}

.col-pp {
  color: #aa8cb0;
}

.col-gy {
  color: #888888;
}

.col-gr {
  color: #258E69;
}

.col-gr2 {
  color: #DBDBDB;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-size: 10px;
  margin-bottom: 10px;
}

.note-li {
  margin-bottom: 10px;
}
.note-li li {
  font-size: 10px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.note-li .red {
  color: #ffffff;
  background: #aa8cb0;
  font-size: 11px;
  padding: 5px 18px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .note-li .red {
    font-size: 10px;
  }
}

form {
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:not([class]) {
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}
a:not([class]):hover {
  opacity: 0.7;
}

.btn {
  text-align: center;
  color: #258E69;
  border: solid 1px #258E69;
  width: fit-content;
  min-width: 260px;
  padding: 14px 20px;
  display: block;
  margin: auto;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  letter-spacing: 0;
  background: #DBDBDB;
}
.btn:before {
  content: "+";
  color: #258E69;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 10px 18px;
  }
}
.btn:hover {
  background-color: #258E69;
  color: #ffffff;
}
.btn:hover:before {
  color: #ffffff;
  transform: translateY(-50%) rotate(90deg);
}

.ztmy-main {
  margin-bottom: 50px;
}

.ztmy-container {
  padding: 0;
  font-family: "cinecaption";
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ztmy-container {
    font-size: 13px;
  }
}

body {
  background-color: unset;
  background-image: none;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  color: #ffffff;
  background-image: url(/themes/zutomayo/_assets/img/special/intense2/bg.jpg?251119);
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  body {
    background-size: contain;
  }
}

article {
  max-width: 100%;
  font-family: "cinecaption";
}
section {
  position: relative;
  z-index: 1;
}

dl dt {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 14px;
}
dl dt:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border: solid 1px #151515;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.intense2-under dl dt:before {
  content: "";
  border: solid 1px #ffffff;
}
.intense2-under {
  padding-top: 80px;
}

.maincontents {
  padding: 0 16px;
}

.cmn-section {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}
.cmn-section:before {
  content: "";
  max-width: 1009px;
  width: calc(100% + 9px);
  height: 10px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -5px;
  background: url(/themes/zutomayo/_assets/img/special/intense2/parts_plus.svg?251119) no-repeat left 0 top 0/1.4rem auto, url(/themes/zutomayo/_assets/img/special/intense2/parts_plus.svg?251119) no-repeat right 0 top 0/1.4rem auto;
  pointer-events: none;
  background-size: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cmn-section .inner {
  border-left: solid 1px #DBDBDB;
  border-right: solid 1px #DBDBDB;
  border-bottom: solid 1px #DBDBDB;
  padding-top: 2px;
}

.cmn-box {
  padding: 20px;
  border-top: solid 1px #DBDBDB;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-box {
    padding: 16px 10px;
  }
}
.cmn-box:before {
  content: "";
  max-width: 1006px;
  width: calc(100% + 9px);
  height: 8px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -5px;
  background: radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 top 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat right 0 top 0;
  background-size: 8px 8px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .cmn-box:before {
    background-size: 6px 6px;
    width: calc(100% + 7px);
  }
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.head {
  padding: 10px 20px;
  display: flex;
  border-top: solid 1px #DBDBDB;
  border-bottom: solid 1px #DBDBDB;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .head {
    padding: 10px 16px;
    margin-bottom: 10px;
  }
}
.head:before {
  content: "";
  max-width: 1006px;
  width: calc(100% + 9px);
  height: 65px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -5px;
  background: radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 top 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat right 0 top 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 bottom 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat right 0 bottom 0;
  background-size: 8px 8px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .head:before {
    width: calc(100% + 7px);
    height: 52px;
    background-size: 6px 6px;
    bottom: -3px;
  }
}
.head:after {
  content: "";
  max-width: 1006px;
  width: calc(100% + 9px);
  height: 8px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -25px;
  background: radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 top 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat right 0 top 0;
  background-size: 8px 8px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .head:after {
    background-size: 6px 6px;
    width: calc(100% + 7px);
    bottom: -16px;
  }
}
.head h2 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .head h2 {
    font-size: 22px;
  }
}
.head h2 .jp {
  background: unset;
  margin-left: 6px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .head h2 .jp {
    font-size: 14px;
  }
}
.head-sub {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 3px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .head-sub {
    margin-left: 12px;
  }
}
.head-sub p {
  font-size: 11px;
  position: relative;
  padding-left: 10px;
}
.head-sub p:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: solid 1px #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.head-ico {
  position: absolute;
  right: 0;
  width: 52px;
  height: 100%;
  top: 0;
  border-left: solid 1px #DBDBDB;
}
@media screen and (max-width: 768px) {
  .head-ico {
    width: 46px;
  }
}
.head-ico:after {
  content: "";
  width: 34px;
  height: 34px;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.head-ico:before {
  content: "";
  width: 56px;
  height: 65px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  background: radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 top 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 bottom 0;
  background-size: 8px 8px;
  pointer-events: none;
  right: 0px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .head-ico:before {
    background-size: 6px 6px;
    width: 48px;
    height: 52px;
  }
}

h3 {
  background: #DBDBDB;
  margin-bottom: 10px;
  padding: 10px;
  color: #258E69;
}

.blur {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s ease, filter 0.8s ease;
}
.blur-visible {
  opacity: 1;
  filter: blur(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #DBDBDB;
  z-index: 9;
  border-bottom: solid 1px #DBDBDB;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    top: 0;
    border: none;
    background-color: transparent;
  }
}
header > ul {
  display: flex;
}
header > ul li {
  width: 33.3333333333%;
  display: flex;
  border-right: solid 1px #258E69;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
@media screen and (max-width: 768px) {
  header > ul li {
    padding: 0;
  }
}
header > ul li:last-child {
  border-right: none;
}
header > ul li p, header > ul li a {
  color: #258E69;
  font-size: 16px;
  line-height: 1;
  font-family: "cinecaption";
}
@media screen and (max-width: 768px) {
  header > ul li p, header > ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  header > ul li:nth-child(1), header > ul li:nth-child(2) {
    display: none;
  }
  header > ul li:nth-child(3) {
    width: auto;
    position: fixed;
    top: 15px;
    right: 15px;
    border: none;
    z-index: 11;
  }
}

.hamburger-menu {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  text-align: center;
  gap: 0 8px;
}
@media screen and (max-width: 768px) {
  .hamburger-menu {
    width: 50px;
    height: 50px;
    background-color: #DBDBDB;
    border: solid 1px #258E69;
    padding: 0;
    flex-direction: column;
    gap: 4px;
    position: relative;
    z-index: 11;
  }
}
.hamburger-icon {
  position: relative;
  width: 16px;
  height: 8px;
}
.hamburger-icon .line {
  position: absolute;
  width: 16px;
  height: 1px;
  left: 0;
  background-color: #258E69;
  transition: all 0.3s ease;
}
.hamburger-icon .line:nth-child(1) {
  top: 0px;
}
.hamburger-icon .line:nth-child(2) {
  top: 4px;
}
.hamburger-icon .line:nth-child(3) {
  top: 8px;
}
.hamburger-icon_open .line:nth-child(1) {
  top: 4px;
  transform: rotate(45deg);
}
.hamburger-icon_open .line:nth-child(2) {
  opacity: 0;
}
.hamburger-icon_open .line:nth-child(3) {
  top: 4px;
  transform: rotate(-45deg);
}

.nav {
  display: none;
  background-color: #258E69;
}
.nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.nav ul li a {
  color: #ffffff;
  font-family: "cinecaption";
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(37, 142, 105, 0);
    backdrop-filter: blur(0px);
    transition: background-color 0.6s ease, backdrop-filter 0.6s ease;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .nav.nav_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: rgba(37, 142, 105, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .nav.nav_open ul li {
    opacity: 1;
    transform: translateY(0);
  }
  .nav.nav_open ul li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .nav.nav_open ul li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .nav.nav_open ul li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .nav.nav_open ul li:nth-child(4) {
    transition-delay: 0.5s;
  }
  .nav.nav_open ul li:nth-child(5) {
    transition-delay: 0.6s;
  }
  .nav.nav_open ul li:nth-child(6) {
    transition-delay: 0.7s;
  }
  .nav.nav_open ul li:nth-child(7) {
    transition-delay: 0.8s;
  }
  .nav.nav_open ul li:nth-child(8) {
    transition-delay: 0.9s;
  }
  .nav.nav_open ul li:nth-child(9) {
    transition-delay: 1s;
  }
  .nav.nav_open ul li:nth-child(10) {
    transition-delay: 1.1s;
  }
  .nav ul {
    flex-direction: column;
    gap: 0;
    padding: 0;
    width: 100%;
    max-width: 400px;
  }
  .nav ul li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .nav ul li a {
    font-size: 24px;
    padding: 25px 40px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all 0.5s ease;
  }
  .nav ul li a:hover {
    letter-spacing: 0.2em;
    opacity: 1;
  }
}

.nav-overlay {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-overlay.nav-overlay_visible {
  display: block;
  opacity: 1;
}

body.no-scroll {
  overflow: hidden;
}

.mv {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 90px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.mv img {
  margin: auto;
  display: block;
  max-width: 520px;
  width: calc(100% - 32px);
}

.language {
  max-width: 1032px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 16px;
}
.language p {
  text-align: center;
  margin-bottom: 5px;
  color: #258E69;
  font-weight: 700;
}
.language ul {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .language ul {
    flex-wrap: wrap;
  }
}
.language ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .language ul li {
    width: 50%;
  }
}
.language ul li .btn {
  font-size: 13px;
  line-height: 1;
  padding: 8px;
  box-sizing: border-box;
  min-width: 100%;
  border-right: none;
}
.language ul li:last-child .btn {
  border-right: solid 1px #258E69;
}
@media screen and (max-width: 768px) {
  .language ul li .btn {
    border-bottom: none;
  }
  .language ul li:nth-child(even) .btn {
    border-right: solid 1px #258E69;
  }
  .language ul li:nth-last-child(-n+2) .btn {
    border-bottom: solid 1px #258E69;
  }
}

.lead {
  text-align: center;
  margin: auto;
  position: relative;
  padding: 0 16px;
}
.lead .inner {
  position: relative;
  margin: 0px auto 50px;
  padding: 0 0 50px;
}
.lead .inner:after {
  content: "";
  max-width: 1009px;
  width: calc(100% + 9px);
  height: 15px;
  display: block;
  margin: auto;
  position: absolute;
  top: -50px;
  background: url(/themes/zutomayo/_assets/img/special/intense2/parts_top.png?251119) no-repeat;
  pointer-events: none;
  background-size: 100% auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lead .inner:after {
    background: url(/themes/zutomayo/_assets/img/special/intense2/parts_top_sp.png?251119) no-repeat;
    background-size: 100% auto;
    width: calc(100% + 7px);
    top: -40px;
  }
}
.lead .inner:before {
  content: "";
  max-width: 1009px;
  width: calc(100% + 9px);
  height: 10px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -5px;
  background: url(/themes/zutomayo/_assets/img/special/intense2/parts_plus.svg?251119) no-repeat left 0 top 0/1.4rem auto, url(/themes/zutomayo/_assets/img/special/intense2/parts_plus.svg?251119) no-repeat right 0 top 0/1.4rem auto;
  pointer-events: none;
  background-size: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lead h1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "cinecaption";
  list-style: 1;
}
.lead h1 .small {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lead h1 .small {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lead h1 {
    font-size: 18px;
    line-height: 1.7;
  }
}
.lead p {
  font-size: 13px;
  margin-bottom: 10px;
  font-family: "cinecaption";
}
.lead p:last-child {
  margin-bottom: 0;
}
.lead img {
  margin: auto;
  display: block;
  max-width: 520px;
  width: calc(100% - 32px);
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lead img {
    margin-top: 60px;
  }
}

.schedule {
  display: flex;
  gap: 0 20px;
}
.schedule .head-ico:after {
  background-image: url(/themes/zutomayo/_assets/img/special/intense2/parts_sche.svg?251119);
}
.schedule-li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: space-between;
  border-top: solid 1px #DBDBDB;
}
@media screen and (max-width: 768px) {
  .schedule-li {
    gap: 0;
  }
}
.schedule-li li {
  width: calc(50% - 10px);
  border-top: solid 1px #DBDBDB;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .schedule-li li {
    width: 100%;
    padding: 16px;
  }
}
.schedule-li li:before {
  content: "";
  max-width: 1006px;
  width: calc(100% + 9px);
  height: 8px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: -5px;
  background: radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 top 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat right 0 top 0;
  background-size: 8px 8px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .schedule-li li:before {
    background-size: 6px 6px;
    height: 100%;
    bottom: 4px;
    width: calc(100% + 7px);
  }
}
.schedule-li li:nth-child(-n+2) {
  border-top: none;
}
.schedule-li li:nth-child(-n+2):after {
  content: "";
  max-width: 1006px;
  width: calc(100% + 9px);
  height: 8px;
  display: block;
  margin: auto;
  position: absolute;
  top: -5px;
  background: radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat left 0 top 0, radial-gradient(circle, #DBDBDB 50%, transparent 50%) no-repeat right 0 top 0;
  background-size: 8px 8px;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .schedule-li li:nth-child(-n+2):after {
    content: none;
  }
}
.schedule-li li:nth-child(even) {
  border-left: solid 1px #DBDBDB;
}
@media screen and (max-width: 768px) {
  .schedule-li li:nth-child(even) {
    border-left: none;
  }
}
.schedule-li li:nth-child(odd) {
  border-right: solid 1px #DBDBDB;
}
@media screen and (max-width: 768px) {
  .schedule-li li:nth-child(odd) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .schedule-li li:nth-child(2) {
    border-top: solid 1px #DBDBDB;
  }
}
@media screen and (max-width: 768px) {
  .schedule-li li.empty {
    display: none;
  }
}
.schedule-li li .date {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
}
.schedule-li li .date small {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .schedule-li li .date {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .schedule-li li .date small {
    font-size: 12px;
  }
}
.schedule-li li .place {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule-li li .place {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.schedule-li li .place span {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  border: solid 1px #151515;
  border-radius: 100vw;
  padding: 5px 10px;
}
.schedule-li li .place small {
  font-size: 12px;
}
.schedule-li li .time {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .schedule-li li .time {
    margin-bottom: 6px;
  }
}
.schedule-li li .info {
  font-size: 10px;
}
.schedule-li li .info a {
  color: #ffffff;
  font-weight: 400;
}

.ticket .head-ico:after {
  background-image: url(/themes/zutomayo/_assets/img/special/intense2/parts_ticket.svg?251119);
}
.ticket-price li {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .ticket-price li {
    justify-content: space-between;
  }
}
.ticket-price li .type {
  font-size: 20px;
  margin-right: 20px;
}
.ticket-price li .type span {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .ticket-price li .type {
    font-size: 12px;
    margin-right: 0;
  }
}
.ticket-price li .price {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ticket-price li .price {
    font-size: 14px;
  }
}
.ticket-apply > li {
  margin-bottom: 20px;
}
.ticket-apply > li:last-child {
  margin-bottom: 0;
}
.ticket-apply_head {
  padding: 5px 20px;
  border: solid 1px #151515;
  border-radius: 20px 20px 0 0;
  position: relative;
  background-color: #258E69;
  color: #ffffff;
  position: relative;
}
.ticket-apply_head:before, .ticket-apply_head:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ticket-apply_head:before {
  /* 横線 */
  width: 10px;
  height: 1px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
}
.ticket-apply_head__close {
  background: none;
  color: #151515;
  border-radius: 20px;
  background: #DBDBDB;
}
.ticket-apply_head__close:before, .ticket-apply_head__close:after {
  background: #151515;
}
.ticket-apply_head__close:after {
  /* 縦線 */
  width: 1px;
  height: 10px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.ticket-apply_cont {
  padding: 20px;
  border: solid 1px #151515;
  border-top: none;
  border-radius: 0px 0px 20px 20px;
  display: block;
  background: #DBDBDB;
  color: #151515;
}
.ticket-apply_cont__close {
  display: none;
}
.ticket-apply_cont--en {
  margin-top: 40px;
}
.ticket-apply_cont--en strong {
  margin-bottom: 10px;
  color: #258E69;
  font-size: 1.2em;
  display: block;
}

.ticket__app-en {
  margin-top: 40px;
}

.ticket__app-ja strong,
.ticket__app-en strong {
  margin-bottom: 5px;
}

.seat-map {
  display: flex;
  gap: 0 20px;
}
.seat-map .head-ico:after {
  background-image: url(/themes/zutomayo/_assets/img/special/intense2/parts_sche.svg?251119);
}
.seat-map_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  padding: 16px;
}
.seat-map_list img {
  width: 49%;
}

.goods .head-ico:after {
  background-image: url(/themes/zutomayo/_assets/img/special/intense2/parts_goods.svg?251119);
}
.goods .coming {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .goods .coming {
    font-size: 15px;
  }
}/*# sourceMappingURL=intense2.css.map */