@charset "shift_jis";
/* Updated 2025/07/18.T */
/* ----------------------------------
general
---------------------------------- */
/* SP STYLES */
@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
/* ----------------------------------
animation
---------------------------------- */
.anm-fadeUp01 {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0px);
}
.js-inview01 {
  transition-delay: 0ms;
  transition-timing-function: unset;
  transition-duration: 800ms;
}
.js-inview01:not(.anm-fadeUp01) {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(15px);
}
.js-inview01.-anm-type01 {
  transition-delay: 900ms;
}
.js-inview01.-anm-type01:not(.anm-fadeUp01) {
  transform: translateY(-15px);
}
@keyframes common_scope {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(15px, 15px);
  }
  20% {
    transform: translate(15px, -20px);
  }
  30% {
    transform: translate(-20px, 15px);
  }
  40% {
    transform: translate(-15px, -20px);
  }
  50% {
    transform: translate(10px, 10px);
  }
  60% {
    transform: translate(7px, -10px);
  }
  70% {
    transform: translate(-10px, 8px);
  }
  80% {
    transform: translate(0px, 0px);
  }
  90% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes common_scope_sp {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(4vw, 4vw);
  }
  20% {
    transform: translate(4vw, -5.333vw);
  }
  30% {
    transform: translate(-5.333vw, 4vw);
  }
  40% {
    transform: translate(-4vw, -5.333vw);
  }
  50% {
    transform: translate(2.666vw, 2.666vw);
  }
  60% {
    transform: translate(1.866vw, -2.666vw);
  }
  70% {
    transform: translate(-2.666vw, 2.1333vw);
  }
  80% {
    transform: translate(0px, 0px);
  }
  90% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/* ----------------------------------
layout
---------------------------------- */
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 10;
}
#footer-area {
  position: relative;
  z-index: 5;
}
#footer-content {
  margin-top: 0 !important;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .footer-logo {
    padding-bottom: 70px;
  }
}
body.cpnloadEnd .cpEndTxt {
  z-index: 10;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}
.layout-wrapper01 {
  display: flex;
  padding: 0 0 0 300px;
}
html.-modal body {
  padding-right: 0 !important;
}
.layout-left01 {
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 10px;
  width: calc(50% - 90px);
  height: 100%;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_01.jpg") center 0 no-repeat;
  background-size: cover;
}
.layout-right01 {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  width: calc(50% - 390px);
  height: 100%;
  background-color: #004831;
}
.layout-main01 {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin: 0 auto;
  padding: 760px 0 0 0;
  width: 500px;
  background-color: #b3e8e8;
  box-shadow: 0 4px 80px rgba(20, 29, 29, 0.2);
}
@media screen and (max-width: 499px) {
  .layout-main01 {
    padding: 152vw 0 0 0;
  }
}
.layout-kv01 {
  position: fixed;
  top: 0;
  right: calc(50% - 400px);
  z-index: 0;
  overflow: hidden;
  width: 500px;
  height: 100%;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_03.png") center -7px no-repeat;
  background-size: cover;
}
.layout-kv01::-webkit-scrollbar {
  display: none;
}
.layout-content01 {
  position: relative;
  z-index: 1;
}
.layout-bg01 {
  background: linear-gradient(180deg, #b8d106 0%, #12845e 100%);
}
.layout-bg02 {
  background-color: #b3e8e8;
}
.layout-bg03 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #e9f7f6;
}
.layout-bg03Wrap01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.layout-bg03Item01 {
  width: 100%;
  height: 105px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_10.png") repeat-x;
  background-size: auto 100%;
  will-change: background-position;
}
.layout-bg03Item01:nth-child(even) {
  background-position: 0 0;
  animation: bg03_left 15s linear infinite;
}
.layout-bg03Item01:nth-child(odd) {
  background-position: right 0;
  animation: bg03_right 15s linear infinite;
}
@keyframes bg03_left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1429px 0;
  }
}
@keyframes bg03_right {
  from {
    background-position: 714px 0;
  }
  to {
    background-position: -715px 0;
  }
}
@media screen and (max-width: 1200px) {
  .layout-wrapper01 {
    display: block;
    padding-left: 0;
  }
  .layout-left01 {
    width: calc(100% - 490px);
    height: 100%;
  }
  .layout-right01 {
    display: none;
  }
  .layout-main01 {
    margin-right: 0;
  }
  .layout-kv01 {
    right: 0;
  }
}
@media screen and (max-width: 499px) {
  .layout-main01 {
    width: auto;
    box-shadow: none;
  }
  .layout-left01 {
    display: none;
  }
  .layout-kv01 {
    width: 100%;
  }
}
/* ----------------------------------
common
---------------------------------- */
/* btn */
.cpnStart .cpEndBtn[aria-disabled=true]:not([data-cpendbg]) > .inner {
  text-shadow: none;
}
.cmn-btn01 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border: 2px solid #f3f8f6;
  border-radius: 100px;
  background: linear-gradient(90deg, #90ad0c 0%, #0b7e52 100%);
  box-shadow: 0 0 20px rgba(20, 29, 29, 0.6);
  font-weight: bold;
}
.cmn-btn01:hover {
  background: linear-gradient(90deg, #90ad0c 0%, #0b7e52 100%) !important;
}
.cmn-btn01:focus {
  background: linear-gradient(90deg, #90ad0c 0%, #0b7e52 100%) !important;
}
.cmn-btn01:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 35px;
  display: block;
  width: 11px;
  height: 24px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_05.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .cmn-btn01:after {
    top: calc(50% - 2.4vw);
    right: 6.93333vw;
    width: 2.13333vw;
    height: 4.8vw;
  }
}
.cmn-btn01 > .inner {
  color: #ffffff;
  text-shadow: 0 0 4px #003927;
  letter-spacing: .06em;
}
.cmn-btn02 {
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  width: 452px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  background: rgba(0, 57, 39, 0.6);
  box-shadow: 0 0 20px rgba(20, 29, 29, 0.6);
}
@media screen and (max-width: 499px) {
  .cmn-btn02 {
    width: 90.4vw;
  }
}
.cmn-btn02:hover {
  background: rgba(0, 57, 39, 0.6) !important;
}
.cmn-btn02:focus {
  background: rgba(0, 57, 39, 0.6) !important;
}
.cmn-btn02:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 35px;
  display: block;
  width: 11px;
  height: 24px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_05.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .cmn-btn02:after {
    top: calc(50% - 2.4vw);
    right: 6.93333vw;
    width: 2.13333vw;
    height: 4.8vw;
  }
}
.cmn-btn02 > .inner {
  color: #ffffff;
  letter-spacing: .05em;
}
.cmn-btn03 {
  border: 2px solid #b3c8c1;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: none;
}
.cmn-btn03 > .inner {
  padding-left: 11px;
  min-height: 51px;
  color: #003927;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .cmn-btn03 > .inner {
    padding-left: 2.13333vw;
    min-height: 10.13333vw;
    font-size: 4.26667vw;
  }
}
.cmn-btn03 > .inner:after {
  display: block;
  width: 33px;
  height: 33px;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) 0 0/cover no-repeat;
  content: "";
  transform: translate(1px, 0);
}
@media screen and (max-width: 499px) {
  .cmn-btn03 > .inner:after {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}
/* ----------------------------------
loading
---------------------------------- */
#containment-area {
  display: none;
}
body.is-loading-open #containment-area {
  display: block;
}
.loading-area01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  inset: 0;
  perspective: 800px;
}
.loading-area01:before,
.loading-area01:after {
  position: absolute;
  top: 0;
  z-index: 11;
  width: calc(50% + 1px);
  height: 100%;
  background: #003927;
  content: "";
  transition: transform .6s ease;
  transform-origin: center center;
}
@media screen and (max-width: 499px) {
  .loading-area01:before,
  .loading-area01:after {
    transition: transform .4s ease;
  }
}
.loading-area01:before {
  left: 0;
  transform: translateX(0) rotateY(0);
}
.loading-area01:after {
  right: 0;
  transform: translateX(0) rotateY(0);
}
.loading-area01 .logo01 {
  position: relative;
  z-index: 12;
  display: none;
  padding: 0 39px;
}
@media screen and (max-width: 499px) {
  .loading-area01 .logo01 {
    padding: 0 10.4vw;
  }
}
body.is-loading-open .loading-area01:before {
  transform: translateX(-120%) rotateY(45deg);
}
body.is-loading-open .loading-area01:after {
  transform: translateX(120%) rotateY(-45deg);
}
/* ----------------------------------
visual-area01
---------------------------------- */
.visual-area01 {
  position: relative;
  padding: 200px 50px 0 0;
  height: 100%;
}
/* ----------------------------------
nav-area
---------------------------------- */
.nav-area01 {
  padding: 0 20px;
}
.nav-area01 .list01 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 0 35px;
}
.nav-area01 .list02 {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  padding: 0 0 0 4px;
}
.nav-area01 .list03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0 0 0;
}
.nav-area01 .item01 {
  position: relative;
  padding: 0 0 0 35px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.nav-area01 .item01:focus {
  outline: 0;
}
.nav-area01 .item01:not(:first-child) {
  margin: 30px 0 0 0;
}
.nav-area01 .item01:before {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: block;
  width: 15px;
  height: 31px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_01.svg") 0 0 no-repeat;
  content: "";
  opacity: 0;
}
.nav-area01 .item01.is-current {
  color: #c4d700;
}
.nav-area01 .item01.is-current:before {
  opacity: 1;
}
.nav-area01 .item02 {
  display: inline-block;
}
.nav-area01 .item02:not(:first-child) {
  margin: 0 0 0 32px;
}
.nav-area01 .cmn-btn01 {
  width: 339px;
  height: 58px;
  font-size: 2.4rem;
}
.nav-area01 .cmn-btn01:after {
  top: calc(50% - 10px);
  right: 26px;
  width: 8px;
  height: 19px;
}
.nav-area01 .cmn-btn02 {
  margin: 24px 0 0 0;
  width: 339px;
  height: 48px;
}
.nav-area01 .cmn-btn02:after {
  top: calc(50% - 10px);
  right: 26px;
  width: 8px;
  height: 19px;
}
.nav-area01 .cmn-btn02 br {
  display: none;
}
@media screen and (max-width: 1530px) {
  .nav-area01 .cmn-btn01 {
    width: 100%;
    font-size: 2.2rem;
  }
  .nav-area01 .cmn-btn01:after {
    right: 14px;
  }
  .nav-area01 .cmn-btn02 {
    width: 100%;
    font-size: 1.5rem;
  }
  .nav-area01 .cmn-btn02:after {
    right: 14px;
  }
}
@media screen and (max-width: 1430px) {
  .nav-area01 .item01 {
    padding-left: 0;
  }
  .nav-area01 .item01::before {
    left: -25px;
  }
  .nav-area01 .cmn-btn01 {
    font-size: 2.0rem;
  }
  .nav-area01 .cmn-btn02 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1370px) {
  .nav-area01 .item01 {
    font-size: 1.4rem;
  }
  .nav-area01 .cmn-btn01 {
    font-size: 1.8rem;
  }
  .nav-area01 .cmn-btn02 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .nav-area01 .cmn-btn02 br {
    display: block;
  }
}
@media screen and (max-width: 1270px) {
  .nav-area01 .item02:not(:first-child) {
    margin: 0 0 0 16px;
  }
  .nav-area01 .cmn-btn01 {
    font-size: 1.4rem;
  }
  .nav-area01 .cmn-btn02 {
    font-size: 1.1rem;
  }
}
@media screen and (max-height: 600px) {
  .nav-area01 .item01:not(:first-child) {
    margin: 14px 0 0 0;
  }
}
@media screen and (max-height: 500px) {
  .nav-area01 .list01 {
    display: none;
  }
  .nav-area01 .list02 {
    display: none;
  }
}
body.cpnloadEnd .nav-area01 {
  transform: translate(0, 40px);
}
@media screen and (max-height: 750px) {
  body.cpnloadEnd .nav-area01 .list02 {
    margin-top: 15px;
  }
  body.cpnloadEnd .nav-area01 .list03 {
    margin-top: 30px;
  }
  body.cpnloadEnd .nav-area01 .item01:not(:first-child) {
    margin: 12px 0 0 0;
  }
  body.cpnloadEnd .nav-area01 .cmn-btn02 {
    margin-top: 15px;
  }
}
@media screen and (max-height: 630px) {
  body.cpnloadEnd .nav-area01 .list01 {
    display: none;
  }
  body.cpnloadEnd .nav-area01 .list02 {
    display: none;
  }
}
/* ----------------------------------
kv-area
---------------------------------- */
.kv-area01::-webkit-scrollbar {
  display: none;
}
.kv-area01 .bg01 {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 415px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_02.png") center 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
  animation-name: kv_img01;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 1100ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .kv-area01 .bg01 {
    top: 40vw;
    height: 82.93333vw;
  }
}
.kv-area01 .wrap01 {
  position: relative;
  min-height: 867px;
  transition: all .3s ease-out;
}
@media screen and (max-width: 499px) {
  .kv-area01 .wrap01 {
    min-height: 173.33333vw;
  }
}
.kv-area01 .head01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #003927;
}
@media screen and (max-width: 499px) {
  .kv-area01 .head01 {
    height: 12vw;
  }
}
.kv-area01 .head01 img {
  width: 319px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .head01 img {
    width: 63.73333vw;
  }
}
.kv-area01 .img01 {
  padding: 23px 0 0 0;
  text-align: center;
  opacity: 0;
  animation-name: kv_img01;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .kv-area01 .img01 {
    padding: 4.53333vw 0 0 0;
    animation-name: kv_img01_sp;
  }
}
.kv-area01 .img01 img {
  width: 493px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .img01 img {
    width: 98.66667vw;
  }
}
.kv-area01 .img02 {
  position: relative;
  z-index: 1;
  padding: 55px 0 0 0;
  opacity: 0;
  animation-name: kv_img02;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 1500ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .kv-area01 .img02 {
    padding: 10.93333vw 0 0 0;
    animation-name: kv_img02_sp;
  }
}
.kv-area01 .img02 img {
  width: 345px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .img02 img {
    width: 69.06667vw;
  }
}
.kv-area01 .img03 {
  position: absolute;
  top: 535px;
  right: 0;
  z-index: 1;
  opacity: 0;
  animation-name: kv_img03;
  animation-duration: .2s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 2100ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .kv-area01 .img03 {
    top: 106.93333vw;
    animation-name: kv_img03_sp;
  }
}
.kv-area01 .img04 {
  position: absolute;
  top: 176px;
  right: 0;
  z-index: 0;
  opacity: 0;
  animation-name: kv_img04;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 1500ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .kv-area01 .img04 {
    top: 35.2vw;
    animation-name: kv_img04_sp;
  }
}
.kv-area01 .img04 img {
  width: 267px;
}
@media screen and (max-width: 499px) {
  .kv-area01 .img04 img {
    width: 53.33333vw;
  }
}
.kv-area01 .cursor01 {
  position: absolute;
  z-index: 2;
  display: none;
  width: 108px;
  height: 108px;
  pointer-events: none;
}
.kv-area01 .cursor01Out {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_04.png") 0 0 no-repeat;
  background-size: 100% auto;
  transform-origin: center center;
  animation: kv_spin 3s linear infinite;
}
.kv-area01 .cursor01In {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_03.png") calc(50% - 1px) calc(50% - 1px) no-repeat;
  background-size: 37px auto;
}
.kv-area01 .cursor02 {
  position: absolute;
  top: 427px;
  left: 271px;
  z-index: 2;
  width: 108px;
  height: 108px;
  opacity: 0;
  animation-name: kv_img02;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 1500ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .kv-area01 .cursor02 {
    top: 85.33333vw;
    left: 54.13333vw;
    width: 21.6vw;
    height: 21.6vw;
    animation-name: kv_img02_sp;
  }
}
.kv-area01 .cursor02Out {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_04.png") 0 0 no-repeat;
  background-size: 100% auto;
  transform-origin: center center;
  animation: kv_spin 3s linear infinite;
}
.kv-area01 .cursor02In {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_03.png") calc(50% - 1px) calc(50% - 1px) no-repeat;
  background-size: 37px auto;
}
@media screen and (max-width: 499px) {
  .kv-area01 .cursor02In {
    background-size: 7.46667vw auto;
  }
}
.kv-area01 .end01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 500px 0 0 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  font-size: 2.7rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area01 .end01 {
    padding: 85.33333vw 0 0 0;
    font-size: 5.86667vw;
  }
}
body.is-pc .kv-area01 .cursor02 {
  display: none !important;
}
body.-scrollTop .kv-area01 .wrap01 {
  transform: translate(0, 39px);
}
body.-scrollTop.cpnloadEnd .kv-area01 .wrap01 {
  transform: translate(0, 134px);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  body.-scrollTop.cpnloadEnd .kv-area01 .wrap01 {
    transform: translate(0, 80px);
  }
}
body.cpnloadEnd .kv-area01 .wrap01 {
  transform: translate(0, 94px);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  body.cpnloadEnd .kv-area01 .wrap01 {
    transform: translate(0, 41px);
  }
}
body.cpnloadEnd .kv-area01 .end01 {
  display: flex;
}
body.is-pc .kv-area01 .wrap01 {
  cursor: none;
}
@keyframes kv_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes kv_img01 {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv_img01_sp {
  from {
    opacity: 0;
    transform: translateY(-10.666vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv_img02 {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kv_img02_sp {
  from {
    opacity: 0;
    transform: translateY(-10.666vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kv_img03 {
  from {
    opacity: 0;
    transform: translate(-500px, 30px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes kv_img03_sp {
  from {
    opacity: 0;
    transform: translate(-133vw, 8vw);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes kv_img04 {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kv_img04_sp {
  from {
    opacity: 0;
    transform: translateX(26.666vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ----------------------------------
scroll-icon01
---------------------------------- */
.scroll-icon01 {
  position: relative;
  z-index: 2;
  display: block;
  padding: 43px 0 0 0;
}
@media screen and (max-width: 499px) {
  .scroll-icon01 {
    padding: 8.53333vw 0 0 0;
  }
}
.scroll-icon01:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 39px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_14.png") 50% 0 no-repeat;
  background-size: auto 39px;
  content: "";
}
@media screen and (max-width: 499px) {
  .scroll-icon01:before {
    height: 7.73333vw;
    background-size: auto 7.73333vw;
  }
}
.scroll-icon01 .wrap01 {
  position: relative;
  display: block;
  margin: 4px auto 0 auto;
  width: 31px;
  height: 32px;
}
@media screen and (max-width: 499px) {
  .scroll-icon01 .wrap01 {
    margin-top: 0.8vw;
    width: 6.13333vw;
    height: 6.93333vw;
  }
}
.scroll-icon01 .icon01 {
  position: absolute;
  width: 31px;
  height: 13px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_06.png") 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 1;
  animation: scroll_arrow_flash 1.0s infinite;
}
@media screen and (max-width: 499px) {
  .scroll-icon01 .icon01 {
    width: 6.13333vw;
    height: 2.66667vw;
    animation-name: scroll_arrow_flash_sp;
  }
}
.scroll-icon01 .icon01.-type01 {
  top: 0;
  animation-delay: 100ms;
}
.scroll-icon01 .icon01.-type02 {
  top: 9px;
  animation: scroll_arrow_flash 1.0s infinite;
  animation-delay: 200ms;
}
@media screen and (max-width: 499px) {
  .scroll-icon01 .icon01.-type02 {
    top: 1.86667vw;
  }
}
.scroll-icon01 .icon01.-type03 {
  bottom: 0;
  animation: scroll_arrow_flash 1.0s infinite;
  animation-delay: 300ms;
}
@keyframes scroll_arrow_flash {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  20% {
    opacity: 1;
    transform: translateY(8px);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes scroll_arrow_flash_sp {
  0% {
    opacity: 0;
    transform: translateY(-1.6vw);
  }
  20% {
    opacity: 1;
    transform: translateY(1.6vw);
  }
  100% {
    opacity: 0;
    transform: translateY(1.6vw);
  }
}
/* ----------------------------------
intro-area01
---------------------------------- */
.intro-area01 {
  position: relative;
  padding: 1px 0 0 0;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_04.png") 0 0 repeat-x;
  background-size: 84px 112px;
  animation: intro_bg 4s linear infinite;
  will-change: background-position;
}
@media screen and (max-width: 499px) {
  .intro-area01 {
    padding: 0.26667vw 0 0 0;
    background-size: 16.8vw 22.4vw;
    animation-name: intro_bg_sp;
  }
}
.intro-area01:before {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 41px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_05.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .intro-area01:before {
    top: -8vw;
    height: 8.26667vw;
  }
}
.intro-area01 .inner01 {
  position: relative;
  overflow: hidden;
}
.intro-area01 .inner01:before {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 0;
  display: block;
  width: 248px;
  height: 248px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_13.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  animation: common_scope 12s infinite ease-in-out;
}
@media screen and (max-width: 499px) {
  .intro-area01 .inner01:before {
    top: 5.33333vw;
    width: 49.6vw;
    height: 49.6vw;
    animation-name: common_scope_sp;
  }
}
.intro-area01 .btn01 {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 2;
  padding: 1px 5px 0 13px;
  width: 89px;
  height: 51px;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-color: #d5dedb;
  border-radius: 100px 0 0 100px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_07.svg") calc(100% - 4px) calc(50% + 1px) no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 32px auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #004831;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 499px) {
  .intro-area01 .btn01 {
    top: 3.2vw;
    padding: 0.53333vw 1.06667vw 0 2.66667vw;
    width: 17.86667vw;
    height: 10.13333vw;
    background-size: 6.4vw auto;
    font-size: 3.2vw;
  }
}
.intro-area01 .img01 {
  position: relative;
  z-index: 1;
  text-align: center;
}
@keyframes intro_bg {
  from {
    background-position: 0 96px;
  }
  to {
    background-position: 84px 96px;
  }
}
@keyframes intro_bg_sp {
  from {
    background-position: 0 19.2vw;
  }
  to {
    background-position: 16.8vw 19.2vw;
  }
}
/* ----------------------------------
countdown-area01
---------------------------------- */
.countdown-area01 {
  padding: 21px 0 20px 0;
  background-color: #141d1d;
}
@media screen and (max-width: 499px) {
  .countdown-area01 {
    padding: 4.26667vw 0 4vw 0;
  }
}
.countdown-area01 .head01 {
  margin: 0 0 16px 0;
}
@media screen and (max-width: 499px) {
  .countdown-area01 .head01 {
    margin: 0 0 3.2vw 0;
  }
}
.countdown-area01 .head01 img {
  width: 476px;
}
@media screen and (max-width: 499px) {
  .countdown-area01 .head01 img {
    width: 95.2vw;
  }
}
.countdown-area01 .wrap01 {
  position: relative;
  height: 47px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_16.png") center 0 no-repeat;
  background-size: 419px auto;
}
@media screen and (max-width: 499px) {
  .countdown-area01 .wrap01 {
    height: 9.33333vw;
    background-size: 83.73333vw auto;
  }
}
.countdown-area01 .num01 {
  position: absolute;
  top: -3px;
  color: #ffffff;
  font-size: 4.3rem;
  font-family: "roboto";
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .countdown-area01 .num01 {
    top: -0.53333vw;
    font-size: 8.53333vw;
  }
}
.countdown-area01 .num01.-day {
  left: calc(50% - 145px);
}
@media screen and (max-width: 499px) {
  .countdown-area01 .num01.-day {
    left: calc(50% - 29.0666vw);
  }
}
.countdown-area01 .num01.-hour {
  left: calc(50% + 5px);
}
@media screen and (max-width: 499px) {
  .countdown-area01 .num01.-hour {
    left: calc(50% + 1.0666vw);
  }
}
.countdown-area01 .num01.-min {
  left: calc(50% + 85px);
}
@media screen and (max-width: 499px) {
  .countdown-area01 .num01.-min {
    left: calc(50% + 17.0666vw);
  }
}
.countdown-area01 .num01.-sec {
  left: calc(50% + 162px);
}
@media screen and (max-width: 499px) {
  .countdown-area01 .num01.-sec {
    left: calc(50% + 32.5333vw);
  }
}
/* ----------------------------------
cv-area01
---------------------------------- */
.cv-area01 {
  padding: 53px 24px;
}
@media screen and (max-width: 499px) {
  .cv-area01 {
    padding: 10.66667vw 4.8vw;
  }
}
.cv-area01 .item01:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 499px) {
  .cv-area01 .item01:not(:first-child) {
    margin-top: 6.4vw;
  }
}
.cv-area01 .btn-type01 {
  width: 100%;
}
.cv-area01 .cmn-btn01 > .inner {
  min-height: 72px;
  font-size: 3.2rem;
}
@media screen and (max-width: 499px) {
  .cv-area01 .cmn-btn01 > .inner {
    min-height: 14.4vw;
    font-size: 6.4vw;
  }
}
.cv-area01 .cmn-btn02 > .inner {
  min-height: 59px;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .cv-area01 .cmn-btn02 > .inner {
    min-height: 11.73333vw;
    font-size: 4.26667vw;
  }
}
.cv-area01 .btnTxt01 {
  position: absolute;
  top: -27px;
  padding: 7px 8px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  color: #004831;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .cv-area01 .btnTxt01 {
    top: -5.33333vw;
    padding: 1.33333vw 1.6vw;
    border-radius: 1.06667vw;
    font-size: 3.2vw;
  }
}
.cv-area01 .btnTxt01:after {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 4px);
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 499px) {
  .cv-area01 .btnTxt01:after {
    bottom: -2.93333vw;
    left: calc(50% - .8vw);
    width: 3.2vw;
    height: 3.2vw;
  }
}
.cv-area02 {
  position: relative;
  z-index: 1;
  padding: 60px 0 120px 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .cv-area02 {
    padding: 16vw 0 32vw 0;
  }
}
.cv-area02 .cmn-btn03 {
  width: 400px;
}
@media screen and (max-width: 499px) {
  .cv-area02 .cmn-btn03 {
    width: 80vw;
  }
}
.cv-area03 {
  display: flex;
  justify-content: center;
  padding: 0 0 23px 0;
}
@media screen and (max-width: 499px) {
  .cv-area03 {
    padding: 0 0 4.53333vw 0;
  }
}
.cv-area03 .item01 {
  display: inline-block;
}
.cv-area03 .item01:not(:first-child) {
  margin: 0 0 0 48px;
}
@media screen and (max-width: 499px) {
  .cv-area03 .item01:not(:first-child) {
    margin: 0 0 0 9.6vw;
  }
}
.cv-area03 .item01 img {
  width: 53px;
}
@media screen and (max-width: 499px) {
  .cv-area03 .item01 img {
    width: 10.66667vw;
  }
}
/* ----------------------------------
movie-area01
---------------------------------- */
.movie-area01 {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 499px) {
  .movie-area01 {
    padding: 16vw 0 0 0;
  }
}
.movie-area01 .wrap01 {
  padding: 0 24px;
}
@media screen and (max-width: 499px) {
  .movie-area01 .wrap01 {
    padding: 0 4.8vw;
  }
}
.movie-area01 .wrap02 {
  position: relative;
}
.movie-area01 .wrap02:before {
  position: absolute;
  top: calc(50% - 34px);
  left: -3px;
  z-index: 1;
  display: block;
  width: 13px;
  height: 69px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_20.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .movie-area01 .wrap02:before {
    top: calc(50% - 6.9333vw);
    left: -0.53333vw;
    width: 2.66667vw;
    height: 13.86667vw;
  }
}
.movie-area01 .wrap02:after {
  position: absolute;
  top: calc(50% - 34px);
  right: -4px;
  z-index: 1;
  display: block;
  width: 13px;
  height: 69px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_20.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  transform: rotate(180deg);
}
@media screen and (max-width: 499px) {
  .movie-area01 .wrap02:after {
    top: calc(50% - 6.9333vw);
    right: -0.8vw;
    width: 2.66667vw;
    height: 13.86667vw;
  }
}
.movie-area01 .wrap03 {
  position: relative;
  padding: 0 27px 0 19px;
  max-height: 272px;
  border: 1px solid #ffffff;
  background-color: #a1d7d5;
}
@media screen and (max-width: 499px) {
  .movie-area01 .wrap03 {
    padding: 0 5.33333vw 0 3.73333vw;
    max-height: 54.4vw;
  }
}
.movie-area01 .wrap03:before {
  position: absolute;
  top: -37px;
  right: -24px;
  z-index: 1;
  display: block;
  width: 65px;
  height: 81px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_19.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .movie-area01 .wrap03:before {
    top: -7.46667vw;
    right: -4.8vw;
    width: 13.06667vw;
    height: 16.26667vw;
  }
}
.movie-area01 .wrap03:after {
  position: absolute;
  bottom: 0;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: 42px;
  background: linear-gradient(6.42deg, #a1d6d5 24.66%, rgba(161, 214, 213, 0) 94.24%);
  content: "";
}
@media screen and (max-width: 499px) {
  .movie-area01 .wrap03:after {
    left: 0.26667vw;
    width: calc(100% - .5333vw);
    height: 11.2vw;
  }
}
.movie-area01 .wrap04 {
  overflow: hidden;
  max-height: 261px;
}
@media screen and (max-width: 499px) {
  .movie-area01 .wrap04 {
    max-height: 52.26667vw;
  }
}
.movie-area01 .ttl01 {
  position: relative;
  margin-bottom: 9px;
  text-align: center;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.30;
}
@media screen and (max-width: 499px) {
  .movie-area01 .ttl01 {
    margin-bottom: 1.86667vw;
    font-size: 5.33333vw;
  }
}
.movie-area01 .ttl01:before {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  display: block;
  width: 60px;
  height: 24px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_06.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .movie-area01 .ttl01:before {
    top: calc(50% - 2.4vw);
    width: 12vw;
    height: 4.8vw;
  }
}
.movie-area01 .ttl01:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  display: block;
  width: 60px;
  height: 24px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_06.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .movie-area01 .ttl01:after {
    top: calc(50% - 2.4vw);
    width: 12vw;
    height: 4.8vw;
  }
}
.movie-area01 .ttl02 {
  margin-bottom: 3px;
  transform: translate(-11px, 16px);
}
@media screen and (max-width: 499px) {
  .movie-area01 .ttl02 {
    margin-bottom: 0.53333vw;
    transform: translate(-2.1333vw, 3.2vw);
  }
}
.movie-area01 .ttl02 img {
  width: 393px;
}
@media screen and (max-width: 499px) {
  .movie-area01 .ttl02 img {
    width: 78.66667vw;
  }
}
.movie-area01 .img01 img {
  width: 452px;
}
@media screen and (max-width: 499px) {
  .movie-area01 .img01 img {
    width: 90.4vw;
  }
}
.movie-area01 .item01 {
  transform: rotate(180deg);
}
.movie-area01 .block01 {
  position: relative;
  padding: 12px 8px 0 20px;
  height: 80px;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .movie-area01 .block01 {
    padding: 2.4vw 2.13333vw 0 4vw;
    height: 16vw;
    font-size: 4.8vw;
  }
}
.movie-area01 .block01:before {
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: #00563a;
  content: "";
}
@media screen and (max-width: 499px) {
  .movie-area01 .block01:before {
    top: 5.06667vw;
    width: 2.13333vw;
    height: 2.13333vw;
  }
}
.movie-area01 .slick-slide {
  float: none;
}
.movie-area01 .slick-list {
  transform: rotate(180deg) !important;
}
.movie-area01 .js-movie-comment {
  opacity: 0;
}
.movie-area01 .js-movie-comment.slick-slider {
  opacity: 1;
}
.movie-area01 .js-movie-comment [data-slick-index="0"] {
  opacity: 0;
}
.movie-area01 .js-movie-comment [data-slick-index="1"] {
  opacity: 0;
}
.movie-area01 .js-movie-comment[data-after="3"] [data-slick-index="0"] {
  opacity: 1;
}
.movie-area01 .js-movie-comment[data-after="3"] [data-slick-index="1"] {
  opacity: 1;
}
/* ----------------------------------
mission-area
---------------------------------- */
.mission-area01 {
  padding: 160px 0 0 0;
}
@media screen and (max-width: 499px) {
  .mission-area01 {
    padding: 32vw 0 0 0;
  }
}
.mission-area01 .frame01 {
  position: relative;
  z-index: 0;
  margin: -65px 24px 0 24px;
  padding: 80px 24px 53px 24px;
  background: linear-gradient(180deg, #141d1d 0%, rgba(20, 29, 29, 0.6) 89.42%, rgba(20, 29, 29, 0) 100%);
}
@media screen and (max-width: 499px) {
  .mission-area01 .frame01 {
    margin: -13.06667vw 4.8vw 0 4.8vw;
    padding: 16vw 4.8vw 10.66667vw 4.8vw;
  }
}
.mission-area01 .frame01 .wrap01 {
  padding: 0 21px 0 0;
}
@media screen and (max-width: 499px) {
  .mission-area01 .frame01 .wrap01 {
    padding: 0 4.26667vw 0 0;
  }
}
.mission-area01 .frame01::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 44px;
  height: 521px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_22.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .mission-area01 .frame01::before {
    width: 8.8vw;
    height: 104.26667vw;
  }
}
.mission-area01 .block01 {
  position: relative;
  padding: 0 0 0 80px;
  color: #ffffff;
}
@media screen and (max-width: 499px) {
  .mission-area01 .block01 {
    padding: 0 0 0 16vw;
  }
}
.mission-area01 .block01:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 56px;
  height: 56px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_08.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .mission-area01 .block01:before {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.mission-area01 .block01:after {
  position: absolute;
  top: 77px;
  left: 29px;
  display: block;
  width: 1px;
  height: 0;
  background: linear-gradient(to bottom, #c4d700, rgba(196, 215, 0, 0));
  content: "";
  opacity: 0;
}
@media screen and (max-width: 499px) {
  .mission-area01 .block01:after {
    top: 15.46667vw;
    left: 5.86667vw;
  }
}
.mission-area01 .block01.-type02:before {
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_09.png");
}
.mission-area01 .block01.-type03:before {
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_10.png");
}
.mission-area01 .block01.is-view:before {
  animation: mission_blink01 1.2s ease-in-out 2;
  animation-delay: .0s;
}
.mission-area01 .block01.is-view:after {
  animation: mission_line .3s ease-out 1 forwards;
  animation-delay: 2.3s;
}
@media screen and (max-width: 499px) {
  .mission-area01 .block01.is-view:after {
    animation-name: mission_line_sp;
  }
}
.mission-area01 .block01 + .block01 {
  margin-top: 73px;
}
@media screen and (max-width: 499px) {
  .mission-area01 .block01 + .block01 {
    margin-top: 14.66667vw;
  }
}
.mission-area01 .block02 {
  margin: 40px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .mission-area01 .block02 {
    margin: 8vw 0 0 0;
  }
}
.mission-area01 .ttl01 {
  position: relative;
  z-index: 1;
}
.mission-area01 .ttl02 {
  color: #c4d700;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 499px) {
  .mission-area01 .ttl02 {
    font-size: 6.4vw;
  }
}
.mission-area01 .txt01 {
  margin-top: 27px;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .mission-area01 .txt01 {
    margin-top: 5.33333vw;
    font-size: 4.26667vw;
  }
}
.mission-area01 .list-notice01 {
  margin-top: 24px !important;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .mission-area01 .list-notice01 {
    margin-top: 4.8vw !important;
    font-size: 3.2vw;
  }
}
.mission-area01 .btn-type01 {
  width: 100%;
}
.mission-area01 .btn-type01:after {
  right: 20px;
}
@media screen and (max-width: 499px) {
  .mission-area01 .btn-type01:after {
    right: 4vw;
  }
}
.mission-area01 .btn-type01 > .inner {
  min-height: 81px;
}
@media screen and (max-width: 499px) {
  .mission-area01 .btn-type01 > .inner {
    min-height: 16.26667vw;
  }
}
.mission-area01 .cmn-btn01 {
  margin-top: 60px;
}
@media screen and (max-width: 499px) {
  .mission-area01 .cmn-btn01 {
    margin-top: 12vw;
  }
}
.mission-area01 .cmn-btn01 .btnTxt01 {
  width: calc(100% + 8px);
  text-align: center;
}
.mission-area01 .cmn-btn01 > .inner {
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .mission-area01 .cmn-btn01 > .inner {
    font-size: 5.33333vw;
  }
}
.mission-area01 .cmn-btn02 {
  margin-top: 25px;
}
@media screen and (max-width: 499px) {
  .mission-area01 .cmn-btn02 {
    margin-top: 5.06667vw;
  }
}
.mission-area01 .cmn-btn02 > .inner {
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .mission-area01 .cmn-btn02 > .inner {
    font-size: 4.8vw;
  }
}
.mission-area01 .btnTxt01 {
  position: absolute;
  top: -37px;
  padding: 7px 4px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  color: #004831;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .mission-area01 .btnTxt01 {
    top: -7.46667vw;
    padding: 1.33333vw 0.8vw;
    font-size: 3.2vw;
  }
}
.mission-area01 .btnTxt01:after {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 4px);
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 499px) {
  .mission-area01 .btnTxt01:after {
    bottom: -2.93333vw;
    left: calc(50% - .8vw);
    display: block;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.mission-area01 .img01 {
  margin: 91px 0 20px 0;
  text-align: center;
  animation: mission_blink02 2.0s infinite;
}
@media screen and (max-width: 499px) {
  .mission-area01 .img01 {
    margin: 18.13333vw 0 4vw 0;
  }
}
.mission-area01 .img01 img {
  width: 239px;
}
@media screen and (max-width: 499px) {
  .mission-area01 .img01 img {
    width: 47.73333vw;
  }
}
.mission-area01 .icon01 {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto 0 auto;
  width: 136px;
  height: 104px;
}
@media screen and (max-width: 499px) {
  .mission-area01 .icon01 {
    width: 27.2vw;
    height: 21.06667vw;
  }
}
.mission-area01 .icon01Item {
  position: absolute;
  width: 100%;
  height: 48px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_11.png") 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
@media screen and (max-width: 499px) {
  .mission-area01 .icon01Item {
    height: 9.6vw;
    animation-name: scroll_arrow_flash_sp;
  }
}
.mission-area01 .icon01Item.-type01 {
  top: 0;
  animation: scroll_arrow_flash 1.0s infinite;
  animation-delay: 100ms;
}
.mission-area01 .icon01Item.-type02 {
  top: 28px;
  animation: scroll_arrow_flash 1.0s infinite;
  animation-delay: 200ms;
}
@media screen and (max-width: 499px) {
  .mission-area01 .icon01Item.-type02 {
    top: 5.6vw;
  }
}
.mission-area01 .icon01Item.-type03 {
  bottom: 0;
  animation: scroll_arrow_flash 1.0s infinite;
  animation-delay: 300ms;
}
@keyframes mission_blink01 {
  0%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes mission_blink02 {
  0%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes mission_line {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: calc(100% - 53px);
    opacity: 1;
  }
}
@keyframes mission_line_sp {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: calc(100% - 10.6666vw);
    opacity: 1;
  }
}
@keyframes mission_arrow_flash {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  20% {
    opacity: 1;
    transform: translateY(8px);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes mission_arrow_flash_sp {
  0% {
    opacity: 0;
    transform: translateY(-1.6vw);
  }
  20% {
    opacity: 1;
    transform: translateY(1.6vw);
  }
  100% {
    opacity: 0;
    transform: translateY(1.6vw);
  }
}
/* ----------------------------------
item-area
---------------------------------- */
.item-area01 {
  position: relative;
  margin: 80px 0 0 0;
  padding: 29px 0 0 0;
  background: linear-gradient(180deg, #b8d207 0%, #12845e 100%);
}
@media screen and (max-width: 499px) {
  .item-area01 {
    margin: 16vw 0 0 0;
    padding: 5.86667vw 0 0 0;
  }
}
.item-area01:before {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 41px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_05.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .item-area01:before {
    top: -8vw;
    height: 8.26667vw;
  }
}
.item-area01 .wrap01 {
  position: relative;
  padding: 65px 0 77px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_07.png") 0 0 repeat-x;
  background-size: 96px 128px;
  animation: item_bg 4s linear infinite;
  will-change: background-position;
}
@media screen and (max-width: 499px) {
  .item-area01 .wrap01 {
    padding: 13.06667vw 0 15.46667vw;
    background-size: 19.2vw 25.6vw;
    animation-name: item_bg_sp;
  }
}
.item-area01 .wrap01:after {
  position: absolute;
  top: 21px;
  left: calc(50% - 205px);
  z-index: 0;
  display: block;
  width: 411px;
  height: 409px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_29.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  animation: common_scope 7s infinite ease-in-out;
}
@media screen and (max-width: 499px) {
  .item-area01 .wrap01:after {
    top: 4.26667vw;
    left: calc(50% - 41.0666vw);
    width: 82.13333vw;
    height: 81.86667vw;
    animation-name: common_scope_sp;
  }
}
.item-area01 .txt01 {
  margin: 0 auto 0 auto;
  padding: 27px 0 0 0;
  width: 460px;
  height: 217px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_28.png") 0 0 no-repeat;
  background-size: 100% auto;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 499px) {
  .item-area01 .txt01 {
    padding: 5.33333vw 0 0 0;
    width: 92vw;
    height: 43.46667vw;
    font-size: 7.46667vw;
  }
}
.item-area01 .txt02 {
  display: inline-block;
  margin: 0 7px;
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .item-area01 .txt02 {
    margin: 0 1.33333vw;
    font-size: 5.33333vw;
  }
}
.item-area01 .img01 {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .item-area01 .img01 {
    top: -12vw;
  }
}
.item-area01 .img01 img {
  width: 255px;
}
@media screen and (max-width: 499px) {
  .item-area01 .img01 img {
    width: 50.93333vw;
  }
}
.item-area01 .img02 {
  position: absolute;
  top: 19px;
  left: 24px;
  z-index: 1;
  opacity: 0;
  filter: blur(0) !important;
  animation-duration: .2s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 1320ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .item-area01 .img02 {
    top: 3.73333vw;
    left: 4.8vw;
  }
}
.item-area01 .img02 img {
  width: 243px;
}
@media screen and (max-width: 499px) {
  .item-area01 .img02 img {
    width: 48.53333vw;
  }
}
.item-area01.is-view .img02 {
  animation-name: item_img02;
}
@media screen and (max-width: 499px) {
  .item-area01.is-view .img02 {
    animation-name: item_img02_sp;
  }
}
.item-area01 .img03 {
  position: absolute;
  top: 55px;
  right: 11px;
  z-index: 1;
  opacity: 0;
  filter: blur(0) !important;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.14, 0.16, 0.11, 0.98);
  animation-delay: 1150ms;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 499px) {
  .item-area01 .img03 {
    top: 10.93333vw;
    right: 2.13333vw;
  }
}
.item-area01 .img03 img {
  width: 139px;
}
@media screen and (max-width: 499px) {
  .item-area01 .img03 img {
    width: 27.73333vw;
  }
}
.item-area01.is-view .img03 {
  animation-name: item_img03;
}
@media screen and (max-width: 499px) {
  .item-area01.is-view .img03 {
    animation-name: item_img03_sp;
  }
}
.item-area01 .img04 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.item-area01 .img04 img {
  width: 261px;
}
@media screen and (max-width: 499px) {
  .item-area01 .img04 img {
    width: 52.26667vw;
  }
}
.item-area01 .btn01 {
  position: absolute;
  top: 318px;
  right: 0;
  z-index: 2;
  padding: 1px 5px 0 13px;
  width: 89px;
  height: 51px;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  border-color: #d5dedb;
  border-radius: 100px 0 0 100px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_07.svg") calc(100% - 4px) calc(50% + 1px) no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: 32px auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  color: #004831;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 499px) {
  .item-area01 .btn01 {
    top: 66.13333vw;
    padding: 0.53333vw 1.06667vw 0 2.66667vw;
    width: 17.86667vw;
    height: 10.13333vw;
    background-size: 6.4vw auto;
    font-size: 3.2vw;
  }
}
@keyframes item_bg {
  from {
    background-position: 0 165px;
  }
  to {
    background-position: 96px 165px;
  }
}
@keyframes item_bg_sp {
  from {
    background-position: 0 33.06667vw;
  }
  to {
    background-position: 19.2vw 33.06667vw;
  }
}
@keyframes item_img02 {
  from {
    opacity: 0;
    transform: translate(-666px, 40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes item_img02_sp {
  from {
    opacity: 0;
    transform: translate(-133.3333vw, 8vw);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes item_img03 {
  from {
    opacity: 0;
    transform: translate(133px, 80px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes item_img03_sp {
  from {
    opacity: 0;
    transform: translate(26.6666vw, 16vw);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ----------------------------------
point-area
---------------------------------- */
.point-area01 {
  padding: 152px 0 0 0;
}
@media screen and (max-width: 499px) {
  .point-area01 {
    padding: 30.4vw 0 0 0;
  }
}
.point-area01 .frame01 {
  position: relative;
  z-index: 0;
  margin-top: -89px;
  padding: 75px 24px 72px 24px;
  background-color: #e9f7f6;
}
@media screen and (max-width: 499px) {
  .point-area01 .frame01 {
    margin-top: -17.86667vw;
    padding: 14.93333vw 4.8vw 14.4vw 4.8vw;
  }
}
.point-area01 .wrap02 {
  display: inline-block;
  margin: 4px 0 3px 0;
  padding: 0 5px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_08.png") 0 calc(100%) repeat-x;
  background-size: 12px auto;
}
@media screen and (max-width: 499px) {
  .point-area01 .wrap02 {
    margin: 0.8vw 0 0.53333vw 0;
    padding: 0 1.06667vw;
    background-size: 2.4vw auto;
  }
}
.point-area01 .block01 {
  margin: -31px auto 0 auto;
  padding: 67px 0 0 0;
  width: 460px;
  height: 360px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_09.png") 0 0 no-repeat;
  background-size: 100% auto;
  text-align: center;
  letter-spacing: .02em;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .point-area01 .block01 {
    margin: -8.26667vw auto 0 auto;
    padding: 9.6vw 0 0 0;
    width: 92vw;
    height: 72vw;
    font-size: 4.8vw;
  }
}
.point-area01 .block02 {
  margin: 0 auto 29px auto;
  padding: 12px 0 0 0;
  width: 368px;
  height: 115px;
  border-radius: 4px;
  background-color: #c4d700;
  color: #004831;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .point-area01 .block02 {
    margin-bottom: 5.86667vw;
    padding: 2.4vw 0 0 0;
    width: 73.6vw;
    height: 22.93333vw;
    font-size: 4.8vw;
  }
}
.point-area01 .ttl01 {
  position: relative;
  z-index: 1;
}
.point-area01 .txt01 {
  color: #004831;
  text-align: center;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 5.3rem;
}
@media screen and (max-width: 499px) {
  .point-area01 .txt01 {
    font-size: 10.66667vw;
  }
}
.point-area01 .txt02 {
  display: inline-block;
  margin: 0 0 0 pc500-(2);
  letter-spacing: .1em;
  font-size: 4.2rem;
}
@media screen and (max-width: 499px) {
  .point-area01 .txt02 {
    margin: 0 0 0 -0.53333vw;
    font-size: 8.53333vw;
  }
}
.point-area01 .txt03 {
  color: #006444;
  font-size: 2.9rem;
}
@media screen and (max-width: 499px) {
  .point-area01 .txt03 {
    font-size: 5.86667vw;
  }
}
.point-area01 .txt04 {
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .point-area01 .txt04 {
    font-size: 4.8vw;
  }
}
.point-area01 .txt05 {
  font-size: 2.9rem;
}
@media screen and (max-width: 499px) {
  .point-area01 .txt05 {
    font-size: 5.86667vw;
  }
}
.point-area01 .txt06 {
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .point-area01 .txt06 {
    font-size: 5.33333vw;
  }
}
.point-area01 .txt07 {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .point-area01 .txt07 {
    font-size: 3.2vw;
  }
}
.point-area01 .img01 {
  position: relative;
  padding: 28px 21px 0 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .point-area01 .img01 {
    padding: 5.6vw 4.26667vw 0 0;
  }
}
.point-area01 .img01 img {
  width: 337px;
}
@media screen and (max-width: 499px) {
  .point-area01 .img01 img {
    width: 67.46667vw;
  }
}
/* ----------------------------------
benefits-area01
---------------------------------- */
.benefits-area01 {
  position: relative;
  z-index: 1;
}
.benefits-area01 .frame01 {
  position: relative;
  margin-top: 104px;
  margin-left: 45px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 499px) {
  .benefits-area01 .frame01 {
    margin-top: 20.8vw;
    margin-left: 9.06667vw;
  }
}
.benefits-area01 .frame01.-type01 {
  margin-right: 45px;
  margin-left: 0;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .frame01.-type01 {
    margin-right: 9.06667vw;
  }
}
.benefits-area01 .frame01 + .frame01 {
  margin-top: 96px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .frame01 + .frame01 {
    margin-top: 19.2vw;
  }
}
.benefits-area01 .wrap01 {
  position: relative;
  z-index: 1;
  padding: 13px 0 13px 0;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap01 {
    padding: 2.66667vw 0 2.66667vw 0;
  }
}
.benefits-area01 .wrap02 {
  padding: 60px 15px 29px 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap02 {
    padding: 12vw 2.93333vw 5.86667vw 0;
  }
}
.benefits-area01 .wrap03 {
  padding: 19px 13px 49px 0;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap03 {
    padding: 3.73333vw 2.66667vw 9.86667vw 0;
  }
}
.benefits-area01 .wrap04 {
  padding: 63px 0 32px 15px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap04 {
    padding: 12.53333vw 0 6.4vw 2.93333vw;
  }
}
.benefits-area01 .wrap05 {
  position: relative;
  padding: 21px 0 32px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap05 {
    padding: 4.26667vw 0 6.4vw 0;
  }
}
.benefits-area01 .wrap05:after {
  position: absolute;
  bottom: -19px;
  left: calc(50% - 61px);
  display: block;
  width: 123px;
  height: 27px;
  background-color: #b3e8e8;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap05:after {
    bottom: -3.73333vw;
    left: calc(50% - 12.2666vw);
    width: 24.53333vw;
    height: 5.33333vw;
  }
}
.benefits-area01 .wrap06 {
  margin: 23px 45px 0 45px;
  padding: 20px 0 20px 0;
  background-color: #e9f7f6;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap06 {
    margin: 4.53333vw 9.06667vw 0 9.06667vw;
    padding: 4vw 0 4vw 0;
  }
}
.benefits-area01 .wrap07 {
  padding: 0 0 36px 0;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap07 {
    padding: 0 0 7.2vw 0;
  }
}
.benefits-area01 .wrap08 {
  padding: 88px 23px 33px 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap08 {
    padding: 17.6vw 4.53333vw 6.66667vw 0;
  }
}
.benefits-area01 .wrap09 {
  padding: 27px 24px 23px 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .wrap09 {
    padding: 5.33333vw 4.8vw 4.53333vw 4.8vw;
  }
}
.benefits-area01 .ttl01 {
  text-align: center;
}
.benefits-area01 .ttl01 img {
  width: 355px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .ttl01 img {
    width: 70.93333vw;
  }
}
.benefits-area01 .txt01 {
  display: block;
  padding: 0 0 49px 13px;
  font-weight: bold;
  font-size: 2.9rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt01 {
    padding: 0 0 9.86667vw 2.66667vw;
    font-size: 5.86667vw;
  }
}
.benefits-area01 .txt02 {
  display: inline-block;
  margin: 0 0 27px 0;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_12.png") 0 bottom repeat-x;
  background-size: 25px auto;
  color: #004831;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt02 {
    margin: 0 0 5.33333vw 0;
    background-size: 5.06667vw auto;
    font-size: 6.4vw;
  }
}
.benefits-area01 .txt03 {
  margin: 27px 0 0 0;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt03 {
    margin: 5.33333vw 0 0 0;
    font-size: 4.8vw;
  }
}
.benefits-area01 .txt04 {
  display: inline-block;
  margin: 0 -5px 0 0;
  font-size: 3.2rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt04 {
    margin: 0 -1.06667vw 0 0;
    font-size: 6.4vw;
  }
}
.benefits-area01 .txt05 {
  color: #004831;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt05 {
    font-size: 4.8vw;
  }
}
.benefits-area01 .txt06 {
  padding: 33px 0 24px 0;
  animation: benefits_blink01 2.0s infinite;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt06 {
    padding: 6.66667vw 0 4.8vw 0;
  }
}
.benefits-area01 .txt07 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.58;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt07 {
    font-size: 4.8vw;
  }
}
.benefits-area01 .txt08 {
  display: inline-block;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_12.png") 0 bottom repeat-x;
  background-size: 25px auto;
  color: #004831;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .txt08 {
    background-size: 5.06667vw auto;
    font-size: 6.4vw;
  }
}
.benefits-area01 .list01 {
  padding: 31px 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list01 {
    padding: 6.13333vw 3.2vw;
    font-size: 3.2vw;
  }
}
.benefits-area01 .list02 > .item {
  padding-left: 20px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list02 > .item {
    padding-left: 5.33333vw;
  }
}
.benefits-area01 .list02 > .item::before {
  top: 9px;
  left: 9px;
  width: 5px;
  height: 5px;
  background-color: #56635f;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list02 > .item::before {
    top: 1.86667vw;
    left: 1.86667vw;
    width: 1.06667vw;
    height: 1.06667vw;
  }
}
.benefits-area01 .list03 {
  margin-top: 4px !important;
  padding: 0 0 0 32px;
  text-align: left;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list03 {
    margin-top: 0.8vw !important;
    padding: 0 0 0 6.4vw;
    font-size: 4.8vw;
  }
}
.benefits-area01 .list03 > .item {
  padding-left: 27px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list03 > .item {
    padding-left: 5.33333vw;
  }
}
.benefits-area01 .list03 > .item:not(:first-child) {
  margin-top: -2px !important;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list03 > .item:not(:first-child) {
    margin-top: -0.53333vw !important;
  }
}
.benefits-area01 .list03 > .item::before {
  top: 16px;
  left: 9px;
  width: 5px;
  height: 5px;
  background-color: #56635f;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list03 > .item::before {
    top: 3.2vw;
    left: 1.86667vw;
    width: 1.06667vw;
    height: 1.06667vw;
  }
}
.benefits-area01 .list04Item01 {
  padding-bottom: 29px;
  padding-left: 84px;
  background-position: 0 center;
  background-size: 53px auto;
  background-repeat: no-repeat;
  letter-spacing: .05em;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list04Item01 {
    padding-bottom: 5.86667vw;
    padding-left: 16.8vw;
    background-size: 10.66667vw auto;
    font-size: 4.8vw;
  }
}
.benefits-area01 .list04Item01.-icon01 {
  padding-top: 7px;
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_12.png");
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list04Item01.-icon01 {
    padding-top: 1.33333vw;
  }
}
.benefits-area01 .list04Item01.-icon02 {
  padding-top: 39px;
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_13.png");
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list04Item01.-icon02 {
    padding-top: 7.73333vw;
  }
}
.benefits-area01 .list04Item01.-icon03 {
  padding-top: 32px;
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_14.png");
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list04Item01.-icon03 {
    padding-top: 6.4vw;
  }
}
.benefits-area01 .list04Item01.-icon04 {
  padding-top: 33px;
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_15.png");
}
@media screen and (max-width: 499px) {
  .benefits-area01 .list04Item01.-icon04 {
    padding-top: 6.66667vw;
  }
}
.benefits-area01 .list04Item01:not(:first-child) {
  border-top: 3px solid #d7f7ee;
}
.benefits-area01 .img01 {
  margin: 12px 0 0 0;
  width: 287px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img01 {
    margin: 2.4vw 0 0 0;
    width: 57.33333vw;
  }
}
.benefits-area01 .img02 {
  margin: 17px 0 0 0;
  width: 208px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img02 {
    margin: 3.46667vw 0 0 0;
    width: 41.6vw;
  }
}
.benefits-area01 .img03 {
  margin: 24px 0 0 0;
  width: 175px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img03 {
    margin: 4.8vw 0 0 0;
    width: 46.66667vw;
  }
}
.benefits-area01 .img04 {
  margin: 11px 0 0 0;
  width: 265px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img04 {
    margin: 2.13333vw 0 0 0;
    width: 53.06667vw;
  }
}
.benefits-area01 .img05 {
  width: 375px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img05 {
    width: 74.93333vw;
  }
}
.benefits-area01 .img06 {
  width: 391px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img06 {
    width: 78.13333vw;
  }
}
.benefits-area01 .img07 {
  width: 364px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img07 {
    width: 72.8vw;
  }
}
.benefits-area01 .img08 {
  width: 240px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img08 {
    width: 48vw;
  }
}
.benefits-area01 .img09 {
  width: 53px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img09 {
    width: 10.66667vw;
  }
}
.benefits-area01 .img10 {
  width: 64px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img10 {
    width: 12.8vw;
  }
}
.benefits-area01 .img11 {
  width: 51px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img11 {
    width: 10.13333vw;
  }
}
.benefits-area01 .img12 {
  width: 305px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .img12 {
    width: 61.06667vw;
  }
}
.benefits-area01 .icon01 {
  position: absolute;
  top: -52px;
  left: -44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 133px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .icon01 {
    top: -10.4vw;
    left: -8.8vw;
    width: 26.66667vw;
    height: 26.66667vw;
  }
}
.benefits-area01 .icon01::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_11.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  transform-origin: center;
  animation: benefits_rotate 10s linear infinite;
}
.benefits-area01 .icon01.-type01 {
  right: -44px;
  left: auto;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .icon01.-type01 {
    right: -8.8vw;
  }
}
.benefits-area01 .icon01 img {
  position: relative;
}
.benefits-area01 .link01 {
  margin: 8px 0 0 0;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .link01 {
    margin: 1.6vw 0 0 0;
  }
}
.benefits-area01 .link01 .icon-link01 {
  color: #141d1d;
  text-decoration: underline !important;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .link01 .icon-link01 {
    font-size: 4.8vw;
  }
}
.benefits-area01 .link01 .icon-link01 > .inner::after {
  left: 5px;
}
@media screen and (max-width: 499px) {
  .benefits-area01 .link01 .icon-link01 > .inner::after {
    left: 1.06667vw;
  }
}
@keyframes benefits_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes benefits_blink01 {
  0%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* ----------------------------------
advice-area01
---------------------------------- */
.advice-area01 {
  position: relative;
  z-index: 1;
  margin-top: 103px;
  padding: 52px 0 60px;
  border: 10px solid #c6de78;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 499px) {
  .advice-area01 {
    margin-top: 27.46667vw;
    padding: 10.4vw 0 12vw;
  }
}
.advice-area01:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 31px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_46.png") calc(50% + 1px) 0 no-repeat;
  background-size: 468px auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .advice-area01:before {
    top: -0.26667vw;
    height: 6.13333vw;
    background-position: calc(50% + .2666vw) 0;
    background-size: 93.6vw auto;
  }
}
.advice-area01:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 31px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_46.png") calc(50% + 1px) 0 no-repeat;
  background-size: 468px auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .advice-area01:after {
    bottom: -0.26667vw;
    height: 6.13333vw;
    background-position: calc(50% + .2666vw) 0;
    background-size: 93.6vw auto;
  }
}
.advice-area01 .frame01 {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .frame01 {
    padding: 0 2.4vw;
  }
}
.advice-area01 .frame01:nth-child(even) {
  flex-direction: row-reverse;
}
.advice-area01 .frame01.-type02 {
  margin-top: 33px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .frame01.-type02 {
    margin-top: 6.66667vw;
  }
}
.advice-area01 .frame01.-type03 {
  margin-top: 32px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .frame01.-type03 {
    margin-top: 6.4vw;
  }
}
.advice-area01 .frame01.-type04 {
  margin-top: 31px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .frame01.-type04 {
    margin-top: 6.13333vw;
  }
}
.advice-area01 .frame01.-type05 {
  margin-top: 33px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .frame01.-type05 {
    margin-top: 6.66667vw;
  }
}
.advice-area01 .img01 {
  position: relative;
  width: 109px;
  height: 120px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01 {
    width: 21.86667vw;
    height: 24vw;
  }
}
.advice-area01 .img01:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 80px;
  height: 24px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_47.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01:before {
    bottom: -4vw;
    width: 16vw;
    height: 4.8vw;
  }
}
.advice-area01 .img01.-type01 {
  padding: 5px 0 0 3px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type01 {
    padding: 1.06667vw 0 0 0.53333vw;
  }
}
.advice-area01 .img01.-type01:before {
  left: 0;
}
.advice-area01 .img01.-type01 img {
  width: 83px;
  animation: advice_jump01 2.2s infinite linear;
  animation-delay: 0ms;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type01 img {
    width: 16.53333vw;
    animation-name: advice_jump01_sp;
  }
}
.advice-area01 .img01.-type02 {
  padding: 8px 0 0 19px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type02 {
    padding: 1.6vw 0 0 3.73333vw;
  }
}
.advice-area01 .img01.-type02:before {
  bottom: -23px;
  left: 20px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type02:before {
    bottom: -4.53333vw;
    left: 4vw;
  }
}
.advice-area01 .img01.-type02 img {
  width: 79px;
  animation: advice_jump01 2.0s infinite linear;
  animation-delay: 900ms;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type02 img {
    width: 15.73333vw;
    animation-name: advice_jump01_sp;
  }
}
.advice-area01 .img01.-type03 {
  padding: 16px 0 0 4px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type03 {
    padding: 3.2vw 0 0 0.8vw;
  }
}
.advice-area01 .img01.-type03:before {
  left: 13px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type03:before {
    left: 2.66667vw;
  }
}
.advice-area01 .img01.-type03 img {
  width: 93px;
  animation: advice_jump01 2.1s infinite linear;
  animation-delay: 600ms;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type03 img {
    width: 18.66667vw;
    animation-name: advice_jump01_sp;
  }
}
.advice-area01 .img01.-type04 {
  padding: 5px 0 0 19px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type04 {
    padding: 1.06667vw 0 0 3.73333vw;
  }
}
.advice-area01 .img01.-type04:before {
  bottom: -23px;
  left: 20px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type04:before {
    bottom: -4.53333vw;
    left: 4vw;
  }
}
.advice-area01 .img01.-type04 img {
  width: 88px;
  animation: advice_jump01 2.2s infinite linear;
  animation-delay: 1200ms;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type04 img {
    width: 17.6vw;
    animation-name: advice_jump01_sp;
  }
}
.advice-area01 .img01.-type05 {
  padding: 0 0 0 13px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type05 {
    padding: 0 0 0 2.66667vw;
  }
}
.advice-area01 .img01.-type05:before {
  bottom: -19px;
  left: 9px;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type05:before {
    bottom: -3.73333vw;
    left: 1.86667vw;
  }
}
.advice-area01 .img01.-type05 img {
  width: 76px;
  animation: advice_jump01 2.3s infinite linear;
  animation-delay: 700ms;
}
@media screen and (max-width: 499px) {
  .advice-area01 .img01.-type05 img {
    width: 15.2vw;
    animation-name: advice_jump01_sp;
  }
}
.advice-area01 .txt01 {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 21px 16px;
  min-height: 99px;
  border-radius: 0 20px;
  background: #017a4f;
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 499px) {
  .advice-area01 .txt01 {
    padding: 4.26667vw 3.2vw;
    min-height: 19.73333vw;
    font-size: 3.73333vw;
  }
}
@keyframes advice_jump01 {
  0% {
    transform: translate(0, 0) scaleY(1) rotate(0deg);
  }
  2% {
    transform: translate(0, 3px) scaleY(0.9) rotate(0deg);
  }
  5% {
    transform: translate(0, -10px) scaleY(1) rotate(2deg);
  }
  8% {
    transform: translate(0, -30px) scaleY(1) rotate(4deg);
  }
  11% {
    transform: translate(0, -20px) scaleY(1) rotate(-2deg);
  }
  14% {
    transform: translate(0, 0) scaleY(1) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) scaleY(1) rotate(0deg);
  }
}
@keyframes advice_jump01_sp {
  0% {
    transform: translate(0, 0) scaleY(1) rotate(0deg);
  }
  2% {
    transform: translate(0, 0.8vw) scaleY(0.9) rotate(0deg);
  }
  5% {
    transform: translate(0, -2.6666vw) scaleY(1) rotate(2deg);
  }
  8% {
    transform: translate(0, -8vw) scaleY(1) rotate(4deg);
  }
  11% {
    transform: translate(), -5.3333vw scaleY(1) rotate(-2deg);
  }
  14% {
    transform: translate(0, 0) scaleY(1) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) scaleY(1) rotate(0deg);
  }
}
/* ----------------------------------
team-area01
---------------------------------- */
.team-area01 {
  padding: 0 0 53px 0;
  background-color: #141d1d;
  color: #ffffff;
}
@media screen and (max-width: 499px) {
  .team-area01 {
    padding: 0 0 10.66667vw 0;
  }
}
.team-area01 .head01 {
  padding: 48px 0 43px 0;
  text-align: center;
  letter-spacing: .15em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .team-area01 .head01 {
    padding: 9.6vw 0 8.53333vw 0;
  }
}
.team-area01 .head01 img {
  display: block;
  margin: 0 auto 8px auto;
}
@media screen and (max-width: 499px) {
  .team-area01 .head01 img {
    margin-bottom: 1.6vw;
    width: 70.93333vw;
  }
}
.team-area01 .head02 {
  padding: 11px 0 12px 44px;
  background: linear-gradient(90deg, #5d0412 0%, #772753 50%, #022d5f 100%);
  color: #ffffff;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 499px) {
  .team-area01 .head02 {
    padding: 2.13333vw 0 2.4vw 8.8vw;
    font-size: 6.4vw;
  }
}
.team-area01 .wrap01 {
  padding: 24px 44px 0 44px;
}
@media screen and (max-width: 499px) {
  .team-area01 .wrap01 {
    padding: 4.8vw 8.8vw 0 8.8vw;
  }
}
.team-area01 .wrap02 {
  padding: 47px 24px 40px 24px;
}
@media screen and (max-width: 499px) {
  .team-area01 .wrap02 {
    padding: 9.33333vw 4.8vw 8vw 4.8vw;
  }
}
.team-area01 .ttl01 {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.30;
}
@media screen and (max-width: 499px) {
  .team-area01 .ttl01 {
    margin-bottom: 2.4vw;
    font-size: 5.33333vw;
  }
}
.team-area01 .ttl01:before {
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  display: block;
  width: 60px;
  height: 24px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_06.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  opacity: .65;
}
@media screen and (max-width: 499px) {
  .team-area01 .ttl01:before {
    top: calc(50% - 2.1333vw);
    width: 12vw;
    height: 4.8vw;
  }
}
.team-area01 .ttl01:after {
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  display: block;
  width: 60px;
  height: 24px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_bg_06.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  opacity: .65;
}
@media screen and (max-width: 499px) {
  .team-area01 .ttl01:after {
    top: calc(50% - 2.1333vw);
    width: 12vw;
    height: 4.8vw;
  }
}
.team-area01 .txt01 {
  font-size: 3.7rem;
}
@media screen and (max-width: 499px) {
  .team-area01 .txt01 {
    font-size: 7.46667vw;
  }
}
.team-area01 .txt02 {
  display: inline-block;
  font-size: 4.3rem;
  transform: translate(3px, 0);
}
@media screen and (max-width: 499px) {
  .team-area01 .txt02 {
    font-size: 8.53333vw;
    transform: translate(0.5333vw, 0);
  }
}
.team-area01 .txt03 {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.62;
}
@media screen and (max-width: 499px) {
  .team-area01 .txt03 {
    font-size: 4.26667vw;
  }
}
.team-area01 .txt03 + .txt03 {
  margin-top: 36px;
}
@media screen and (max-width: 499px) {
  .team-area01 .txt03 + .txt03 {
    margin-top: 7.2vw;
  }
}
.team-area01 .img01 {
  width: 100%;
  height: auto;
}
.team-area01 .link01 {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 499px) {
  .team-area01 .link01 {
    margin: 6.4vw 0 0 0;
  }
}
.team-area01 .link01 .icon-blank01 {
  color: #ffffff;
  text-decoration: underline !important;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .team-area01 .link01 .icon-blank01 {
    font-size: 4.26667vw;
  }
}
/* ----------------------------------
detail-area
---------------------------------- */
.detail-area01 {
  padding: 118px 0 140px 0;
}
.detail-area01 .frame01 {
  position: relative;
  z-index: 0;
  margin: -15px 18px 0 18px;
  background-color: #ffffff;
}
.detail-area01 .head01 {
  padding: 15px 15px;
  background-color: #004831;
  color: #ffffff;
  font-weight: bold;
}
.detail-area01 .body01 {
  padding: 15px 15px;
}
.detail-area01 .ttl01 {
  position: relative;
  z-index: 1;
}
.detail-area01 .card-normal01 {
  margin: 48px 18px 0 18px;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05), 0 6px 8px rgba(20, 29, 29, 0.08);
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 16px 16px;
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 35px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 28px;
  height: 28px;
}
.detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 26px auto;
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 9px 15px 8px 15px;
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  display: none;
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 9px;
}
.detail-area01 .card-normal01 .list-circle01:not(:first-child) {
  margin-top: 3px;
}
.detail-area01 .card-normal01 .list-circle01 > .item:not(:first-child) {
  margin-top: 4px;
}
.detail-area01 .card-normal01 .list-circle01 > .item:before {
  top: .56em;
  width: 4px;
  height: 4px;
  background: #56635f;
}
/* ----------------------------------
fixed-area
---------------------------------- */
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 62px;
  background: #56635f;
}
/* 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: calc(50% - 4px);
  height: 48px;
  font-size: 2.1rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 499px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.73333vw;
  }
}
/* 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 .cmn-btn01 {
  padding-left: 10px;
}
.fixed-area01 .cmn-btn01:after {
  right: 12px;
}
.fixed-area01 .cmn-btn01 > .inner {
  padding-right: 10px;
  padding-bottom: 2px;
}
.fixed-area01 .cmn-btn02 {
  margin: 0 0 0 19px;
  font-size: 2.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .cmn-btn02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 499px) {
  .fixed-area01 .cmn-btn02 {
    font-size: 3.2vw;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .cmn-btn02 {
    margin: 0 0 0 3.73333vw;
  }
}
.fixed-area01 .cmn-btn02:after {
  right: 12px;
}
.fixed-area01 .cmn-btn02 > .inner {
  padding-right: 17px;
  line-height: 1.2;
}
@media screen and (min-width: 1201px) {
  .fixed-area01 {
    display: none !important;
  }
}
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;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100% - 120px);
  width: 540px;
  height: 100%;
  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;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal-area .modal-wrap02 {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 20px 20px 20px;
  height: 100%;
}
.modal-area .btnClose01 {
  appearance: none;
  position: absolute;
  top: -16px;
  right: -17px;
  z-index: 7;
  width: 34px;
  height: 34px;
  background: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_ico_16.png") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 499px) {
  .modal-area .btnClose01 {
    top: -4.26667vw;
    right: -3.2vw;
    width: 9.06667vw;
    height: 9.06667vw;
  }
}
.modal-area .slick-slide img {
  display: inline-block;
}
.modal-area .slick-dots {
  position: relative;
  margin-top: 24px;
}
@media screen and (max-width: 499px) {
  .modal-area .slick-dots {
    margin-top: 6.4vw;
  }
}
.modal-area .slick-dots li:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 499px) {
  .modal-area .slick-dots li:not(:first-child) {
    margin-left: 4.26667vw;
  }
}
.modal-area .slick-dots li.slick-active button {
  background-color: #e5edea;
}
.modal-area .slick-dots li.slick-active button:before {
  opacity: 1;
}
.modal-area .slick-dots li:nth-child(1) button:before {
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_59.png");
  background-size: 94px auto;
}
@media screen and (max-width: 499px) {
  .modal-area .slick-dots li:nth-child(1) button:before {
    background-size: 25.06667vw auto;
  }
}
.modal-area .slick-dots li:nth-child(2) button:before {
  background-image: url("/kojin/olive/special/olive-campaign/reject2025/imgs/index_img_60.png");
  background-size: 76px auto;
}
@media screen and (max-width: 499px) {
  .modal-area .slick-dots li:nth-child(2) button:before {
    background-size: 20.26667vw auto;
  }
}
.modal-area button {
  width: 140px;
  height: 32px;
  outline: 0 !important;
  border-radius: 4px;
}
@media screen and (max-width: 499px) {
  .modal-area button {
    width: 37.33333vw;
    height: 8.53333vw;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area button {
    width: 32vw;
  }
}
.modal-area button::before {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  opacity: .5;
}
.modal-area .txt01 {
  margin-top: 16px;
  text-align: left;
  font-size: 1.4rem;
}
.modal-area .txt01 + .txt01 {
  margin-top: 12px;
}
.modal-area .txt02 {
  margin-top: 12px;
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (min-height: 800px) {
  .modal-area .modal-frame {
    height: 620px;
  }
}
