/* 初期状態（PC） */
.pc_view {
  display: block;
}

.sp_view,
.tablet_view {
  display: none;
}

/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .tablet_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
}

/* 768px以下 */
@media screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }

  .sp_view {
    display: block;
  }
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #f5f2eb;
}

.logo-area {
  position: absolute;
  top: 25px;
  left: 35px;
}

.main-area {
}

.main-area img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.title-area {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.year-box {
  position: absolute;
  top: -20px;
  right: 0%;
  transform: translate(0%, 0%);
}

.tl-min-box {
  position: relative;
  display: inline-block;
  padding: 9px 20px;
  border: 1px solid #efefef;
  box-shadow: 0 0 0px 5px #001a43;
  background: #001a43;
  margin-bottom: 20px;
}

.tl-min-box p {
  font-size: 20px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}

.title-area h2 img {
  margin: -40px auto 0 auto;
}

.lead-box {
  margin-top: -30px;
  margin-bottom: 20px;
}

.lead-box p {
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
  text-shadow:
    0 0 5px rgba(255, 255, 255),
    0 0 10px rgba(255, 255, 255),
    0 0 20px rgba(255, 255, 255);
}

.info-box dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-box dl > div {
  display: flex;
  gap: 11px;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 20px;
  max-width: 540px;
  width: 100%;
}

.info-box dl .mixture dt,
.info-box dl .single dt {
  padding: 9px 20px;
  font-size: 16px;
  line-height: 100%;
  background-color: #001a43;
  border-radius: 20px;
  max-width: 110px;
  width: 100%;
  color: #fff;
}

.info-box dl .mixture dd {
  font-size: 16px;
  line-height: 100%;
  font-weight: bold;
  color: #001a43;
}

.info-box dl .mixture dd span {
  font-size: 24px;
}

.info-box dl .single dd {
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
  color: #001a43;
}

.main-contents {
  position: relative;
  margin-top: 30px;
}

.center {
  text-align: center;
}

.main-contents h3 strong {
  position: relative;
  top: 20px;
  padding: 0 4px;
  font-size: 100px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #00a8f3;
  text-align: center;
}

.main-contents h3 span {
  font-size: 50px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  border-bottom: 1px solid;
}

.contents-box-01 {
  margin-top: 90px;
  display: flex;
  justify-content: flex-end;
}

.contents-box-01::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 85px;
  width: 100px;
  height: 169px;
  background-image: url(../img/decoration01.png);
  background-repeat: no-repeat;
  z-index: 1;
  transform: translate(0%, -0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, -0%);
  background-size: 100% auto;
}

.contents-box-01::after {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  width: 134px;
  height: 169px;
  background-image: url(../img/decoration02.png);
  background-repeat: no-repeat;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(-50%, -50%);
  background-size: 100% auto;
}

.contents-tl-01 h4 {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  transform: translate(-70%, 0%);
  -webkit-transform: translate(-45%, 0%);
  -ms-transform: translate(-70%, 0%);
}

.contents-tl-01 h4 span {
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background-color: #001a43;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  line-height: 100%;
  flex: none;
}

.contents-tl-01 h4 span.blue {
  padding: 10px;
  background-color: #fff;
  color: #001a43;
  border: 1px solid #001a43;
  font-size: 20px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.contents-text-01 {
  position: relative;
  max-width: 630px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  margin: 80px -80px 80px 80px;
  z-index: 2;
  padding: 60px 70px;
}

.contents-number-01 {
  position: absolute;
  top: -80px;
  right: 20px;
  z-index: 2;
}

.contents-number-01 p,
.contents-number-02 p {
  font-size: 120px !important;
  line-height: 100% !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500 !important;
  font-style: normal;
  color: #00a8f3;
}

.contents-text-01 p {
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
}

.contents-info-01 dl > div,
.contents-info-02 dl > div {
  display: flex;
  gap: 20px;
  margin: 27px 0 20px 0;
  align-items: center;
}

.contents-info-01 dl dt,
.contents-info-02 dl dt {
  padding: 8px;
  border: 1px solid #001a43;
  border-radius: 15px;
  max-width: 130px;
  width: 100%;
  text-align: center;
  height: fit-content;
  font-size: 12px;
  line-height: 100%;
  font-weight: bold;
  color: #001a43;
}

.contents-info-01 dl dd,
.contents-info-02 dl dd {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #001a43;
}

.contents-box-02 {
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
}

.contents-box-02::before {
  content: "";
  position: absolute;
  bottom: -10%;
  right: 45px;
  width: 120px;
  height: 169px;
  background-image: url(../img/decoration03.png);
  background-repeat: no-repeat;
  z-index: 4;
  background-size: 100% auto;
}

.contents-tl-02 h4 {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  transform: translate(-45%, 0%);
  -webkit-transform: translate(-45%, 0%);
  -ms-transform: translate(-45%, 0%);
}

.contents-tl-02 h4 span {
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background-color: #001a43;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  line-height: 100%;
  flex: none;
}

.contents-tl-02 h4 span.blue {
  padding: 10px;
  background-color: #fff;
  color: #001a43;
  border: 1px solid #001a43;
  font-size: 20px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.contents-text-02 p {
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
}

.contents-number-02 {
  position: absolute;
  top: -75px;
  right: 20px;
  left: auto;
  z-index: 2;
}

.contents-number-02 p {
  font-size: 120px !important;
  line-height: 100% !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500 !important;
  font-style: normal;
  color: #00a8f3;
}

.contents-text-02 {
  position: relative;
  max-width: 630px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  margin: 20px 0 0 -80px;
  z-index: 2;
  padding: 60px 70px;
}

table {
  border-collapse: collapse;
  max-width: 490px;
  width: 100%;
  table-layout: auto;
}

table tbody tr {
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: top bottom;
}

table tbody tr:last-child {
  background-image:
    linear-gradient(to right, #000 50%, transparent 50%),
    linear-gradient(to right, #000 50%, transparent 50%);
  background-size:
    5px 1px,
    5px 1px;
  background-repeat: repeat-x;
  background-position: top, bottom;
}

table tbody tr th {
  width: 1%;
  white-space: nowrap;
  background-color: rgba(0, 26, 67, 0.05);
  padding: 54px 12px;
  font-size: 16px;
  width: 25%;
}

table tbody tr td {
  width: auto;
  padding: 20px 0 20px 23px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

table tbody tr td a.btn {
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px 20px;
  background: #c9463d;
  color: #fff;
  text-decoration: none;
}

table tbody tr td a.btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../img/btn-arrow.png") no-repeat center / contain;
  margin-left: 10px;
}

.relative {
  position: relative;
}

.contents-column-box::before {
  content: "";
  position: absolute;
  top: 31%;
  left: 0;
  width: 80px;
  height: 169px;
  background-image: url(../img/decoration04.png);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 100% auto;
}

.contents-column-box::after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 200px;
  height: 328px;
  background-image: url(../img/decoration05.png);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 100% auto;
}

.contents-column-box-wrap {
  max-width: 1060px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  row-gap: 110px;
  column-gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 999;
}

.contents-box-03 {
  position: relative;
  width: calc(100% / 3 - 54px);
}

.contents-box-03 .contents-img {
  position: relative;
}

.contents-number-03 {
  position: absolute;
  top: -40px;
  right: 10px;
  z-index: 2;
}

.contents-number-03 p {
  font-size: 60px !important;
  line-height: 100% !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500 !important;
  font-style: normal;
  color: #00a8f3;
}

.contents-tl-03 h4 {
  position: absolute;
  top: -30px;
  left: 5px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  transform: translate(-70%, 0%);
  -webkit-transform: translate(-45%, 0%);
  -ms-transform: translate(-70%, 0%);
}

.contents-tl-03 h4 span {
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background-color: #001a43;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  line-height: 100%;
  flex: none;
}

.contents-tl-03 h4 span.blue {
  padding: 10px;
  background-color: #fff;
  color: #001a43;
  border: 1px solid #001a43;
  font-size: 16px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.contents-text-03 p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 180%;
  font-weight: 500;
  color: #001a43;
}

.contents-tl-04 h4 {
  position: absolute;
  top: -30px;
  left: 30px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  transform: translate(-70%, 0%);
  -webkit-transform: translate(-45%, 0%);
  -ms-transform: translate(-70%, 0%);
}

.contents-tl-04 h4 span {
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background-color: #001a43;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  line-height: 100%;
  flex: none;
  border: 1px solid #001a43;
}

.contents-tl-04 h4 span.blue {
  padding: 10px;
  background-color: #fff;
  color: #001a43;
  border: 1px solid #001a43;
  font-size: 16px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.decoration06:before {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50px;
  width: 150px;
  height: 297px;
  background-image: url(../img/decoration06.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100% auto;
}

.ticket-box {
  position: relative;
  padding: 100px 160px;
  background-image: url(../img/ticket-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.ticket-box::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 152px;
  height: 157px;
  background-image: url(../img/ticket02.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.ticket-box::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 34px;
  width: 93px;
  height: 97px;
  background-image: url(../img/ticket01.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.ticket-flex {
  display: flex;
  gap: 134px;
  justify-content: center;
}

.ticket-text {
  text-align: left;
}

.ticket-text h3 {
  font-size: 30px;
  line-height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}

.ticket-text p {
  margin-top: 30px;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  line-height: 180%;
}

.warning-area {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 100px auto 0 auto;
}

.warning-box {
  position: relative;
  border: 1px solid #001a43;
  padding: 50px;
}

.warning-title {
  position: absolute;
  padding: 0 20px;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  color: #001a43;
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  background-color: #f5f2eb;
}

.warning-flex {
  display: flex;
  gap: 50px;
}

.warning-min-box {
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.warning-min-box h5 {
  margin: 0;
  padding-bottom: 10px;
  color: #001a43;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.warning-min-box img {
  margin: 0 auto;
}

.warning-min-box p {
  text-align: left;
  padding-top: 20px;
  color: #001a43;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.scroll-btn {
  position: fixed;
  right: 0;
  top: 365px;
  z-index: 999;
}

footer {
  margin: 80px auto;
}

footer p {
  text-align: center;
  font-family: "noto serif jp", serif;
  font-size: 12px;
  line-height: 180%;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .main-area {
    height: 850px;
  }
  .main-area img {
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  .main-area img {
    object-fit: cover;
  }
  .contents-column-box {
    padding: 0 4%;
  }
  .contents-tl-03 h4 span.blue {
    font-size: 14px;
  }
  .ticket-box {
    padding: 80px 120px;
    background-size: auto;
  }
  .ticket-box::before {
    width: 100px;
    height: 100px;
    background-size: 100% auto;
  }
  .warning-area {
    padding: 0 4%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main-area {
    display: flex;
    height: 650px;
  }
  .main-area img {
    flex: 1;
    object-fit: cover;
  }
  .title-area h2 img {
    max-width: 400px;
    width: 100%;
    object-fit: contain;
  }
  .year-box img {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
  }
  .main-contents h3 span {
    font-size: 30px;
  }
  .main-contents h3 strong {
    font-size: 80px;
    top: 10px;
  }
  .contents-box-01 {
    margin-top: 50px;
    padding: 0 4%;
    flex-direction: column-reverse;
    position: relative;
  }
  .contents-box-01::before {
    top: auto;
    bottom: -110px;
    left: 50px;
    width: 80px;
    background-size: 100% auto;
    z-index: 999;
  }
  .contents-box-01::after {
    top: -200px;
    right: 50px;
    width: 150px;
    background-size: 100% auto;
  }
  .contents-box-01 .contents-img {
    position: relative;
  }
  .contents-box-01 .contents-img img {
    width: 100%;
    margin: 0 auto;
  }
  .contents-text-01 {
    max-width: none;
    margin: 20px auto;
    padding: 40px;
  }
  .contents-number-01 {
    top: -45px;
    right: 0;
  }
  .contents-number-01 p,
  .contents-number-02 p {
    font-size: 80px !important;
  }
  .contents-tl-01 h4 {
    top: -15px;
    left: 45px;
  }
  .contents-box-02 {
    margin-top: 50px;
    padding: 0 4%;
    flex-direction: column;
  }
  .contents-box-02::before {
    bottom: 5%;
    right: 5%;
    width: 150px;
    background-size: 100% auto;
  }
  .contents-box-02 .contents-img {
    position: relative;
  }
  .contents-box-02 .contents-img img {
    width: 100%;
    margin: 0 auto;
  }
  .contents-tl-02 h4 {
    top: -15px;
    left: 45px;
  }
  .contents-number-02 {
    top: -45px;
    right: 10px;
  }
  .contents-text-02 {
    max-width: none;
    margin: 20px 0 0 0;
    padding: 40px;
  }
  .contents-column-box-wrap {
    max-width: none;
    margin: 50px auto;
    padding: 0 4%;
    gap: 55px;
  }
  .contents-box-03 {
    width: calc(100% / 2 - 28px);
  }
  .contents-box-03 .contents-img img {
    width: 100%;
    margin: 0 auto;
  }
  .contents-tl-03 h4 {
    top: -15px;
    left: 35px;
  }
  .decoration06:before {
    bottom: -285px;
    left: 20px;
    width: 80px;
    background-size: 100% auto;
  }
  .contents-column-box::after {
    bottom: 40%;
    right: 0;
    width: 80px;
    background-size: 100% auto;
  }
  .contents-tl-04 h4 {
    top: -15px;
    left: 55px;
  }
  .ticket-box {
    padding: 50px 80px;
    background-size: 100% 100%;
  }
  .ticket-box::before {
    bottom: -30%;
    left: 0;
    width: 80px;
    background-size: 100% auto;
  }
  .ticket-flex {
    align-items: center;
    gap: 50px;
  }
  .warning-area {
    margin: 50px auto 0 auto;
    padding: 0 4%;
  }
  .warning-title {
    font-size: 20px;
  }
  .warning-min-box h5 {
    font-size: 16px;
  }
  .warning-min-box p {
    font-size: 14px;
  }
  .scroll-btn img {
    max-width: 80px;
  }
  footer {
    margin: 50px auto;
  }
}

@media screen and (max-width: 768px) {
  .decoration06:before,
  .contents-column-box::before,
  .contents-column-box::after,
  .ticket-box::before {
    display: none;
  }
  .logo-area {
    top: 15px;
    left: 15px;
  }
  .logo-area img {
    max-width: 150px;
    width: 100%;
  }
  .main-area {
    display: flex;
    min-height: 850px;
  }
  .main-area img {
    flex: 1;
    object-fit: cover;
  }
  .year-box img {
    max-width: 100px;
    width: 100%;
  }
  .lead-box {
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .lead-box p {
    font-size: 16px;
    line-height: 200%;
  }
  .tl-min-box {
    padding: 5px 10px;
  }
  .tl-min-box p {
    font-size: 14px;
  }
  .title-area {
    top: 60px;
    padding: 0 4%;
  }
  .title-area h2 img {
    margin: -20px auto 20px auto;
    max-width: 300px;
    width: 100%;
  }
  .main-contents h3 span {
    font-size: 20px;
  }
  .main-contents h3 strong {
    font-size: 50px;
    top: 10px;
  }
  .info-box dl > div {
    gap: 10px;
    flex-direction: column;
    align-items: baseline;
    max-width: none;
    padding: 10px;
  }
  .info-box dl .mixture dd span {
    font-size: 20px;
  }
  .contents-info-01 dl > div,
  .contents-info-02 dl > div {
    margin: 20px 0;
    gap: 10px;
  }
  .contents-info-01 dl > div:last-child {
    flex-direction: column;
    align-items: baseline;
  }
  .contents-box-01 {
    position: relative;
    flex-direction: column-reverse;
    margin-top: 50px;
    padding: 0 4%;
  }
  .contents-box-01::before {
    top: auto;
    bottom: -110px;
    left: 50px;
    width: 80px;
    background-size: 100% auto;
    z-index: 999;
  }
  .contents-box-01::after {
    top: -200px;
    right: 50px;
    width: 100px;
    background-size: 100% auto;
  }
  .contents-box-02 {
    margin-top: 50px;
    padding: 0 4%;
    flex-direction: column;
  }
  .contents-box-02::before {
    bottom: -10%;
    right: 5px;
    width: 70px;
    background-size: 100% auto;
  }
  .contents-box-01 .contents-img,
  .contents-box-02 .contents-img {
    width: 100%;
    margin: 0 auto;
  }
  .contents-text-01,
  .contents-text-02 {
    width: 100%;
    max-width: none;
    margin: 20px 0;
    padding: 30px 20px;
  }
  .contents-tl-01 h4 {
    top: -15px;
    left: 55px;
  }
  .contents-tl-02 h4 {
    top: -15px;
    left: 55px;
  }
  .contents-tl-01 h4 span,
  .contents-tl-02 h4 span {
    font-size: 20px;
  }
  .contents-number-01 {
    top: -35px;
    right: 0;
  }
  .contents-number-02 {
    top: -35px;
    right: 10px;
  }
  .contents-number-01 p,
  .contents-number-02 p {
    font-size: 60px !important;
    line-height: 100% !important;
  }
  .contents-tl-01 h4 span.blue,
  .contents-tl-02 h4 span.blue {
    font-size: 14px;
  }
  .contents-text-01 p,
  .contents-text-02 p {
    font-size: 13.5px;
  }
  table tbody tr th {
    padding: 20px 10px;
    font-size: 14px;
  }
  table tbody tr td {
    padding: 10px 0 10px 10px;
    font-size: 14px;
  }
  table tbody tr td a.btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .contents-column-box-wrap {
    max-width: none;
    margin: 50px auto;
    padding: 0 4%;
    gap: 55px;
  }
  .contents-box-03 {
    width: 100%;
  }
  .contents-box-03 .contents-img img {
    width: 100%;
    margin: 0 auto;
  }
  .contents-tl-03 h4 {
    top: -15px;
    left: 35px;
  }
  .contents-tl-03 h4 span,
  .contents-tl-04 h4 span {
    font-size: 20px;
  }
  .contents-tl-03 h4 span.blue {
    font-size: 14px;
  }
  .contents-text-03 p {
    margin-top: 10px;
    font-size: 14px;
  }
  .contents-tl-04 h4 {
    top: -15px;
    left: 60px;
  }
  .decoration06:before,
  .contents-column-box::after,
  .ticket-box::before {
    display: none;
  }
  .ticket-box {
    padding: 25px 4%;
    background-size: auto;
  }
  .ticket-box::after {
    width: 70px;
    background-size: 100%;
  }
  .ticket-flex {
    flex-direction: column;
    gap: 25px;
  }
  .ticket-text h3 {
    font-size: 20px;
  }
  .ticket-text p {
    font-size: 14px;
  }
  .warning-area {
    max-width: none;
    margin: 50px 0 0 0;
    padding: 0 4%;
  }
  .warning-box {
    padding: 25px;
  }
  .warning-title {
    font-size: 20px;
    white-space: nowrap;
  }
  .warning-flex {
    flex-direction: column;
    gap: 25px;
  }
  .scroll-btn {
    top: 170px;
  }
  .scroll-btn img {
    max-width: 50px;
  }
  footer {
    margin: 30px auto;
  }
}

@media (max-width: 375px) {
  .main-area {
    height: 125vh;
  }
}
