@charset "shift_jis";
/* Updated 2026/04/01.T */

/*---------------------------------------------
base
---------------------------------------------*/
.page-simple {
  overflow: hidden;
  min-width: auto;
}

/*---------------------------------------------
section
---------------------------------------------*/
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
@media screen and (max-width: 500px) {
  .section-main {
    box-shadow: none;
  }
}

.section-mainInr {
  overflow: hidden;
}

.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  display: flex;
  height: 100vh;
  background: linear-gradient(149.16deg, #0253AE 0%, #3096FF 31.41%, #1974D7 46.94%, #0253AE 72.91%);
}

.layout-bg01:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_bg_01.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.layout-bg01:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.06deg, #162B75 -2.89%, rgba(22, 43, 117, 0) 6.62%);
  z-index: 5;
}

.section-mainInr > .logo {
  text-align: center;
}
/*---------------------------------------------
kv
---------------------------------------------*/
.kv-area01 {
  position: relative;
  border-radius: 0 0 32px 32px;
  background: linear-gradient(153.18deg, #0253AE 0%, #3096FF 28.51%, #0253AE 99.06%);
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  .kv-area01 {
    border-radius: 0 0 42px 42px;
  }
}
.kv-area01 > .inner {
  position: relative;
  padding: 10px 0 5.4%;
  border-radius: 0 0 32px 32px;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_bg_02.png");
  background-position: center 7px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner {
    padding: 10px 0 5.5%;
    border-radius: 0 0 42px 42px;
  }
}
.kv-area01 > .inner:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, #162B75 -2.12%, rgba(22, 43, 117, 0) 23.37%);
}
.kv-area01 > .inner > .content {
  position: relative;
  width: 78.5%;
  margin: 0 auto;
  padding: 1% 0 0;
  z-index: 20;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .content {
    width: 78.5%;
  }
}
.kv-area01 > .inner > .content > .ttl {
  position: relative;
  margin: 0 auto;
  padding: 0 0 8px;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .content > .ttl {
    left: -5px;
    width: 103%;
    padding: 0px 0 3px;
  }
}
.kv-area01 > .inner > .content > .ttl > .span {
  display: block;
  width: 97%;
  padding-left: 2%;
  margin: 1px auto 0;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .content > .ttl > .span {
    width: 94%;
    margin: 1.5% auto 0 auto;
    padding-left: 2%;
  }
}
.kv-area01 > .inner > .content > .ttl > .span.-bubble {
  display: block;
  width: 100%;
  margin: 0 auto 0 0.5%;
  padding: 0 15.5%;
  transition: cubic-bezier(0.015, 0.82, 0.165, 1.2) .8s all;
  animation: moveY 1.2s infinite ease-in-out alternate;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .content > .ttl > .span.-bubble {
    margin: 0 auto 0 0.3%;
    padding: 0 15% 0 17%;
  }
}
.kv-area01 > .inner > .content > .figure {
  position: relative;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .content > .figure {
    padding-top: 5px;
  }
}
@media screen and (min-width: 500px) {
  .picture-img > .img {
    margin-top: 2.5%;
  }
}

.kv-area01 > .notes {
  padding: 0 29px;
}
.kv-area01 > .inner > .content > .btn {
  margin-top: 4.2%;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .content > .btn {
    margin-top: 17px;
  }
}
.kv-area01 > .inner > .list {
  position: relative;
  width: 85%;
  margin: 0 auto;
  z-index: 20;
}
.kv-area01 > .inner > .list > .list-notice02 {
  position: relative;
  width: 100%;
  margin: 13px auto 0;
  line-height: 1.2rem;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .list > .list-notice02 {
    margin: 18px auto 0;
    padding: 0 3px;
    letter-spacing: 0.01rem;
  }
}
.kv-area01 > .inner > .list > .list-notice02 > .item {
  padding-left: 21px;
  margin-top: 3px;
  font-size: .979rem;
  line-height: 1.2;
}
.kv-area01 > .inner > .list > .list-notice02 > .item > .mark {
  width: fit-content;
}
@media screen and (min-width: 500px) {
  .kv-area01 > .inner > .list > .list-notice02 > .item {
    margin-top: 4px;
    padding-left: 24px;
    font-size: 1.305rem;
  }
}
/*---------------------------------------------
section-sec01 - about area
---------------------------------------------*/
.section-sec01 {
  position: relative;
  padding: 11% 0 17%;
  background: linear-gradient(115.18deg, #0253AE 0%, #3096FF 28.51%, #0253AE 99.06%);
  margin-top: -40px;
}
@media screen and (min-width: 500px) {
  .section-sec01 {
    padding: 43px 0 70px;
  }
}
.section-sec01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_bg_sec_01.png");
  background-size: 30px 30px;
  background-position: 50% 0;
  z-index: 0;
}
.section-sec01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(180.06deg, #162B75 -2.89%, rgba(22, 43, 117, 0) 6.62%);
  z-index: 5;
}
.section-sec01 > .inner {
  position: relative;
  padding: 0 16px;
  z-index: 20;
}
.section-sec01 > .inner > .ttl {
  width: 100%;
  margin: 11.5% auto 0;
  padding-right: 2.5%;
}
@media screen and (min-width: 500px) {
  .section-sec01 > .inner > .ttl {
    margin: 51px auto 0;
    padding: 0 16px 0 8px;
  }
}
.section-sec01 > .inner > .card {
  position: relative;
  margin-top: 6.5%;
  border-radius: 5px;
  background-color: #fff;
  z-index: 30;
}
@media screen and (min-width: 500px) {
  .section-sec01 > .inner > .card {
    margin-top: 30px;
  }
}
.section-sec01 > .inner > .card > .unit01 {
  padding: 17px 10px 0;
}
.section-sec01 > .inner > .card > .unit01 > .box {
  position: relative;
}
.section-sec01 > .inner > .card > .unit01 > .box > .text,
.section-sec01 > .inner > .card > .unit01 > .box > .img:nth-child(3) {
  position: absolute;
}
.section-sec01 > .inner > .card > .unit01 > .box > .text {
  top: -7px;
  left: -10px;
  width: 62.5%;
  max-width: 290px;
}
@media screen and (min-width: 500px) {
  .section-sec01 > .inner > .card > .unit01 > .box > .text {
    top: -3px;
    width: 61%;
  }
}
.section-sec01 > .inner > .card > .unit01 > .box > .text > .img {
  width: 100%;
}
.section-sec01 > .inner > .card > .unit01 > .box > .img:nth-child(3) {
  top: 26px;
  right: 24px;
  width: 100%;
  max-width: 115px;
}
.section-sec01 > .inner > .card > .unit01 > .box > .bound {
  position: absolute;
  top: 23px;
  right: 24px;
  width: 38.7%;
  max-width: 175px;
  animation: bound .8s infinite alternate ease-in-out;
}
@media screen and (min-width: 500px) {
  .section-sec01 > .inner > .card > .unit01 > .box > .bound {
    top: 36px;
    right: 35px;
  }
}
.section-sec01 > .inner > .card > .unit01 > .box > .bound > .img {
  width: 100%;
}
.section-sec01 > .inner > .card > .unit01 > .text {
  display: block;
  margin-top: 16px;
  font-size: 1.567rem;
  line-height: 1.531;
}
@media screen and (min-width: 500px) {
.section-sec01 > .inner > .card > .unit01 > .text {
  font-size: 1.767rem;
}
}
.section-sec01 > .inner > .card > .unit01 > .list {
  margin-top: 15px;
  line-height: 1.3rem;
}
.section-sec01 > .inner > .card > .unit01 > .list > .list-notice02 > .item {
  margin-top: 2px;
  color: #56635F;
  font-size: 0.979rem;
  line-height: 1.3;
}
@media screen and (min-width: 500px) {
  .section-sec01 > .inner > .card > .unit01 > .list > .list-notice02 > .item {
    font-size: 1.179rem;
  }
}
.section-sec01 > .inner > .card > .unit01 > .list > .list-notice02 > .item > .mark {
  width: 10px;
}
.section-sec01 > .inner > .card > .unit01 > .list > .list-notice02 > .item {
  padding-left: 15px;
}
.section-sec01 > .inner > .card > .unit02 {
  padding: 0 10px;
}
.section-sec01 > .inner > .card > .unit02 > .comment {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.section-sec01 > .inner > .card > .unit02 > .comment > .text {
  position: relative;
  width: 79.5%;
  height: 100%;
  padding-left: 11px;
}
.section-sec01 > .inner > .card > .unit02 > .comment > .text > .img {
  width: 100%;
}
.section-sec01 > .inner > .card > .unit02 > .comment > .bound {
  position: absolute;
  top: -11px;
  right: -1px;
  width: 32%;
  animation: bound-rotate .8s infinite alternate ease-in-out;
  z-index: 10;
}
.section-sec01 > .inner > .card > .unit02 > .comment > .bound > .img {
  width: 100%;
}
.section-sec01 > .inner > .card > .unit02 > .figure {
  width: 108%;
  margin: -11px 0 0 -10px;
}
@media screen and (min-width: 500px) {
  .section-sec01 > .inner > .card > .unit02 > .figure {
    width: 106%;
  }
}
.section-sec01 > .inner > .card > .unit02 > .figure > .img {
  width: 100%;
}
.section-sec01 > .label {
  padding: 8% 0 7%;
  position: absolute;
  bottom: -137px;
  height: 200px;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  .section-sec01 > .label {
    padding: 50px 0 55px;
  }
}

/* section-sec01 - about area - section02 */
.section-sec01.-sec02 {
  margin-top: 0;
  padding: 1px 0 0;
  background-color: transparent;
  background-image: none;
}
.section-sec01.-sec02:before,
.section-sec01.-sec02:after {
  content: none;
}
.section-sec01.-sec02 > .inner > .ttl {
  margin: 0 auto;
  padding-right: 4.5%;
}
.section-sec01.-sec02 > .inner > .ttl > .img {
  width: 100%;
}
.section-sec01.-sec02 > .inner > .card {
  margin-top: 5%;
  padding: 30px 16px 35px;
}
.section-sec01.-sec02 > .inner > .card > .text {
  padding: 0 28px;
}
.section-sec01.-sec02 > .inner > .card > .text > .img {
  width: 100%;
}
.section-sec01.-sec02 > .inner > .card > .figure {
  position: initial;
  width: 100%;
  margin-top: 9%;
}
.section-sec01.-sec02 > .inner > .card > .figure > .img {
  width: 100%;
}
.section-sec01.-sec02 > .inner > .card > .explanation {
  display: block;
  margin-top: 8.2%;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .section-sec01.-sec02 > .inner > .card > .explanation {
    display: block;
    margin-top: 25px;
    font-size: 1.8rem;
  }
}
.section-sec01.-sec02 > .inner > .card > .btn {
  margin: 9% auto 0;
}

/*---------------------------------------------
section-sec02 - olive area
---------------------------------------------*/
.section-sec02 {
  padding-top: 14%;
  background-color: #fff;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_bg_sec_02.png");
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 30px 30px;
}
.section-sec02 > .inner {
  padding: 5.5% 14px 12%;
}
@media screen and (min-width: 500px) {
  .section-sec02 > .inner {
    padding: 40px 14px 86px;
  }
}
.section-sec02 > .inner > .link {
  margin: 26px 0 0;
  text-align: center;
}
.section-sec02 > .inner > .link > .icon-link01 {
  color: #162B75;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* include */
.section-sec02 > .inner > .include {
  margin: 12px 0 0;
}
.section-sec02 > .inner > .include > .include-olive-about01 {
  background-color: transparent;
  color: #000;
}
.section-sec02 > .inner > .include > .include-olive-about01 > .figure > .img01 {
  margin: 0;
}
.section-sec02 > .inner > .include > .include-olive-about01 > .txt01 {
  width: 100%;
  margin: 3px auto;
  line-height: 1.7;
  font-size: 1.762rem;
}
@media screen and (min-width: 500px) {
  .section-sec02 > .inner > .include > .include-olive-about01 > .txt01 {
    font-size: 1.962rem;
  }
}
.section-sec02 > .inner > .include > .include-olive-about01 > .txt01 > .text-mark01 > .txt02 {
  color: #FD15E7;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .section-sec02 > .inner > .include > .include-olive-about01 > .txt01 > .text-mark01 > .txt02 {
    font-size: 2.6rem;
  }
}
.icon-link01 > .inner::after {
  top: 2px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_arrow_right_01.svg") 100% 100% / cover no-repeat;
}
@media screen and (min-width: 500px) {
  .icon-link01 > .inner::after {
    top: 1px;
  }
}
@media screen and (min-width: 500px) {
  .section-sec02 > .inner > .link > .icon-link01 {
    font-size: 1.8rem;
  }
}
/*---------------------------------------------
section-sec03 - debut area
---------------------------------------------*/
.section-sec03 {
  background-color: #01CDD3;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_bg_sec_03.png");
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 30px 30px;
}
.section-sec03 > .inner {
  position: relative;
  padding: 13% 15px 17%;
}
@media screen and (min-width: 500px) {
  .section-sec03 > .inner {
    padding: 46px 14px 86px;
  }
}
.section-sec03 > .inner > .ttl {
  padding: 0 7px;
}
.section-sec03 > .inner > .unit {
  margin: 24px 0 0;
  position: relative;
  z-index: 20;
}
.section-sec03 > .inner > .unit > .figure {
  width: 32%;
  overflow: hidden;
  position: absolute;
  right: -15px;
  bottom: 0;
}
@media screen and (min-width: 500px) {
  .section-sec03 > .inner > .unit > .figure {
    width: 100%;
    max-width: 150px;
    max-height: 185px;
    overflow: initial;
    bottom: 1px;
  }
}
.section-sec03 > .inner > .unit > .figure > .img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section-sec03 > .inner > .unit > .figure.-show > .img {
  opacity: 1;
  transform: translateY(0);
}

/* tab */
.section-sec03 > .inner > .unit > .tab-block01 > .list {
  gap: 5px;
  border: none;
}
.section-sec03 > .inner > .unit > .tab-block01 > .list > .item {
  width: 100%;
}
.section-sec03 > .inner > .unit > .tab-block01 > .list > .item > .switch {
  padding: 2px;
  background-color: #D4E8FF;
  border-radius: 8px 8px 0 0;
}
.section-sec03 > .inner > .unit > .tab-block01 > .list > .item > .switch[aria-selected=true] {
  background-color: #0253AE;
  border: solid 1px #000;
  border-bottom: 0;
}
.section-sec03 > .inner > .unit > .tab-block01 > .list > .item > .switch > .inner {
  color: #0253AE;
  font-size: 1.371rem;
  line-height: 1.531;
}
@media screen and (min-width: 500px) {
  .section-sec03 > .inner > .unit > .tab-block01 > .list > .item > .switch > .inner {
    color: #0253AE;
    font-size: 1.571rem;
  }
}
.section-sec03 > .inner > .unit > .tab-block01 > .list > .item > .switch[aria-selected=true] > .inner {
  color: #fff;
}
.section-sec03 > .inner > .unit > .tab-block01 > .wrap {
  padding: 23px 15px;
  background-color: #fff;
  border: solid 1px #162B75;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 0 0 #162B75;
}
.section-sec03 > .inner > .unit > .tab-block01 > .wrap > .panel > .text-block01 {
  font-size: 1.175rem;
  line-height: 1.532;
}
@media screen and (min-width: 500px) {
  .section-sec03 > .inner > .unit > .tab-block01 > .wrap > .panel > .text-block01 {
    font-size: 1.375rem;
  }
}

.section-sec03 > .inner > .unit > .tab-block01 > .wrap > .panel > .push-btn01 {
  margin-top: 9.5%;
}


/*---------------------------------------------
section-sec04 - about area
---------------------------------------------*/
.section-sec04 {
  position: relative;
  z-index: 1;
  background-color: #0253AE;
}
.section-sec04 > .inner {
  padding: 10% 14px 14%;
}
@media screen and (min-width: 500px) {
  .section-sec04 > .inner {
    padding: 56px 14px 65px;
  }
}
.section-sec04 > .inner > .unit {
  position: relative;
  margin: 30px 4px 0;
  background-color: #fff;
  border: solid 1px #D5DEDB;
  border-radius: 8px;
  overflow: hidden;
  z-index: 30;
}

/*---------------------------------------------
section-sec05 - faq area
---------------------------------------------*/
.section-sec05 {
  background-color: #fff;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_bg_sec_04.png");
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 30px 30px;
}
.section-sec05 > .inner {
  padding: 11.5% 22px 68.5%;
  position: relative;
}
@media screen and (min-width: 500px) {
  .section-sec05 > .inner {
    padding: 47px 22px 345px;
  }
}
.section-sec05 > .inner > .unit {
  margin: 40px 0 0;
}
.section-sec05 > .inner > .figure {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.section-sec05 > .inner > .figure.-item01 {
  left: 0;
  width: 100%;
  z-index: 10;
}
.section-sec05 > .inner > .figure.-item01 > .img {
  width: 100%;
}
.section-sec05 > .inner > .figure > .img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section-sec05 > .inner > .figure.-show > .img {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------------------------
credit
---------------------------------------------*/
.credit-area01 {
  padding: 74px 36px 72px;
  background-color: #0253AE;
  color: #fff;
  font-size: 1.371rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .credit-area01 {
    font-size: 1.6rem;
  }
}
.credit-area01 > .legal {
  margin-right: 13px;
}
.credit-area01 > .legal > .amp {
  margin: 0 2px;
}
.credit-area01 > .legal > .copy {
  margin-right: 5px;
  font-size: 2rem;
  line-height: 1;
  vertical-align: text-bottom;
}
@media screen and (min-width: 500px) {
  .credit-area01 > .legal > .copy {
    font-size: 2.2rem;
  }
}
/*---------------------------------------------
footer
---------------------------------------------*/
#footer-area {
  position: relative;
  z-index: 1;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 70px;
}
#footer-fixed {
  z-index: 80;
}
#footer-fixed .panel {
  background-color: rgba(255, 255, 255, 0.5);
}
#footer-fixed .btn-list01>.item {
  max-width: 360px;
}
.btn-type01.-orange01 {
  background-color: #ff5f04;
}
@media screen and (max-width: 499px) {
  #footer-fixed .btn-type01 .-orange01 {
    width: 100%;
  }
}

/*---------------------------------------------
menu PC banner
---------------------------------------------*/
.layout-bg01 {
  display: none;
}
@media screen and (min-width: 500px) {
  .layout-bg01 {
    display: flex;
  }
}

/*---------------------------------------------
menu
---------------------------------------------*/
.menu-area01 {
  position: fixed;
  top: -34px;
  right: 4px;
  width: calc((100% - 500px) / 2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-area01 > .inner {
  width: calc(100% - 40px);
  max-width: 360px;
  padding: 2px;
  background-color: #162B75;
  box-shadow: 3.06px 4.09px 0px 5.11px #162B75;
  border-radius: 10px;
  overflow: hidden;
}
.menu-area01 > .inner > .list01 > .title {
  padding: 1% 0;
  border-radius: 10.21px 10.21px 0 0;
  background-color: #01CDD3;
  overflow: hidden;
}
.menu-area01 > .inner > .list01 > .title > .span {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.menu-area01 > .inner > .list01 > .title > .span > .img {
  width: 50%;
  max-width: 123px;
}
.menu-area01 > .inner > .list01 > .navi {
  background-color: #F5F9E6;
  border-radius: 10.21px;
}
.menu-area01 > .inner > .list01 > .navi > .list {
  padding: 7.8% 2% 11%;
  background-color: #fff;
  border-radius: 0 0 10.21px 10.21px;
}
.menu-area01 > .inner > .list01 > .navi > .list > .item + .item {
  margin-top: 8px;
}
.menu-area01 > .inner > .list01 > .navi > .list > .item > .link {
  display: block;
  padding: 2% 13% 3% 18%;
  border-radius: 3em;
  text-decoration: none;
  color: #8393A6;
  font-size: 1.839rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 500px) {
  .menu-area01 > .inner > .list01 > .navi > .list > .item > .link.is-current,
  .menu-area01 > .inner > .list01 > .navi > .list > .item > .link:hover {
    position: relative;
    color: #FF271A;
  }
}
.menu-area01 > .inner > .list01 > .navi > .list > .item > .link.is-current > .span {
  display: block;
  position: relative;
}
.menu-area01 > .inner > .list01 > .navi > .list > .item > .link.is-current > .span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -31px;
  width: 23%;
  max-width: 27px;
  height: 100%;
  max-height: 27px;
  margin: auto;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_menu_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*---------------------------------------------
PC left banner
---------------------------------------------*/
@media screen and (min-width: 500px) {
  .banner-area01 {
    position: fixed;
    top: -19px;
    left: 0;
    width: calc((100% - 500px) / 2);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-area01 > .inner {
    width: calc(100% - 40px);
    max-width: 403px;
  }
  .banner-area01 > .inner > .text-block01 {
    margin-top: 14px;
  }
  .banner-area01 > .inner > .text-block01 > .text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .banner-area01 > .inner > .text-block01 > .legal,
  .banner-area01 > .inner > .text-block01 > .code {
    letter-spacing: 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .banner-area01 > .inner > .text-block01 > .legal {
    margin-right: 7px;
  }
  .banner-area01 > .inner > .text-block01 > .legal > .amp {
    margin: 0 2px;
  }
  .banner-area01 > .inner > .text-block01 > .legal > .copy {
    margin-right: 2px;
  }
  .banner-area01 > .inner > .figure > .img {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  .menu-area01,
  .banner-area01 {
    display: none;
  }
}
@media screen and (max-height: 600px) {
  .menu-area01,
  .banner-area01 {
    display: none;
  }
}
/*---------------------------------------------
textmark
---------------------------------------------*/
.text-mark01 {
  background: linear-gradient(transparent 88%, #FFF200 60%) no-repeat;
  background-size: 100% 100%;
}
.text-mark01 > .emphasis {
  font-weight: bold;
}

/*---------------------------------------------
button
---------------------------------------------*/
.push-btn01 > .item {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.push-btn01 > .item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #162B75;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.push-btn01 > .item > .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-height: 48px;
  padding: 12px 8px;
  background-color: #FF5F04;
  border: solid 1px #162B75;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  transform: translateY(0);
  transition: transform 0.2s;
}
@media screen and (min-width: 500px) {
  .push-btn01 > .item:hover > .box {
    transform: translateY(3px);
  }
}
@media screen and (min-width: 500px) {
  .push-btn01 > .item > .box {
    padding: 16px 8px;
    font-size: 1.8rem;
  }
}
.push-btn01 > .item.-small > .box {
  min-height: 29px;
  font-size: 1.4rem;
  padding: 4px 8px;
}
.push-btn01 > .item.-blue > .box {
  background-color: #0253AE;
}
.push-btn01 > .item.-white > .box {
  background-color: #fff;
  color: #162B75;
}
.push-btn01 > .item > .box > .text {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .push-btn01 > .item > .box > .text {
    font-size: 2rem;
  }
}
.push-btn01 > .item > .box > .text.-button {
    font-size: 1.371rem;
}
@media screen and (min-width: 500px) {
  .push-btn01 > .item > .box > .text.-button {
    font-size: 1.571rem;
  }
}
.push-btn01 > .item.-arrow > .box > .text {
  padding-right: 20px;
  font-size: 1.567rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .push-btn01 > .item.-arrow > .box > .text {
    padding-right: 25px;
    letter-spacing: .09rem;
    font-size: 2.089rem;
  }
}
.push-btn01 > .item.-arrow > .box > .text:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_arrow_01.svg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 500px) {
  .push-btn01 > .item.-arrow > .box > .text:after {
    width: 21px;
    height: 21px;
  }
}
/*---------------------------------------------
background icon
---------------------------------------------*/
.bg-icon01,
.bg-icon03,
.bg-icon04,
.bg-icon05,
.bg-icon07 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  z-index: 1;
}
.bg-icon04 {
  z-index: 0;
}
.bg-icon06 {
  width: 100%;
  height: 79vw;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 500px) {
  .bg-icon06 {
    height: 300px;
    max-height: 300px;
  }
}
.bg-icon01 > .icon,
.bg-icon02 > .icon,
.bg-icon03 > .icon,
.bg-icon04 > .icon,
.bg-icon05 > .icon,
.bg-icon06 > .icon,
.bg-icon07 > .icon,
.bg-icon07 > .icon {
  position: absolute;
  z-index: 10;
}
.bg-icon01 > .icon > .img,
.bg-icon02 > .icon > .img,
.bg-icon03 > .icon > .img,
.bg-icon04 > .icon > .img,
.bg-icon05 > .icon > .img,
.bg-icon06 > .icon > .img,
.bg-icon07 > .icon > .img,
.bg-icon07 > .icon > .img {
  width: 100%;
}
.bg-icon01 > .icon.-star01 {
  top: 26.1vw;
  left: 2.2%;
  width: 8.2%;
  height: 5%;
}
.bg-icon01 > .icon.-star02 {
  top: 35.2vw;
  right: 1%;
  width: 9%;
  height: 4.8%;
}
.bg-icon01 > .icon.-star03 {
  top: 100vw;
  right: 4.5%;
  width: 5%;
  height: 5.1%;
}
.bg-icon01 > .icon.-star04 {
  bottom: 5.5%;
  left: 1%;
  width: 4%;
  height: 4%;
}
.bg-icon01 > .icon.-circle01 {
  top: 2%;
  left: 6.5%;
  width: 5.4%;
}
@media screen and (min-width: 500px) {
  .bg-icon01 > .icon.-circle01 {
    top: 2.5%;
  }
}
.bg-icon01 > .icon.-circle02 {
  top: 90.6vw;
  left: -2%;
  width: 10%;
}
.bg-icon01 > .icon.-circle03 {
  top: 69.5vw;
  right: 7.4vw;
  width: 3%;
}
.bg-icon01 > .icon.-circle04 {
  top: 120.8vw;
  right: 1.3%;
  width: 3%;
}
@media screen and (min-width: 500px) {
  .bg-icon01 > .icon.-circle04 {
    top: 78%;
  }
}
.bg-icon01 > .icon.-polygon01 {
  top: 3.5%;
  right: 5.4%;
  width: 4.2%;
}
.bg-icon01 > .icon.-stroke01 {
  bottom: -3.5%;
  right: -1%;
  width: 35%;
}
.bg-icon01 > .icon.-stroke02 {
  width: 35%;
  top: 49vw;
  left: -16.5%;
  transform: rotate(-11.78deg);
}
.bg-icon01 > .icon.-star01,
.bg-icon01 > .icon.-star03 {
  animation: star01 infinite linear 18s;
}
.bg-icon01 > .icon.-star02,
.bg-icon01 > .icon.-star04 {
  animation: star02 infinite linear 13s;
}
@media screen and (min-width: 500px) {
  .bg-icon01 > .icon.-star01 {
    top: 16.4%;
    left: 2.4%;
    width: 8%;
    height: 5.5%;
  }
  .bg-icon01 > .icon.-star02 {
    top: 22.8%;
    right: 1%;
    width: 9%;
  }
  .bg-icon01 > .icon.-star03 {
    top: 64%;
    right: 4%;
    width: 5%;
  }
  .bg-icon01 > .icon.-star04 {
    bottom: 5%;
    left: 1%;
    width: 5%;
  }
  .bg-icon01 > .icon.-circle02 {
    top: 57.5%;
    left: -1.9%;
    width: 10.2%;
  }
  .bg-icon01 > .icon.-circle03 {
    top: 44.8%;
    right: 7%;
    width: 3.3%;
  }
  .bg-icon01 > .icon.-stroke01 {
    right: -1.6%;
    bottom: -3.5%;
    width: 35%;
  }
  .bg-icon01 > .icon.-stroke02 {
    top: 31%;
    left: -16.5%;
    width: 35%;
  }
  .bg-icon01 > .icon.-polygon01 {
    top: 4.1%;
    width: 4.2%;
  }
}

.bg-icon02 {
  position: relative;
  margin: 0 0 0 12px;
  width: 100%;
  z-index: 10;
  height: 15vw;
  max-height: 87px;
  overflow: initial;
}
@media screen and (min-width: 500px) {
  .bg-icon02 {
    height: 84px;
  }
}
.bg-icon02 > .icon.-stroke01 {
  width: 38.5%;
  transform: rotate(10.17deg);
  top: 8%;
  z-index: -1;
}
@media screen and (min-width: 500px) {
  .bg-icon02 > .icon.-stroke01 {
    width: 38%;
    display: block;
  }
}
.bg-icon02 > .icon.-star01 {
  bottom: 8%;
  left: 51%;
  width: 10%;
  transform: rotate(-5deg);
}

.bg-icon02 > .icon.-circle01 {
  bottom: 69.5vw;
  position: absolute;
  right: 18px;
}
@media screen and (min-width: 500px) {
  .bg-icon02 > .icon.-circle01 {
    bottom: 438.5%;
  }
}

.bg-icon03 > .icon.-star05 {
  top: 32.7vw;
  left: -3px;
  transform: rotate(-6deg);
}
.bg-icon03 > .icon.-circle04 {
  right: 2.2%;
  top: 4.5%;
  width: 6%;
}
@media screen and (min-width: 500px) {
  .bg-icon03 > .icon.-star05 {
    top: 21.5%;
  }
  .bg-icon03 > .icon.-circle04 {
    top: 5.7%;
  }
}

.bg-icon03 > .icon.-circle01 {
  top: 120vw;
  left: 0.3%;
  width: 10.5%;
}
.bg-icon03 > .icon.-polygon01 {
  top: 32vw;
  right: 2%;
  width: 8%;
  transform: rotate(54deg);
}
@media screen and (min-width: 500px) {
  .bg-icon03 > .icon.-polygon01 {
    top: 11.3%;
  }
}

.bg-icon04 > .icon.-star01 {
  top: 3vw;
  left: 4%;
  width: 6%;
  transform: rotate(-3deg);
}
.bg-icon04 > .icon.-polygon01 {
  top: 24.3vw;
  right: -1%;
  width: 8%;
  transform: rotate(55deg);
}
@media screen and (min-width: 500px) {
  .bg-icon04 > .icon.-star01 {
    top: 1.5%;
  }
  .bg-icon04 > .icon.-polygon01 {
    top: 8.5%;
  }
}

.bg-icon05 > .icon.-stroke03 {
  bottom: 46.8%;
  width: 33%;
  transform: rotate(10.17deg);
  left: 9%;
}
@media screen and (min-width: 500px) {
  .bg-icon03 > .icon.-circle01 {
    top: 43%;
  }
  .bg-icon05 > .icon.-stroke03 {
    bottom: 46.3%;
    width: 30%;
  }
}
.bg-icon05 > .icon.-stroke01 {
  position: absolute;
  left: 7%;
  bottom: 0.6%;
  width: 35%;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  .bg-icon05 > .icon.-stroke01 {
    bottom: 1%;
    position: absolute;
  }
}
.bg-icon06 > .icon.-star01 {
  display: block;
  top: 31%;
  width: 8.2%;
  left: 9.5%;
  transform: rotate(-6deg);
  z-index: 1;
}
.bg-icon06 > .icon.-circle01 {
  top: 26.5%;
  left: 24%;
  width: 6%;
}
@media screen and (min-width: 500px) {
  .bg-icon06 > .icon.-star01 {
    display: block;
    width: 10%;
    height: 17.3%;
    top: 40%;
    left: 8%;
    z-index: 1;
  }
  .bg-icon06 > .icon.-circle01 {
    display: block;
    top: 36%;
    left: 25%;
    width: 5%;
    z-index: 1;
  }
}
.bg-icon07 > .icon.-polygon01 {
  top: 12%;
  right: auto;
  left: 27.2%;
  width: 3.6%;
  height: 6%;
  transform: rotate(120deg);
}
@media screen and (min-width: 500px) {
  .bg-icon07 > .icon.-polygon01 {
    top: 11.5%;
    width: 3.2%;
    left: 26.6%;
  }
}
.bg-icon07 > .icon.-polygon02 {
  top: 21.2%;
  right: 3.4%;
  width: 3%;
  height: 7%;
  transform: rotate(-58deg);
}
.bg-icon07 > .icon.-circle01 {
  top: 2.5%;
  right: 2.2%;
  left: auto;
  width: 5.5%;
}
.bg-icon07 > .icon.-star01 {
  top: 22.6%;
  right: 28.9%;
  left: auto;
  width: 3.5%;
  height: 4%;
  animation: none;
}
@media screen and (min-width: 500px) {
  .bg-icon07 > .icon.-star01 {
    right: 29.2%;
  }
}
.bg-icon07 > .icon.-star01 > .img,
.bg-icon07 > .icon.-star03 > .img,
.bg-icon07 > .icon.-star04 > .img,
.bg-icon07 > .icon.-stroke01 > .img,
.bg-icon07 > .icon.-stroke02 > .img,
.bg-icon07 > .icon.-star02 > .img {
  width: 100%;
}
.bg-icon07 > .icon.-stroke02 {
  width: 23%;
  left: -5.7%;
  top: 19.7%;
  transform: rotate(168deg);
}
.bg-icon07 > .icon.-circle02 {
  top: 67.6%;
  left: 4%;
  width: 2.8%;
}
@media screen and (min-width: 500px) {
  .bg-icon07 > .icon.-circle02 {
    top: 68.4%;
    left: 3.9%;
    width: 2.8%;
  }
}
.bg-icon07 > .icon.-stroke01 {
  right: 9.8%;
  bottom: 7.6%;
  width: 14.4%;
}
@media screen and (min-width: 500px) {
  .bg-icon07 > .icon.-stroke01 {
    bottom: 6.3%;
    right: 10.1%;
    width: 14.6%;
  }
}
.bg-icon07 > .icon.-star02 {
  top: auto;
  right: 7.5%;
  bottom: 20.8%;
  width: 3%;
  animation: none;
}
@media screen and (min-width: 500px) {
  .bg-icon07 > .icon.-star02 {
    bottom: 19.6%;
    right: 7.8%;
  }
}
.bg-icon07 > .icon.-star03 {
  top: 70%;
  right: auto;
  left: 27%;
  width: 5.5%;
  height: 8%;
  animation: none;
}
@media screen and (min-width: 500px) {
  .bg-icon07 > .icon.-star03 {
    top: 71%;
    width: 5.0%;
  }
}
.bg-icon07 > .icon.-star04 {
  width: 3.7%;
  height: 3%;
  left: 18%;
  bottom: 6.1%;
  transform: rotate(-6deg);
  animation: none;
}
@media screen and (min-width: 500px) {
  .bg-icon07 > .icon.-star04 {
    bottom: 5.1%;
    left: 17.5%;
  }
}
/*---------------------------------------------
animation
---------------------------------------------*/
.js-fade {
  opacity: 0;
}
.js-fade.-show {
  animation: .6s scroll-fade;
  opacity: 1;
}
@keyframes scroll-fade {
  0%{
    opacity: 0;
    transform: translateY(20px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bound-rotate {
  0% {
    transform: rotate(10.59deg) scale(1);
  }
  70% {
    transform: rotate(10.59deg) scale(1);
  }
  72% {
    transform: rotate(10.59deg) scale(1.004);
  }
  73% {
    transform: rotate(10.59deg) scale(1.005);
  }
  75% {
    transform: rotate(10.59deg) scale(1.005);
  }
  80% {
    transform: rotate(10.59deg) scale(1.03);
  }
  82.5% {
    transform: rotate(10.59deg) scale(1.04);
  }
  85% {
    transform: rotate(10.59deg) scale(1.04);
  }
  90% {
    transform: rotate(10.59deg) scale(1.04);
  }
  92% {
    transform: rotate(10.59deg) scale(1.03);
  }
  100% {
    transform: rotate(10.59deg) scale(1);
  }
}
@keyframes star01 {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(-180deg) scale(1.2);
  }
  100% {
    transform: rotate(-360deg) scale(1);
  }
}
@keyframes star02 {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.8);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes moveY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-.5vh);
  }
}
@keyframes bound {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  72% {
    transform: scale(1.004);
  }
  73% {
    transform: scale(1.005);
  }
  75% {
    transform: scale(1.005);
  }
  80% {
    transform: scale(1.03);
  }
  82.5% {
    transform: scale(1.04);
  }
  85% {
    transform: scale(1.04);
  }
  90% {
    transform: scale(1.04);
  }
  92% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

/*---------------------------------------------
step unit01
---------------------------------------------*/
.step-unit01 {
  margin: 32px 0 0;
  padding: 35px 23px 27px;
  background-color: #DCF5ED;
  border-radius: 8px;
}
.step-unit01 > .ttl {
  padding: 0 23px 0 16px;
}
.step-unit01 > .list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 29px 0 0;
}
.step-unit01 > .list > .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-height: 88px;
  padding: 0 0 0 92px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 80px 88px;
}
.step-unit01 > .list > .item.-item01 {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_step_01.svg");
}
.step-unit01 > .list > .item.-item02 {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_step_02_01.svg");
}
.step-unit01 > .list > .item.-item02.-card {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_step_02_02.svg");
}
.step-unit01 > .list > .item.-item03 {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_step_03.svg");
}
.step-unit01 > .list > .item > .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 24px;
  padding: 2px 6px;
  background-color: #025AA1;
  border-radius: 50px;
  color: #fff;
  font-size: .979rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 500px) {
  .step-unit01 > .list > .item > .number {
    height: 26px;
    font-size: 1.179rem;
  }
}
.step-unit01 > .list > .item > .text {
  color: #000;
  font-size: 1.371rem;
  font-weight: 700;
  line-height: 1.751;
}
.step-unit01 > .list > .item:nth-child(3) {
  padding-right: 0;
}
@media screen and (min-width: 400px) {
  .step-unit01 > .list > .item:nth-child(3) {
    padding-right: clamp(0px, 12vw, 55px);
  }
}
@media screen and (min-width: 500px) {
  .step-unit01 > .list > .item > .text {
    font-size: 1.571rem;
  }
}
.step-unit01 > .box {
  margin: 23px 0 0 2px;
  padding: 0 50px 0 0;
}

.step-unit01 > .box > .text-block01 {
  font-size: 1.371rem;
  line-height: 1.313;
}
@media screen and (min-width: 500px) {
  .step-unit01 > .box > .text-block01 {
    font-size: 1.571rem;
  }
}
.step-unit01 > .box > .list-notice01 {
  margin-top: 9px;
}
.step-unit01 > .box > .list-notice01 > .item {
  font-size: 0.979rem;
  line-height: 1.2;
  padding: 0 15% 0 calc(1em + 2px);
}
@media screen and (min-width: 500px) {
  .step-unit01 > .box > .list-notice01 > .item {
    font-size: 1.2rem;
    padding: 0 40px 0 calc(1em + 4px);
  }
}

/*---------------------------------------------
definition unit01
---------------------------------------------*/
.definition-unit01 + .definition-unit01 {
  border-top: solid 1px #D5DEDB;
}
.definition-unit01 > .ttl {
  padding: 15px 16px;
  color: #162B75;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .definition-unit01 > .ttl {
    font-size: 1.6rem;
  }
}
.definition-unit01 > .data {
  padding: 15px;
  border-top: solid 1px #D5DEDB;
}
.definition-unit01 > .data > .text-block01 {
  font-size: 1.371rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .definition-unit01 > .data > .text-block01 {
    font-size: 1.6rem;
  }
}
.definition-unit01 > .data > .text-block01 > .text {
  font-size: 1.371rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .definition-unit01 > .data > .text-block01 > .text {
    font-size: 1.571rem;
  }
}
#content-area .definition-unit01 > .data > .list-notice01 {
  margin-top: 10px;
}
.definition-unit01 > .data > .list-notice01 > .item {
  padding-left: calc(1em + 4px);
  font-size: 1.175rem;
  line-height: 1.5;
  color: #56635F;
}
.definition-unit01 > .data > .list-notice01 > .item:nth-child(2) {
  margin-top: 3px;
}
@media screen and (min-width: 500px) {
  .definition-unit01 > .data > .list-notice01>.item {
    font-size: 1.4rem;
  }
}
.definition-unit01 > .data > .list-circle01 {
  padding-left: 9px;
}
.definition-unit01 > .data > .list-circle01 > .item > .item.js-modal01 {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .definition-unit01 > .data > .list-circle01 > .item > .item.js-modal01 {
    font-size: 1.6rem;
  }
}
.definition-unit01 > .data > .list-circle01 > .item {
  margin-top: 2px;
  padding-left: 19px;
  font-size: 1.371rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #141D1D;
}
@media screen and (min-width: 500px) {
  .definition-unit01 > .data > .list-circle01 > .item {
    font-size: 1.571rem;
  }
}
/*---------------------------------------------
scroll label
---------------------------------------------*/
.scroll-label01 {
  position: relative;
}
.scroll-label01 > .inner {
  width: 100%;
  height: 9.8vw;
  min-height: 35px;
  background-color: #ccc;
  background-repeat: repeat-x;
  background-position: 0 0;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.scroll-label01.-point {
  position: absolute;
  transform: rotate(7.5deg);
  z-index: 1;
  padding: 2px 0;
  height: 11vw;
  min-height: 39px;
  background: #FF685F;
  width: 120%;
  left: -10px;
}
.scroll-label01.-cashless {
  transform: rotate(-7.5deg);
  height: 11vw;
  min-height: 39px;
  background: #162B75;
  width: 120%;
  left: -10px;
}
.scroll-label01.-olive {
  height: 11vw;
  min-height: 39px;
  background: #0DCB79;
}
.scroll-label01.-debut {
  height: 11vw;
  min-height: 39px;
  background: #FFFFFF;
}
.scroll-label01.-about {
  height: 11vw;
  min-height: 39px;
  background: #FFF200;
}
.scroll-label01.-faq {
  height: 11vw;
  min-height: 39px;
  background: #FF14E7;
}
@media screen and (min-width: 500px) {
  .scroll-label01.-point,
  .scroll-label01.-cashless,
  .scroll-label01.-olive,
  .scroll-label01.-debut,
  .scroll-label01.-about,
  .scroll-label01.-faq {
    height: 57px;
  }
}

.scroll-label01.-point > .inner,
.scroll-label01.-cashless > .inner {
  width: 110%;
}
.scroll-label01.-point > .inner {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_img_scroll_label_01_webp.webp");
  background-size: clamp(295px, 82.6vw, 413px) 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #FF685F;
}
.scroll-label01.-cashless > .inner {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_img_scroll_label_02_webp.webp");
  background-size: clamp(168px, 47.1vw, 236px) 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #162B75;
}
.scroll-label01.-debut > .inner {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_img_scroll_label_03_webp.webp");
  background-size: clamp(195px, 54.5vw, 273px) 100%;
  border-top: 2px solid #162B75;
  border-bottom: 2px solid #162B75;
  background-color: #fff;
}
.scroll-label01.-about > .inner {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_img_scroll_label_04_webp.webp");
  background-size: clamp(117px, 32.8vw, 164px) 100%;
  border-top: 2px solid #0253AE;
  border-bottom: 2px solid #0253AE;
  background-color: #FFF200;
}
.scroll-label01.-faq > .inner {
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_img_scroll_label_05_webp.webp");
  background-size: clamp(74px, 20.7vw, 104px) 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #FF14E7;
}
@media screen and (min-width: 500px) {
  .scroll-label01 > .inner {
    max-height: 49px;
  }
}

/*---------------------------------------------
header (override)
---------------------------------------------*/
#header-wrap {
  z-index: 50;
}

/*---------------------------------------------
faq (override)
---------------------------------------------*/
.faq-card01 + .faq-card01 {
  margin-top: 12px;
}
.faq-card01.card-normal03 {
  border-radius: 8px;
  border: solid 1px #162B75;
  box-shadow: 0 2px 1px 0 #162B75;
}
.toggle-block01.card-normal03>.inner>.header[role=tab] {
  border-radius: 8px
}
.faq-card01.card-normal03>.inner>.header>.title>.inner {
  color: #0253AE;
  font-size: 1.567rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .faq-card01.card-normal03>.inner>.header>.title>.inner {
    font-size: 1.767rem;
  }
}
.faq-card01>.inner>.body>.text-mark02 {
  padding-top: 10px;
}
/* arrow icon */
.toggle-block01.card-normal03 > .inner > .header[role=tab]::after {
  top: 20px;
  width: 24px;
  height: 24px;
  background: transparent;
  background-image: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_arrow_top_01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.toggle-block01>[role=tablist]>[role=tab]::after {
  transform: rotate(180deg);
}
.toggle-block01 > [role=tablist] > [role=tab][aria-selected=true]::after {
  transform: rotate(0);
}
/* Q icon */
.faq-card01>.inner>.header>.title>.mark {
  margin-right: 17px;
  color: #0253AE;
  font-size: 2.35rem;
}
@media screen and (min-width: 500px) {
  .faq-card01>.inner>.header>.title>.mark {
    font-size: 2.55rem;
  }
}

.text-mark02 > .detail > ._inner-molecule > .text-block01 {
  font-size: 1.567rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .text-mark02 > .detail > ._inner-molecule > .text-block01 {
    font-size: 1.767rem;
  }
}

.text-mark02 > .detail > ._inner-molecule > .text-block01 > .text > .link {
  color: #141d1d;
}
.text-mark02 > .detail > ._inner-molecule > .text-block01 > .text > .link:hover {
  color: #0253AE;
  text-decoration: underline;
}

/* A icon */
.faq-card01>.inner>.body>.text-mark02>.mark {
  margin-right: 17px;
  color: #FD15E7;
  font-size: 2.35rem;
}
@media screen and (min-width: 500px) {
  .faq-card01>.inner>.body>.text-mark02>.mark {
    font-size: 2.55rem;
  }
}

.text-mark02 > .detail > ._inner-molecule > .list-circle01 > .item {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .text-mark02 > .detail > ._inner-molecule > .list-circle01 > .item {
    font-size: 1.8rem;
  }
}

.text-mark02 > .detail > ._inner-molecule > .push-btn01 {
  margin-top: 21px;
}
/*---------------------------------------------
list-notice01 (override)
---------------------------------------------*/
.list-notice01.-gray {
  color: #56635F;
}
.list-notice01.-blue {
  color: #162B75;
}
.item.-annotation {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .item.-annotation {
    font-size: 1.4rem;
  }
}
.list-notice01>.item.-annotation {
  padding-left: calc(1em + 4px);
}
.list-notice01>.item.-annotation.-red {
  color: #FF271A;
}
.list-notice01>.item.-annotation>.link {
  color: #0253AE;
}
/*---------------------------------------------
list-circle01 (override)
---------------------------------------------*/
.list-circle01 {
  padding-left: 8px;
}
.list-circle01>.item::before {
  background-color: #025AA1;
}

/*---------------------------------------------
btn-type01 (override)
---------------------------------------------*/
.btn-type01.-orange01 > .inner {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 500px) {
  .btn-type01.-orange01 > .inner {
    font-size: 2.089rem;
  }
}

/* ----------------------------------
modal
---------------------------------- */
html.is-modalShow {
  overflow: hidden;
  height: 125%;
}
html.is-modalShow body {
  position: fixed;
  width: 100%;
}
.modal-area.-show .modal-bg {
  display: flex;
}
.modal-area.-show .modal-content {
  display: block;
}
.modal-area .modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 70px 18px 50px 18px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 499px) {
  .modal-area .modal-content {
    padding: 60px 4.8vw 40px 4.8vw;
  }
}
.modal-area .modal-content.is-modalShow {
  display: flex;
}
.modal-area .inner {
  position: relative;
  z-index: 7;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 540px;
  max-height: 620px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
.modal-area .wrap01 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal-area .unit {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 40px 0 30px 0;
  height: 100%;
}
.modal-area .btn-close01 {
  appearance: none;
  position: absolute;
  top: -40px;
  right: 3px;
  z-index: 7;
  width: 32px;
  height: 32px;
  background: url("/kojin/olive/special/offers/vpoint/usj/imgs/index_ico_close_01.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
