@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800&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;
}

ul li,
ol li {
  list-style: none;
}

/*===========================
base
===========================*/
html {
  overflow-x: hidden;
}
#wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: unset;
  }
}
.wrapper-inner {
  position: relative;
  min-width: unset;
}
@media screen and (max-width: 767px) {
  .wrapper-inner {
    width: 100%;
    min-width: unset;
  }
}
body {
  color: #231815;
  font-family: "M PLUS 1p", serif;
  font-size: 14px;
  font-optical-sizing: auto;
  line-height: 1.8;
  word-wrap: break-word;
  background: linear-gradient(180deg, #83a3e2 0%, #002a7f 100%);
  height: 100vh;
  background-attachment: fixed;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.text-link a {
  padding: 2px 0;
}
.text-link a,
.text-link a:visited {
  color: #008eed;
  font-weight: 700;
}
a:hover {
  opacity: 0.7;
}
.text-link--ex a::after {
  content: " ";
  background-image: url(/promotion/pop_nyukai/usj2504/images/icon_external02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .text-link--ex a::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-top: -2px;
  }
}
.btn-wrapper {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .btn-wrapper {
    margin-top: 24px;
  }
}
.btn {
  min-width: 315px;
  max-width: 630px;
  padding: 24px 32px;
  display: block;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 800;
  color: #063599;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #e4bd24 0.03%,
    #fff1ba 25.02%,
    #eecb42 50%,
    #fff1ba 74.89%,
    #e4bd24 99.97%
  );
  box-shadow: 0px 8px 0px 0px #897111;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 5.3vw;
    max-width: 80%;
    box-shadow: 0px 4px 0px 0px #897111;
    padding: 12px 16px;
  }
}
.btn--another {
  background: #fff;
  box-shadow: none;
  font-weight: 700;
  transition: none;
  font-size: 32px;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .btn--another {
    font-size: 4.3vw;
    padding: 6px 15px;
  }
}
.btn:hover {
  box-shadow: unset;
  transform: translateY(4px);
  opacity: 1;
}
.btn--another:hover {
  transform: none;
  opacity: 0.7;
}
.main--gradation {
  background: linear-gradient(
    90deg,
    #e4bd24 0.03%,
    #fff1ba 25.02%,
    #eecb42 50%,
    #fff1ba 74.89%,
    #e4bd24 99.97%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.annotation {
  padding: 0 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .annotation {
    padding: 0 10px;
  }
}
.annotation li {
  color: #f5f6ff;
  font-size: 18px;
  line-height: 1.5;
  text-indent: -1.2em;
  padding-left: 1em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .annotation li {
    font-size: 2.95vw;
    text-indent: -1.3em;
  }
}
.annotation li + li {
  margin-top: 4px;
}
.annotation__mark {
  padding-right: 3px;
}
.annotation--cnter {
  text-align: center;
}
li.annotation--bold {
  font-weight: 700;
}
li .normal-list {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  li .normal-list {
    margin-top: 2px;
  }
}
.normal-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.main__hr {
  height: 2px;
  background: linear-gradient(
    90deg,
    #e4bd24 0.03%,
    #fff1ba 25.02%,
    #eecb42 50%,
    #fff1ba 74.89%,
    #e4bd24 99.97%
  );
  border: none;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .main__hr {
    height: 1px;
    margin: 4.2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .display--pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 766px) {
  .display--sp-only {
    display: none !important;
  }
}

/*===========================
header
===========================*/
#header {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 750px;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #header {
    width: 100%;
    padding: 10px;
  }
}
.header__logo {
  width: 92px;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 46px;
  }
}
.close_btn {
  max-width: 380px;
  text-decoration: none;
  border: 1px solid #fff;
  text-align: center;
  width: 140px;
  padding: 8px 16px;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .close_btn {
    width: 70px;
    padding: 4px 8px;
    font-size: 12px;
  }
}
.close_btn a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.close_icon {
  vertical-align: -7px;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .close_icon {
    width: 9px;
    height: 9px;
  }
}
.close_icon span:before,
.close_icon span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: 0.1s;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .close_icon span:before,
  .close_icon span:after {
    right: 0;
    width: 9px;
    height: 1px;
  }
}
.close_icon span:before {
  transform: rotate(-45deg);
}

.close_icon span:after {
  transform: rotate(45deg);
}

.main__inner {
  max-width: 750px;
  margin: 0 auto;
  background: linear-gradient(90deg, #020068 0%, #002c9b 49.5%, #020068 100%);
}

/*===========================
kv
===========================*/
.kv-sec {
  background-color: #0e0068;
}
.kv-sec-text {
  padding: 16px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kv-sec-text {
    padding: 8px 4vw;
  }
}
.kv-sec-text__period {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .kv-sec-text__period {
    gap: 6px;
  }
}
.kv-sec-text__hd {
  border-radius: 10px;
  border: 2px solid #e4bd24;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.26px;
  padding: 4px 8px;
  min-width: 89px;
}
@media screen and (max-width: 767px) {
  .kv-sec-text__hd {
    border-radius: 5px;
    border: 1px solid #e4bd24;
    font-size: 3.5vw;
    min-width: 16%;
  }
}
.kv-sec-text__date {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .kv-sec-text__date {
    font-size: 3.6vw;
  }
}
.kv-sec-text__date--l {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .kv-sec-text__date--l {
    font-size: 5.9vw;
  }
}
.kv-sec-lead {
  text-align: center;
  clip-path: polygon(50% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767px) {
  .kv-sec-lead {
    clip-path: polygon(50% 12%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.kv-sec .annotation li {
  letter-spacing: -0.18px;
}
.chance-sec {
  background: linear-gradient(
    90deg,
    #e4bd24 0.03%,
    #fff1ba 25.02%,
    #eecb42 50%,
    #fff1ba 74.89%,
    #e4bd24 99.97%
  );
  padding: 12px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .chance-sec {
    padding: 6px 10px;
  }
}
.chance-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/promotion/pop_nyukai/usj2504/images/icon_chance_balloon.svg);
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .chance-sec::after {
    width: 16vw;
    height: 3.2vw;
  }
}
.chance-sec__text {
  font-size: 26px;
  font-weight: 800;
  color: #063599;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .chance-sec__text {
    font-size: 3.5vw;
  }
}
.chance-sec__text::before,
.chance-sec__text::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 30px;
  background-color: #063599;
  bottom: 30%;
}
@media screen and (max-width: 767px) {
  .chance-sec__text::before,
  .chance-sec__text::after {
    width: 2px;
    height: 4.5vw;
  }
}
.chance-sec__text::before {
  transform: rotate(145deg);
  left: 13%;
}
@media screen and (max-width: 767px) {
  .chance-sec__text::before {
    left: 12%;
  }
}
.chance-sec__text::after {
  transform: rotate(-145deg);
  right: 13%;
}
@media screen and (max-width: 767px) {
  .chance-sec__text::after {
    right: 12%;
  }
}
.chance-sec__text--l {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .chance-sec__text--l {
    font-size: 4vw;
  }
}
.fixed-qr {
  display: flex;
  align-items: flex-end;
  padding: 0 64px;
  position: relative;
  height: auto;
}
.fixed-qr__inner {
  position: sticky;
  bottom: 5.5%;
  right: 0px;
}
.fixed-qr p {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.fixed-qr p::before,
.fixed-qr p::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #fff;
  bottom: 15%;
}
.fixed-qr p::before {
  transform: rotate(142deg);
  left: 0;
}
.fixed-qr p::after {
  transform: rotate(-142deg);
  right: 0;
}
.fixed-qr__img-wrapper {
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.fixed-qr__img {
  vertical-align: middle;
}

/*===========================
campaign
===========================*/
.campaign-sec {
  background-image: url(/promotion/pop_nyukai/usj2504/images/bg_campaign.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.campaign-sec__step-item {
  text-align: center;
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .campaign-sec__step-item {
    padding: 0 8.3%;
  }
}
.campaign-sec__step-item::after {
  content: "";
  background-image: url(/promotion/pop_nyukai/usj2504/images/icon_arrow.svg);
  display: block;
  width: 120px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 64px auto;
}
@media screen and (max-width: 767px) {
  .campaign-sec__step-item::after {
    width: 16vw;
    height: 12px;
    margin: 8vw auto;
  }
}
.campaign-sec__step-item:last-child:after {
  background: none;
}
.campaign-sec__step-item .annotation .text-link a,
.campaign-sec__step-item .annotation .text-link a:visited {
  color: #60bfff;
}
.campaign-sec__step-item .annotation .text-link--ex a::after {
  background-image: url(/promotion/pop_nyukai/usj2504/images/icon_external.svg);
}

.campaign-sec__step {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__step {
    padding-top: 55px;
  }
}
.campaign-sec__step .annotation {
  padding: 0;
}
.campaign-sec__step-img {
  display: block;
  margin: 0 auto -15px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__step-img {
    width: 63%;
    margin: 0 auto -1.5%;
  }
}
.campaign-sec__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  display: inline;
  background: linear-gradient(
    90deg,
    #e4bd24 0.03%,
    #fff1ba 25.02%,
    #eecb42 50%,
    #fff1ba 74.89%,
    #e4bd24 99.97%
  );
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: bottom;
  text-shadow: 0px 0px 15px rgba(26, 0, 86, 0.8);
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__title {
    font-size: 6.7vw;
    background-size: 100% 3px;
  }
}
.campaign-sec__title--s {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__title--s {
    font-size: 5.2vw;
  }
}
.campaign-sec__title-img {
  transform: scale(1.2);
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__title-img {
    margin-top: -3px;
  }
}
.campaign-sec__period {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  width: 100vw;
  margin: 24px calc(50% - 50vw) 0;
}
.campaign-sec__title-img + .campaign-sec__period {
  margin-top: 10px;
}
.campaign-sec__period-hd {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 10px;
  border: 2px solid #e4bd24;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__period-hd {
    font-size: 3.75vw;
    border: 1px solid #e4bd24;
    border-radius: 5px;
  }
}
.campaign-sec__period-date {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .campaign-sec__period-date {
    font-size: 5.35vw;
  }
}
.campaign-sec__period-date--s {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__period-date--s {
    font-size: 4.26vw;
  }
}
.campaign-sec .annotation {
  text-align: left;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .campaign-sec .annotation {
    margin-top: 16px;
  }
}
.campaign-sec .annotation li {
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .campaign-sec .annotation li {
    font-size: 3.2vw;
  }
}
.annotation .text-link {
  text-indent: 0em;
}
.campaign-sec__text {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .campaign-sec__text {
    font-size: 4.26vw;
  }
}
.campaign-sec__download-text {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign-sec__download-text {
    font-size: 3.75vw;
    margin-top: 8px;
  }
}
.campaign-sec__download-text::before,
.campaign-sec__download-text::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 28px;
  background-color: #fff;
  vertical-align: middle;
  position: absolute;
  bottom: 20%;
}
@media screen and (max-width: 767px) {
  .campaign-sec__download-text::before,
.campaign-sec__download-text::after {
  width: 2px;
  height: 4.45vw;
}
}
.campaign-sec__download-text::before {
  transform: rotate(-35deg);
  left: 14%;
}
.campaign-sec__download-text::after {
  transform: rotate(35deg);
  right: 14%;
}
.campaign-sec__download {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .campaign-sec__download {
    margin-top: 8px;
    gap: 12px;
  }
}
.campaign-sec__download a {
  display: flex;
}

/*===========================
attention
===========================*/
.attention-sec {
  background-color: #fff;
  padding: 64px 30px;
}
@media screen and (max-width: 767px) {
  .attention-sec {
    padding: 32px 4%;
  }
}
.attention-sec__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .attention-sec__title {
    font-size: 6.4vw;
    margin-bottom: 16px;
  }
}
.attention-sec .normal-list li {
  font-size: 24px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .attention-sec .normal-list li {
    font-size: 3.2vw;
  }
}
.attention-sec .normal-list li + li {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .attention-sec .normal-list li + li {
    margin-top: 2px;
  }
}
.attention-sec .normal-list li p {
  text-indent: 0;
}

/*===========================
cv
===========================*/
.cv-sec {
  padding: 128px 90px;
}
@media screen and (max-width: 767px) {
  .cv-sec {
    padding: 16.8vw 13.6vw;
  }
}
.cv-sec__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #FEFEFE 16.82%, #C8C8C8 33.25%, #FEFEFE 49.86%, #C8C8C8 66.31%, #FEFEFE 82.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .cv-sec__title {
    font-size: 6.9vw;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cv-sec img {
   transform: scale(1.1);
  }
}
.btn--cv {
  min-width: unset;
  background: linear-gradient(90deg, #C8C8C8 0.02%, #FEFEFE 50%, #C8C8C8 99.98%);
  box-shadow: 0px 8px 0px 0px #9E9E9E;
  color: #333;
}
@media screen and (max-width: 767px) {
  .btn--cv {
    max-width: 100%;
    box-shadow: 0px 4px 0px 0px #9E9E9E;
  }
}

/*===========================
banner
===========================*/
.banner-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #e4bd24 0.03%,
    #fff1ba 25.02%,
    #eecb42 50%,
    #fff1ba 74.89%,
    #e4bd24 99.97%
  );
}
@media screen and (max-width: 767px) {
  .banner-sec::after {
    height: 1px;
  }
}
.banner-sec__text {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  padding: 32px 30px 64px;
}
@media screen and (max-width: 767px) {
  .banner-sec__text {
    font-size: 3.2vw;
    padding: 16px 4% 32px;
  }
}
.banner-sec__text--cl {
  margin-top: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .banner-sec__text--cl {
    margin-top: 8px;
  }
}

/*===========================
contact
===========================*/
.contact-sec {
  padding: 64px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-sec {
    padding: 32px 4.2%;
  }
}
.contact-sec__title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-sec__title {
    font-size: 6.3vw;
  }
}
.contact-sec .btn-wrapper {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-sec .btn-wrapper {
    margin-top: 16px;
  }
}

/*===========================
campaign-btn
===========================*/
.fixed-area__wrap {
  /* position: fixed; */
  width: 750px;
  text-align: center;
  background: rgba(2, 0, 79, 0.8);
  padding: 0 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fixed-area__wrap {
    width: 100%;
    padding: 0 0 8px;
  }
}
.fixed-area__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #e4bd24 0.03%,
    #fff1ba 25.02%,
    #eecb42 50%,
    #fff1ba 74.89%,
    #e4bd24 99.97%
  );
}
@media screen and (max-width: 767px) {
  .fixed-area__wrap::before {
    height: 2px;
  }
}
.fixed-area__anchor {
  display: inline-block;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .fixed-area__anchor {
    font-size: 3.2vw;
    margin-top: 8px;
  }
}
.fixed-area__anchor::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/promotion/pop_nyukai/usj2504/images/icon_anchor_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .fixed-area__anchor::after {
    width: 3vw;
    height: 3vw;
  }
}
.fixed-area__button-wrap {
  margin: 16px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fixed-area__button-wrap {
    margin: 8px 4.2% 0;
  }
}
.fixed-area__button-wrap::before,
.fixed-area__button-wrap::after {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .fixed-area__button-wrap::before,
  .fixed-area__button-wrap::after {
    width: 6.2vw;
    height: 6.2vw;
  }
}
.fixed-area__button-wrap::before {
  left: 3px;
  background-image: url(/promotion/pop_nyukai/usj2504/images/img_star_l.png);
}
@media screen and (max-width: 767px) {
  .fixed-area__button-wrap::before {
    left: 0;
  }
}
.fixed-area__button-wrap::after {
  right: -45px;
  background-image: url(/promotion/pop_nyukai/usj2504/images/img_star_r.png);
}
@media screen and (max-width: 767px) {
  .fixed-area__button-wrap::after {
    right: -24px;
  }
}
.fixed-area__button-wrap .btn {
  font-size: 36px;
  font-weight: 700;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .fixed-area__button-wrap .btn {
    font-size: 4.8vw;
  }
}
.fixed-area__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .fixed-area__text {
    font-size: 3.2vw;
    margin-top: 8px;
  }
}
.fixed-area--float {
  /* display: none; */
  opacity: 1;
  position: fixed;
  bottom: 0;
  transition: 0.3s;
}
.fixed-area--float.is--hidden {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fixed-area--float {
    width: 100%;
  }
}
.fixed-area--float .fixed-area__wrap {
  padding: 0 0 8px;
}
.fixed-area--float .fixed-area__anchor {
  font-size: 12px;
  margin-top: 8px;
}
.fixed-area--float .btn {
  font-size: 24px;
  padding: 4px 8px;
  box-shadow: 0px 4px 0px 0px #897111;
}
@media screen and (max-width: 767px) {
  .fixed-area--float .btn {
    font-size: 18px;
  }
}
.fixed-area--float .btn:hover {
  box-shadow: unset;
  transform: translateY(4px);
  opacity: 1;
}
.fixed-area--float .fixed-area__text {
  font-size: 12px;
}
.fixed-area--float .fixed-area__anchor::after {
  width: 8px;
  height: 8px;
  margin-left: 8px;
  background-size: cover;
}
.fixed-area--float .fixed-area__button-wrap {
  margin: 8px 30px;
}
@media screen and (max-width: 767px) {
  .fixed-area--float .fixed-area__button-wrap {
    margin: 8px 15px;
  }
}

/*-----------------------
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/usj2504/images/icon_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;
  width: 380px;
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center;
  border-radius: 0;
  border: none;
  background-color: unset;
}
@media only screen and (max-width: 767px) {
  .footer .close_btn {
    max-width: none;
    width: auto;
    padding: 20px;
  }
}
.footer .close_icon {
  width: 15px;
  height: 15px;
  position: relative;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .footer .close_icon {
    vertical-align: bottom;
  }
}
.footer .close_icon span:before,
.footer .close_icon span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 2px;
}
.footer .close_btn a {
  min-width: 100px;
  max-width: 380px;
  width: 100%;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 5px 0;
  border-color: #fff;
  background-color: #333;
  color: #fff;
  transition: 0.1s;
  border: 1px solid #fff;
}
@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;
}

/*===========================
fadeIn
===========================*/
.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);
}

/*===========================
header__close__txtarea
===========================*/
.header__close__txtarea{
  background-color: #fff;
  padding: 40px 30px;
  color: #C50014;
  font-size: 26px;
  font-weight: bold;
}
.header__close__txtarea div{
  background-color: #FCF0F2;
  border: 1px solid #E891A0;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .header__close__txtarea{
    font-size: 3.5vw;
    padding: 6vw 5vw;
  }
  .header__close__txtarea div{
    padding: 3.5vw;
  }
}