@charset "shift_jis";
/* Updated 2026/03/13.T */
/* Updated 2026/02/27.T */
/*-----------------------
base
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 3;
}
.cpEndTxt {
  z-index: 3;
}
#footer-area {
  position: relative;
  z-index: 1;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 70px;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}
.section-main {
  position: relative;
  z-index: 0;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_bg_02.jpg) center top / 100% auto repeat-y;
  box-shadow: 0px 0px 60px 0px #00000066;
}
.section-mainInr {
  overflow: hidden;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_bg_01.jpg") center top no-repeat;
  background-size: cover;
}
.layout-triangles {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
}
.layout-triangles::before,
.layout-triangles::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.layout-triangles::before {
  top: 0;
  left: 0;
  width: 44vw;
  height: 32vh;
  background: linear-gradient(90deg,rgba(131, 70, 229, 0.4) 21.63%,rgba(224, 107, 151, 0.4) 50.48%,rgba(251, 120, 35, 0.4) 74.52%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.layout-triangles::after {
  right: 0;
  bottom: 0;
  width: 53vw;
  height: 39vh;
  background: linear-gradient(90deg,rgba(251, 120, 35, 0.4) 21.63%,rgba(224, 107, 151, 0.4) 50.48%,rgba(131, 70, 229, 0.4) 74.52%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 500px) {
  .section-main {
    box-shadow: none;
  }
}
/*-----------------------
about-area01
------------------------*/
.about-area01 {
  padding: 6% 0 0;
  position: relative;
}
.about-area01 .title {
  position: relative;
}
/*-----------------------
card
------------------------*/
.about-box01 {
  padding: 0px 14%;
  position: relative;
}
.about-card01 {
  height: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 3px 1px 0px #0000002e;
  background: #fff;
}
.about-card01>.inner {
  height: 100%;
}
.about-card01>.inner>.header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px;
  background: linear-gradient(270deg, rgba(251, 120, 35, 0.3) 0%, rgba(255, 167, 200, 0.3) 50%, rgba(183, 131, 255, 0.3) 100%);
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  font-size: 2.2rem;
}
.about-card01>.inner>.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  border-radius: 0 0 8px 8px;
}
.card-wrap01{
  margin: 7% 0 0;
}
.card-wrap01>.color01{
  display: flex;
  justify-content: center;
  margin: 5% 0 0;
}
.card-wrap01>.color01>li>button{
  width: 44px;
  height: 29px;
  border-radius: 2px;
}
.card-wrap01>.color01>li>button.-active{
  outline: 1px solid #004831;
  outline-offset: -1px;
}
.card-wrap01>.color01>li:not(:first-child){
  margin-left: 5%;
}
.card-wrap01>.color01>li>.color01{background: #555756;}
.card-wrap01>.color01>li>.color02{background: #bfdbd1;}
.card-wrap01>.color01>li>.color03{background: #367656;}
.card-wrap01>.img01{
  position: relative;
  width: 266px;
  height: 167px;
  margin: 16px auto 0;
  overflow: hidden;
}
.card-wrap01>.img01>img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 266px;
  height: 167px;
}
.card-wrap01>.img01>.front{
  transform: scale(1, 1);
}
.card-wrap01>.img01>.back{
  transform: scale(0, 1);
}
@media screen and (max-width: 499px) {
  .card-wrap01>.color01>li>button{
    width: 9vw;
    height: 6vw;
  }
  .card-wrap01>.img01 {
    width: 53vw;
    height: 34vw;
  }
  .card-wrap01>.img01>img {
    width: 53vw;
    height: 34vw;
  }
}
/*-----------------------
list
------------------------*/
.list-step>.item {
  position: relative;
}
.list-step.-style02>.item:not(:first-child) {
  margin-top: 31px;
}
[class*="list-notice"]>.item:not(:first-child),
[class*="list-notice"]>.item>.child>.detail:not(:first-child) {
  margin-top: 0.3em;
}
@media screen and (max-width: 499px) {
  .list-step.-style01>.item>.line01 {
    width: 6px;
    height: 24.8vw;
    -webkit-mask: radial-gradient(circle at center, #000 50%, transparent 51%) 0 0/6px 12px repeat-y;
    mask: radial-gradient(circle at center, #000 50%, transparent 51%) 0 0/6px 12px repeat-y;
  }
  .list-step.-style01>.item:nth-child(3)>.line01 {
    top: -24%;
  }
  .list-step.-style01>.item>.line02 {
    height: 24.8vw;
    top: -18%;
  }
  .list-step.-style01>.item:last-child {
    margin-left: -4.8vw;
    margin-right: -4.8vw;
  }
}
/*-----------------------
swiper
------------------------*/
.swiper-parent {
  transition: height 300ms ease;
}
.swiper {
  margin: 0 -48px;
  overflow: visible;
}
.swiper-wrapper {
  align-items: normal;
}
.swiper-slide {
  opacity: 0;
}
.swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.swiper-slide-visible:not(.swiper-slide-active) {
  filter: blur(3px);
}
.swiper-slide-active {
  box-shadow: 0px 3px 1px 0px #0000002e, 4px 0px 4px 0px #0000002e, -4px 0px 4px 0px #0000002e;
  border-radius: 16px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow04.svg) center center / 13px auto no-repeat, #000;
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.swiper-button-prev::before,
.swiper-button-next::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::after {
  background: #0000001e;
}
.swiper-button-prev {
  left: 0 !important;
  transform: rotate(-180deg);
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev>svg,
.swiper-button-next>svg {
  display: none;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next {
    right: 2% !important;
  }
  .swiper-button-prev {
    left:  2% !important;
  }
}
/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
  text-align: center;
}
.kv-area01 .wrap01 {
  position: absolute;
  bottom: 6%;
  left: 0;
  padding: 0 26px;
  width: 100%;
}
.kv-area01 .wrap02 {
  padding: 6px 18px 40px;
}
.kv-area01 .wrap02 .txtWrap01 {
  position: relative;
  margin-top: 20px;
  padding: 18px 17px;
  background: #000000CC;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}
.kv-area01 .wrap02 .txtWrap01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow02.svg) 0 0 / contain no-repeat;
}
.kv-area01 .wrap02 .txtWrap01::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow02.svg) 0 0 / contain no-repeat;
  transform: rotate(180deg);
}
.kv-area01 .btn-type01 {
  width: 100%;
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 {
    font-size: 2.0rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 {
    font-size: 5.33333vw;
  }
}
.kv-area01 .btn-type01:nth-child(2) {
  margin-top: 24px;
}
.kv-area01 .btn-type01 > .inner {
  min-height: 55px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 40px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 10.66667vw;
  }
}
/*-----------------------
present-area01
------------------------*/
.present-area01 {
  position: relative;
  padding: 68px 0 40px;
}
.present-area01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(131, 70, 229, 0.6) 21.63%, rgba(224, 107, 151, 0.6) 50.48%, rgba(251, 120, 35, 0.6) 74.52%);
  clip-path: polygon(0 10.5%, 100% 28.7%, 100% 59%, 0 77.5%);
}
.present-area01 > .txtWrap01 {
  margin-top: 32px;
  padding: 0 24px;
}
/*-----------------------
flow-area01
------------------------*/
.flow-area01 {
  position: relative;
  padding: 44px 0;
}
.flow-area01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(251, 120, 35, 0.6) 21.63%, rgba(224, 107, 151, 0.6) 50.48%, rgba(131, 70, 229, 0.6) 74.52%);
  clip-path: polygon(0 17.5%, 100% 5%, 100% 51%, 0 38.5%);
}
.flow-area01 .text-mark01 {
  background: linear-gradient(transparent 60%, #c6de78 60%);
}
.flow-area01 .list-notice01 {
  text-align: left;
}
.flow-area01 .list-notice01 > .item {
  line-height: 1.4;
}
.flow-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 5px;
}
.flow-area01 .btn-type01 {
  width: 100%;
  font-size: 2.0rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .flow-area01 .btn-type01 {
    font-size: 5.33333vw;
  }
}
.flow-area01 .frame01 {
  position: relative;
  margin: 32px 18px 24px 18px;
  padding: 39px 20px 56px 20px;
  background: #FFFFFFE5;
  text-align: center;
}
.flow-area01 .frame01:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow02.svg) 0 0 / contain no-repeat;
}
.flow-area01 .frame01:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow02.svg) 0 0 / contain no-repeat;
  transform: rotate(180deg);
}
.flow-area01 .block01 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px auto 0 auto;
  padding: 10px 4px 18px 6px;
  max-width: 310px;
  border: 3px solid #147a4f;
  background-color: #f4f8e5;
  color: #017a4f;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .flow-area01 .block01 {
    justify-items: center;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .flow-area01 .block01 {
    font-size: 3.5vw;
  }
}
.flow-area01 .block01 p {
  display: inline;
}
.flow-area01 .block01:after {
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
  display: block;
  width: 70px;
  height: 79px;
  background: url("/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_img_01.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.flow-area01 .ttl01 {
  text-align: center;
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  position: relative;
  padding: 36px 18px 56px;
}
.detail-area01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(251, 120, 35, 0.6) 21.63%, rgba(224, 107, 151, 0.6) 50.48%, rgba(131, 70, 229, 0.6) 74.52%);
  clip-path: polygon(0 17.5%, 100% 4.6%, 100% 52%, 0 39%);
}
.detail-area01::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(131, 70, 229, 0.6) 21.63%, rgba(224, 107, 151, 0.6) 50.48%, rgba(251, 120, 35, 0.6) 74.52%);
  clip-path: polygon(0 50.5%, 100% 63.5%, 100% 85%, 0 98%);
}
.detail-area01 .btn-type01 > .inner {
  min-height: 35px;
  padding: 0 2em 0 0;
  color: #000;
}
/*-----------------------
information-area01
------------------------*/
.information-area01 {
  position: relative;
  padding: 0 18px 56px 18px;
}
.information-area01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(131, 70, 229, 0.6) 21.63%, rgba(224, 107, 151, 0.6) 50.48%, rgba(251, 120, 35, 0.6) 74.52%);
  clip-path: polygon(0 3.5%, 100% 10.7%, 100% 22.9%, 0 30%);
}
.information-area01::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(251, 120, 35, 0.6) 21.63%, rgba(224, 107, 151, 0.6) 50.48%, rgba(131, 70, 229, 0.6) 74.52%);
  clip-path: polygon(0 78.6%, 100% 71.3%, 100% 97.8%, 0 90.6%);
}
.information-area01 .ttl01 {
  margin-left: -18px;
  margin-right: -18px;
}
.information-area01 .table01 {
  margin-top: 32px;
  font-size: 1.4rem;
}
.information-area01 .table01 tr:last-child th {
  border-bottom: 0;
}
.information-area01 .table01 tr:last-child td {
  border-bottom: 0;
}
.information-area01 .table01 th {
  padding: 15px 10px 15px 16px;
  width: 30%;
  border-bottom: 1px solid #565656;
  background: #000000CC;
  color: #fff;
  font-weight: bold;
}
.information-area01 .table01 td {
  padding: 15px 16px;
  border-bottom: 1px solid #565656;
  background-color: #fff;
  vertical-align: middle;
}
.information-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 2px;
}
.information-area01 .card-normal01 {
  margin-top: 30px;
  border: 0;
}
.information-area01 .card-normal01 > .inner > .header {
  padding: 19px 19px;
}
.information-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.information-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 35px;
}
.information-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 28px;
  height: 28px;
}
.information-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 26px auto;
}
.information-area01 .card-normal01 > .inner > .body {
  padding: 25px 18px 16px 18px;
}
.information-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.information-area01 .list-circle01 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 9px;
}
.information-area01 .list-circle01:not(:first-child) {
  margin-top: 13px;
}
.information-area01 .list-circle01 > .item::before {
  top: .56em;
  width: 5px;
  height: 5px;
  background: #56635f;
}
/*-----------------------
copyright-area01
------------------------*/
.copyright-area01 {
  padding: 18px;
  background: #000000CC;
}
.copyright-area01 > :not([class*=list-notice]) {
  margin-top: 4px;
}
.copyright-area01 > :first-child {
  margin-top: 0;
}
/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: 50%;
  right: calc((100vw - 500px) / 4 - 175px);
  transform: translateY(-50%);
  z-index: 2;
  overflow: hidden;
  width: 350px;
  background: linear-gradient(334.79deg, rgba(0, 0, 0, 0.8) 53.83%, rgba(22, 22, 22, 0.8) 99.97%);
  transition: all .25s ease-out;
}
.menu-area01:before,
.menu-area01:after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow02.svg) 0 0 / contain no-repeat;
}
.menu-area01:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.menu-area01 .ttl01 {
  padding: 50px 10px 4px;
  text-align: center;
}
.menu-area01 .list01 {
  padding: 26px 0 41px 0;
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 12px 32px 12px 60px;
  border-radius: 100px;
  color: #56635F;
  text-decoration: none;
  letter-spacing: .0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 a:before {
  position: absolute;
  top: calc(50% - 9px);
  left: 28px;
  display: block;
  width: 19px;
  height: 12px;
  content: "";
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow01.svg) 0 0 / contain no-repeat;
  transform: rotate(-90deg);
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #fff;
}
.menu-area01 a.is-current:before {
  opacity: 1;
}
@media screen and (max-width: 1330px) {
  .menu-area01 {
    right: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .menu-area01 {
    right: calc((100vw - 500px) / 4 - 110px);
    width: 220px;
  }
  .menu-area01 a {
    padding-left: 27px;
    font-size: 1.6rem;
  }
  .menu-area01 a:before {
    top: calc(50% - 5px);
    left: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .menu-area01 {
    top: 10%;
  }
}
@media screen and (max-height: 500px) {
  .menu-area01 {
    display: none !important;
  }
}
/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background: #000000E5;
  box-shadow: 0px -3px 18px 0px #0000001A;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    justify-content: space-between;
    padding: 0 20px;
    height: 62px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 0 4.26667vw;
  }
}
.fixed-area01 .btn-type01 {
  width: 360px;
  height: 40px;
  font-size: 1.4rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    width: calc(50% - 4px);
    font-size: 1.2rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.2vw !important;
  }
}
.fixed-area01 .btn-type01 > .inner {
  min-height: 100%;
  line-height: 1.3;
}
.fixed-area01 .btn02 {
  margin: 0 0 0 40px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 12px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 3.73333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
/*-----------------------
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;
  width: 100%;
  height: 100%;
}
.modal-area .modal-content.is-modalShow {
  display: flex;
}
.modal-area .modal-frame {
  position: relative;
  z-index: 7;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100% - 120px);
  width: 960px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-frame {
    width: calc(100% - 9.6vw);
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 30px 24px 30px;
  width: 100%;
  height: 50%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-wrap01 {
    padding: 24px 16px 24px 16px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area .ttl01 {
    font-size: 6.4vw;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: 60vh;
  background: url("/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_txt_01.svg") center center no-repeat;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .formWrap01 {
    margin-top: 6.13333vw;
  }
}
.modal-area .formWrap01 iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-area .btnClose01 {
  appearance: none;
  position: absolute;
  top: 22px;
  right: 21px;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dedb;
  border-radius: 50%;
  background: url("/kojin/cmn/imgs/btn_close_01.svg") center center no-repeat #ffffff;
}
/*-----------------------
shape-area01
------------------------*/
.shape-area01 {
  position: relative;
  overflow: hidden;
  margin-top: -83px;
}
.shape-area01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg,rgba(131, 70, 229, 0.6) 21.63%,rgba(224, 107, 151, 0.6) 50.48%,rgba(251, 120, 35, 0.6) 74.52%);
  clip-path: polygon(0 1%, 100% 43%, 100% 56%, 0 98%);
}
/*-----------------------
present-list01
------------------------*/
.present-list01 {
  display: flex;
  flex-direction: column;
  margin-top: 31px;
}
.present-list01 > .item.item:not(:first-child) {
  margin-top: 20px;
}
.present-list01 > .item:nth-child(2n) {
  align-self: flex-end;
}
/*-----------------------
present-box
------------------------*/
.present-box01,
.present-box02 {
  position: relative;
  padding: 28px 33px 48px;
  background: #000000CC;
  text-align: center;
}
.present-box01::before,
.present-box02::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow03.svg) 0 0 / contain no-repeat;
}
.present-box01 > .txt01,
.present-box02 > .txt01 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.present-box02 {
  padding: 28px 32px 24px;
}
.present-box02::before {
  left: 0;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow02.svg) 0 0 / contain no-repeat;
}
.present-box03 {
  margin: 32px 19px 0;
  background: #00000080;
  padding: 8px;
}
/*-----------------------
cmn-frame01
------------------------*/
.cmn-frame01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 50px 18px;
  background: linear-gradient(334.79deg, rgba(0, 0, 0, 0.8) 53.83%, rgba(22, 22, 22, 0.8) 99.97%);
}
.cmn-frame01.-gray01 {
  background: #0000001A;
}
.cmn-frame01:before,
.cmn-frame01:after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(/kojin/olive/special/campaign/collab/PUACL202603/imgs/index_ico_arrow02.svg) 0 0 / contain no-repeat;
}
.cmn-frame01.-gray01:before,
.cmn-frame01.-gray01:after {
  width: 27px;
  height: 27px;
}
.cmn-frame01:before {
  top: 0;
  left: 0;
}
.cmn-frame01:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
/*-----------------------
bnr-wrap01
------------------------*/
.bnr-wrap01 {
  position: fixed;
  top: 50%;
  left: calc((100vw - 500px) / 4 - 163px);
  transform: translateY(-50%);
  z-index: 2;
  max-width: 326px;
}
@media screen and (max-width: 1200px) {
  .bnr-wrap01 {
    display: none !important;
  }
}
@media screen and (max-height: 500px) {
  .bnr-wrap01 {
    display: none !important;
  }
}
/*-----------------------
arrow
------------------------*/
.arrow-wrapper01 {
  width: 34px;
  height: 21px;
  margin: auto;
  position: relative;
}
.arrow-wrapper02 {
  width: 95px;
  height: 68px;
  margin: auto;
  position: relative;
}
.arrow01 {
  width: 34px;
  height: 21px;
  position: absolute;
  z-index: 1;
  left: 0;
  animation: arrow-down 1.5s ease-in-out infinite;
}
.arrow02 {
  width: 95px;
  height: 57px;
  position: absolute;
  z-index: 1;
  left: 0;
  animation: arrow-down 1.5s ease-in-out infinite;
}
@keyframes arrow-down {
  0% {
    top: -10px;
  }
  40% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
/*-----------------------
btn
------------------------*/
.btn-type01.-purple01 {
  background: linear-gradient(90deg, #8346E5 0%, #6623B6 100%);
  box-shadow: 0px 6px 8px 0px #9468FF4D;
}
.btn-type01.-purple01:not(:disabled):not([aria-disabled=true]):hover {
  background: linear-gradient(90deg, #8346E5 0%, #6623B6 100%);
}
.btn-type01.-orange01 {
  background: linear-gradient(90deg, #FF5F04 0%, #E95501 100%);
  box-shadow: 0px 6px 8px 0px #C15D004D;
}
.btn-type01.-orange01:not(:disabled):not([aria-disabled=true]):hover {
  background: linear-gradient(90deg, #FF5F04 0%, #E95501 100%);
}
.btn-type01.-purple01>.inner {
  color: #fff;
}
.btn-type01>.inner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 3.65em;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
.btn-type01>.inner:hover::after {
  opacity: 0.2;
}
/*-----------------------
text-hooray01
------------------------*/
.text-hooray01>.inner::before {
  left: 10px;
  width: 17px;
  transform: rotate(61deg);
}
.text-hooray01>.inner::after {
  right: 10px;
  width: 17px;
  transform: rotate(-61deg);
}
.text-hooray01.-purple01>.inner::after,
.text-hooray01.-purple01>.inner::before {
  background: linear-gradient(0deg, #6623B6 3.14%, #8346E5 99.57%);
}
.text-hooray01.-orange01>.inner::after,
.text-hooray01.-orange01>.inner::before {
  background: linear-gradient(180deg, #FF5F04 0%, #E95501 100%);
}
/*-----------------------
bd-txt01
------------------------*/
.bd-txt01 {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.bd-txt01::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 5px;
  bottom: 2px;
  border-bottom: 4px solid transparent;
  border-image-source: linear-gradient(270deg, #FB7823 0%, #FFA7C8 50%, #B783FF 100%);
  border-image-slice: 1;
}
/*-----------------------
general
------------------------*/
._t-black01 {
  color: #000000 !important;
}
._t-gray04 {
  color: #56635f !important;
}
._lh17 {
  line-height: 1.7 !important;
}