@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*===========================
reset
===========================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  list-style-type: none;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input,
textarea {
  appearance: none;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

figure {
  line-height: 0;
}

.center {
  text-align: center;
}

.fc01 {
  color: #fff !important;
}

.fc02 {
  color: #333 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

@media only screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 1.06667vw !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 767px) {
  .mb8 {
    margin-bottom: 2.13333vw !important;
  }
}

.mb16 {
  margin-bottom: 16px !important;
}

@media only screen and (max-width: 767px) {
  .mb16 {
    margin-bottom: 4.26667vw !important;
  }
}

.mb24 {
  margin-bottom: 24px !important;
}

@media only screen and (max-width: 767px) {
  .mb24 {
    margin-bottom: 6.4vw !important;
  }
}

.mb32 {
  margin-bottom: 32px !important;
}

@media only screen and (max-width: 767px) {
  .mb32 {
    margin-bottom: 8.53333vw !important;
  }
}

.mb48 {
  margin-bottom: 48px !important;
}

@media only screen and (max-width: 767px) {
  .mb48 {
    margin-bottom: 12.8vw !important;
  }
}

.mb56 {
  margin-bottom: 56px !important;
}

@media only screen and (max-width: 767px) {
  .mb56 {
    margin-bottom: 14.93333vw !important;
  }
}

.mb64 {
  margin-bottom: 64px !important;
}

@media only screen and (max-width: 767px) {
  .mb64 {
    margin-bottom: 17.06667vw !important;
  }
}

.mb16-8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 767px) {
  .mb16-8 {
    margin-bottom: 1.06667vw !important;
  }
}

.mb16-8 {
  margin-bottom: 16px !important;
}

@media only screen and (max-width: 767px) {
  .mb16-8 {
    margin-bottom: 2.13333vw !important;
  }
}

.mb24-16 {
  margin-bottom: 24px !important;
}

@media only screen and (max-width: 767px) {
  .mb24-16 {
    margin-bottom: 4.26667vw !important;
  }
}

.mb32-24 {
  margin-bottom: 32px !important;
}

@media only screen and (max-width: 767px) {
  .mb32-24 {
    margin-bottom: 6.4vw !important;
  }
}

.mb48-32 {
  margin-bottom: 48px !important;
}

@media only screen and (max-width: 767px) {
  .mb48-32 {
    margin-bottom: 8.53333vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.fs14 {
  font-size: 14px !important;
}

@media only screen and (max-width: 767px) {
  .fs14 {
    font-size: 3.73333vw !important;
  }
}

.fw-bold {
  font-weight: bold !important;
  color: #fff !important;
}

/*===========================
base
===========================*/
body {
  color: #231815;
  font-family: "Noto Sans JP", "メイリオ", "MS Pゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  body {
    font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 13px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #048DDD;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}

/*-----------------------
close_btn
------------------------*/
.close_btn a {
  max-width: 380px;
  text-decoration: none;
  border: 2px solid #191919;
  text-align: center;
  transition: 0.2s;
  background: #ffffff;
  font-weight: bold;
  color: #232f3e;
  display: block;
  width: 120px;
  padding: 5px;
  font-size: 14px;
  transition: 0.1s;
}

.close_btn a:hover {
  background-color: #191919;
  color: #fff;
  text-decoration: none;
  transition: 0.1s;
}

.close_btn a:hover .close_icon span:before, .close_btn a:hover .close_icon span:after {
  background: #fff;
  transition: 0.1s;
}

.close_btn a .close_icon {
  vertical-align: -7.5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 24px;
}

.close_btn a .close_icon span:before, .close_btn a .close_icon span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 9.5%;
  margin: -8% 0 0 -42%;
  background: #191919;
  transition: 0.1s;
}

.close_btn a .close_icon span:before {
  transform: rotate(-45deg);
}

.close_btn a .close_icon span:after {
  transform: rotate(45deg);
}

/*-----------------------
header
------------------------*/
#header {
  position: relative;
  z-index: 10;
}

#header a {
  color: #333;
}

#header input {
  box-sizing: border-box;
  border: none;
  outline: none;
}

#header #header__attention {
  display: none;
}

#header #header__logo {
  position: absolute;
  top: 16px;
  left: 4px;
}

@media only screen and (max-width: 767px) {
  #header #header__logo {
    width: 100%;
    height: 44px;
    top: auto;
    left: auto;
  }
}

#header #header__logo img {
  display: block;
  width: 47px;
}

@media only screen and (max-width: 767px) {
  #header #header__logo img {
    position: absolute;
    top: 10px;
    left: 14px;
    height: 42px;
    width: auto;
  }
}

#header__close {
  position: absolute;
  top: 24px;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  #header__close {
    top: 10px;
  }
}

#header__close .close_btn a:hover {
  color: #fff;
}

#header #header__outer {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 82px;
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
  background-repeat: repeat-x;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #header #header__outer {
    height: auto;
    z-index: 3;
  }
}

#header #header__inner {
  position: relative;
  width: 100%;
  max-width: 984px;
  height: 82px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #header #header__inner {
    height: auto;
  }
}

#header #header__main {
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #header #header__main {
    padding-top: 60px;
  }
}

#header #header__main #header__main__outer {
  overflow: hidden;
  width: 100%;
}

/*-----------------------
footer
------------------------*/
.footer {
  position: relative;
  z-index: 10;
  background: #333;
  letter-spacing: 0;
}

.footer__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .footer__inner {
    max-width: none;
    padding: 24px 20px;
  }
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  margin-bottom: 14px;
  padding-left: 10px;
  padding-right: 48px;
}

@media only screen and (max-width: 767px) {
  .footer__list {
    gap: 8px 12px;
    margin: 0;
    padding-left: 0;
    padding-right: 24px;
  }
}

.footer__item {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .footer__item {
    margin-bottom: 8px;
  }
}

.footer__item a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .footer__item a {
    font-size: 12px;
  }
}

.footer__item a:hover {
  opacity: 0.5;
}

.footer__item a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.542 10.504'%3E%3Cpath d='M8871.653-10926.148h-.061l.061-8v7.992l9.943.008Zm2.478-2.5v-7h9v7Z' transform='translate(-8871.089 10936.152)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.footer__info {
  line-height: 1;
  padding: 0 10px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .footer__info {
    padding: 0;
  }
}

.footer__logo img {
  height: 16px;
  width: 59px;
}

.footer__copy {
  color: #fff;
  font-size: 13px;
  margin-left: 24px;
}

@media only screen and (max-width: 767px) {
  .footer__copy {
    margin-left: 16px;
  }
}

.footer__pagetop {
  position: absolute;
  right: 0px;
  top: 23px;
}

@media only screen and (max-width: 767px) {
  .footer__pagetop {
    right: 12px;
    top: 18px;
  }
}

.footer__pagetop::after {
  clear: both;
  content: "";
  display: block;
}

.footer__pagetop a {
  text-indent: -9999px;
}

.footer__pagetop span {
  display: block;
  height: 48px;
  width: 48px;
  background: url("/promotion/pop_nyukai/parkticket2510/images/ico_pagetop.png") no-repeat 50% 50%;
  background-size: 24px 24px;
}

@media only screen and (max-width: 767px) {
  .footer__pagetop span {
    display: block;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
}

.footer__pagetop:hover span {
  opacity: 0.5;
}

.footer .close_btn {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer .close_btn {
    max-width: none;
    padding: 20px;
  }
}

.footer .close_btn a {
  min-width: 100px;
  max-width: 380px;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  padding: 5px 0;
  border-color: #fff;
  background-color: #333;
  color: #fff;
  transition: 0.1s;
}

@media only screen and (max-width: 767px) {
  .footer .close_btn a {
    font-size: 14px;
  }
}

.footer .close_btn a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #191919;
  transition: 0.1s;
}

@media only screen and (max-width: 767px) {
  .footer .close_btn a .close_icon {
    width: 19px;
    height: 23px;
  }
}

.footer .close_btn a .close_icon span:before, .footer .close_btn a .close_icon span:after {
  background: #fff;
}

.footer .close_btn a:hover .close_icon span:before, .footer .close_btn a:hover .close_icon span:after {
  background: #191919;
}

body {
  background: var(--background_gradation, linear-gradient(90deg, #006E88 0%, #0299BF 50%, #006E88 100%));
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.main {
  position: relative;
}

.main__kv {
  background-color: #fff;
}

.main__kv::before, .main__inquiry::before {
  content: '';
  background-image: url("/promotion/pop_nyukai/parkticket2510/images/bg_stars_pc.png");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .main__kv::before, .main__inquiry::before {
    background-image: url("/promotion/pop_nyukai/parkticket2510/sp/images/bg_stars_sp.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    position: fixed;
    z-index: -1;
  }
}

.main__kv picture {
  background-color: #fff;
  background-image: url("/promotion/pop_nyukai/parkticket2510/images/kv_bg_pc.png");
  background-position: center;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.main__kv img {
  display: block;
  margin: 0 auto;
}

.main__kv picture::after, .main__kv picture::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #8BAEB5 0%, #C6DBE4 25%, #AABDC3 50%, #C6DBE4 75%, #8BAEB5 100%);
}

@media only screen and (max-width: 767px) {
  .main__kv picture::after, .main__kv picture::before {
    display: none;
  }
}

.main__inner {
  margin: 0 auto;
  max-width: 768px;
  padding: 0 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main__inner {
    padding: 0 4vw;
  }
}

.main__title {
  width: 100%;
  margin: 0;
}

.main__title img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1020px) {
  .main__title {
    width: 100%;
    width: calc(100% + 185px);
    margin: 0 -92.5px;
  }
}

.main__lead {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .main__lead {
    font-size: 6vw;
    margin-bottom: 3.2vw;
  }
}

.main__lead--lg {
  font-size: 48px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .main__lead--lg {
    font-size: 6.4vw;
    margin-bottom: 4.26667vw;
  }
}

.main__lead--img {
  width: 100%;
  margin: 0 0 32px;
}

@media only screen and (max-width: 767px) {
  .main__lead--img {
    width: auto;
    margin: 0 0 6.4vw;
  }
}

@media only screen and (min-width: 1020px) {
  .main__lead--img {
    width: 100%;
    width: calc(100% + 42px);
    margin: 0 -21px 32px;
  }
}

.main__marker {
  padding-bottom: 2px;
  border-bottom: 6px solid;
  border-image: linear-gradient(90deg, #D3EDFB 0%, #F4E8D1 50%, #D3EDFB 100%) 1;
  display: inline-block;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .main__marker {
    padding-bottom: 0.53333vw;
    border-bottom: 1.06667vw solid;
    border-image: linear-gradient(90deg, #D3EDFB 0%, #F4E8D1 50%, #D3EDFB 100%) 1;
    margin-bottom: 2.13333vw;
  }
}

.main__note {
  width: 100%;
}

.main__note li {
  padding-left: 1.2em;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main__note li {
    font-size: 3.2vw;
  }
}

.main__note li:not(:last-of-type) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .main__note li:not(:last-of-type) {
    margin-bottom: 2.13333vw;
  }
}

.main__note li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.main__note li a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .main__note--center {
    text-align: center;
  }
  .main__note--center li::before {
    content: "※";
    position: relative;
    left: -3px;
  }
}

.main__note--min_ttl {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 24px!important;
  margin-bottom: 10px!important;
}

@media only screen and (max-width: 767px) {
  .main__note--min_ttl {
    font-size: 3.75vw;
  }
}

.step3_contents_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media only screen and (max-width: 767px) {
  .step3_contents_wrap {
    flex-direction: column;
    gap: 6px;
  }
}

.step3_contents_plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .step3_contents_plusicon {
    width: 36px;
    height: 36px;
  }
}

.main__note--min {
  max-width: 528px;
  margin: 0 auto;
}

.main__note sub {
  font-size: 12px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .main__note sub {
    font-size: 3.2vw;
  }
}

.main__note-disc {
  width: 100%;
  list-style: disc;
}

.main__note-disc li {
  padding-left: 1.2em;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .main__note-disc li {
    font-size: 3.2vw;
  }
}

.main__note-disc li:not(:last-of-type) {
  margin-bottom: 4px;
}

.main__note-disc li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.main__note-disc li a {
  color: #008EED;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  align-items: center;
}

.main__icon-blank {
  margin-left: 3px;
  vertical-align: middle;
}

.main__step {
  margin: 0 auto;
  position: relative;
}

.main__step > li:not(:last-of-type) {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .main__step > li:not(:last-of-type) {
    margin-bottom: 8.53333vw;
  }
}

.main__step > li:not(:last-of-type)::after {
  content: '';
  display: block;
  width: 100%;
  height: 56px;
  background-image: url("/promotion/pop_nyukai/parkticket2510/images/img_step_bottom_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .main__step > li:not(:last-of-type)::after {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 8.8vw;
    background-image: url("/promotion/pop_nyukai/parkticket2510/sp/images/img_step_bottom_sp.png");
    margin-top: 3.2vw;
  }
}

.main__ribbon {
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .main__ribbon {
    margin: 0 calc(50% - 47vw);
    margin-bottom: 1.6vw;
    width: 94vw;
    max-width: initial;
  }
}

.main__sublead {
  display: flex;
  padding: 6px 24px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .main__sublead {
    padding: 0.53333vw 4.26667vw 1.06667vw 4.26667vw;
    gap: 2.66667vw;
    margin-bottom: 1.06667vw;
  }
}
.main__sublead::before, .main__sublead::after {
  content: url("/promotion/pop_nyukai/parkticket2510/images/icon_main_sublead.png");
  width: 30px;
  height: 37px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .main__sublead::before, .main__sublead::after {
    content: url("/promotion/pop_nyukai/parkticket2510/sp/images/icon_main_sublead_sp.png");
    width: 18px;
    height: 20px;
  }
}

.main__sublead span {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #C19329 -10.41%, #FFEDBA 19.92%, #EED08A 50.24%, #FFEDBA 80.57%, #C19329 110.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  .main__sublead span {
    font-size: 5.7vw;
  }
}

.main__date-text {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0px 0px 12px rgba(12, 65, 78, 0.5);
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .main__date-text {
    font-size: 4.26667vw;
    margin-bottom: 6.4vw;
  }
}

.main__date-text_ttl {
  background-color: #D8EEE6;
  border-radius: 4px;
  padding: 3px 14px;
  font-size: 18px;
  font-weight: bold;
  color: #1C4F76;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .main__date-text_ttl {
    font-size: 3.2vw;
  }
}

.main__cta-button {
  display: flex;
  width: 528px;
  padding: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #DF5787;
  box-shadow: 0px 4px 0px 0px #005064;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 32px;
  transition: .3s;
  border: 2px solid #f4f4f4;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main__cta-button {
    width: auto;
    padding: 3.2vw 4.26667vw;
    gap: 2.66667vw;
    border-radius: 13.33333vw;
    box-shadow: 0vw 1.06667vw 0vw 0vw #005064;
    font-size: 4.26667vw;
    margin-bottom: 6.4vw;
  }
}

.main__cta-button:hover {
  box-shadow: unset;
  transform: translateY(4px);
  opacity: 1;
}

.main__cta-button::after {
  content: url("/promotion/pop_nyukai/parkticket2510/images/icon_main_cta-button_pink.svg");
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .main__cta-button::after {
    right: 10px;
  }
}

.main__text {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .main__text {
    font-size: 3.73333vw;
    margin-bottom: 3.2vw;
  }
}

.main__app-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

.main__app-wrap img {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .main__app-wrap img {
    width: 100%;
  }
}

.main__hr {
  border-top: 0 solid transparent;
  border-image: linear-gradient(90deg, #D3EDFB 0%, #F4E8D1 50%, #D3EDFB 100%) 1;
  margin: 32px 24px;
}

@media only screen and (max-width: 767px) {
  .main__hr {
    margin: 6.4vw 0;
  }
}

.campaign {
  padding: 48px 0 80px;
}

@media only screen and (max-width: 767px) {
  .campaign {
    padding: 8.53333vw 0 17.06667vw;
  }
}

@media only screen and (max-width: 767px) {
  .campaign .main__inner {
    padding: 0 8vw;
  }
}

.caution {
  background-color: #fff;
  padding: 48px 0;
}

@media only screen and (max-width: 767px) {
  .caution {
    padding: 8.53333vw 0;
  }
}

.caution__title {
  color: #333;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .caution__title {
    font-size: 6.4vw;
    margin-bottom: 4.26667vw;
  }
}

.caution .main__note-disc li {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .caution .main__note-disc li {
    font-size: 3.75vw;
  }
}

.cv-area {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

@media only screen and (max-width: 767px) {
  .cv-area {
    padding: 8.53333vw 0;
    gap: 2.66667vw;
  }
}

.cv-area__title {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #C19329 -10.41%, #FFEDBA 19.92%, #EED08A 50.24%, #FFEDBA 80.57%, #C19329 110.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .cv-area__title {
    font-size: 8.53333vw;
    margin-bottom: 4.26667vw;
  }
}

.cv-area__card-wrap {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .cv-area__card-wrap {
    gap: 4vw;
    margin-bottom: 4.26667vw;
  }
}

.cv-area__fig-card {
  text-align: center;
}

.cv-area__fig-card figcaption {
  color: #fff;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1px;
}

@media only screen and (max-width: 767px) {
  .cv-area__fig-card figcaption {
    margin-bottom: 2.13333vw;
    font-size: 3.73333vw;
    margin-top: 0.26667vw;
  }
}

.cv-area__fig-card img {
  width: 240px;
}

@media only screen and (max-width: 767px) {
  .cv-area__fig-card img {
    width: 100%;
  }
}

.cv-area__fig-copyright {
  color: #fff;
  text-align: right;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .cv-area__fig-copyright {
    font-size: 2.13333vw;
  }
}

.cv-area__button {
  display: flex;
  padding: 12px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  border: 2px solid #AABDC3;
  background: linear-gradient(90deg, #8BAEB5 0%, #C6DBE4 25%, #AABDC3 50%, #C6DBE4 75%, #8BAEB5 100%);
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .cv-area__button {
    padding: 2.13333vw 4vw;
    gap: 2.66667vw;
    border-radius: 13.33333vw;
    border: 0.53333vw solid #C19329;
    font-size: 4.26667vw;
    width: 84vw;
  }
}

.inquiry {
  background: linear-gradient(180deg, rgba(0, 110, 136, 1) 0%, rgba(102, 181, 193, 0) 60%, rgba(203, 232, 221, 1) 100%);
  padding: 48px 0;
  border-top: 1px solid #AABDC3;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .inquiry {
    padding: 8.53333vw 0;
    border-top: 0.26667vw solid #C19329;
  }
}

.inquiry__title {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .inquiry__title {
    font-size: 6.4vw;
    margin-bottom: 4.26667vw;
  }
}

.inquiry__button {
  display: flex;
  width: 528px;
  padding: 12px 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #FFF;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  box-shadow: 0px 4px 0px 0px #005064;
  border: 2px solid #c3c3c3;
  position: relative;
}

.inquiry__button::after {
  content: url("/promotion/pop_nyukai/parkticket2510/images/icon_main_cta-button_blue.svg");
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .inquiry__button::after {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .inquiry__button {
    width: 84vw;
    padding: 2.13333vw 4vw;
    gap: 2.66667vw;
    border-radius: 13.33333vw;
    font-size: 4.26667vw;
  }
}

.fixed-area__wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #AABDC3;
  background: rgba(0, 110, 136, 0.85);
  backdrop-filter: blur(2px);
  text-align: center;
  padding: 12px 0px 8px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: none;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .fixed-area__wrap {
    border-top: 0.53333vw solid #AABDC3;
    backdrop-filter: blur(0.53333vw);
    padding: 3.2vw 0 2.13333vw 0;
    gap: 2.13333vw;
  }
}

.fixed-area__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #DF5787;
  box-shadow: 0px 4px 0px 0px #005064;
  width: 528px;
  padding: 8px 16px;
  gap: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  transition: .3s;
  margin-bottom: 8px;
  border: 2px solid #f4f4f4;
}

.fixed-area__button::after {
  content: url("/promotion/pop_nyukai/parkticket2510/images/icon_main_cta-button_pink.svg");
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .fixed-area__button::after {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed-area__button {
    box-shadow: 0 1.06667vw 0 0 #005064;
    width: 84vw;
    padding: 2.13333vw 4.26667vw;
    gap: 2.66667vw;
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }
}

.fixed-area__button:hover {
  box-shadow: unset;
  transform: translateY(4px);
  opacity: 1;
}

.fixed-area__button-wrap {
  position: relative;
  width: 528px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .fixed-area__button-wrap {
    width: 84vw;
  }
}

.fixed-area__button-wrap:before {
  content: "";
  position: absolute;
  background-image: url("/promotion/pop_nyukai/parkticket2510/images/img_fixed_star.svg");
  background-position: center;
  background-size: cover;
  top: 0;
  left: -54px;
  width: 54px;
  height: 61px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .fixed-area__button-wrap:before {
    top: 1.33333vw;
    left: -8.53333vw;
    width: 10.13333vw;
    height: 10.93333vw;
  }
}

.fixed-area__button-wrap::after {
  content: "";
  position: absolute;
  background-image: url("/promotion/pop_nyukai/parkticket2510/images/img_fixed_star.svg");
  background-position: center;
  background-size: cover;
  top: 0;
  right: -54px;
  width: 54px;
  height: 61px;
  transform: scale(-1, 1);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .fixed-area__button-wrap::after {
    top: 1.33333vw;
    right: -8.53333vw;
    width: 10.13333vw;
    height: 10.93333vw;
    transform: scale(-1, -1);
  }
}

.fixed-area__anchor {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
  margin-bottom: 12px;
  display: inline-block;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .fixed-area__anchor {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
}

.fixed-area__icon-arrow {
  margin-left: 3px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .fixed-area__icon-arrow {
    margin-left: 0.8vw;
  }
}

.fixed-area__text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .fixed-area__text {
    font-size: 3.2vw;
  }
}

.js-fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.js-fadeIn.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main__title--end {
  padding: 15px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .main__title--end {
    font-size: 5.7vw;
  }
}