@charset "UTF-8";


/*-----------------------

  reset

-----------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



/*-----------------------

  common

-----------------------*/
body {
  background-image: url(../images/bg_star_w.png), url(../images/bg_wrapper.webp);
  background-size: 50% auto, 100% 100%;
  background-position: center;
  background-repeat: repeat, no-repeat;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  .pc_none {
    display: none;
  }
}


/*-----------------------

  wrapper

-----------------------*/

.wrapper {
  font-family: "Kosugi Maru", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
}


/*-----------------------

 header

-----------------------*/

.wrapper header {
  background-image: url(../images/bg_frame_top.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100px;
}

.wrapper header h1 {
  max-width: 800px;
  margin: 0px auto;
  padding: 0px 10px;

}

.wrapper header h1 img {
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 10px #7543ca;
}

/*-----------------------

 main

-----------------------*/

.wrapper .main {
  background-image: url(../images/bg_star.png);
  background-size: auto;
}

@media screen and (max-width: 800px) {
  .wrapper .main {
    background-size: 500px auto;
  }
}

.wrapper .main .detail {
  max-width: 800px;
  padding: 50px 0;
  margin: 0px auto;
}

@media screen and (max-width: 800px) {
  .wrapper .main .detail {
    max-width: 100%;
    margin: 0px 10px;
  }
}

.wrapper .main .detail dl {
  margin: 0px auto;
  color: #807e7f;
  text-align: center;
}

.wrapper .main .detail dl .item_box {
  background-color: #fff;
  border: 2px dotted #adc4ff;
  border-radius: 20px;
  padding: 50px 20px;
  margin: 0 0px 20px;
  box-shadow: 5px 5px 2px rgba(200, 216, 255, 0.2);
}

@media screen and (max-width: 800px) {
  .wrapper .main .detail dl .item_box {
    background-color: #fff;
    padding: 20px;
  }
}

.wrapper .main .detail dl .item_box dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  color: #b6c6fc;
  padding: 0 10px 10px;
  margin: 0px auto 20px;
  border-bottom: 3px solid;
  border-image:
    linear-gradient(90deg,
      hsl(339deg 82% 91%) 0%,
      hsl(326deg 80% 90%) 8%,
      hsl(311deg 78% 89%) 17%,
      hsl(299deg 77% 88%) 25%,
      hsl(285deg 75% 87%) 33%,
      hsl(271deg 74% 86%) 42%,
      hsl(257deg 73% 85%) 50%,
      hsl(244deg 72% 85%) 58%,
      hsl(231deg 71% 84%) 67%,
      hsl(217deg 69% 82%) 75%,
      hsl(203deg 68% 82%) 83%,
      hsl(190deg 68% 81%) 92%,
      hsl(176deg 65% 80%) 100%);
  border-image-slice: 1;
}

.wrapper .main .detail dl .item_box dd {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  margin: 0px auto;
}

.wrapper .main .detail dl .item_box dd span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.wrapper .main .detail dl .item_box dd .notice {
  text-align: left;
  margin: 20px 0;
}


.wrapper .main .detail dl .item_box dd .timetable {
  display: block;
  background-color: rgba(251, 244, 214, 0.742);
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.wrapper .main .detail dl .item_box dd .mini_title {
  display: block;
  background-color: rgba(169, 237, 232, 0.3);
  padding: 10px;
  border-radius: 20px;
  text-align: center;
}

.wrapper .main .detail dl .item_box dd ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.wrapper .main .detail dl .item_box dd .pre-sale {
  display: block;
  background-color: rgba(251, 214, 227, 0.3);
  border: 4px solid #fbd6e3;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.wrapper .main .detail dl .item_box dd .pre-sale a {
  font-size: clamp(0.7rem, 0.591rem + 0.55vw, 1rem);
}

.wrapper .main .detail dl .item_box dd .release {
  display: block;
  background-color: rgba(251, 244, 214, 0.742);
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.wrapper .main .detail dl .item_box dd .ticket {
  margin: 20px 0;
}

.wrapper .main .detail dl .item_box dd .ticket li {
  text-align: left;
  border-left:
    4px solid #fbd6e3;
  padding-left: 10px;
}

.wrapper .main .detail dl .item_box dd .ticket li:not(:last-of-type) {
  margin-bottom: 20px;
}

.wrapper .main .detail dl .item_box dd .ticket li a {
  color: #807e7f;
}

.wrapper .btn {
  display: inline-block;
  background: #fa89b1;
  padding: 5px 20px;
  margin-top: 20px;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 2px 0px #d87d9d;
}

/*-----------------------

 footer

-----------------------*/
.wrapper footer {
  background-image: url(../images/bg_frame_bottom.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 150px;
  text-align: center;
  padding: 200px 10px 50px;
}


@media screen and (max-width: 800px) {
  .wrapper footer {
    background-size: auto 50px;
    padding: 80px 10px 50px;
  }
}

.wrapper footer dl dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  font-weight: 700;
  margin-bottom: 10px;
  color: #fa89b1;
}

.wrapper footer dl dd {
  margin-bottom: 20px;
  color: #807e7f;
}