@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%;
}

.sp {
  display: none;
}

body {
  margin: 0;
}

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

hr {
  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 {
  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] {
  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 {
  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: #c9c9c8;
  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;
  animation: 50s linear infinite rotation;
  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 .modal {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3333333333);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
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-wrap::before {
  content: "";
  display: block;
  background: url(../img/logo.png) 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::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: 1;
  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: 1;
  animation: 3s fuwafuwa infinite;
  animation-delay: 0.5s;
}
body .wrap .fv {
  width: 100%;
  height: 100vh;
  padding-top: 5vh;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
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: flex;
  justify-content: 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: 260px;
  height: 175px;
  bottom: -130px;
  left: -30px;
}
body .wrap .fv .mv .bubble01 p {
  display: inline-block;
  transform: rotate(-14deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
body .wrap .fv .mv .bubble01 p span {
  font-size: 22px;
}
body .wrap .fv .mv .bubble02 {
  background-image: url(../img/fv_bubble_02.svg);
  width: 172px;
  height: 125px;
  top: -10px;
  right: -50px;
  z-index: 3;
}
body .wrap .fv .mv .bubble02 p {
  display: inline-block;
  transform: rotate(20deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
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 [class^=section--]:not(.section--attention):nth-child(odd) {
  background-color: #d9eff8;
  border-color: #6FA0D1;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(odd)::before {
  background-color: #d9eff8;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(odd) h2::before {
  background-color: #d9eff8;
  border-color: #6FA0D1;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(even) {
  background-color: #F5F1E5;
  border-color: #C4B431;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(even)::before {
  background-color: #F5F1E5;
}
body .wrap .main [class^=section--]:not(.section--attention):nth-child(even) h2::before {
  background-color: #F5F1E5;
  border-color: #C4B431;
}
body .wrap .main .section--schedule .block-txt {
  text-align: center;
}
body .wrap .main .section--schedule .block-txt h3 {
  color: #6FA0D1;
  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: flex;
  justify-content: space-between;
  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 .award {
  display: flex;
  justify-content: center;
  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: #408bd7;
}
body .wrap .main .section--award .award-list .item .award.grade_c {
  background-color: #75B76F;
}
body .wrap .main .section--award .award-list .item .award.grade_d {
  background-color: #ff7f12;
}
body .wrap .main .section--award .award-list .item .award.grade_row {
  background-color: #BFBFBF;
}
body .wrap .main .section--award .award-list .item .image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-repeat: repeat;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
body .wrap .main .section--award .award-list .item .image img {
  width: 100%;
}
body .wrap .main .section--award .award-list .item .grade_a + .image {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(196, 180, 49, 0.1490196078) 25%, rgba(196, 180, 49, 0.1490196078) 50%, #fff 50%, #fff 75%, rgba(196, 180, 49, 0.1490196078) 75%, rgba(196, 180, 49, 0.1490196078));
  background-size: 110px 110px;
  border: #C4B431 solid 2px;
}
body .wrap .main .section--award .award-list .item .grade_b + .image {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(111, 173, 213, 0.1490196078) 25%, rgba(111, 173, 213, 0.1490196078) 50%, #fff 50%, #fff 75%, rgba(111, 173, 213, 0.1490196078) 75%, rgba(111, 173, 213, 0.1490196078));
  background-size: 110px 110px;
  border: #408bd7 solid 2px;
}
body .wrap .main .section--award .award-list .item .grade_c + .image {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(117, 183, 111, 0.1490196078) 25%, rgba(117, 183, 111, 0.1490196078) 50%, #fff 50%, #fff 75%, rgba(117, 183, 111, 0.1490196078) 75%, rgba(117, 183, 111, 0.1490196078));
  background-size: 110px 110px;
  border: #75B76F solid 2px;
}
body .wrap .main .section--award .award-list .item .grade_d + .image {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(255, 127, 18, 0.1490196078) 25%, rgba(255, 127, 18, 0.1490196078) 50%, #fff 50%, #fff 75%, rgba(255, 127, 18, 0.1490196078) 75%, rgba(255, 127, 18, 0.1490196078));
  background-size: 110px 110px;
  border: #ff7f12 solid 2px;
}
body .wrap .main .section--award .award-list .item .grade_row + .image {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(191, 191, 191, 0.1490196078) 25%, rgba(191, 191, 191, 0.1490196078) 50%, #fff 50%, #fff 75%, rgba(191, 191, 191, 0.1490196078) 75%, rgba(191, 191, 191, 0.1490196078));
  background-size: 110px 110px;
  border: #BFBFBF solid 2px;
}
body .wrap .main .section--award .award-list .item .tit {
  line-height: 1.5;
}
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;
}
body .wrap .main .section--award .award-list .item .tit .attention {
  font-size: 0.8em;
}
body .wrap .main .section--award .award-list + .caption {
  font-size: 80%;
}
body .wrap .main .section--flow .flow-list {
  padding-top: 60px;
}
body .wrap .main .section--flow .line {
  display: flex;
  justify-content: left;
  margin-bottom: 70px;
}
body .wrap .main .section--flow .line:nth-child(even) {
  justify-content: right;
}
body .wrap .main .section--flow .line .step {
  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;
  transform: scale(-1, 1);
}
body .wrap .main .section--flow .line:last-child .step::after {
  display: none;
}
body .wrap .main .section--ticket .ticket-list {
  display: flex;
  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: flex;
  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: #408bd7;
}
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: #EC5D61;
}
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: #EC5D61;
  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;
  transition: all 0.3s;
}
body .wrap .main .btn-area a.main {
  border: #EC5D61 solid 2px;
}
body .wrap .main .btn-area a.main:hover {
  color: #EC5D61;
  background-color: #fff;
}
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 .btn-area a.disabled {
  background-color: #BFBFBF;
  pointer-events: none;
}
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 {
  display: flex;
  font-size: 12px;
  line-height: 2;
}
body .wrap .main .section--attention .list li::before {
  content: "※";
  margin-right: 5px;
}
body a.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;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
body a.btn_footer:hover {
  background-color: #EC5D61;
  color: #fff;
}
body footer {
  margin: 120px 0;
  position: relative;
  z-index: 1;
}
body footer .logo {
  max-width: 200px;
  margin-inline: auto;
  margin-bottom: 20px;
}
body footer .copyright {
  font-size: 10px;
  text-align: center;
}

/*animation*/
@keyframes rotation {
  0% {
    transform: rotate(0) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1.2);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes slideIn_left {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideIn_right {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*color*/
/* laptop */
/* tablet */
/*@media screen and (max-width: 960px) and (min-width: 1px){
}*/
/* sp */
@media screen and (max-width: 750px) {
  body .sp {
    display: inline;
  }
  body .wrap .modal .modal-wrap .btn-area {
    flex-direction: column;
  }
  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%;
    transform: translateY(-50%);
  }
  body .wrap .fv .mv h1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .wrap .fv .mv h1 img {
    height: auto;
    width: 82%;
  }
  body .wrap .fv .mv .bubble01 {
    width: 240px;
    height: 140px;
    bottom: auto;
    top: calc(100% - 4vh);
  }
  body .wrap .fv .mv .bubble01 p span {
    font-size: 20px;
  }
  body .wrap .fv .mv .bubble02 {
    top: auto;
    bottom: calc(100% - 3.5vh);
    right: -30px;
  }
  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 .award-list .item .tit .limited {
    font-size: 11px;
  }
  body .wrap .main .section--flow .line {
    width: 100%;
    margin-bottom: 130px;
  }
  body .wrap .main .section--flow .line .step {
    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;
    transform: rotate(45deg);
  }
  body .wrap .main .section--flow .line:nth-child(2) .step::after {
    right: 20px;
    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 10px 20px 10px;
  }
  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%;
    transform: translateX(-50%);
  }
  body .wrap .main .section--ticket .ticket-list .item.one .image img {
    height: 110px;
    margin-top: -20px;
  }
  body .wrap .main .section--ticket .ticket-list .item .tit {
    font-size: 14px;
  }
  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;
  }
}/*# sourceMappingURL=style.css.map */