@charset "shift_jis";
/* Updated 2026/08/03.T */
/*-----------------------
general
------------------------*/
/* color */
._t-black01 {
  color: #000;
}

._t-gray04 {
  color: #56635f;
}

/* btn */
.btn-type01.-orange01 {
  background-color: #ff5f04;
  box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.25);
}

.btn-type01 > .inner {
  min-height: 12.53333vw;
}
@media screen and (min-width: 500px) {
  .btn-type01 > .inner {
    min-height: 4.7rem;
  }
}

.btn-type01 {
  position: relative;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.25) !important;
  z-index: 0;
}

.btn-type01:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(to bottom, #FAD766, #C2A752, #9F8C4D);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}

.main-area {
  position: relative;
}

#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;
}

.section-main {
  position: relative;
  margin: 0 auto;
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_bg_02.jpg") center 0;
  max-width: 500px;
  overflow: visible;
}
@media screen and (min-width: 500px) {
  .section-main {
    box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
  }
}

.section-mainInr {
  overflow: hidden;
}

.layout-bg01 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_bg_01.jpg");
  background-size: 1920px;
  background-position: center;
  z-index: -5;
}

.layout-bg02 {
  position: fixed;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 29%;
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_bg_03.jpg");
  background-size: 1920px;
  z-index: -4;
}

.layout-bg02.is-active {
  position: absolute;
  bottom: 0;
  height: 5%;
}

/*-----------------------
swiper
------------------------*/
.swiper-parent {
  position: relative;
  transition: height 300ms ease;
}
.swiper-parent .swiper {
  overflow: visible;
}
.swiper-parent .swiper-slide {
  position: relative;
  opacity: 0;
}
.swiper-parent .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.swiper-parent .swiper-slide.swiper-slide-visible:not(.swiper-slide-active) {
  margin-top: 3.2vw;
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-slide.swiper-slide-visible:not(.swiper-slide-active) {
    margin-top: 1.2rem;
  }
}
.swiper-parent .swiper-slide.swiper-slide-visible:not(.swiper-slide-active) {
  filter: blur(3px);
}
.swiper-parent .swiper-slide-active {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2.13333vw;
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-slide-active {
    border-radius: 0.8rem;
  }
}
.swiper-parent .swiper-button-prev,
.swiper-parent .swiper-button-next {
  position: absolute;
  top: calc(50% - 2.66667vw) !important;
  width: 13.33333vw;
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-button-prev,
  .swiper-parent .swiper-button-next {
    width: 5rem;
  }
}
.swiper-parent .swiper-button-prev,
.swiper-parent .swiper-button-next {
  height: 13.33333vw;
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-button-prev,
  .swiper-parent .swiper-button-next {
    height: 5rem;
  }
}
.swiper-parent .swiper-button-prev,
.swiper-parent .swiper-button-next {
  background: url(/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_ico_02.svg) center center/13px auto no-repeat, #000;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-button-prev,
  .swiper-parent .swiper-button-next {
    top: calc(50% - 1rem) !important;
  }
}
.swiper-parent .swiper-button-prev {
  left: 3.46667vw !important;
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-button-prev {
    left: 1.3rem !important;
  }
}
.swiper-parent .swiper-button-prev {
  transform: rotate(-180deg);
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-button-prev {
    left: 4.5rem !important;
  }
}
.swiper-parent .swiper-button-prev:hover::before {
  background: #000;
}
.swiper-parent .swiper-button-next {
  right: 3.46667vw !important;
}
@media screen and (min-width: 500px) {
  .swiper-parent .swiper-button-next {
    right: 4.5rem !important;
  }
}
.swiper-parent .swiper-button-next:hover::after {
  background: #000;
}
.swiper-parent .swiper-button-prev > svg,
.swiper-parent .swiper-button-next > svg {
  display: none;
}
.swiper-parent .swiper + .swiper-pagination {
  display: none;
}
.swiper-parent .swiper + .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  width: 10px;
  height: 10px;
}
.swiper-parent .swiper + .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
}
.kv-area01 .wrap02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.6vw;
  padding: 6.93333vw 4vw 7.73333vw;
}
@media screen and (min-width: 500px) {
  .kv-area01 .wrap02 {
    padding: 0 2rem 4.2rem;
    gap: 2.5rem;
  }
}
.kv-area01 .btn-type01 {
  width: 100%;
  font-size: 5.33333vw;
  padding: 1.46667vw 4vw;
}
@media screen and (min-width: 500px) {
  .kv-area01 .btn-type01 {
    padding: 0.55rem 1.5rem;
  }
}
@media screen and (min-width: 500px) {
  .kv-area01 .btn-type01 {
    font-size: 2.6rem;
  }
}
.kv-area01 .btn-type01 > .inner {
  min-height: 10.66667vw;
}
@media screen and (min-width: 500px) {
  .kv-area01 .btn-type01 > .inner {
    min-height: 5.5rem;
  }
}

/*-----------------------
about-area01
------------------------*/
.about-area01 .inner > .img {
  background: #fff;
}

.about-box01 {
  padding-top: 12.8vw;
}
@media screen and (min-width: 500px) {
  .about-box01 {
    padding-top: 4.8rem;
  }
}
.about-box01 .about-card01 {
  background: #fff;
  border-radius: 2.13333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 {
    border-radius: 0.8rem;
  }
}
.about-box01 .about-card01 {
  overflow: hidden;
}
.about-box01 .about-card01 > .inner {
  height: 130.66667vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 > .inner {
    height: 49rem;
  }
}
.about-box01 .about-card01 > .inner {
  min-height: 490px;
}
.about-box01 .about-card01 .header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.86667vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .header {
    font-size: 2.2rem;
  }
}
.about-box01 .about-card01 .header {
  font-weight: bold;
  text-align: center;
  min-height: 14.93333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .header {
    min-height: 5.6rem;
  }
}
.about-box01 .about-card01 .header {
  color: #fff;
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_bg_04.jpg");
  background-size: 13.33333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .header {
    background-size: 5rem;
  }
}
.about-box01 .about-card01 .header.-h01 {
  height: 21.86667vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .header.-h01 {
    height: 8.2rem;
  }
}
.about-box01 .about-card01 .header.-h01 {
  line-height: 1.3;
}
.about-box01 .about-card01 .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0vw 4.8vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body {
    padding: 0rem 1.8rem;
  }
}
.about-box01 .about-card01 .body.-style01 {
  padding-top: 6.4vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body.-style01 {
    padding-top: 2.4rem;
  }
}
.about-box01 .about-card01 .body .img01 {
  padding-top: 14.13333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .img01 {
    padding-top: 5.3rem;
  }
}
.about-box01 .about-card01 .body .img01 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .img01 {
    margin-bottom: 3rem;
  }
}
.about-box01 .about-card01 .body .img01.-style {
  padding-top: 9.6vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .img01.-style {
    padding-top: 3.6rem;
  }
}
.about-box01 .about-card01 .body .img01.-style {
  width: 57.6vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .img01.-style {
    width: 21.6rem;
  }
}
.about-box01 .about-card01 .body .img02 {
  padding-top: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .img02 {
    padding-top: 2rem;
  }
}
.about-box01 .about-card01 .body .ttl01 {
  font-size: 5.86667vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .ttl01 {
    font-size: 2.2rem;
  }
}
.about-box01 .about-card01 .body .ttl01 {
  text-align: center;
  font-family: "noto-sans-bold";
  line-height: 1.2;
  color: #1C3D92;
  padding-top: 4.26667vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .ttl01 {
    padding-top: 1.6rem;
  }
}
.about-box01 .about-card01 .body .ttl01 {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .ttl01 {
    margin-bottom: 1.2rem;
  }
}
.about-box01 .about-card01 .body .txt01 {
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .txt01 {
    font-size: 1.4rem;
  }
}
.about-box01 .about-card01 .body .txt01 {
  margin-bottom: 2.13333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .txt01 {
    margin-bottom: 0.8rem;
  }
}
.about-box01 .about-card01 .body .txt02 {
  font-size: 4.26667vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .txt02 {
    font-size: 1.6rem;
  }
}
.about-box01 .about-card01 .body .txt02 {
  text-align: center;
  line-height: 1.4;
}
.about-box01 .about-card01 .body .txt02 .fs {
  font-size: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .txt02 .fs {
    font-size: 2rem;
  }
}
.about-box01 .about-card01 .body .txt02 .color01 {
  color: blue;
}
.about-box01 .about-card01 .body .txt02 .color02 {
  color: orange;
}
.about-box01 .about-card01 .body .txt04 {
  text-align: center;
  line-height: 1.3;
  margin-block: 2.93333vw 3.73333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .txt04 {
    margin-block: 1.1rem 1.4rem;
  }
}
.about-box01 .about-card01 .body .cmn-frame01 {
  width: 100%;
  background: #FFF7DD;
  padding: 3.2vw 3.73333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .body .cmn-frame01 {
    padding: 1.2rem 1.4rem;
  }
}
.about-box01 .about-card01 .list-notice01 > .item {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .list-notice01 > .item {
    font-size: 1.2rem;
  }
}
.about-box01 .about-card01 .list-notice01 > .item {
  padding-left: calc(1em + 0.53333vw);
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .list-notice01 > .item {
    padding-left: calc(1em + 0.2rem);
  }
}
.about-box01 .about-card01 .list-notice01 > .item:not(:first-child) {
  margin-top: 0.53333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .list-notice01 > .item:not(:first-child) {
    margin-top: 0.2rem;
  }
}
.about-box01 .about-card01 .list-notice02 > .item {
  letter-spacing: -0.02667vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .list-notice02 > .item {
    letter-spacing: -0.01rem;
  }
}
.about-box01 .about-card01 .list-notice02 > .item {
  padding-left: 6.4vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .list-notice02 > .item {
    padding-left: 2.4rem;
  }
}
.about-box01 .about-card01 .list-notice02 > .item:not(:first-child) {
  margin-top: -1.33333vw;
}
@media screen and (min-width: 500px) {
  .about-box01 .about-card01 .list-notice02 > .item:not(:first-child) {
    margin-top: -0.5rem;
  }
}
.about-box01 .about-card01 .list-notice02 > .item .mark {
  width: -moz-fit-content;
  width: fit-content;
}
.about-box01 .about-card01 .list-notice03 > .item {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

/*-----------------------
flow-area01
------------------------*/
.flow-area01 {
  padding: 12.53333vw 0vw 0vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 {
    padding: 4.7rem 0rem 0rem;
  }
}
.flow-area01 .wrap {
  padding: 0vw 4.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .wrap {
    padding: 0rem 1.8rem;
  }
}
.flow-area01 .text-mark01 {
  background: linear-gradient(transparent 60%, #E8D18B 60%);
}
.flow-area01 .list-notice01 {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .list-notice01 {
    font-size: 1.2rem;
  }
}
.flow-area01 .list-notice01 {
  text-align: left;
  margin-top: 6.66667vw !important;
}
@media screen and (min-width: 500px) {
  .flow-area01 .list-notice01 {
    margin-top: 2.4rem !important;
  }
}
.flow-area01 .list-notice01 > .item {
  line-height: 1.5;
  padding-left: calc(1em - 0.53333vw);
}
@media screen and (min-width: 500px) {
  .flow-area01 .list-notice01 > .item {
    padding-left: calc(1em + 0rem);
  }
}
.flow-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 1.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .list-notice01 > .item:not(:first-child) {
    margin-top: 0.5rem;
  }
}
.flow-area01 .list-notice01 > .item .mark {
  left: -0.53333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .list-notice01 > .item .mark {
    left: -0.2rem;
  }
}
.flow-area01 .list-notice01 > .item .mark {
  width: -moz-fit-content;
  width: fit-content;
}
.flow-area01 .ttl02 {
  font-size: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .ttl02 {
    font-size: 2rem;
  }
}
.flow-area01 .ttl02.-lg {
  font-size: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .ttl02.-lg {
    font-size: 2.4rem;
  }
}
.flow-area01 .ttl02 > .price {
  font-size: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .ttl02 > .price {
    font-size: 2.4rem;
  }
}
.flow-area01 .txt {
  font-size: 4.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .txt {
    font-size: 1.8rem;
  }
}
.flow-area01 .txt {
  margin-top: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .txt {
    margin-top: 2rem;
  }
}
.flow-area01 .txt.-blue {
  color: #1C3D92;
  margin-top: 6.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .txt.-blue {
    margin-top: 2.5rem;
  }
}
.flow-area01 .btn-type01 {
  font-size: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .btn-type01 {
    font-size: 2rem;
  }
}
.flow-area01 .btn-type01 {
  width: 100%;
  margin-top: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .btn-type01 {
    margin-top: 2rem;
  }
}
.flow-area01 .frame01 {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 3.2vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 {
    border-radius: 1.2rem;
  }
}
.flow-area01 .frame01 {
  padding: 10.4vw 5.33333vw 14.93333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 {
    padding: 3.9rem 2rem 5.6rem;
  }
}
.flow-area01 .frame01 {
  margin-bottom: 30.13333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 {
    margin-bottom: 11.3rem;
  }
}
.flow-area01 .frame01::after {
  position: absolute;
  bottom: -30.13333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01::after {
    bottom: -11.3rem;
  }
}
.flow-area01 .frame01::after {
  left: 0;
  display: block;
  width: 100%;
  height: 18.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01::after {
    height: 7rem;
  }
}
.flow-area01 .frame01::after {
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_ico_01.svg") center 0 no-repeat;
  background-size: 37.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01::after {
    background-size: 14rem;
  }
}
.flow-area01 .frame01::after {
  content: "";
}
.flow-area01 .frame01 .linkWrap01 {
  margin-top: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .linkWrap01 {
    margin-top: 2.4rem;
  }
}
.flow-area01 .frame01 .linkWrap01 {
  text-align: center;
}
.flow-area01 .frame01 .link {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .link {
    font-size: 1.2rem;
  }
}
.flow-area01 .block01 {
  position: relative;
  display: flex;
  max-width: 82.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01 {
    max-width: 31rem;
  }
}
.flow-area01 .block01 {
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01 {
    font-size: 1.4rem;
  }
}
.flow-area01 .block01 {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  align-items: center;
  color: #B71009;
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_bg_02.jpg") center 0;
  border: 0.8vw solid #1C3D92;
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01 {
    border: 0.3rem solid #1C3D92;
  }
}
.flow-area01 .block01 {
  margin: 8vw 0.53333vw 0vw 1.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01 {
    margin: 3rem 0.2rem 0rem 0.5rem;
  }
}
.flow-area01 .block01 {
  padding: 2.93333vw 1.06667vw 4.8vw 2.13333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01 {
    padding: 1.1rem 0.4rem 1.8rem 0.8rem;
  }
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01 {
    margin-inline: auto;
  }
}
.flow-area01 .block01 p {
  display: inline;
}
.flow-area01 .block01::after {
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
  content: "";
  display: block;
  width: 18.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01::after {
    width: 7rem;
  }
}
.flow-area01 .block01::after {
  height: 21.06667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .block01::after {
    height: 7.9rem;
  }
}
.flow-area01 .block01::after {
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_img_01.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.flow-area01 .head01 {
  position: relative;
  text-align: center;
  margin: 26.93333vw 0vw 1.38667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .head01 {
    margin: 10.1rem 0rem 0.52rem;
  }
}
.flow-area01 .head01::before {
  position: absolute;
  top: -16.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .head01::before {
    top: -6.3rem;
  }
}
.flow-area01 .head01::before {
  left: 50%;
  content: "";
  display: block;
  width: 20.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .head01::before {
    width: 7.8rem;
  }
}
.flow-area01 .head01::before {
  height: 6.13333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .head01::before {
    height: 2.3rem;
  }
}
.flow-area01 .head01::before {
  background: #E8D18B;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow-area01 .head01.-type01 {
  margin-top: 0;
}
.flow-area01 .head01.-type01::before {
  display: none;
}
.flow-area01 .ttl01 {
  margin-bottom: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .ttl01 {
    margin-bottom: 2rem;
  }
}
.flow-area01 .icon01 {
  display: inline-block;
  font-size: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .icon01 {
    font-size: 2rem;
  }
}
.flow-area01 .icon01 {
  font-weight: bold;
  font-family: "roboto-bold";
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 1.06667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .icon01 {
    border-radius: 0.4rem;
  }
}
.flow-area01 .icon01 {
  padding: 2.13333vw 2.66667vw 1.86667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .icon01 {
    padding: 0.8rem 1rem 0.7rem;
  }
}

/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  padding: 12.53333vw 4.8vw 12.8vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 {
    padding: 4.7rem 1.8rem 4.8rem;
  }
}
.detail-area01 .ttl01 {
  font-size: 6.4vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .ttl01 {
    font-size: 2.4rem;
  }
}
.detail-area01 .ttl01 {
  font-weight: bold;
  text-align: center;
  line-height: 0.34667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .ttl01 {
    line-height: 0.13rem;
  }
}
.detail-area01 .ttl01 {
  color: #004831;
}
.detail-area01 .list-notice01 {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .list-notice01 {
    font-size: 1.2rem;
  }
}
.detail-area01 .list-notice01 .item {
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .list-notice01 .item {
    font-size: 1.4rem;
  }
}
.detail-area01 .list-notice01 .item.-fs {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .list-notice01 .item.-fs {
    font-size: 1.2rem;
  }
}
.detail-area01 .table01 {
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 {
    font-size: 1.4rem;
  }
}
.detail-area01 .table01 {
  margin-top: 5.06667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 {
    margin-top: 1.9rem;
  }
}
.detail-area01 .table01 {
  border-radius: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 {
    border-radius: 1.2rem;
  }
}
.detail-area01 .table01 {
  overflow: hidden;
}
.detail-area01 .table01 tr:last-child th {
  border-bottom: 0;
}
.detail-area01 .table01 tr:last-child td {
  border-bottom: 0;
}
.detail-area01 .table01 th {
  padding: 4vw 2.66667vw 4vw 4.26667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 th {
    padding: 1.5rem 1rem 1.5rem 1.6rem;
  }
}
.detail-area01 .table01 th {
  width: 30%;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-bottom: solid 0.26667vw #d5dedb;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 th {
    border-bottom: solid 0.1rem #d5dedb;
  }
}
.detail-area01 .table01 td {
  padding: 2.66667vw 4.26667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 td {
    padding: 1rem 1.6rem;
  }
}
.detail-area01 .table01 td {
  vertical-align: middle;
  background-color: #fff;
  border-bottom: solid 0.26667vw #d5dedb;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 td {
    border-bottom: solid 0.1rem #d5dedb;
  }
}
.detail-area01 .table01 td.-pd {
  padding: 5.33333vw 4.26667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 td.-pd {
    padding: 2rem 1.6rem;
  }
}
.detail-area01 .table01 td.-pd02 {
  padding: 2.66667vw 4.26667vw 5.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 td.-pd02 {
    padding: 1rem 1.6rem 2rem;
  }
}
.detail-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 0.53333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .list-notice01 > .item:not(:first-child) {
    margin-top: 0.2rem;
  }
}
.detail-area01 .card-normal01 {
  margin-top: 8vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 {
    margin-top: 3rem;
  }
}
.detail-area01 .card-normal01 {
  border: 0;
}
.detail-area01 .card-normal01 .txt01 {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .txt01 {
    font-size: 1.2rem;
  }
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 5.06667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .header {
    padding: 1.9rem;
  }
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 4.26667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .header > .title {
    font-size: 1.6rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 6.66667vw 4.8vw 4.26667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body {
    padding: 2.5rem 1.8rem 1.6rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 .list-circle01 {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01 {
    font-size: 1.2rem;
  }
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 2.13333vw 0vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01 {
    margin: 0.8rem 0rem;
  }
}
.detail-area01 .card-normal01 .list-circle01 {
  padding: 0vw 0vw 0vw 2.4vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01 {
    padding: 0rem 0rem 0rem 0.9rem;
  }
}
.detail-area01 .card-normal01 .list-circle01.-mb {
  margin-bottom: 1.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01.-mb {
    margin-bottom: 0.5rem;
  }
}
.detail-area01 .card-normal01 .list-circle01:not(:first-child) {
  margin-top: 1.06667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01:not(:first-child) {
    margin-top: 0.4rem;
  }
}
.detail-area01 .card-normal01 .list-circle01 > .item.-ls {
  letter-spacing: 0.02667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01 > .item.-ls {
    letter-spacing: 0.01rem;
  }
}
.detail-area01 .card-normal01 .list-circle01 > .item:not(:first-child) {
  margin-top: 0.8vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01 > .item:not(:first-child) {
    margin-top: 0.3rem;
  }
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  top: 0.56em;
  width: 1.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01 > .item::before {
    width: 0.5rem;
  }
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  height: 1.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 .list-circle01 > .item::before {
    height: 0.5rem;
  }
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  background: #56635f;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 9.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
    padding-left: 3.5rem;
  }
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 7.46667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
    width: 2.8rem;
  }
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  height: 7.46667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
    height: 2.8rem;
  }
}
.detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 6.93333vw auto;
}
@media screen and (min-width: 500px) {
  .detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
    background-size: 2.6rem auto;
  }
}

/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: 25%;
  right: calc((100vw - 500px) / 4 - 175px);
  z-index: 2;
  overflow: hidden;
  width: 330px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 1px 1px rgba(20, 29, 29, 0.2);
  transition: all 0.25s ease-out;
}
.menu-area01 .ttl01 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_bg_04.jpg") center 0;
  background-size: 50px;
  padding: 2px 0 4px 10px;
}
.menu-area01 .list01 {
  padding: 26px 0 41px;
}
.menu-area01 li:not(:first-child) {
  margin-top: 12px;
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 7px 0 7px 60px;
  border-radius: 100px;
  color: #56635F;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 a::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 38px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #1C3D92;
  content: "";
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #1C3D92;
}
.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;
  }
}

.logo-area01 {
  position: fixed;
  top: 35%;
  left: calc((100vw - 500px) / 4 - 163px);
  z-index: 2;
  overflow: hidden;
  width: 340px;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1400px) {
  .logo-area01 {
    width: 280px;
  }
}
@media screen and (max-width: 1300px) {
  .logo-area01 {
    left: 10px;
    width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .logo-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 500px) {
  .logo-area01 {
    display: none !important;
  }
}

/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  z-index: 3;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.26667vw;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.fixed-area01 .btn-type01 {
  font-size: 3.2vw;
  width: calc(50% - 2px);
  height: 44px;
}
.fixed-area01 .btn-type01 > .inner {
  line-height: 1.3;
  min-height: 100%;
}
.fixed-area01 .btn02 {
  margin-left: 3.73333vw;
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .fixed-area01 .wrap01 {
    padding: 0vw 4.8vw;
  }
}
@media screen and (min-width: 375px) and (min-width: 500px) {
  .fixed-area01 .wrap01 {
    padding: 0rem 1.8rem;
  }
}
@media screen and (min-width: 375px) {
  .fixed-area01 .btn-type01 {
    font-size: 1.6rem;
  }
  .fixed-area01 .btn02 {
    margin-left: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 .wrap01 {
    justify-content: center;
    height: 62px;
  }
  .fixed-area01 .btn-type01 {
    width: 360px;
    font-size: 1.4rem;
  }
  .fixed-area01 .btn02 {
    margin-left: 40px;
  }
}

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: calc(100% - 9.6vw);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
@media print, screen and (min-width: 768px) {
  .modal-area .modal-frame {
    width: 960px;
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 16px;
  width: 100%;
  height: 50%;
}
@media print, screen and (min-width: 768px) {
  .modal-area .modal-wrap01 {
    padding: 24px 30px;
  }
}
.modal-area .modal-wrap01 .linkWrap01 {
  margin-top: 24px;
  text-align: center;
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 6.4vw;
}
@media screen and (min-width: 375px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .modal-area .ttl01 {
    font-size: 2.8rem;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 6.13333vw;
  height: 60vh;
  background: url("/kojin/olive/special/campaign/collab/kurasushi202608/imgs/index_txt_loading01.svg") center center no-repeat;
}
@media print, screen and (min-width: 768px) {
  .modal-area .formWrap01 {
    margin-top: 24px;
  }
}
.modal-area .formWrap01 iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-area .btnClose01 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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 #fff;
}/*# sourceMappingURL=index.css.map */