@charset "UTF-8";
/*color*/
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* contents */
body {
  background: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
body::before {
  content: "";
  display: block;
  background: url(../img/bg_line.svg) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-animation: 50s linear infinite rotation;
          animation: 50s linear infinite rotation;
  -webkit-transform-origin: center;
          transform-origin: center;
}
body a:link, body a:visited {
  color: #000;
  text-decoration: none;
}
body .font-enpitsu {
  font-family: "kinuta-shin-enpitsu-it-stdn", sans-serif;
}
body .wrap::before { /*雲1*/
  content: "";
  display: block;
  width: 400px;
  height: 215px;
  background-image: url(../img/bg_cloud01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 5px;
  left: -20px;
  z-index: 0;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}
body .wrap::after { /*雲2*/
  content: "";
  display: block;
  width: 350px;
  height: 205px;
  background-image: url(../img/bg_cloud02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 5px;
  right: -20px;
  z-index: 0;
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  background: linear-gradient(to bottom, #ff2a2a, #ff8c1a);

  z-index: -1;
}
body .wrap .fv {
  width: 100%;
  height: 100vh;
  padding-top: 5vh;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body .wrap .fv .fcname {
  width: 50vh;
  max-width: 380px;
  margin-bottom: 20px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
body .wrap .fv .mv {
  /*max-width: 820px;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 65vh;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
body .wrap .fv .mv h1 {
  height: 100%;
  position: relative;
  z-index: 2;
}
body .wrap .fv .mv h1 img {
  height: 100%;
}
body .wrap .fv .mv [class^=bubble] {
  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-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
}
body .wrap .fv .mv .bubble01 {
  background-image: url(../img/fv_bubble_01.svg);
  width: 300px;
  height: 175px;
  bottom: -120px;
  left: -30px;
}
body .wrap .fv .mv .bubble01 p {
  display: inline-block;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
body .wrap .fv .mv .bubble01 p span {
  font-size: 25px;
}
body .wrap .fv .mv .bubble02 {
  background-image: url(../img/fv_bubble_02.svg);
  width: 160px;
  height: 165px;
  top: -40px;
  right: -90px;
  z-index: 3;
}
body .wrap .fv .mv .bubble02 p {
  display: inline-block;
  -webkit-transform: rotate(20deg);
          transform: rotate(8deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;

}
body .wrap .main [class^=section--]:not(.section--attention) {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 120px;
  padding: 60px 50px 50px 50px;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  z-index: 2;
}
body .wrap .main [class^=section--]:not(.section--attention) h2 {
  display: inline-block;
  font-size: 3.2vw;
  font-size: min(3.2vw, 40px);
  text-align: center;
  letter-spacing: 4px;
  padding: 30px 40px 30px 40px;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .wrap .main [class^=section--]:not(.section--attention) h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 15px 15px 0 0;
  border: solid 2px;
  border-bottom: none;
}
body .wrap .main [class^=section--]:not(.section--attention) h2 span {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
body .wrap .main [class^=section--]:not(.section--attention) h2 + .block-txt {
  margin-bottom: 40px;
}

body .wrap .main [class^=section--]:not(.section--attention):nth-child(odd) {
  background-color: #B7D79B;
  border-color: #000;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(odd)::before {
  background-color: #B7D79B;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(odd) h2::before {
  background-color: #B7D79B;
  border-color: #000;
}

body .wrap .main .section--award:nth-child(even) {
  background-color: #DD9F3E !important;
  border-color: #000;
}

body .wrap .main .section--award:nth-child(even)::before {
  background-color: #DD9F3E !important;
}

body .wrap .main .section--award:nth-child(even) h2::before {
  background-color: #DD9F3E !important;
  border-color: #000;
}
body .wrap .main .section--flow:nth-child(odd) {
  background-color: #E67177!important;
  border-color: #000;
}

body .wrap .main .section--flow:nth-child(odd)::before {
  background-color: #E67177!important;
}

body .wrap .main .section--flow:nth-child(odd) h2::before {
  background-color: #E67177!important;
  border-color: #000;
}

body .wrap .main [class^=section--]:not(.section--attention):nth-child(even) {
  background-color: #FFDA3C;
  border-color: #000;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(even)::before {
  background-color: #FFDA3C;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(even) h2::before {
  background-color: #FFDA3C;
  border-color: #000;
}
body .wrap .main .section--schedule .block-txt {
  text-align: center;
}
body .wrap .main .section--schedule .block-txt h3 {
  color: #000;
  font-size: 25px;
  margin-bottom: 15px;
}
body .wrap .main .section--schedule .block-txt .txt {
  font-size: 18px;
  line-height: 1.5;
}
body .wrap .main .section--schedule .block-txt .caption {
  font-size: 12px;
  line-height: 1.8;
  padding-top: 10px;
}
body .wrap .main .section--award .award-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px;
}
body .wrap .main .section--award .award-list .item {
  width: calc(50% - 10px);
  margin-bottom: 50px;
  position: relative;
}
body .wrap .main .section--award .award-list .item:last-child, body .wrap .main .section--award .award-list .item:nth-last-child(2) {
  margin-bottom: 0;
}
body .wrap .main .section--award .award-list .item .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: -20px;
}
body .wrap .main .section--award .award-list .item .award span {
  font-size: 20px;
}
body .wrap .main .section--award .award-list .item .award.grade_a {
  background-color: #C4B431;
}
body .wrap .main .section--award .award-list .item .award.grade_b {
  background-color: #75B76F;
}
body .wrap .main .section--award .award-list .item .award.grade_c {
  background-color: #70CDD1;
}
body .wrap .main .section--award .award-list .item .award.grade_d {
  background-color: #BFBFBF;
}
body .wrap .main .section--award .award-list .item .image {
  margin-bottom: 20px;
}
body .wrap .main .section--award .award-list .item .image img {
  width: 100%;
  aspect-ratio: 1/1;
}
body .wrap .main .section--flow .flow-list {
  padding-top: 60px;
}
body .wrap .main .section--flow .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 70px;
}
body .wrap .main .section--flow .line:nth-child(even) {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
body .wrap .main .section--flow .line .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #fff;
  max-width: 470px;
  width: 70%;
  min-height: 210px;
  padding: 50px 25px 25px 25px;
  position: relative;
}
body .wrap .main .section--flow .line .step .tit {
  position: absolute;
  left: 0;
  top: -40px;
}
body .wrap .main .section--flow .line .step p.txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding-right: 170px;
}
body .wrap .main .section--flow .line .step p.txt span {
  color: #EC5D61;
}
body .wrap .main .section--flow .line .step img.image {
  position: absolute;
  right: -20px;
  bottom: 0;
}
body .wrap .main .section--flow .line .step.one img.image {
  right: 0;
}
body .wrap .main .section--flow .line .step::after {
  content: "";
  display: block;
  background: url(../img/img_flow_arrow.svg) no-repeat center center/contain;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 60px;
  bottom: -130px;
  z-index: 0;
}
body .wrap .main .section--flow .line:nth-child(2) .step::after {
  left: inherit;
  right: 60px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
body .wrap .main .section--flow .line:last-child .step::after {
  display: none;
}
body .wrap .main .section--ticket .ticket-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding-top: 30px;
}
body .wrap .main .section--ticket .ticket-list .item {
  background-color: #fff;
  width: calc(33.3333333333% - 10px);
  margin-bottom: 40px;
  padding: 0px 25px 25px 25px;
  position: relative;
}
body .wrap .main .section--ticket .ticket-list .item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
body .wrap .main .section--ticket .ticket-list .item .image img {
  width: auto;
  height: 140px;
  margin-top: -30px;
}
body .wrap .main .section--ticket .ticket-list .item .image .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .wrap .main .section--ticket .ticket-list .item .tit {
  text-align: center;
  margin-bottom: 10px;
}
body .wrap .main .section--ticket .ticket-list .item .date {
  text-align: center;
  font-size: 12px;
}
body .wrap .main .section--ticket .ticket-list .item.one .image .num {
  background: #6FA0D1;
}
body .wrap .main .section--ticket .ticket-list .item.two .image .num {
  background: #70CDD1;
}
body .wrap .main .section--ticket .ticket-list .item.three .image .num {
  background: #75B76F;
}
body .wrap .main .section--ticket .ticket-list .item.four .image .num {
  background: #C4B431;
}
body .wrap .main .section--ticket .ticket-list .item.five .image .num {
  background: #ff7f12;
}
body .wrap .main .section--ticket .ticket-list .item.six .image .num {
  background: #EA3033;
}
body .wrap .main .section--ticket .caption {
  font-size: 12px;
  line-height: 1.5;
}
body .wrap .main .btn-area {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
body .wrap .main .btn-area a {
  display: block;
  background-color: #EA3033;
  width: 80%;
  max-width: 480px;
  margin-inline: auto;
  padding: 30px 40px;
  margin-bottom: 20px;
  font-size: min(3.2vw, 25px);
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .wrap .main .btn-area a.main {
  border: #000 solid 2px;
}
body .wrap .main .btn-area a.main:hover {
  color: #EA3033;
  background-color: #fff;
   border: #EA3033 solid 2px;
}
body .wrap .main .btn-area a.sub {
  background-color: #1A1311;
  border: #1A1311 solid 2px;
}
body .wrap .main .btn-area a.sub:hover {
  background-color: #fff;
  color: #1A1311;
}
body .wrap .main .section--attention {
  background: #fff;
  max-width: 800px;
  margin-inline: auto;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  z-index: 2;
  border: 2px solid #000;
}
body .wrap .main .section--attention h2 {
  font-size: 25px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 20px;
}
body .wrap .main .section--attention h2::before {
  content: "";
  display: block;
  background: #1A1311;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
body .wrap .main .section--attention h2 span {
  display: block;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
body .wrap .main .section--attention .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 12px;
  line-height: 2;
}
body .wrap .main .section--attention .list li::before {
  content: "※";
  margin-right: 5px;
}

footer {
  margin: 120px 0;
  position: relative;
  z-index: 1;
}
footer .logo {
  max-width: 200px;
  margin-inline: auto;
  margin-bottom: 20px;
}
footer .copyright {
  font-size: 10px;
  text-align: center;
}

/*animation*/
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0) scale(1.2);
            transform: rotate(0) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0) scale(1.2);
            transform: rotate(0) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1.2);
            transform: rotate(360deg) scale(1.2);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes slideIn_left {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slideIn_left {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes slideIn_right {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slideIn_right {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*color*/
/* laptop */
/* tablet */
/*@media screen and (max-width: 960px) and (min-width: 1px){

}*/
/* sp */
@media screen and (max-width: 750px) {
  body .wrap::before { /*雲1*/
    width: 220px;
    height: 130px;
    top: 130px;
  }
  body .wrap::after { /*雲2*/
    width: 200px;
    height: 115px;
    bottom: 130px;
  }
  body .wrap .fv .fcname {
    max-width: none;
    width: 80%;
  }
  body .wrap .fv .mv {
    height: 45vh;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .wrap .fv .mv h1 {
    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;
  }
  body .wrap .fv .mv h1 img {
    height: auto;
    width: 92%;
  }
  body .wrap .fv .mv .bubble01 {
    width: 240px;
        height: 140px;
        top: calc(100% - 3vh);
  }
  body .wrap .fv .mv .bubble01 p span {
    font-size: 20px;
  }
  body .wrap .fv .mv .bubble02 {
        width: 130px !important;
        height: 125px !important;
                top: -110px !important;
        right: 0 !important;
        font-size: 15px;
  }
  body .wrap .main {
    width: 92%;
    margin-inline: auto;
  }
  body .wrap .main [class^=section--]:not(.section--attention) {
    padding: 40px 20px 20px 20px;
  }
  body .wrap .main [class^=section--]:not(.section--attention) h2 {
    font-size: 25px;
    padding: 30px;
  }
  body .wrap .main .section--flow .line {
    width: 100%;
    margin-bottom: 130px;
  }
  body .wrap .main .section--flow .line .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    width: 100%;
    padding: 50px 25px 25px 25px;
  }
  body .wrap .main .section--flow .line .step p.txt {
    padding-right: 0;
  }
  body .wrap .main .section--flow .line .step img.image {
    position: initial;
    width: 140px;
    margin-inline: auto;
  }
  body .wrap .main .section--flow .line .step::after {
    width: 80px;
    height: 80px;
    left: 20px;
    bottom: -90px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body .wrap .main .section--flow .line:nth-child(2) .step::after {
    right: 20px;
    -webkit-transform: scale(-1, 1) rotate(45deg);
            transform: scale(-1, 1) rotate(45deg);
  }
  body .wrap .main .section--flow .line:last-child {
    margin-bottom: 0;
  }
  body .wrap .main .section--ticket {
    margin-bottom: 60px !important;
  }
  body .wrap .main .section--ticket .ticket-list {
    gap: 10px;
  }
  body .wrap .main .section--ticket .ticket-list .item {
    width: calc(50% - 5px);
    padding: 100px 20px 20px 20px;
  }
  body .wrap .main .section--ticket .ticket-list .item .image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  body .wrap .main .section--ticket .ticket-list .item .image img {
    display: block;
    width: 100%;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .wrap .main .section--ticket .ticket-list .item .image .num {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .wrap .main .section--ticket .ticket-list .item.one .image img {
    height: 110px;
    margin-top: -20px;
  }
  body .wrap .main .btn-area {
    margin-bottom: 60px;
  }
  body .wrap .main .btn-area a {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
  }
  body .wrap .main .section--attention {
    padding: 30px 20px 20px 20px;
  }
  body .wrap .main .section--schedule .block-txt {
  text-align: center;
  margin-bottom: 40px;
}
}/*# sourceMappingURL=style.css.map */


/* ===============================
   追加チケット画像
=============================== */
body .wrap .main .section--ticket .ticket-list .item .image {
  overflow: visible;
}

body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus{
  width: 60%;
  height: auto;
  position: absolute;
  right: -32px;
  top: 20px;
  z-index: 2;
  pointer-events: none;
}

body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus_1
{
  width: 60%;
  height: auto;
  position: absolute;
  right: -42px;
  top: 20px;
  z-index: 2;
  pointer-events: none;
}
body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus_2
{
  width: 54%;
    height: auto;
    position: absolute;
    right: -33px;
    top: 31px;
    z-index: 2;
    pointer-events: none;
}
body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus_3 {
  width: 49%;
  height: auto;
  position: absolute;
  right: -28px;
  top: 40px;
  z-index: 2;
  pointer-events: none;
}

body .wrap .main .section--ticket .ticket-list .item .image .num {
  z-index: 3;
}

/* ===============================
   下部説明エリア
=============================== */
body .wrap .main .section--ticket .ticket-plus-note {
  margin-top: 40px;
  margin-bottom: 20px;
}

body .wrap .main .section--ticket .ticket-plus-note__head {
  display: block;
  width: fit-content;
  min-width: 460px;
  max-width: 100%;
  margin: 0 auto -24px;
  padding: 18px 48px;
  background: #000;
  border-radius: 999px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
}

body .wrap .main .section--ticket .ticket-plus-note__box {
  background: #ffff;
  padding: 56px 40px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

body .wrap .main .section--ticket .ticket-plus-note__image {
  width: 140px;
  flex-shrink: 0;
}

body .wrap .main .section--ticket .ticket-plus-note__image img {
  width: 100%;
  height: auto;
  transform: rotate(0deg);
}

body .wrap .main .section--ticket .ticket-plus-note__body {
  flex: 1;
}

body .wrap .main .section--ticket .ticket-plus-note__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

body .wrap .main .section--ticket .ticket-plus-note__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

/* SP */
@media screen and (max-width: 750px) {
  body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus {
            width: 58%;
        right: -15px;
        top: 0px;
  }
  body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus_1 {
    width: 55%;
        right: -17px;
        top: 23px;
  }
  body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus_2 {
            width: 54%;
        right: -14px;
        top: 27px;
  }
  body .wrap .main .section--ticket .ticket-list .item .image .ticket-plus_3 {
    width: 46%;
        right: -18px;
        top: 35px;
  }

  body .wrap .main .section--ticket .ticket-plus-note {
    margin-top: 28px;
  }

  body .wrap .main .section--ticket .ticket-plus-note__head {
    min-width: 0;
    width: calc(100% - 24px);
    padding: 16px 20px;
    font-size: 18px;
    margin-bottom: -18px;
  }

  body .wrap .main .section--ticket .ticket-plus-note__box {
    padding: 44px 20px 24px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  body .wrap .main .section--ticket .ticket-plus-note__image {
    width: 96px;
  }

  body .wrap .main .section--ticket .ticket-plus-note__lead {
    font-size: 20px;
  }

  body .wrap .main .section--ticket .ticket-plus-note__text {
    font-size: 14px;
  }
}

/* ===============================
   version switch modal
=============================== */
body.is-modal-open {
  overflow: hidden;
}

body .wrap .modal {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3333333333);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

body .wrap .modal .modal-wrap::before {
  content: "";
  display: block;
  background: url(/static/creephyp/fanclub/feature/futokyaku_tour_jumbo_2026Ms35N2Wh/img/logo.svg) no-repeat left top/contain;
  width: 150px;
  aspect-ratio: 487 / 357;
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}

body .wrap .modal .modal-wrap p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

body .wrap .modal .modal-wrap .btn-area {
  display: flex;
  gap: 30px;
}

body .wrap .modal .modal-wrap .btn-area .btn {
  background-color: #75B76F;
  width: 100%;
  border: #1A1311 solid 4px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
}

body .wrap .modal .modal-wrap .btn-area .btn:hover {
  background-color: #EC5D61;
}

body .wrap .modal.is-hidden {
  display: none;
}

body .wrap .modal .modal-wrap {
  background-color: #fff;
  max-width: 800px;
  width: 80%;
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}


body .wrap .modal .modal-copy {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
}

body .wrap .modal .modal-btn-area {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

body .wrap .modal .modal-btn {
  appearance: none;
    border: 3px solid #000;
    border-radius: 999px;
    min-width: 285px;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    transition: opacity .3s ease;
}

body .wrap .modal .modal-btn:hover {
  opacity: .8;
}

body .wrap .modal .modal-btn.web {
  background: #EA3033;
}

body .wrap .modal .modal-btn.kaijou {
  background: #EA3033;
}

body .wrap .modal .modal-note {
  font-size: 13px;
  line-height: 1.6;
}

body .wrap .ver_web,
body .wrap .ver_kaijou {
  display: none;
}

body .wrap .ver_web.is-active,
body .wrap .ver_kaijou.is-active {
  display: block;
}

body .wrap .btn_footer {
  display: block;
    background-color: #fff;
    width: 280px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-inline: auto;
    margin-top: 80px;
    padding: 20px;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

body .wrap .btn_footer.web {
  background: #EA3033;
  border: 2px solid #000;
}

body .wrap .btn_footer.web:hover {
  background: #fff;
  color: #EA3033 !important;
  border: 2px solid #EA3033;
}

body .wrap .btn_footer.kaijou {
  background: #1A1311;
  border: 2px solid #1A1311;
      color: #fff;
}

body .wrap .btn_footer.kaijou:hover {
  background: #fff;
  color: #1A1311 !important;
}

@media screen and (max-width: 750px) {
  body .wrap .modal .modal-wrap {
    width: 90%;
    padding: 40px 20px 25px;
  }

  body .wrap .modal .modal-wrap::before {
    width: 110px;
    top: -58px;
  }

  body .wrap .modal .modal-wrap p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  body .wrap .modal .modal-wrap .btn-area {
    flex-direction: column;
    gap: 15px;
  }

  body .wrap .modal .modal-wrap .btn-area .btn {
    font-size: 24px;
    padding: 16px 20px;
    border-width: 3px;
    border-radius: 40px;
  }

  body .wrap .modal .modal-copy {
    font-size: 22px;
  }

  body .wrap .modal .modal-btn-area {
    flex-direction: column;
    gap: 12px;
  }

  body .wrap .modal .modal-btn {
    width: 100%;
    min-width: 0;
    font-size: 18px;
  }

  body .wrap .btn_footer {
    width: 85%;
    margin-bottom: 60px;
    padding: 24px 20px;
    font-size: 18px;
  }
}

body.is-modal-open footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


body .wrap .main [class^=section--]:not(.section--attention) {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 120px;
  padding: 60px 50px 50px 50px;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  z-index: 2;
}
body .wrap .main [class^=section--]:not(.section--attention) h2 {
  display: inline-block;
  font-size: 3.2vw;
  font-size: min(3.2vw, 40px);
  text-align: center;
  letter-spacing: 4px;
  padding: 30px 40px 30px 40px;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
body .wrap .main [class^=section--]:not(.section--attention) h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 15px 15px 0 0;
  border: solid 2px;
  border-bottom: none;
}
body .wrap .main [class^=section--]:not(.section--attention) h2 span {
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
body .wrap .main [class^=section--]:not(.section--attention) h2 + .block-txt {
  margin-bottom: 40px;
}


body .wrap .main .section--attention {
  background: #fff;
  max-width: 800px;
  margin-inline: auto;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  z-index: 2;
}
body .wrap .main .section--attention h2 {
  font-size: 25px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 20px;
}
body .wrap .main .section--attention h2::before {
  content: "";
  display: block;
  background: #1A1311;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
body .wrap .main .section--attention h2 span {
  display: block;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
body .wrap .main .section--attention .block-attention {
  margin-top: 20px;
  padding-top: 20px;
  border-top: rgba(26, 19, 17, 0.2) solid 1px;
}
body .wrap .main .section--attention .block-attention:first-of-type {
  border: none;
  padding: 0;
}
body .wrap .main .section--attention .block-attention .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .wrap .main .section--attention .block-attention .txt {
  font-size: 12px;
  line-height: 1.8;
}
body .wrap .main .section--attention .list li {
  font-size: 12px;
  line-height: 2;
}
body .wrap .main .section--attention .list li::before {
  content: "※";
  margin-right: 5px;
}

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

body .wrap .main [class^=section--]:not(.section--attention) {
    padding: 40px 20px 20px 20px;
  }
  body .wrap .main [class^=section--]:not(.section--attention) h2 {
    font-size: 25px;
    padding: 30px;
  }
    body .wrap .main .section--attention {
    padding: 30px 20px 20px 20px;
  }
}

#gps .inBox .detailBox {
    margin-top: 20px;
    padding: 20px;
    border: rgba(26, 19, 17, 0.2) solid 1px;
  }

  #gps .inBox .detailBox .os {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    margin: 0 0 20px;
  }

  #gps .inBox .detailBox .os:after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid rgba(26, 19, 17, 0.2);
    margin-left: 10px;
  }

  #gps .inBox .detailBox .detailTit {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  #gps .inBox .detailBox .slider li {
    padding: 0 5px;
  }
  #gps .inBox .detailBox .slider li .slideTxt {
    font-size: 12px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin-top: 10px;
    line-height: 1.5;
  }

  #gps .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  #gps .slick-dots li button:before {
    font-size: 18px;
  }

  #gps .slick-prev:before,
  #gps .slick-next:before,
  #gps .slick-dots li.slick-active button:before {
    color: #EC5D61;
  }

  #gps .slick-next:before,
  #gps .slick-prev:before {
    content: '';
    display: block;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(45deg);
    width: 17px;
    height: 17px;
    position: absolute;
    top: -9px;
    left: -9px;
  }

  #gps .slick-prev:before {
    left: 0;
    transform: rotate(-135deg);
    transform-origin: right;
  }

  #gps .inBox .detailBox .noteList {
    margin: 0 0 30px;
  }

  #gps .inBox .detailBox .noteList li {
    font-size: 12px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  #gps .inBox .detailBox .noteList li:last-child {
    margin-bottom: 0;
  }

  #gps .inBox .detailBox .sliderAnd {
    display: flex;
    justify-content: space-between;
  }

  #gps .inBox .detailBox .sliderAnd li {
    width: calc(100% / 3 - 20px / 3);
  }

  #gps .inBox .detailBox .sliderAnd li:last-child {}

  #gps .inBox .detailBox .sliderAnd li .slideTxt {
    font-size: 12px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin-top: 5px;
    line-height: 1.5;
  }

  @media screen and (max-width: 750px) {
    #gps .tit {
      line-height: 1.3;
    }
    #gps .inBox .detailBox .os {
      margin: 0 0 10px;
    }

    #gps .inBox .detailBox .detailTit {
      margin: 0 0 10px;
    }

    #gps .inBox .detailBox .detailTit span {
      font-size: 12px;
      line-height: 1.5;
      display: block;
      padding: 3px 0 0;
    }
    #gps .slick-dotted.slick-slider {
      margin-bottom: 35px;
    }

    #gps .slick-next:before {
      top: -3px;
    }

    #gps .slick-prev:before {
      top: -15px;
    }

    #gps .inBox .detailBox .noteList {
      margin: 0 0 20px;
    }

    #gps .inBox .detailBox .noteList li {
      display: block;
    }

    #gps .inBox .detailBox .sliderAnd {
      display: block;
    }

    #gps .inBox .detailBox .sliderAnd li {
      width: 100%;
      margin-bottom: 15px;
    }

    #gps .inBox .detailBox .sliderAnd li:last-child {
      margin-bottom: 0;
    }
  }

  /* ===============================
   GPS slider
=============================== */
#gps .js-gps-slider {
  margin: 0 auto 24px;
  padding: 0 32px;
}

#gps .js-gps-slider li {
  padding: 0 10px;
}

#gps .js-gps-slider li img {
  display: block;
  width: 100%;
  height: auto;
}

#gps .js-gps-slider .slideTxt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

#gps .slick-list {
  overflow: hidden;
}

#gps .slick-track {
  display: flex;
}

#gps .slick-slide {
  height: auto;
}

#gps .slick-slide > div,
#gps .slick-slide li {
  height: 100%;
}

/* 矢印本体 */
#gps .slick-prev,
#gps .slick-next {
  width: 32px;
  height: 32px;
  z-index: 5;
}

#gps .slick-prev {
  left: -4px;
}

#gps .slick-next {
  right: -4px;
}

/* 既存の文字矢印を消して自作 */
#gps .slick-prev:before,
#gps .slick-next:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #EC5D61;
  border-right: 4px solid #EC5D61;
  opacity: 1 !important;
  font-size: 0 !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
}

#gps .slick-prev:before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

#gps .slick-next:before {
  transform: translate(-65%, -50%) rotate(45deg);
}

#gps .slick-prev.slick-disabled:before,
#gps .slick-next.slick-disabled:before {
  opacity: .35 !important;
}

/* ドット */
#gps .slick-dots {
  bottom: -28px;
}

#gps .slick-dots li button:before {
  font-size: 14px;
  opacity: .3;
  color: #000;
}

#gps .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #EC5D61;
}

/* SP */
@media screen and (max-width: 750px) {
  #gps .js-gps-slider {
    padding: 0 24px;
  }

  #gps .js-gps-slider li {
    padding: 0 6px;
  }

  #gps .js-gps-slider .slideTxt {
    font-size: 13px;
  }

  #gps .slick-prev {
    left: -2px;
  }

  #gps .slick-next {
    right: -2px;
  }

}

body .wrap .main .section--award .award-list .caption {
    font-size: 80%;
}

@media screen and (max-width: 750px) {
  body .wrap .main .section--award .award-list .caption {
    font-size: 80%;
    padding-left: 1.2em;
        text-indent: -1.2em;
}

}


.section--attention .list li {
  position: relative;
  padding-left: 1.2em;   /* ※分の余白 */
  text-indent: -1.2em;   /* 1行目だけ左に戻す */
}

/* ticket内のcaption（※文章） */
  body .wrap .main .section--award .award-list .caption {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
body .wrap .main .section--ticket .caption {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

body .wrap .main .section--award .list li {
    position: relative;
  padding-left: 1.2em;
  text-indent: -1.2em;
      font-size: 80%;
}

body .wrap .main .section--award .award-list .item .tit .limited {
    display: inline-block;
    background-color: #fff;
    color: #EC5D61;
    font-weight: bold;
    border: #EC5D61 solid 2px;
    padding: 4px 10px;
    margin-right: 10px;
}

@media screen and (max-width: 750px) {
    body .wrap .main .section--award .award-list .item .tit .limited  {
        font-size: 11px;
    }
    body .wrap .fv .mv .bubble02 {
top: auto;
    }
}
@media screen and (max-width: 1200px) {
    body .wrap .fv .mv .bubble02 {
    width: 160px;
        height: 165px;
        top: -40px;
        right: -60px;
        font-size: 20px;
    
    }
}

@media screen and (max-width: 960px) {
    body .wrap .fv .mv .bubble02 {
            width: 150px;
        height: 125px;
        right: 0px !important;
    font-size: 15px;
    }
}

