@charset "UTF-8";
html {
  overflow-y: scroll;
  height: 102%;
}

body {
  line-height: 1;
  color: #000;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
body:not(.news-detail, .special-detail) table, caption, body:not(.news-detail, .special-detail) tbody, tfoot, thead, body:not(.news-detail, .special-detail) tr, body:not(.news-detail, .special-detail) th, body:not(.news-detail, .special-detail) td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #909090;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  line-height: 1.7em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  background-color: #fff;
  color: #3E3A41;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 2rem;
    line-height: 1.8em;
    letter-spacing: 0.08em;
  }
}

a {
  color: #803CC8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #b48cde;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section {
  padding: 70px 0;
}
@media screen and (min-width: 1025px) {
  .section {
    padding: 100px 0;
  }
}
.section__inner {
  width: 100%;
  max-width: 900px;
  padding: 0 1.3rem;
  margin: 0 auto;
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#EDE3FF), to(#FFE6EB));
  background-image: linear-gradient(90deg, #EDE3FF 0%, #FFE6EB 100%);
  position: relative;
  z-index: 0;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

p {
  margin: 0 0 15px;
}
@media screen and (min-width: 1025px) {
  p {
    margin: 0 0 25px;
  }
}

b {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}

hr {
  border-top: 1px solid #E43EA1;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 10px 0;
}
ul li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 20px;
}

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

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

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 0 1.3rem;
}
.flex img {
  display: block;
  max-width: 100%;
}

.mb0 {
  margin-bottom: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

/* MAIN */
/* GLOVAL_NAVI_BUTTON */
.gnav-btn {
  display: block;
  position: absolute;
  width: 22px;
  height: 50px;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    display: none;
  }
}

.gnav-btn div {
  position: relative;
}

.gnav-btn span {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #E43EA1;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gnav-btn span:nth-child(1) {
  top: 0px;
}

.gnav-btn span:nth-child(2) {
  top: 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.gnav-btn span:nth-child(3) {
  top: 14px;
}

/*開閉ボタンopen時*/
.open .gnav-btn span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .gnav-btn span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .gnav-btn span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}

/* GLOVAL_NAVI */
.gnav {
  display: none;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 20px 0 20px;
  z-index: 10;
  background-color: #fff;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .gnav {
    top: 80px;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .gnav {
    background-image: none;
    display: block;
    height: 100%;
    width: calc(100% - 444px);
    min-width: 745px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    overflow: hidden;
    top: auto;
  }
}
.gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  background-image: url(assets/img/frame-mdl.png);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .gnav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.gnav__list::before, .gnav__list::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  aspect-ratio: 30/2;
  background-size: 100%;
  z-index: 2;
  left: 0;
}
.gnav__list::before {
  background-image: url(../img/frame-upr.png);
  top: 0;
}
.gnav__list::after {
  background-image: url(../img/frame-btm.png);
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .gnav__list::before, .gnav__list::after {
    display: none;
  }
}
.gnav__item {
  text-align: center;
  margin-bottom: 28px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  display: block;
  color: #fff;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .gnav__item {
    font-size: 1.9rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .gnav__item {
    font-size: 1.6rem;
    margin: 0;
    padding: 0 1.5%;
    overflow: visible;
  }
}
.gnav__item::after {
  content: "";
  background-image: url(../img/icon-rectangle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  margin: auto;
  bottom: -20px;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .gnav__item::after {
    background-image: url(../img/icon-rectangle-red.svg);
    bottom: auto;
    top: 3px;
    right: -4px;
    left: auto;
    width: 8px;
    height: 8px;
  }
}
.gnav__item a {
  text-decoration: none;
  line-height: 1em;
  display: block;
  font-family: "Rozha One", serif;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  .gnav__item a {
    letter-spacing: 0.02em;
    position: relative;
    color: #E43EA1;
  }
}
.gnav__item a span {
  display: block;
  font-size: 1.2rem;
  padding-top: 2px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}
.gnav__item a:hover {
  color: #990710;
}
.gnav__item--twitter {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .gnav__item--twitter {
    margin-top: 0;
  }
}
.gnav__item--nolink {
  text-decoration: none;
  line-height: 1em;
  color: #9a805d;
  display: block;
  font-family: "Rozha One", serif;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  .gnav__item--nolink {
    letter-spacing: 0.02em;
    position: relative;
  }
}
.gnav__item--nolink span {
  display: block;
  font-size: 1.2rem;
  padding-top: 2px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}

/* FOOTER */
.footer {
  background-image: url(../img/illust-footer.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30%;
  padding: 50px 0 50px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 50px 0 40px;
    background-size: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .footer {
    background-size: 200px;
  }
}
.footer .banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer .banner_area {
    padding: 50px 0 20px;
  }
}
.footer .banner_area a.banner {
  display: block;
  margin: 0 0 15px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .footer .banner_area a.banner {
    width: 320px;
    margin: 0 10px 20px;
  }
}
.footer .banner_area a.banner img {
  display: block;
}
.footer__copyright {
  color: #3E3A41;
  line-height: 2em;
  font-size: 1.1rem;
  text-align: center;
  padding: 30px 0 0;
  letter-spacing: normal;
}
@media screen and (min-width: 1025px) {
  .footer__copyright {
    font-size: 1.4rem;
  }
}

.gotop {
  display: none;
}
.gotop img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .gotop {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 105px;
    height: 105px;
  }
  .gotop img {
    display: block;
    width: 100%;
  }
}

/* HEADER */
.header__ticket-btn {
  position: fixed;
  top: 30px;
  right: 0;
  width: 40px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .header__ticket-btn {
    bottom: auto;
    top: 60px;
    width: 77px;
  }
}
.header__ticket-btn a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__ticket-btn a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-title {
  background-image: url(../img/bg-pagettl.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 80%;
  max-width: 350px;
  height: auto;
  aspect-ratio: 280/125.97;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .page-title {
    max-width: 420px;
    padding-top: 35px;
  }
}
.page-title__title {
  margin: 0;
  text-align: center;
  font-family: "Rozha One", serif;
  color: #E43EA1;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .page-title__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .page-title__title {
    font-size: 5rem;
  }
}
.page-title__title__small {
  display: block;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-title__title__small {
    font-size: 0.4em;
    padding-top: 10px;
  }
}

/* Head */
.head--h2-cts {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #803CC8;
}
@media screen and (min-width: 1025px) {
  .head--h2-cts {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.head--notice {
  font-size: 1.6rem;
  color: #3E3A41;
}
@media screen and (min-width: 1025px) {
  .head--notice {
    font-size: 2.5rem;
  }
}
.head--deco {
  background-image: url(../img/line-deco-btm.png);
  background-repeat: repeat-x;
  background-size: 250%;
  background-position: bottom center;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .head--deco {
    padding-bottom: 40px;
    background-size: 150%;
  }
}
.head--h3 {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding-top: 10px;
}
.head--h4 {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 10px;
}

/* SNS SHARE */
.sns-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sns-area__label {
  color: #803CC8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Rozha One", serif;
  letter-spacing: normal;
}

.sns-area__icon-list ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 10px;
}
.sns-area__icon-list li a {
  display: block;
}
.sns-area__icon-list li a img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sns-area__icon-list li a img {
    width: 60px;
    height: 60px;
  }
}

/* SubNav */
.sub-nav {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    margin-bottom: 30px;
  }
}
.sub-nav--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 5%;
}
@media screen and (min-width: 768px) {
  .sub-nav--ul {
    gap: 15px;
  }
}
.sub-nav--li {
  width: 45%;
  margin: 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.sub-nav--li a {
  padding: 0 20px;
  text-decoration: none;
  display: block;
  color: #fff;
  border-radius: 50px;
  width: 70%;
  max-width: 330px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 25px auto;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
          box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.sub-nav--li a::before, .sub-nav--li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.sub-nav--li a:before {
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#FB8067), color-stop(40%, #EA6695), to(#B94FBE));
  background: linear-gradient(90deg, #FB8067 0%, #EA6695 40%, #B94FBE 100%);
}
.sub-nav--li a:after {
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#fd9782), color-stop(40%, #fb9abc), to(#d87cdd));
  background: linear-gradient(90deg, #fd9782 0%, #fb9abc 40%, #d87cdd 100%);
}
.sub-nav--li a:hover:before {
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .sub-nav--li a {
    height: 70px;
    line-height: 70px;
  }
}
.sub-nav--li:has(.active) {
  background-color: linear-gradient(90deg, #fd9782 0%, #fb9abc 40%, #d87cdd 100%);
}
.sub-nav--li:has(.unavailable) {
  background-color: #c8b7b7;
  pointer-events: none;
}
.sub-nav--li:has(.unavailable) a {
  color: #665858;
}
.sub-nav--li:has(.fin) {
  background-color: #c8b7b7;
}
@media screen and (min-width: 768px) {
  .sub-nav--li {
    width: 22%;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .sub-nav--li {
    width: 23%;
    height: 50px;
    line-height: 50px;
  }
}
.sub-nav--li a {
  padding: 0 10px;
  font-size: 0.9em;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .sub-nav--li a {
    font-size: 1em;
  }
}
.sub-nav--li button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 0.9em;
  letter-spacing: -0.02em;
  color: #E43EA1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sub-nav--li button {
    font-size: 1em;
  }
}
.sub-nav--li button.unavailable {
  pointer-events: none;
  color: #665858;
  cursor: none;
}

a > img {
  display: block;
  width: 100%;
}
a > img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* BUTTON */
.btn a {
  padding: 0 20px;
  text-decoration: none;
  display: block;
  color: #fff;
  border-radius: 50px;
  width: 70%;
  max-width: 330px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 25px auto;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
          box-shadow: 3px 2px 6px 0px rgba(13, 13, 13, 0.17);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.btn a::before, .btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.btn a:before {
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#FB8067), color-stop(40%, #EA6695), to(#B94FBE));
  background: linear-gradient(90deg, #FB8067 0%, #EA6695 40%, #B94FBE 100%);
}
.btn a:after {
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#fd9782), color-stop(40%, #fb9abc), to(#d87cdd));
  background: linear-gradient(90deg, #fd9782 0%, #fb9abc 40%, #d87cdd 100%);
}
.btn a:hover:before {
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .btn a {
    height: 70px;
    line-height: 70px;
  }
}

/* CONTENT */
.content-inner {
  width: 100%;
  max-width: 900px;
  padding: 0 1.3rem;
  padding: 20px 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-inner {
    padding: 50px 60px;
  }
}

.content-box {
  width: 100%;
  max-width: 900px;
  padding: 0 1.3rem;
  width: calc(100% - 3.5rem);
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-box {
    width: calc(100% - 13rem);
  }
}
@media screen and (min-width: 1025px) {
  .content-box {
    width: calc(100% - 20rem);
  }
}
.content-box + .content-box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .content-box + .content-box {
    margin-top: 100px;
  }
}

.section-wrap {
  margin-bottom: 60px;
}

.frame-border-pink {
  border: solid 6px #F8D4E8;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 1.2rem;
}
@media screen and (min-width: 1025px) {
  .frame-border-pink {
    border: solid 10px #F8D4E8;
    padding: 40px 5rem;
  }
}
.frame-border-pink + .frame-border-pink,
.frame-border-pink + .frame-border-gold {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .frame-border-pink + .frame-border-pink,
  .frame-border-pink + .frame-border-gold {
    margin-top: 60px;
  }
}

.frame-border-gold {
  border: solid 3px #E7DCB9;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 1.2rem;
}
@media screen and (min-width: 1025px) {
  .frame-border-gold {
    padding: 40px 5rem;
  }
}
.frame-border-gold + .frame-border-pink,
.frame-border-gold + .frame-border-gold {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .frame-border-gold + .frame-border-pink,
  .frame-border-gold + .frame-border-gold {
    margin-top: 60px;
  }
}

.news-list {
  margin-top: 0;
}
.news-list__item {
  border: solid 2px #E7DCB9;
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(173, 170, 170, 0.2);
          box-shadow: 0 5px 5px rgba(173, 170, 170, 0.2);
}
.news-list__item a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  color: #3E3A41;
  text-align: justify;
}
.news-list__item a:hover {
  background-color: #F8D4E8;
}
@media screen and (min-width: 1025px) {
  .news-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
}
.news-list__item::after {
  background-image: url(../img/arrow-list.svg);
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .news-list__item::after {
    right: 8px;
    width: 27px;
    height: 27px;
  }
}
.news-list__item:hover::after {
  -webkit-transform: translate(8px);
          transform: translate(8px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-list__date {
  padding-bottom: 7px;
  color: #E43EA1;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .news-list__date {
    font-size: 1.8rem;
    width: 7em;
  }
}
.news-list__title {
  display: block;
  line-height: 1.6em;
}
@media screen and (min-width: 1025px) {
  .news-list__title {
    width: calc(100% - 7em);
  }
}

.icon--new {
  background-color: #990710;
  padding: 4px 2px 4px 4px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  width: 4rem;
  position: absolute;
  top: 19px;
  left: 8rem;
}
@media screen and (min-width: 1025px) {
  .icon--new {
    left: 0;
    top: 7px;
  }
}

.pager {
  text-align: center;
  margin-top: 50px;
}

.thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 5%;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 0 1.3rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .thumb-list {
    padding-top: 20px;
  }
}
.thumb-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .thumb-list__item {
    width: 30%;
  }
}
.thumb-list__item a {
  display: block;
  text-decoration: none;
}
.thumb-list__item a:hover {
  text-decoration: underline;
}
.thumb-list__item a:hover {
  opacity: 1;
}
.thumb-list__item a:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-list__item__thumb {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.thumb-list__item__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 14/8;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thumb-list__item__title {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.back_idx {
  text-align: center;
  margin-top: 0;
}

.news-detail {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E43EA1;
}
.news-detail__date {
  color: #990710;
  margin-bottom: 20px;
  font-weight: 700;
}
.news-detail__title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E43EA1;
}
@media screen and (min-width: 1025px) {
  .news-detail__title {
    font-size: 2.5rem;
    line-height: 1.5em;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.news-detail h2, .news-detail h3 {
  font-weight: 600;
}
.news-detail h2 span, .news-detail h3 span {
  font-weight: 600 !important;
}
.news-detail h2 {
  font-size: 1.8rem;
  background: #990710;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .news-detail h2 {
    font-size: 2.5rem;
  }
}
.news-detail h3 {
  font-size: 1.6rem;
}

/* YOUTUBE */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 52.25%;
  border: solid 6px #E43EA1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .youtube {
    padding: 30px 60px 60px;
    width: 700px;
    height: 400px;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HEX-ICON */
.icon--hex {
  font-family: "Rozha One", serif;
  font-size: 1.5rem;
  line-height: 30px;
  position: relative;
  display: block;
  max-width: 120px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #990710;
  margin: 0 auto 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.icon--hex:before,
.icon--hex:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.icon--hex:before {
  right: 100%;
  border-right-color: #990710;
}

.icon--hex:after {
  left: 100%;
  border-left-color: #990710;
}

/* IMAGES */
.img-box img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 10px 0;
}
.img-box.center img {
  margin: 10px auto;
}

.font--red {
  color: #990710;
}
.font--pink {
  color: #E43EA1;
}
.font--purple {
  color: #803CC8;
}
.font--gold {
  color: #E7DCB9;
}
.font--xl {
  font-size: 4rem;
}
.font--l {
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .font--l {
    font-size: 2.5rem;
  }
}
.font--m {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .font--m {
    font-size: 1.7rem;
  }
}
.font--s {
  font-size: 1rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .font--s {
    font-size: 1.2rem;
  }
}

/* LIST */
.list--circle {
  margin-bottom: 20px;
}
.list--circle > li {
  margin-bottom: 7px;
  line-height: 1.6em;
  padding-left: 1em;
  position: relative;
}
.list--circle > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list--notice {
  margin-bottom: 20px;
}
.list--notice > li {
  margin-bottom: 7px;
  line-height: 1.6em;
  padding-left: 1em;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
}
.list--notice > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.dot-line-list {
  margin-bottom: 20px;
  display: block;
  border-top: dotted 3px #EB8DCF;
}
@media screen and (min-width: 768px) {
  .dot-line-list {
    border-top: dotted 4px #EB8DCF;
    margin-bottom: 30px;
  }
}
.dot-line-list li {
  border-bottom: dotted 3px #EB8DCF;
  line-height: 1.6em;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .dot-line-list li {
    line-height: 1.7em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: dotted 4px #EB8DCF;
  }
}
.dot-line-list li h3 {
  color: #E43EA1;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .dot-line-list li h3 {
    font-size: 2rem;
  }
}
.dot-line-list li p {
  margin-bottom: 0;
}
.dot-line-list dt {
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .dot-line-list dt {
    padding-top: 20px;
  }
}
.dot-line-list dd {
  border-bottom: dotted 3px #EB8DCF;
  padding-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .dot-line-list dd {
    border-bottom: dotted 4px #EB8DCF;
    padding-bottom: 20px;
  }
}

.dot-line-table {
  margin-bottom: 20px;
  display: block;
  border-top: dotted 3px #EB8DCF;
}
@media screen and (min-width: 768px) {
  .dot-line-table {
    border-top: dotted 4px #EB8DCF;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.dot-line-table li {
  border-bottom: dotted 3px #EB8DCF;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .dot-line-table li {
    border-bottom: dotted 4px #EB8DCF;
    line-height: 1.7em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.dot-line-table li .label {
  padding-top: 0;
}
.dot-line-table .label {
  color: #E43EA1;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  padding: 8px 5px 8px;
}
@media screen and (min-width: 768px) {
  .dot-line-table .label {
    padding: 10px 10px;
    width: 7em;
  }
}
.dot-line-table .label span {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  color: #E43EA1;
  padding: 6px 20px;
  font-size: 1.6rem;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .dot-line-table .label span {
    padding: 10px 15px;
    font-size: 2rem;
    line-height: 1.3em;
    width: 100%;
    text-align: center;
  }
}
.dot-line-table .data {
  padding: 0 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .dot-line-table .data {
    padding: 5px 10px 0;
    width: calc(100% - 7.7em);
  }
}

.goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 40px 2%;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 0 1.3rem;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .goods-list {
    padding-top: 20px;
  }
}
.goods-list__item {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .goods-list__item {
    width: 30%;
  }
}
.goods-list__thumb {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  border: solid 2px #E43EA1;
}
.goods-list__thumb img {
  display: block;
  width: 100%;
}
.goods-list__thumb:hover {
  opacity: 0.5;
}
.goods-list__title {
  line-height: 1.4em;
  font-size: 0.9em;
}

.qa-list dt {
  font-weight: 500;
}

/*========= 頁遷移 ===============*/
body {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fuContent {
  -webkit-animation-name: fuContentAnime;
          animation-name: fuContentAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuContentAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* modaal */
.modaal-overlay {
  background: #fff !important;
}

.modaal-image .modaal-close {
  position: absolute;
  right: 0;
  top: -60px;
  margin: auto;
  width: 40px;
  height: 40px;
  color: #E43EA1;
}
.modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
  border-radius: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
  background: #E43EA1;
}
@media screen and (min-width: 1025px) {
  .modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
    height: 40px;
  }
}
.modaal-image .modaal-close:hover {
  background: transparent;
}
.modaal-image .modaal-close:focus:before, .modaal-image .modaal-close:focus:after, .modaal-image .modaal-close:hover:before, .modaal-image .modaal-close:hover:after {
  background: #990710;
}

.modaal-image .modaal-close:focus:before,
.modaal-image .modaal-close:focus:after,
.modaal-image .modaal-close:hover:before,
.modaal-image .modaal-close:hover:after {
  background: #803CC8;
}

/* TOP */
.top .page-title {
  display: none;
}

.hero_area {
    width: 100%;
    position: relative;
    background-image: url(../img/mv.webp);
    background-repeat: repeat;
    background-size: 55%;
    height: auto;

}

.hero_area_in {
    backdrop-filter: blur(16px);
}



@media screen and (min-width: 768px) {
  .hero_area {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.hero_area .hero-img {
  width: 100%;
  position: relative;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero_area .hero-img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.hero_area .hero-img img {
  width: 100%;
  display: block;
}
.hero_area .hero-img-logo {

    width: 50%;
    margin: 0 auto;
    position: absolute;
    left:0px;
    right:0px;
    top:68%;
}

@media screen and (min-width: 768px) {
    .hero_area .hero-img-logo {
        width: 28%;
        margin: 0 auto;
        position: absolute;
        top: 67%;
        left: 0%;
        right: 0%;
    }
}

.mv{
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .mv {
		width:55%;
        margin: 0 auto -20px;
    }
}

.mv img{
	width: 100%;
	padding:0px;
	margin:0px;
}


.section-youtube {
  background-color: #E5DFF5;
  text-align: center;
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 1025px) {
  .section-youtube {
    padding: 80px 0;
  }
}
.section-youtube::before, .section-youtube::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(../img/line-deco.png);
  background-repeat: repeat-x;
  background-size: auto 20px;
  background-position: center;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .section-youtube::before, .section-youtube::after {
    height: 23px;
    background-size: auto 23px;
    top: 5px;
  }
}
.section-youtube::after {
  top: auto;
  bottom: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .section-youtube::after {
    bottom: 5px;
  }
}
.section-youtube .main-copy,
.section-youtube .main-lead {
  font-family: "Kaisei Opti", serif;
}
.section-youtube .main-copy {
  position: relative;
  margin-bottom: 0;
}
.section-youtube .main-copy img {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.section-youtube .main-lead {
  font-size: 2rem;
  color: #E43EA1;
  font-weight: 700;
  text-shadow: 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 15px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.4);
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .section-youtube .main-lead {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.cts_ttl {
  font-family: "Rozha One", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-size: 4.5rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .cts_ttl {
    margin-bottom: 30px;
    font-size: 7rem;
  }
}
.cts_ttl__en {
  background: -webkit-gradient(linear, left top, left bottom, from(#6247D9), to(#803CC8));
  background: linear-gradient(to bottom, #6247D9, #803CC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.cts_ttl__en::before, .cts_ttl__en::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  left: -60px;
  background-image: url(../img/title-icon1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .cts_ttl__en::before, .cts_ttl__en::after {
    width: 60px;
    height: 60px;
    left: -80px;
  }
}
.cts_ttl__en::after {
  top: 30%;
  left: auto;
  background-image: url(../img/title-icon2.png);
  right: -56px;
}
@media screen and (min-width: 1025px) {
  .cts_ttl__en::after {
    right: -75px;
  }
}
.cts_ttl__jp {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #803CC8;
  display: block;
  font-size: 1.6rem;
  padding-top: 7px;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .cts_ttl__jp {
    font-size: 2rem;
  }
}

.section-outline .map {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-outline .map {
    margin-top: 40px;
  }
}
.section-outline .cast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  gap: 5%;
}
.section-outline .cast-list__item {
  width: 30%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-outline .cast-list__item {
    width: 25%;
  }
}
.section-outline .cast-list__item .cast-photo {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .section-ticket .ticket-table .label {
    width: 9em;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 768px) {
  .section-ticket .ticket-table .data {
    width: calc(100% - 10em);
  }
}

.contact .head--h2-cts {
  color: #E43EA1;
}
.contact .name-contant {
  margin-bottom: 5px;
}
.contact .tel {
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contact .tel {
    font-size: 2.9rem;
  }
}
.contact .hour {
  font-size: 0.9em;
}

/* TOPICS */
.topics_index .news-list__title {
  padding-top: 10px;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .topics_index .news-list__title {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */

.fs09{font-size:0.9em;}
.fs08{font-size:0.8em;}
.block{display:block;}
.lh1{line-height:1.7em;}



.column480 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.column480 img{
	width: 100%;
}

@media screen and (max-width:768px) {


	.column480 {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.column480 img{
		width: 100%;
	}
}

.column720 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.column720 img{
	width: 100%;
}

@media screen and (max-width:768px) {


	.column720 {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.column720 img{
		width: 100%;
	}
}

.fs05 {
	font-size: 0.5em !important;
}

.fs06 {
	font-size: 0.6em !important;
}

.fs07 {
	font-size: 0.7em !important;
}

.fs08 {
	font-size: 0.8em !important;
}

.fs09 {
	font-size: 0.9em !important;
}

.fs10 {
	font-size: 1em !important;
}

.fs12 {
	font-size: 1.2em !important;
}

.fs13 {
	font-size: 1.3em !important;
}

.fs14 {
	font-size: 1.4em !important;
}

.fs15 {
	font-size: 1.5em !important;
}

.fs16 {
	font-size: 1.6em !important;
}

.fs18 {
	font-size: 1.8em !important;
}

.fs20 {
	font-size: 2.0em !important;
}

ul.indent1 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent1 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\203B";
}

ul.indent1 li {
	padding: 0px;
	margin: 0 0 5px 15px;
}

ul.indent2 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent2 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\30FB";
}

ul.indent2 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ul.indent3 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent3 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\25CF";
}

ul.indent3 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

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