@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

/* フォント */
@font-face {
  font-family: "Ronde-B_square";
  src: url("../font/Ronde-B_square.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rounded-mplus-1c";
  src: url("../font/rounded-mplus-1c-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rounded-mplus-1c";
  src: url("../font/rounded-mplus-1c-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {
  .is-sp {
    display: none !important;
  }

  .is-tab {
    display: none !important;
  }

  .is-pcnon {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 1199px) {
  .is-sp, .is-pc {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .is-pc {
    display: none !important;
  }

  .is-tab {
    display: none !important;
  }

  .is-spnon {
    display: none !important;
  }
}
/* ========================================================
common
=========================================================*/
body {
  color: #221815;
  font-family: "rounded-mplus-1c", sans-serif;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.inner {
  width: 1005px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .inner {
    width: 750px;
  }
}
@media (max-width: 749px) {
  .inner {
    width: 375px;
  }
}

.leaf {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_green.png) no-repeat center center/contain;
  width: 20px;
  aspect-ratio: 20/36;
}
@media (max-width: 749px) {
  .leaf {
    padding-left: 18px;
  }
  .leaf::before {
    width: 12px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 749px) {
  .flex {
    display: block;
  }
}

.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 749px) {
  .flex--center {
    display: block;
  }
}

.ok {
  display: inline-block;
  font-size: 2rem;
  background: #64AC30;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 749px) {
  .ok {
    font-size: 1.5rem;
    width: 127px;
    height: 25px;
  }
}

.ticket_bodywrap {
  width: 92%;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .ticket_bodywrap .bar01 p, .ticket_bodywrap .bar02 p {
    background-color: #F2F0E4;
  }
  .ticket_bodywrap .bar01 p:nth-child(1), .ticket_bodywrap .bar02 p:nth-child(1) {
    border-color: #fff;
  }
}

.bar {
  font-size: 2rem;
  background: #fff;
  padding: 10px 10px 10px 25px;
  position: relative;
}
.bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #221815;
  width: 11px;
  height: 100%;
}
.bar span {
  font-size: 1.5rem;
}
.bar p {
    display: inline-block;
    text-align: center;
}
.bar .is-sp {
  display: none;
}
@media (max-width: 749px) {
  .bar {
    background-color: #fff;
  }
  .bar.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: 11px;
    height: 47px;
  }
  .bar p {
    font-size: 14px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bar--orange::before {
  background: #DB531C;
}
.bar--orange span {
  font-size: 1.7rem;
}

.bar--orange {
  background: #F2F0E4;
  font-size: 2.3rem;
}

.bar01 {
  width: 575px;
  max-width: 100%;
}
@media (max-width: 749px) {
  .bar01 p:nth-child(1) {
    width: 175px;
    border-right: 5px solid #f0eee2;
  }
  .bar01 p:nth-child(2) {
    width: 155px;
  }
}

.bar02 {
  width: 196px;
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 749px) {
  .bar02 {
    margin-top: 7px;
  }
  .bar02 P:nth-child(1) {
    width: 84px;
    border-right: 5px solid #f0eee2;
  }
  .bar02 P:nth-child(2) {
    width: 84px;
  }
}

.bar--bg {
  background: #f2f0e4;
}

.conditions-price p {
  display: inline-block;
  font-size: 1.7rem;
  padding: 0.3em 1em;
  border-radius: 155px;
}
.conditions-price .bk {
  background: #221815;
  color: #fff;
  padding: 0.3em 2.3em 0.3em 1em;
  position: relative;
  z-index: 1;
  margin-right: -30px;
}
.conditions-price .wh {
  background: #fff;
  position: relative;
  z-index: 3;
}
.conditions-price .yel {
  background: #F5DC61;
  position: relative;
  z-index: 3;
}
.conditions-price span {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .conditions-price {
    position: relative;
  }
}

/* ========================================================
fv
=========================================================*/
.fv {
  background: url(../images/00_top2.png) no-repeat center center/cover;
  aspect-ratio: 1280/1080;
  position: relative;
}
.fv p {
  position: absolute;
  bottom: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.2rem;
  line-height: 2.0909090909;
  font-family: "Ronde-B_square", sans-serif;
  text-align: center;
  width: 100%;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .fv {
    background: url(../images/00_top2_tab.jpg) no-repeat center center/cover;
    aspect-ratio: 1500/2072;
  }
  .fv p {
    font-size: 2.5rem;
  }
}
@media (max-width: 749px) {
  .fv {
    background: url(../images/00_top2_sp.jpg) no-repeat center center/cover;
    aspect-ratio: 375/645;
  }
  .fv p {
    width: 214px;
    width: 100%;
    letter-spacing: -2.7px;
    line-height: 1.7;
    font-size: calc(15/375 * 100vw);
    bottom: calc(23/375 * 100vw);
  }
}

/* ========================================================
movie
=========================================================*/
.movie {
  padding: 36px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 78.1%;
  margin: 0 auto;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .movie {
    display: block;
  }
}
@media (max-width: 749px) {
  .movie {
    display: block;
  }
}

.movie__item {
  width: 48%;
}
.movie__item iframe {
  width: 100%;
  aspect-ratio: 482/271;
}
.movie__item span {
  margin-bottom: 15px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .movie__item {
    width: 483px;
    max-width: 100%;
    margin: 0 auto;
  }
  .movie__item:nth-child(2) {
    margin-top: 17px;
  }
}
@media (max-width: 749px) {
  .movie__item {
    width: 100%;
  }
  .movie__item iframe {
    aspect-ratio: 242/153;
  }
}

.flag {
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  color: #fff;
  background: url(../images/01_movie_flag.png) no-repeat center center/cover;
  width: 100%;
  padding: 0.3em 4.1em 0.3em 0.5em;
}
@media (max-width: 749px) {
  .flag {
    padding: 0.3em 1em 0.3em 0.5em;
    background: url(../images/01_movie_flag.png) no-repeat right center/cover;
    width: auto;
  }
}

.movie__frame {
  background: #F2F0E4;
  border-radius: 15px;
  aspect-ratio: 482/271;
  position: relative;
}
.movie__frame p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 5.4rem;
  font-family: "Ronde-B_square", sans-serif;
  text-align: center;
}

.ytp-paid-content-overlay {
  border-radius: 2px;
  bottom: 53px;
  display: inline-block;
  font-size: 109.0909090909%;
  height: 30px;
  left: 25px;
  line-height: 30px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  z-index: 27;
}

.ytp-embed .ytp-paid-content-overlay {
  bottom: 45px;
}

.ytp-impression-link {
  display: none;
}

/* ========================================================
content
=========================================================*/
.content {
  background: url(../images/02_contents_back.png) no-repeat right center/cover;
  padding: 19px 0 66px;
  position: relative;
  height: 410px;
}
.content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  background: url(../images/01_girl.png) no-repeat center center/contain;
  width: 126px;
  aspect-ratio: 100/170;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.content h2 {
  text-align: center;
  font-size: 3.5rem;
  color: #fff;
  font-family: "Ronde-B_square", sans-serif;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .content {
    background: url(../images/02_contents_back_sp.png) no-repeat center center/cover;
    height: 316px;
  }
  .content::before {
    width: 101px;
    right: 50px;
  }
  .content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 749px) {
  .content {
    padding-top: 14px;
    background: url(../images/02_contents_back_sp.png) no-repeat center center/cover;
    height: 316px;
  }
  .content::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    background: url(../images/00_flower06.png) no-repeat center center/contain;
    width: 13px;
    aspect-ratio: 13/22;
  }
  .content::before {
    width: 50px;
    right: 10px;
  }
  .content h2 {
    font-size: 20px;
  }
}

.content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 47px auto 0;
  width: 77%;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .content__list {
    width: 89%;
    margin-top: 38px;
  }
}
@media (max-width: 749px) {
  .content__list {
    width: 95%;
    max-width: 357px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-top: 18px;
  }
}

.content__item p {
  font-size: 2.5rem;
  font-family: "Ronde-B_square", sans-serif;
  color: #fff;
  text-align: center;
  padding-bottom: 0.6em;
  letter-spacing: -5px;
}
.content__item img {
  width: 166px;
}
.content__item a {
  display: inline-block;
}
.content__item a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 1;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .content__item:nth-child(n+2) {
    margin-left: 3.4%;
  }
  .content__item p {
    font-size: 2.1rem;
  }
  .content__item img {
    width: 145px;
  }
}
@media (max-width: 749px) {
  .content__item {
    width: 30vw;
    max-width: 113px;
    text-align: center;
    margin-right: 8%;
    margin-bottom: 1.1%;
    white-space: nowrap;
  }
  .content__item P {
    font-size: min(calc(21/375 * 100vw), 21px);
    padding-bottom: 0.4em;
  }
  .content__item img {
    width: 97px;
  }
  .content__item:nth-child(3) {
    margin-left: 25%;
  }
  .content__item:nth-child(4) {
    margin-right: 0;
  }
}

/* ========================================================
largeHall
=========================================================*/
.largeHall {
  background: url(../images/03_haikei.png) no-repeat center center/100% 100%;
  position: relative;
  padding: 363px 0 35px;
}
.largeHall::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/03_maryflag.png) no-repeat center center/contain;
  width: 1006px;
  aspect-ratio: 1006/363;
}
.largeHall::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/03_line2.png) no-repeat center center/100%;
  width: 100%;
  aspect-ratio: 2561/253;
}
.largeHall .program__content {
  padding-left: 3%;
  width: 94%;
  margin: 17px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .largeHall {
    background: url(../images/03_haikei.png) repeat-y center top/auto;
    padding-top: 268px;
  }
  .largeHall::before {
    width: 750px;
    top: 39px;
  }
  .largeHall::after {
    background: url(../images/line1.png) repeat-x center center/auto;
    width: 100%;
    height: 38px;
    background-size: 50px 31px;
  }
  .largeHall .program__content {
    display: block;
    margin: 46px auto 0;
  }
  .largeHall .program__content img {
    display: block;
    margin: 0 auto;
    width: 72%;
    margin-right: 18%;
  }
}
@media (max-width: 749px) {
  .largeHall {
    background: url(../images/03_haikei.png) repeat-y center top/auto;
    padding: 143px 0 0px;
  }
  .largeHall::before {
    width: 375px;
    max-width: 100%;
    background: url(../images/03_maryflag_sp.png) no-repeat center center/100%;
  }
  .largeHall::after {
    display: none;
  }
  .largeHall .program__content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 44px;
  }
  .largeHall .program__content img {
    width: 73%;
  }
  .largeHall .program__content p {
    font-size: 15px;
    padding-left: 0;
    line-height: 23.5px;
    letter-spacing: normal;
  }
  .largeHall .program__content span {
    font-size: 15px;
  }
}

.largeHall__content {
  background: #F5DC61;
  background: url(../images/line2.png) no-repeat center center/100% 100%;
  margin-top: 10px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .largeHall__content {
    margin-top: 40px;
  }
}
@media (max-width: 749px) {
  .largeHall__content {
    border: none;
    font-size: 15px;
  }
}

.performer {
  position: relative;
}
.performer::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/line3.png) repeat-x center center/contain;
}
.performer::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../images/line3.png) repeat-x center center/contain;
}
.performer h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Ronde-B_square", sans-serif;
  margin-left: 26px;
  position: relative;
  padding-right: 10%;
}
.performer h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/00_flower02.png) no-repeat center center/contain;
  width: 88px;
  aspect-ratio: 88/55;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .performer h2::after {
    right: -20px;
  }
}
@media (max-width: 749px) {
  .performer h2::after {
    right: -50px;
    width: 55px;
  }
}

.performer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 30px;
}
.performer__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 13.4%;
  background: url(../images/00_flower02.png) no-repeat center center/contain;
  width: 86px;
  aspect-ratio: 86/60;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .performer__list {
    width: 630px;
    margin: 0 auto;
    padding: 0;
  }
  .performer__list::after {
    background: url(../images/02_girl03.png) no-repeat center center/contain;
    width: 137px;
    aspect-ratio: 137/179;
    right: 20px;
  }
}
@media (max-width: 749px) {
  .performer__list {
    border-bottom: none;
    padding: 0;
  }
  .performer__list::after {
    display: none;
  }
}

.performer__item {
  width: calc(20% - 2.5% * 4 / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.performer__item img {
  width: 77px;
  margin-right: -14px;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .performer__item:not(:nth-child(5n)) {
    margin-right: 2.5%;
  }
}
@media (min-width: 750px) and (max-width: 1199px) {
  .performer__item {
    width: 31.5%;
    margin-bottom: -3px;
  }
  .performer__item img {
    width: 86px;
  }
  .performer__item:not(:nth-child(3n)) {
    margin-right: 2.5%;
  }
  .performer__item:nth-child(8) {
    margin-right: 10%;
  }
}
@media (max-width: 749px) {
  .performer__item {
    width: 50%;
    margin-bottom: 3px;
  }
  .performer__item img {
    width: 20vw;
    max-width: 75px;
  }
}

.performer__item-body {
  margin-top: 16px;
}
.performer__item-body p {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 10px;
}
.performer__item-body p span {
  margin-top: 3px;
}
.performer__item-body span {
  display: block;
  font-size: 9px;
}
.performer__item-body .txtLeft {
  text-align: left;
  padding-left: 2em;
}
@media screen and (min-width: 361px) {
  .performer__item-body .txtLeft {
    white-space: nowrap;
  }
}

.performer__item--role {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  width: 111px;
  padding: 3px 0;
  text-align: center;
  background: #221815;
  border-radius: 0 15px 15px 0;
  margin-top: 3px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .performer__item--role {
    width: 121px;
  }
}

.performer__item--double {
  width: 25%;
}
.performer__item--double img:nth-of-type(2) {
  margin-right: 0;
  margin-left: -30px;
}
.performer__item--double .performer__item--role {
  width: 250px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .performer__item--double {
    width: 70%;
  }
}
@media (max-width: 749px) {
  .performer__item--double {
    width: 100%;
  }
  .performer__item--double .performer__item-body {
    width: 67%;
  }
  .performer__item--double .performer__item--role {
    width: 100%;
  }
}

.join {
  padding: 31px 40px 35px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .join {
    padding: 31px 15px 35px;
  }
}
@media (max-width: 749px) {
  .join {
    padding: 23px 10px 35px;
  }
}

.join__item:nth-child(2) {
  margin-top: 20px;
}

.join__title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Ronde-B_square", sans-serif;
  background: #fff;
  border-radius: 18px;
  padding: 7px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .join__title {
    letter-spacing: -1.71px;
    margin-left: 13px;
  }
}
@media (max-width: 749px) {
  .join__title {
    padding: 4px;
  }
  .join__title:not(.join__title2) {
    border-radius: 9px;
    letter-spacing: -3.65px;
  }
}

.join__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.join__conditions .conditions-price {
  padding-left: 17px;
}
@media (max-width: 749px) {
  .join__conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 5px;
  }
}

.join__conditions-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 749px) {
  .join__conditions-flex {
    margin-top: 20px;
  }
}

.join__text {
  font-size: 1.6rem;
  line-height: 1.375;
  padding-top: 16px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .join__text {
    padding-left: 21px;
  }
}
@media (max-width: 749px) {
  .join__text {
    padding-top: 9px;
  }
}

.join__text02 {
  font-size: 1.6rem;
  line-height: 1.375;
  padding-top: 8px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .join__text02 {
    padding-left: 21px;
  }
}
@media (max-width: 749px) {
  .join__text02 {
    padding-left: 11px;
  }
}

.join__text--border {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1875;
  border-bottom: 4px dotted #fff;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .join__text--border.join__text--border2 {
    margin-left: 21px;
  }
}
@media (max-width: 749px) {
  .join__text--border.join__text--border2 {
    margin-left: 11px;
    margin-top: 8px;
    line-height: 20px;
  }
}

/* ========================================================
ticket
=========================================================*/
.ticket__title {
  text-align: center;
  position: relative;
}
.ticket__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 35%;
  height: 3px;
}
.ticket__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 35%;
  height: 3px;
}
.ticket__title span {
  display: inline-block;
  background: #F5DC61;
  font-size: 3rem;
  line-height: 1.7333333333;
  font-family: "Ronde-B_square", sans-serif;
  letter-spacing: -0.15em;
  padding: 0 0;
}
@media (max-width: 749px) {
  .ticket__title::after {
    width: 31%;
  }
  .ticket__title::before {
    width: 31%;
  }
  .ticket__title span {
    font-size: 2rem;
  }
}

.ticket__title--bk {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ticket__title--bk::before {
  background: url(../images/ticket_line-left.png) no-repeat center center/contain;
  top: 0;
  width: 32%;
  height: 70px;
}
.ticket__title--bk::after {
  background: url(../images/ticket_line-right.png) no-repeat center center/contain;
  top: 0;
  width: 32%;
  height: 70px;
}
.ticket__title--bk span {
  background: #fff;
}
@media screen and (max-width: 1259px) {
  .ticket__title--bk::before {
    background: url(../images/ticket_line-left_sp.png) no-repeat center center/100%;
    width: 36%;
    height: 4px;
    top: 31px;
  }
  .ticket__title--bk::after {
    background: url(../images/ticket_line-right_sp.png) no-repeat center center/100%;
    top: unset;
    bottom: 21px;
    width: 35%;
    aspect-ratio: 537/367;
    height: auto;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (max-width: 749px) {
  .ticket__title--bk {
    margin-bottom: 0;
  }
  .ticket__title--bk span {
    font-size: 19px;
  }
  .ticket__title--bk::before {
    width: 33%;
    height: 5px;
    top: 18px;
  }
  .ticket__title--bk::after {
    bottom: 15px;
    width: 31%;
  }
}

.ticket__content {
  padding: 6px 40px 32px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .ticket__content {
    padding-bottom: 40px;
  }
}
@media (max-width: 749px) {
  .ticket__content {
    padding: 6px 12px 54px;
    position: relative;
  }
  .ticket__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20px;
    background: url(../images/00_flower07.png) no-repeat center center/contain;
    width: 113px;
    aspect-ratio: 113/54;
  }
}

.ticket__price {
  margin-top: 22px;
}
.ticket__price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  left: 1.75;
}
.ticket__price dl span {
  font-size: 12.9px;
}
.ticket__price dt, .ticket__price dd {
  margin-top: 10px;
}
.ticket__price dt {
  width: 250px;
}
.ticket__price dd {
  width: calc(100% - 250px);
}
.ticket__price p {
  margin-top: 14px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.ticket__price ul {
  margin-top: 27px;
}
.ticket__price li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.625;
  padding-left: 25px;
}
.ticket__price li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  background: #221815;
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ticket__price li.is-sp {
  display: none;
}
.ticket__price a {
  color: #4679BD;
  padding-right: 14px;
}
@media screen and (max-width: 1199px) {
  .ticket__price ul {
    margin-top: 11px;
  }
  .ticket__price.ticket__price2 dt {
    width: 141px;
  }
}
@media (max-width: 749px) {
  .ticket__price dl {
    position: relative;
  }
  .ticket__price dl::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 10px;
    background: url(../images/kirakira02.png) no-repeat center center/contain;
    width: 22px;
    aspect-ratio: 22/30;
  }
  .ticket__price.ticket__price2 dd {
    width: 40%;
  }
  .ticket__price a {
    padding-left: 20px;
  }
  .ticket__price ul {
    margin-top: 14px;
  }
  .ticket__price li {
    font-size: 14px;
    padding-left: 0;
  }
  .ticket__price li.is-sp {
    display: unset;
  }
  .ticket__price li.is-sp p {
    margin-top: 2px;
  }
  .ticket__price li.is-sp p:not(:nth-of-type(1)) {
    padding-left: 43px;
  }
  .ticket__price li.is-sp p:not(:nth-of-type(1)) span {
    font-size: 14px;
  }
}

.ticket__price-title {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #DB531C;
  border-radius: 15px;
  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;
  width: 111px;
  height: 24px;
}
.ticket__price-title span {
  font-size: 1.1rem;
}

.event {
  margin-top: 32px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .event {
    margin-top: 8px;
    position: relative;
  }
  .event::before {
    content: "";
    position: absolute;
    top: -90px;
    right: 0;
    background: url(../images/00_flower05.png) no-repeat center center/contain;
    width: 161px;
    aspect-ratio: 161/135;
  }
}
@media (max-width: 749px) {
  .event {
    margin-top: 15px;
  }
}

.event__title {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.7407407407;
  background: url(../images/evet_flag.png) no-repeat center center/cover;
  padding: 0 35px 0 10px;
  font-family: "Ronde-B_square", sans-serif;
  color: #fff;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .event__title {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 749px) {
  .event__title {
    font-size: 20px;
    letter-spacing: -1.6px;
    padding: 0;
    padding-right: 28px;
    margin-bottom: 6px;
  }
}

.event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event__content.is-sp {
  display: none;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .event__content {
    display: block;
  }
}
@media (max-width: 749px) {
  .event__content {
    display: block;
  }
  .event__content.is-sp {
    display: unset;
  }
}

.event__box {
  width: 49.5%;
  background: #F2F0E4;
  border-radius: 9px;
  padding: 17px 10px 10px;
}
.event__box:nth-child(2) {
  position: relative;
}
.event__box:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -82%;
  right: 0%;
  background: url(../images/02_girl.png) no-repeat center center/contain;
  width: 295px;
  aspect-ratio: 295/162;
}
.event__box p {
  font-size: 1.6rem;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  .event__box {
    width: 100%;
    padding: 5px 49px 10px;
  }
  .event__box:nth-child(2) {
    position: relative;
    margin-top: 22px;
  }
  .event__box:nth-child(2)::before {
    display: none;
  }
  .event__box p {
    padding-top: 10px;
  }
}
@media (max-width: 749px) {
  .event__box {
    padding: 5px;
  }
}

.event__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event__box-top h3 {
  font-size: 2.7rem;
  font-family: "Ronde-B_square", sans-serif;
  color: #fff;
  background: #DB531C;
  border-radius: 25px;
  letter-spacing: -0.05em;
  padding: 0.3em;
  padding-left: 0.6em;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .event__box-top h3 {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 749px) {
  .event__box-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event__box-top h3 {
    font-size: min(calc(20/375 * 100vw), 20px);
    letter-spacing: -3px;
    padding: 3px 0;
    width: 184px;
    text-align: center;
  }
}

.event__box-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  padding-bottom: 8px;
  border-bottom: 4px dotted #221815;
}

.event__box-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 4px dotted #221815;
  padding: 10px 0 10px;
}
.event__box-time p {
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-top: 0;
}
.event__box-time .underLine {
  font-size: 1.6rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0DC75), to(#F0DC75));
  background-image: linear-gradient(180deg, #F0DC75, #F0DC75);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}
@media (min-width: 1200px) {
  .event__box-time.event__box-time1 {
    padding-top: calc(10px + 2.2em);
  }
}
@media (min-width: 750px) and (max-width: 1199px) {
  .event__box-time {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 749px) {
  .event__box-time {
    border: none;
  }
  .event__box-time .underLine {
    position: relative;
    top: -10px;
    left: 9px;
  }
}

.event__box-btn {
  margin-top: 8px;
}
.event__box-btn a {
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  background: #1BB8CB;
  border-radius: 15px;
  border: 3px solid #fff;
  padding: 4px 30px 4px 13px;
  position: relative;
}
.event__box-btn a::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .event__box-btn {
    margin-top: -22px;
    text-align: right;
  }
  .event__box-btn a {
    font-size: 15px;
    letter-spacing: -0.6px;
  }
}
@media (max-width: 749px) {
  .event__box-btn {
    margin-top: 0;
    text-align: center;
  }
  .event__box-btn a {
    font-size: 14px;
  }
}

.event___attention {
  padding-top: 15px;
  font-size: 1.5rem;
}

/* ========================================================
program
=========================================================*/
.program {
  padding-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .program {
    padding-top: 23px;
  }
}

.program__info {
    font-size: 1.4rem;
    width: 558px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    letter-spacing: 0.56px;
    white-space: nowrap;
    margin-top: 10px;
}
@media (max-width: 749px) {
  .program__info {
    white-space: unset;
    text-align: center;
    margin-top: 20px;
    line-height: 18.5px;
    font-size: 13px;
  }
}

.program__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-left: 37px;
}
.program__time p {
  font-size: 3.3rem;
  margin-left: 7%;
}
.program__time .border {
  border-bottom: 4px dotted #fff;
}
.program__time .txt01 {
  font-size: 2.6rem;
}
.program__time .txt02 {
  font-size: 1.3rem;
}
.program__time .txt03 {
  font-size: 1.9rem;
}
.program__time .txt04 {
  font-size: 1.8rem;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .program__time {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 17px;
    margin-top: 47px;
    margin-left: 22px;
	margin-right: 22px;
  }
}
@media (max-width: 749px) {
  .program__time {
    margin-top: 15px;
    width: 95%;
    margin: 7px auto;
    display: block;
  }
  .program__time .leaf {
    font-size: 14px;
    margin-top: 11px;
  }
  .program__time .txt01, .program__time .txt02, .program__time .txt03, .program__time .txt04 {
    font-size: 1.4rem;
  }
  .program__time p {
    margin-left: 0;
  }
}

.program__time--onpu {
  position: relative;
}
.program__time--onpu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 350px;
  background: url(../images/note.png) no-repeat center center/contain;
  width: 26px;
  aspect-ratio: 1/1;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .program__time--onpu::after {
    right: 80px;
  }
}
@media (max-width: 749px) {
  .program__time--onpu::after {
    top: 15px;
    right: 30px;
    width: 20px;
  }
}

.program__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin: 13px auto 0;
}
.program__content img {
  width: 49%;
}
.program__content p {
  font-size: 1.6rem;
  line-height: 2.15;
  width: 100%;
  letter-spacing: -0.01em;
  padding-top: 34px;
  padding-left: 32px;
}
.program__content span {
  font-size: 1.9rem;
  font-weight: 700;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .program__content {
    display: block;
    width: 95%;
  }
  .program__content p {
    width: 82%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.17px;
    line-height: 31px;
  }
}
@media (max-width: 749px) {
  .program__content {
    display: block;
  }
}

.program__text {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 42px;
  letter-spacing: -0.065em;
}
@media (max-width: 749px) {
  .program__text {
    padding: 0 4%;
    line-height: 1.45;
  }
}

.program__content--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62.2%;
  border-right: 4px dotted #221815;
}
.program__content--left img {
  width: 75%;
}
@media screen and (max-width: 1199px) {
  .program__content--left {
    border: none;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .program__content--left img {
    width: 69%;
  }
}
@media (max-width: 749px) {
  .program__content--left {
    display: block;
  }
  .program__content--left .program__content--performer {
    display: none;
  }
  .program__content--left img {
    width: 100%;
  }
}

.program__content--right {
  width: 37%;
  padding-left: 21px;
}
.program__content--right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 1.9rem;
  font-weight: 700;
}
.program__content--right li:nth-child(n+2) {
  margin-top: -5px;
}
.program__content--right img {
  width: 49px;
  padding-right: 5px;
}
.program__content--right span {
  display: block;
  font-size: 1.3rem;
  text-align: right;
  margin-top: 7px;
}
.program__content--right span img {
  width: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .program__content--right {
    border-left: 4px dotted #221815;
    width: 60%;
    padding-left: 26px;
    padding-top: 13px;
    margin-top: 41px;
    margin-left: 20px;
  }
  .program__content--right li {
    margin-bottom: 5px;
  }
  .program__content--right p {
    text-align: left;
    letter-spacing: -0.84px;
    font-size: 21px;
    line-height: 34px;
  }
}
@media (max-width: 749px) {
  .program__content--right {
    margin: 5% auto 0;
    width: 93%;
    padding-left: 15px;
  }
  .program__content--right p {
    font-size: 17px;
    line-height: 27px;
  }
}

.program__content--right p, .program__content--performer p {
  padding: 0;
}

.program__content--performer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23%;
  text-align: center;
}
.program__content--performer li:nth-child(2) {
  margin-top: 15px;
}
.program__content--performer p {
  display: inline-block;
  width: 104px;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 700;
  background: #F5DC61;
  border-radius: 15px;
  text-align: center;
}
.program__content--performer span {
  display: block;
  font-size: 1rem;
  padding-left: 2.9em;
  text-align: left;
}
.program__content--performer.is-sp {
  display: none;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .program__content--performer p {
    font-size: 20px;
    width: 117px;
  }
  .program__content--performer span {
    padding-top: 11px;
    padding-left: 4em;
  }
}
@media (max-width: 749px) {
  .program__content--performer {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .program__content--performer.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 42px 0;
  }
  .program__content--performer.is-sp img {
    width: 55%;
  }
  .program__content--performer.is-sp span {
    font-size: 12px;
    padding-left: 40px;
  }
  .program__content--performer li:nth-child(2) {
    margin-top: 0;
  }
}

/* ========================================================
smallHall
=========================================================*/
.smallHall {
  position: relative;
}
.smallHall::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/04_sozai_pc.png) no-repeat center center/contain;
  width: 60%;
  aspect-ratio: 1000/400;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .smallHall::before {
    background: url(../images/04_sozai.png) no-repeat center center/contain;
    width: 140px;
    aspect-ratio: 95/180;
    right: 20px;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (max-width: 749px) {
  .smallHall::before {
    display: none;
  }
}

.smallHall__content {
  position: relative;
}
.smallHall__content::before {
  content: "";
  position: absolute;
  top: -57px;
  left: 139px;
  background: url(../images/04_sholeflag.png) no-repeat center center/contain;
  width: 162px;
  aspect-ratio: 162/60;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .smallHall__content:before {
    top: -78px;
    left: 0;
    z-index: 2;
  }
}
@media (max-width: 749px) {
  .smallHall__content::before {
    width: 102px;
    top: -37px;
    left: 13px;
  }
}

.smallHall__title {
  position: relative;
  margin-top: 16px;
  margin-bottom: -14%;
}
.smallHall__title p {
  position: absolute;
  top: 14.5%;
  left: 0;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -13.2px;
  line-height: 80px;
  font-family: "Ronde-B_square", sans-serif;
}
@media screen and (max-width: 1199px) {
  .smallHall__title {
    margin-top: 44px;
    margin-bottom: -3%;
  }
  .smallHall__title p {
    top: 1.5%;
    left: 12px;
    letter-spacing: -18.2px;
    line-height: 76px;
  }
}
@media (max-width: 749px) {
  .smallHall__title {
    margin-top: 11px;
  }
  .smallHall__title p {
    letter-spacing: -0.3em;
    font-size: 28px;
    line-height: 35px;
  }
}

.smallHall__time--left {
  width: 30%;
}
.smallHall__time--left .note {
  font-size: 1.6rem;
  margin-left: 0;
  margin-top: 4px;
}
.smallHall__time--left span {
  font-size: 1.5rem;
}
.smallHall__time--left span.ok {
  font-size: 20px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .smallHall__time--left {
    width: 35%;
  }
  .smallHall__time--left .note {
    margin-top: 12px;
  }
}
@media (max-width: 749px) {
  .smallHall__time--left {
    width: 100%;
  }
  .smallHall__time--left span.ok {
    font-size: 15px;
  }
}

.smallHall__time--right {
  width: 70%;
}
.smallHall__time--right p {
  margin-left: 0;
}
.smallHall__time--right .note {
  font-size: 1.6rem;
  margin-left: 0;
  margin-top: 25px;
  padding-left: 2em;
}
.smallHall__time--right span {
  font-size: 1.5rem;
}
.smallHall__time--right .border {
  border-bottom: 4px dotted #221815;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .smallHall__time--right {
    width: 57%;
  }
  .smallHall__time--right .note {
    margin-top: 10px;
  }
}
@media (max-width: 749px) {
  .smallHall__time--right {
    width: 100%;
  }
  .smallHall__time--right span {
    font-size: 14px;
  }
}

.smallHall__time-text01 {
  position: relative;
}
.smallHall__time-text01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/note.png) no-repeat center center/contain;
  width: 26px;
  aspect-ratio: 1/1;
}

.program__content--right li {
    margin-bottom: 10px;
}

.dec_blue {
  position: relative;
  width: 100%;
  height: 45px;
  background: url(../images/haikei03.png) no-repeat center center/auto;
}
.dec_blue::after {
  content: "";
  position: absolute;
  background: url(../images/dot_top.png) repeat-x center center/auto;
  bottom: 0px;
  width: 100%;
  height: 6.5px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-position: bottom;
  background-size: 120px 6.5px;
}
@media screen and (max-width: 1199px) {
  .dec_blue {
    background-size: 490px 2400px;
    background-repeat: repeat-x;
  }
}
@media (max-width: 749px) {
  .dec_blue {
    margin: 0 auto;
  }
}

.dec_blue.dec_blue2 {
  margin-top: 19px;
}
.dec_blue.dec_blue2::before {
  content: "";
  position: absolute;
  background: url(../images/dot_bottom.png) repeat-x center center/auto;
  top: 0px;
  width: 100%;
  height: 6.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: top;
  background-size: 99px 7.5px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .dec_blue.dec_blue2 {
    margin-top: 41px;
  }
}
@media (max-width: 749px) {
  .dec_blue.dec_blue2::before {
    background: url(../images/00_flower09.png) no-repeat center center/100%;
    aspect-ratio: 40/88;
    width: 20px;
    height: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 20px;
  }
  .dec_blue.dec_blue2:after {
    display: none;
  }
}

.dec_blue.dec_blue3::before {
  content: "";
  position: absolute;
  background: url(../images/dot_bottom.png) repeat-x center center/auto;
  top: 0px;
  width: 100%;
  height: 6.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: top;
  background-size: 99px 7.5px;
}
.dec_blue.dec_blue3::after {
  position: absolute;
  background: url(../images/lobby_bg.png) no-repeat center center/100%;
  top: 0px;
  left: 51.4%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 73%;
  height: auto;
  aspect-ratio: 1873/629;
  z-index: -1;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .dec_blue.dec_blue3::after {
    background: url(../images/00_flower03.png) no-repeat center center/contain;
    width: 103px;
    aspect-ratio: 103/72;
    left: 14%;
  }
}
@media (max-width: 749px) {
  .dec_blue.dec_blue3:before, .dec_blue.dec_blue3:after {
    display: none;
  }
}

.dec_line {
  background: url(../images/line1.png) repeat-x center center/auto;
  width: 100%;
  height: 38px;
  background-size: 100px 38px;
}
@media (min-width: 1200px) {
  .dec_line.is-pcnon {
    display: none;
  }
}
@media (max-width: 749px) {
  .dec_line {
    height: 14px;
    background-size: 27px 14px;
    margin: 0 auto;
  }
}

/* ========================================================
lobby
=========================================================*/
@media (max-width: 749px) {
  .lobby {
    padding-top: 3%;
  }
}

.lobby__content {
  padding: 70px 0 158px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .lobby__content {
    padding-top: 43px;
  }
}
@media (max-width: 749px) {
  .lobby__content {
    padding-top: 13px;
    padding-bottom: 100px;
  }
  .lobby__content .inner {
    padding: 0 20px;
  }
}

.lobby__item01 {
  display: none;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lobby__item01 .lobby__item-body p {
  width: 108.4%;
}
.lobby__item01::before {
  content: "";
  position: absolute;
  top: -103px;
  left: 0;
  background: url(../images/05_robby_flag.png) no-repeat center center/contain;
  width: 235px;
  aspect-ratio: 235/57;
}
@media (min-width: 1200px) {
  .lobby__item01.is-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .lobby__item01.is-tab {
    display: block;
  }
  .lobby__item01 .lobby__item-body p {
    width: 44%;
    padding-top: 37px;
    line-height: 30.8px;
  }
  .lobby__item01::before {
    top: -70px;
  }
}
@media (max-width: 749px) {
  .lobby__item01::before {
    width: 161px;
    top: -44px;
  }
  .lobby__item01 .lobby__item-body {
    width: 100%;
  }
  .lobby__item01 .lobby__item-body p {
    width: 100%;
    padding-top: 19px;
    line-height: 21px;
  }
}

.lobby__item-image {
  width: 37%;
}
.lobby__item-image span {
  display: inline-block;
  font-size: 1.5rem;
  padding-top: 10px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .lobby__item-image {
    width: 53%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 749px) {
  .lobby__item-image {
    width: 100%;
  }
}

.lobby__item-body {
  width: 60%;
  padding-top: 21px;
}
.lobby__item-body p {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 15px;
  letter-spacing: -0.04em;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .lobby__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 96%;
    margin: 0 auto;
  }
}

.lobby__item-title01 {
  font-size: 6rem;
  font-family: "Ronde-B_square", sans-serif;
  line-height: 1.3333333333;
  letter-spacing: -0.22em;
}
.lobby__item-title01 span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5DC61), to(#F5DC61));
  background-image: linear-gradient(180deg, #F5DC61, #F5DC61);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
  border-radius: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .lobby__item-title01 span {
    white-space: unset;
  }
}
@media (max-width: 749px) {
  .lobby__item-title01 {
    font-size: 27px;
    position: relative;
  }
  .lobby__item-title01::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0;
    background: url(../images/kirakira03.png) no-repeat center center/contain;
    width: 14px;
    aspect-ratio: 1/1;
  }
  .lobby__item-title01 span {
    font-size: 27px;
  }
}

.lobby__item02 {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 5px;
  position: relative;
}
.lobby__item02::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 30px;
  background: url(../images/00_flower10.png) no-repeat center center/contain;
  width: 92px;
  aspect-ratio: 92/102;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.lobby__item02 .lobby__item-image {
  margin-top: 2.8%;
  position: relative;
}
.lobby__item02 .lobby__item-image:before {
  content: "";
  position: absolute;
}
.lobby__item02 p {
  padding-left: 2%;
  padding-top: 4%;
}
.lobby__item02 p span {
  margin-top: 1.4%;
  display: inline-block;
}
@media (min-width: 1200px) {
  .lobby__item02.is-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lobby__item02 .lobby__item-image {
    width: 33.6%;
  }
  .lobby__item02 .lobby__item-body {
    width: 64%;
  }
}
@media (min-width: 750px) and (max-width: 1199px) {
  .lobby__item02 .lobby__item-image::after {
    content: "";
    position: absolute;
    bottom: -29%;
    right: 0;
    background: url(../images/02_girl02.png) no-repeat center center/contain;
    width: 109px;
    aspect-ratio: 109/121;
    z-index: 5;
  }
}
@media screen and (max-width: 1199px) {
  .lobby__item02.is-tab {
    display: block;
  }
  .lobby__item02 p {
    width: 50%;
    padding-left: 4%;
    padding-top: 2%;
  }
}
@media (max-width: 749px) {
  .lobby__item02 .lobby__item-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lobby__item02 p {
    width: 100%;
    line-height: 21px;
  }
}

.lobby__item-title02 {
  font-size: 4rem;
  font-family: "Ronde-B_square", sans-serif;
  letter-spacing: -0.22em;
  padding-left: 9px;
  border-bottom: 5px black dotted;
  position: relative;
}
.lobby__item-title02::before {
  content: "";
  position: absolute;
  background: url(../images/y_marum.png) no-repeat center center/100%;
  aspect-ratio: 274/267;
  width: 15%;
  bottom: -27px;
  left: -18px;
  z-index: -1;
}
.lobby__item-title02 span {
  font-size: 33px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .lobby__item-title02::after {
    content: "";
    position: absolute;
    top: -108px;
    right: 40px;
    background: url(../images/boy.png) no-repeat center center/contain;
    width: 233px;
    aspect-ratio: 233/140;
  }
}
@media (max-width: 749px) {
  .lobby__item-title02 {
    font-size: 21px;
    padding-left: 0;
    letter-spacing: -4.9px;
    margin-top: 18px;
    position: relative;
  }
  .lobby__item-title02::before {
    content: "";
    position: absolute;
    left: unset;
    top: -20px;
    right: 20px;
    background: url(../images/00_flower08.png) no-repeat center center/contain;
    width: 32px;
    aspect-ratio: 32/24;
  }
  .lobby__item-title02::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url(../images/y_marum.png) no-repeat center center/100%;
    width: 50px;
    aspect-ratio: 274/267;
    z-index: -1;
  }
  .lobby__item-title02 span {
    font-size: 18px;
  }
}

.lobby__timeSchedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 46px;
  counter-reset: count 0;
  margin-left: 25px;
}
.lobby__timeSchedule li {
  position: relative;
  font-size: 3.3rem;
  padding-left: 44px;
}
.lobby__timeSchedule li::before {
  content: counter(count);
  counter-increment: count 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #221815;
  color: #fff;
  font-size: 3.3rem;
  width: 38px;
  aspect-ratio: 1/1;
  text-align: center;
  line-height: 38px;
}
@media (min-width: 1200px) {
  .lobby__timeSchedule li:nth-child(n+2) {
    margin-left: 22px;
  }
}
@media (min-width: 750px) and (max-width: 1199px) {
  .lobby__timeSchedule {
    display: block;
    margin-top: -91px;
    margin-left: 45px;
  }
  .lobby__timeSchedule li {
    line-height: 42.8px;
    font-size: 24px;
  }
  .lobby__timeSchedule li::before {
    font-size: 2.4rem;
    width: 28px;
    line-height: 28px;
  }
}
@media (max-width: 749px) {
  .lobby__timeSchedule {
    display: block;
    margin-top: 6px;
    margin-left: 3px;
  }
  .lobby__timeSchedule li {
    font-size: 15px;
    margin-top: 16px;
    padding-left: 26px;
  }
  .lobby__timeSchedule li::before {
    font-size: 1.9rem;
    width: 23px;
    line-height: 23px;
  }
}

.lobby__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
}
.lobby__conditions p {
  font-size: 2.3rem;
  padding: 0 0 0 8px;
  padding: 0;
}
.lobby__conditions .ok {
  width: 195px;
  height: 42px;
  font-size: 2.2rem;
}
.lobby__conditions .bar--orange {
  width: 58.6%;
  padding: 10px 0;
  padding-left: 19px;
}
@media screen and (max-width: 1199px) {
  .lobby__conditions {
    position: relative;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 90%;
    margin: 21px auto 0;
  }
  .lobby__conditions p {
    margin-left: 20px;
  }
  .lobby__conditions .bar--orange {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    padding-left: 19px;
    top: 61px;
  }
}
@media (max-width: 749px) {
  .lobby__conditions {
    width: 100%;
    position: relative;
  }
  .lobby__conditions::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/02_girl02.png) no-repeat center center/contain;
    width: 54px;
    aspect-ratio: 54/60;
  }
  .lobby__conditions .ok {
    font-size: 15px;
    width: 135px;
  }
  .lobby__conditions p {
    font-size: 15px;
    margin-left: 10px;
  }
  .lobby__conditions .bar--orange {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lobby__conditions .bar--orange::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #fff;
    top: 0;
    left: 55px;
  }
  .lobby__conditions .bar--orange p {
    display: block;
    font-size: 15px;
    width: 230px;
    padding-top: 9px;
    padding-left: 20px;
    text-indent: -1em;
  }
  .lobby__conditions .bar--orange p span {
    font-size: 13px;
  }
}

/* ========================================================
support
=========================================================*/
.support {
  margin-top: 3%;
  position: relative;
  z-index: 2;
}

.support__title {
  font-size: 3.9rem;
  text-align: center;
  font-family: "Ronde-B_square", sans-serif;
  letter-spacing: -0.07em;
  position: relative;
}
.support__title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80px;
  background: url(../images/kirakira.png) no-repeat center center/contain;
  width: 130px;
  aspect-ratio: 130/57;
}
@media screen and (max-width: 1199px) {
  .support__title {
    font-size: 27.9px;
    letter-spacing: -2.24px;
  }
  .support__title::after {
    display: none;
  }
}
@media (max-width: 749px) {
  .support__title {
    font-size: 22px;
  }
}

.support__item {
  margin-top: 23px;
}

@media (min-width: 750px) and (max-width: 1199px) {
  .support__item--flower {
    position: relative;
  }
  .support__item--flower::before {
    content: "";
    position: absolute;
    top: -34px;
    right: 50px;
    background: url(../images/00_flower04.png) no-repeat center center/contain;
    width: 93px;
    aspect-ratio: 93/57;
  }
}
@media (max-width: 749px) {
  .support__item--flower {
    position: relative;
  }
  .support__item--flower::before {
    content: "";
    position: absolute;
    top: -17px;
    right: 20px;
    background: url(../images/00_flower04.png) no-repeat center center/contain;
    width: 63px;
    aspect-ratio: 93/57;
  }
}

.support__item-title {
  text-align: center;
  position: relative;
}
.support__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 37%;
  height: 3px;
}
.support__item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 37%;
  height: 3px;
}
.support__item-title span {
  display: inline-block;
  background: #FFF;
  font-size: 2.4rem;
  line-height: 1.7333333333;
  font-family: "Ronde-B_square", sans-serif;
  letter-spacing: -0.2em;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .support__item-title::before {
    width: 32%;
  }
  .support__item-title::after {
    width: 32%;
  }
}
@media (max-width: 749px) {
  .support__item-title::before {
    width: 20%;
    left: 0;
  }
  .support__item-title::after {
    right: 0;
    width: 20%;
  }
  .support__item-title span {
    font-size: 2.2rem;
  }
}

.support__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13px;
}
.support__item-content dt {
  width: 130px;
}
.support__item-content dt span {
  display: inline-block;
  font-size: 2.1rem;
  border-radius: 17px;
  padding: 6px 15px;
}
.support__item-content .bk {
  background: #221815;
  color: #fff;
  font-family: "Ronde-B_square", sans-serif;
}
.support__item-content .yel {
  background: #F0DC75;
}
.support__item-content dd {
  width: calc(100% - 130px);
}
.support__item-content .mt {
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  .support__item-content {
    display: block;
    padding-left: 22px;
    margin-top: 5px;
  }
  .support__item-content dd {
    width: 100%;
    margin-top: 13px;
  }
}
@media (max-width: 749px) {
  .support__item-content {
    padding: 0 10px;
  }
}

.support__item-list {
  font-size: 1.6rem;
  line-height: 1.875;
}
.support__item-list li {
  position: relative;
  padding-left: 10px;
  padding-left: 1em;
}
.support__item-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.support__item-list a {
  font-weight: 700;
  color: #4679BD;
}
@media (max-width: 749px) {
  .support__item-list li {
    font-size: 15px;
    letter-spacing: -1.35px;
    line-height: 25px;
    padding-left: 12px;
  }
}

.support__bottom {
  margin-top: 36px;
  padding-left: 10px;
}
.support__bottom h3 {
  font-size: 2rem;
}
.support__bottom p {
  font-size: 1.6rem;
  padding-top: 14px;
  padding-bottom: 7px;
}
@media (min-width: 750px) and (max-width: 1199px) {
  .support__bottom {
    padding: 0 22px;
  }
}

.support__bottom-btn {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 2.1rem;
  font-family: "Ronde-B_square", sans-serif;
  color: #fff;
  padding: 6px 15px 11px;
  background: #221815;
  border-radius: 27px;
  border: 5px solid #fff;
}

.support__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 12px;
}
.support__contact li {
  position: relative;
  padding-left: 15px;
}
.support__contact li::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.support__contact li:nth-child(n+2) {
  margin-left: 25px;
}
.support__contact a {
  font-size: 1.6rem;
  color: #4679BD;
  font-weight: 700;
}
@media (max-width: 749px) {
  .support__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .support__contact li:nth-child(n+2) {
    margin: 0;
  }
}

/* ========================================================
access
=========================================================*/
.access {
  padding: 257px 0 60px;
  margin-top: -100px;
  position: relative;
}
.access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/footer.png) no-repeat center center/100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.access::after {
  content: "";
  position: absolute;
  background: url(../images/access_bg.png) no-repeat center right/100%;
  width: 100%;
  aspect-ratio: 2903/188;
  bottom: -7px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .access {
    margin-top: -61px;
    padding-top: 34%;
  }
  .access::before {
    background: url(../images/footer_tab.png) no-repeat top center/cover;
  }
}
@media (max-width: 749px) {
  .access {
    margin-top: -22%;
    padding: 50% 0 17px;
  }
  .access::before {
    background: url(../images/footer_sp.png) no-repeat top center/cover;
  }
}

.access__content iframe {
  width: 50%;
  aspect-ratio: 500/240;
}
@media (min-width: 1200px) {
  .access__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .access__content {
    text-align: center;
  }
  .access__content iframe {
    width: 70%;
  }
}
@media (max-width: 749px) {
  .access__content {
    width: 85%;
    margin: 0 auto;
  }
  .access__content iframe {
    width: 100%;
  }
}

.access__body p {
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-top: 1em;
}
@media (min-width: 1200px) {
  .access__body {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .access__body {
    width: 71%;
    margin: 0 auto 17px;
    text-align: left;
  }
}
@media (max-width: 749px) {
  .access__body {
    width: 100%;
  }
  .access__body p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .access__logo img {
    width: 76%;
  }
}
@media (max-width: 749px) {
  .access__logo {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .access__flex__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 749px) {
  .access__flex__tab {
    margin: -8px;
  }
}

.access__sns {
  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;
  background: #fff;
  width: 180px;
  padding: 9px;
  border-radius: 8px;
  margin-top: 20px;
}
.access__sns li:nth-child(n+2) {
  margin-left: 13px;
}
.access__sns img {
  width: 30px;
}
@media (max-width: 749px) {
  .access__sns {
    width: 162px;
  }
}

.access__btn {
  margin-top: 19px;
}
.access__btn a {
  display: inline-block;
  width: 194px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Ronde-B_square", sans-serif;
  color: #fff;
  padding: 6px 0 11px;
  background: #221815;
  border-radius: 27px;
  border: 5px solid #fff;
}
@media (max-width: 749px) {
  .access__btn a {
    width: 140px;
    font-size: 18px;
  }
}

/* ========================================================
footer
=========================================================*/
footer p {
  font-size: 1.6rem;
  line-height: 1.4375;
  margin-top: 3%;
}
footer .footer-p-sp {
  display: none;
}
@media (min-width: 1200px) {
  footer p {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  footer p {
    padding: 0 10px;
    font-size: 15px;
    line-height: 25.5px;
  }
}
@media (max-width: 749px) {
  footer p {
    display: none;
    font-size: 14px;
  }
  footer .footer-p-sp {
    display: block;
    padding: 20px 0;
    padding-left: 10px;
  }
  footer .footer-p-sp p {
    display: block;
    padding-left: 10px;
    margin-top: 0;
    padding: 0;
    line-height: 22px;
    letter-spacing: -0.28px;
    font-size: 13px;
  }
  footer .footer-p-sp p.footer-p-mark3 {
    padding-left: 3em;
  }
  footer .footer-p-sp p.footer-p-mark4 {
    padding-left: 4em;
  }
}

.footer__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 0 auto;
}
.footer__images img {
  width: 18%;
}
.footer__images img:first-child {
  width: 100%;
}
.footer__images img:nth-child(n+2) {
  margin-left: 7%;
}
