@charset "shift_jis";
/* Updated 2026/09/01.T */
@font-face {
  font-family: "noto-sans";
  src: url("/kojin/special/fonts/NotoSansJP-Black.woff") format("woff");
  font-weight: 900;
}
/*-----------------------
general
------------------------*/
/* color */
._t-bolder {
  font-weight: 900;
}

._lh01 {
  line-height: 1;
}

._t-blue01 {
  color: #003894;
}

/* btn */
.btn-type01.-green01 {
  background: #004831;
}

.btn-type01.-orange01 {
  background: #FF5F04;
}

.btn-type01 > .inner,
.btn-type02 > .inner {
  min-height: 12.53333vw;
}
@media screen and (min-width: 500px) {
  .btn-type01 > .inner,
  .btn-type02 > .inner {
    min-height: 4.7rem;
  }
}

/* ttl */
.ttl {
  font-size: 7.46667vw;
}
@media screen and (min-width: 500px) {
  .ttl {
    font-size: 2.8rem;
  }
}
.ttl {
  font-family: "noto-sans-bold";
  text-align: center;
  color: #004831;
  margin-bottom: 2.66667vw;
}
@media screen and (min-width: 500px) {
  .ttl {
    margin-bottom: 1rem;
  }
}

#containment-area ._inner-molecule > :not([class*=list-notice]) {
  margin-top: 0;
}

/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}

#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-color: #FDCB00;
  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: flex;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/collab/bookoff202609/imgs/index_bg_01.jpg") center top no-repeat;
  background-size: cover;
  z-index: -5;
}

/*-----------------------
swiper
------------------------*/
.swiper-parent {
  position: relative;
  transition: height 300ms ease;
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  height: auto;
}

.swiper-slide > * {
  height: 100%;
}

.swiper-slide:not(.swiper-slide-active) {
  filter: blur(3px);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #003894;
  box-shadow: 0px -10px 12px 0px rgba(196, 215, 0, 0.3019607843);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FDCB00;
  mask: url(/kojin/cmn/imgs/ico_arrow_right_02.svg) center/30px auto no-repeat;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FDCB00;
  mask: url(/kojin/cmn/imgs/ico_arrow_right_02.svg) center/30px auto no-repeat;
}

.swiper-pagination-bullet-active {
  background: #003894;
}

.swiper-button-prev::before,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::after {
  background: rgba(0, 0, 0, 0.1176470588);
}

.swiper-button-prev {
  left: 0px !important;
  transform: rotate(-180deg);
}

.swiper-button-next {
  right: 0px !important;
  box-shadow: 0px 10px 12px 0px rgba(196, 215, 0, 0.3019607843);
}

.swiper-button-prev > svg,
.swiper-button-next > svg {
  display: none;
}

/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
}
.kv-area01 .wrap02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.26667vw;
}
@media screen and (min-width: 500px) {
  .kv-area01 .wrap02 {
    gap: 1.6rem;
  }
}
.kv-area01 .wrap02 {
  padding: 0vw 4.8vw 4.26667vw;
}
@media screen and (min-width: 500px) {
  .kv-area01 .wrap02 {
    padding: 0rem 1.8rem 1.6rem;
  }
}
.kv-area01 .btn-type01 {
  width: 100%;
  font-size: 5.33333vw;
}
@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: 55px;
  }
}

/*-----------------------
about-area01
------------------------*/
.about-area01 .imgWrap {
  background: #fff;
  margin-bottom: 8.26667vw;
}
@media screen and (min-width: 500px) {
  .about-area01 .imgWrap {
    margin-bottom: 3.1rem;
  }
}
.about-area01 [class*=card-normal].-noBorder {
  border: 0;
}
.about-area01 [class*=card-normal].-shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3019607843);
}
.about-area01 [class*=card-normal] .body.-bg01 {
  background: #fff7dd;
}
.about-area01 [class*=card-normal] {
  border-radius: 12px;
}
.about-area01 .card-normal02 > .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-area01 .card-normal02 > .inner > .body {
  flex: 1;
}
.about-area01 .card-normal02 > .inner > .header {
  background: #003894;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.about-area01 .card-normal02 > .inner > .header > .title > .inner {
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
  color: white;
}
.about-area01 .card-normal02 > .inner > .body {
  border-radius: 0 0 12px 12px;
}
.about-area01 .text-block02 {
  display: flex;
  align-items: center;
}
.about-area01 .text-block02 > .num {
  font-family: Roboto;
  font-weight: bold;
  font-size: 3.6rem;
  color: #003894;
}
.about-area01 .text-block02 > .txt {
  margin-left: 23px;
  letter-spacing: 0.13em;
  word-break: break-all;
}

/*-----------------------
flow-area01
------------------------*/
.flow-area01 {
  padding-top: 11.2vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 {
    padding-top: 4.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: 0vw 4.8vw 32vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 {
    margin: 0rem 1.8rem 12rem;
  }
}
.flow-area01 .frame01::after {
  position: absolute;
  bottom: -29.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01::after {
    bottom: -11rem;
  }
}
.flow-area01 .frame01::after {
  left: 50%;
  display: block;
  width: 36.86933vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01::after {
    width: 13.826rem;
  }
}
.flow-area01 .frame01::after {
  height: 18.42667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01::after {
    height: 6.91rem;
  }
}
.flow-area01 .frame01::after {
  background: linear-gradient(90deg, rgba(0, 56, 148, 0.8) 0%, rgba(0, 56, 148, 0.8) 50%, #003894 50%, #003894 100%);
  background-size: 100%;
  content: "";
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 38%, 50% 100%, 0 38%);
}
.flow-area01 .frame01 .inner01:not(:first-child) .head01 {
  position: relative;
  text-align: center;
  margin: 27.2vw 0vw 1.6vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01:not(:first-child) .head01 {
    margin: 10.2rem 0rem 0.6rem;
  }
}
.flow-area01 .frame01 .inner01:not(:first-child) .head01::before {
  position: absolute;
  top: -16.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01:not(:first-child) .head01::before {
    top: -6.3rem;
  }
}
.flow-area01 .frame01 .inner01:not(:first-child) .head01::before {
  left: 50%;
  content: "";
  display: block;
  width: 20.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01:not(:first-child) .head01::before {
    width: 7.8rem;
  }
}
.flow-area01 .frame01 .inner01:not(:first-child) .head01::before {
  height: 6.13333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01:not(:first-child) .head01::before {
    height: 2.3rem;
  }
}
.flow-area01 .frame01 .inner01:not(:first-child) .head01::before {
  background: #c6de78;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow-area01 .frame01 .inner01 .icon01 {
  display: inline-block;
  font-size: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .icon01 {
    font-size: 2rem;
  }
}
.flow-area01 .frame01 .inner01 .icon01 {
  font-weight: bold;
  font-family: "roboto-bold";
  line-height: 1;
  color: #fff;
  background-color: #004831;
  border-radius: 1.06667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .icon01 {
    border-radius: 0.4rem;
  }
}
.flow-area01 .frame01 .inner01 .icon01 {
  padding: 2.13333vw 2.66667vw 1.86667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .icon01 {
    padding: 0.8rem 1rem 0.7rem;
  }
}
.flow-area01 .frame01 .inner01 .ttl02 {
  font-size: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .ttl02 {
    font-size: 2rem;
  }
}
.flow-area01 .frame01 .inner01 .ttl02 {
  font-weight: bold;
  color: #004831;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .ttl02 {
    margin-bottom: 2.4rem;
  }
}
.flow-area01 .frame01 .inner01 .ttl02.-lg {
  font-size: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .ttl02.-lg {
    font-size: 2.4rem;
  }
}
.flow-area01 .frame01 .inner01 .ttl02 > .price {
  font-size: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .ttl02 > .price {
    font-size: 2.4rem;
  }
}
.flow-area01 .frame01 .inner01 .txt01 {
  font-size: 4.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .txt01 {
    font-size: 1.8rem;
  }
}
.flow-area01 .frame01 .inner01 .txt01 {
  font-weight: bold;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .txt01 {
    margin-bottom: 2.4rem;
  }
}
.flow-area01 .frame01 .inner01 .marker01 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #c6de78 60%);
}
.flow-area01 .frame01 .inner01 .btn-type01 {
  font-size: 5.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .btn-type01 {
    font-size: 2rem;
  }
}
.flow-area01 .frame01 .inner01 .btn-type01 {
  width: 100%;
  margin-top: 7.46667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .btn-type01 {
    margin-top: 2.8rem;
  }
}
.flow-area01 .frame01 .inner01 .point01 {
  position: relative;
  display: flex;
  max-width: 82.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01 {
    max-width: 31rem;
  }
}
.flow-area01 .frame01 .inner01 .point01 {
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01 {
    font-size: 1.4rem;
  }
}
.flow-area01 .frame01 .inner01 .point01 {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  align-items: center;
  background-color: #f4f8e5;
  border: 0.8vw solid #147a4f;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01 {
    border: 0.3rem solid #147a4f;
  }
}
.flow-area01 .frame01 .inner01 .point01 {
  margin: 8vw auto;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01 {
    margin: 3rem auto;
  }
}
.flow-area01 .frame01 .inner01 .point01 {
  padding: 2.66667vw 1.06667vw 4.8vw 1.6vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01 {
    padding: 1rem 0.4rem 1.8rem 0.6rem;
  }
}
.flow-area01 .frame01 .inner01 .point01 > .txt02 {
  display: inline;
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01 > .txt02 {
    font-size: 1.4rem;
  }
}
.flow-area01 .frame01 .inner01 .point01 > .txt02 {
  color: #017a4f;
}
.flow-area01 .frame01 .inner01 .point01::after {
  position: absolute;
  top: 6%;
  right: 0;
  content: "";
  display: block;
  width: 18.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01::after {
    width: 7rem;
  }
}
.flow-area01 .frame01 .inner01 .point01::after {
  height: 21.06667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .point01::after {
    height: 7.9rem;
  }
}
.flow-area01 .frame01 .inner01 .point01::after {
  background: url("/kojin/olive/special/campaign/collab/bookoff202609/imgs/index_ico_01.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.flow-area01 .frame01 .inner01 .list01 {
  display: flex;
  flex-direction: column;
  gap: 1.33333vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .list01 {
    gap: 0.5rem;
  }
}
.flow-area01 .frame01 .inner01 .list01 {
  text-align: left;
}
.flow-area01 .frame01 .inner01 .list01 > .item {
  position: relative;
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .list01 > .item {
    font-size: 1.2rem;
  }
}
.flow-area01 .frame01 .inner01 .list01 > .item {
  line-height: 1.4;
  color: #56635F;
  padding-left: calc(1em + 1.7%);
}
.flow-area01 .frame01 .inner01 .list01 > .item .mark {
  position: absolute;
  top: 0;
  left: 0;
}
.flow-area01 .frame01 .inner01 .linkWrap01 {
  margin-top: 6.4vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .linkWrap01 {
    margin-top: 2.4rem;
  }
}
.flow-area01 .frame01 .inner01 .linkWrap01 {
  text-align: center;
}
.flow-area01 .frame01 .inner01 .linkWrap01 .link {
  font-size: 4.26667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame01 .inner01 .linkWrap01 .link {
    font-size: 1.6rem;
  }
}
.flow-area01 .frame01 .inner01 .linkWrap01 .link {
  text-decoration: underline !important;
}
.flow-area01 .frame02 .img01 {
  margin-bottom: 2.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame02 .img01 {
    margin-bottom: 1rem;
  }
}
.flow-area01 .frame02 .list01 {
  display: flex;
  flex-direction: column;
  gap: 2.66667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame02 .list01 {
    gap: 1rem;
  }
}
.flow-area01 .frame02 .list01 {
  padding-inline: 4.8vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame02 .list01 {
    padding-inline: 1.8rem;
  }
}
.flow-area01 .frame02 .list01 {
  margin-bottom: 4.26667vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame02 .list01 {
    margin-bottom: 1.6rem;
  }
}
.flow-area01 .frame02 .list01 .item {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .flow-area01 .frame02 .list01 .item {
    font-size: 1.2rem;
  }
}

/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  padding: 10.66667vw 4.8vw 12.8vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 {
    padding: 4rem 1.8rem 4.8rem;
  }
}
.detail-area01 .table01 {
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 {
    font-size: 1.4rem;
  }
}
.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:not(:last-child) {
  border-bottom: 0.26667vw solid #d5dedb;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 tr:not(:last-child) {
    border-bottom: 0.1rem solid #d5dedb;
  }
}
.detail-area01 .table01 tr:last-child th {
  vertical-align: middle;
}
.detail-area01 .table01 th {
  width: 30%;
  font-weight: bold;
  color: #fff;
  background: #006444;
  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 td {
  padding: 4vw 4.26667vw 4.26667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 td {
    padding: 1.5rem 1.6rem 1.6rem;
  }
}
.detail-area01 .table01 td {
  background-color: #fff;
}
.detail-area01 .table01 .txt01 {
  margin-bottom: 1.06667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 .txt01 {
    margin-bottom: 0.4rem;
  }
}
.detail-area01 .table01 .list01 {
  display: flex;
  flex-direction: column;
  gap: 0.53333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 .list01 {
    gap: 0.2rem;
  }
}
.detail-area01 .table01 .list01 {
  text-align: left;
}
.detail-area01 .table01 .list01 > .item {
  position: relative;
  font-size: 3.73333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .table01 .list01 > .item {
    font-size: 1.4rem;
  }
}
.detail-area01 .table01 .list01 > .item {
  line-height: 1.4;
  padding-left: calc(1em + 1.7%);
}
.detail-area01 .table01 .list01 > .item .mark {
  position: absolute;
  top: 0;
  left: 0;
}
.detail-area01 .card-normal01 {
  border: 0;
  border-radius: 2.13333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 {
    border-radius: 0.8rem;
  }
}
.detail-area01 .card-normal01 .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 .card-normal01 .toggle-block01 > [role=tablist] > [role=tab]::after {
    background-size: 2.6rem auto;
  }
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 4.8vw 4.53333vw 5.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .header {
    padding: 1.8rem 1.7rem 2rem;
  }
}
.detail-area01 .card-normal01 > .inner > .header {
  border-radius: 2.66667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .header {
    border-radius: 1rem;
  }
}
.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: 4.8vw 4vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body {
    padding: 1.8rem 1.5rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 {
  display: flex;
  flex-direction: column;
  gap: 2.13333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 {
    gap: 0.8rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .ttl01 {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .ttl01 {
    font-size: 1.2rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .ttl01 {
  font-weight: bold;
  margin-bottom: 2.13333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .ttl01 {
    margin-bottom: 0.8rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 {
  padding-left: 2.4vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 {
    padding-left: 0.9rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item {
  position: relative;
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item {
    font-size: 1.2rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item {
  letter-spacing: 0.02667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item {
    letter-spacing: 0.01rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item {
  padding-left: 3.2vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item {
    padding-left: 1.2rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item::before {
  position: absolute;
  top: 1.86667vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item::before {
    top: 0.7rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item::before {
  left: 0;
  content: "";
  display: inline-block;
  width: 1.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item::before {
    width: 0.5rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item::before {
  height: 1.33333vw;
}
@media screen and (min-width: 500px) {
  .detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item::before {
    height: 0.5rem;
  }
}
.detail-area01 .card-normal01 > .inner > .body .wrap01 .inner01 .list02 > .item::before {
  background: #56635f;
  border-radius: 50%;
}
.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;
  }
}

/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: 25%;
  left: 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 {
  padding: 2px 0 4px 10px;
  background-color: #c6de78;
  color: #004831;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 4rem;
}
.menu-area01 .ttl01 img {
  width: 112px;
}
.menu-area01 .list01 {
  padding: 26px 3px 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: rgba(20, 29, 29, 0.3019607843);
  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% - 5px);
  left: 38px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #004831;
  content: "";
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #004831;
}
.menu-area01 a.is-current::before {
  opacity: 1;
}
@media screen and (max-width: 1330px) {
  .menu-area01 {
    left: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .menu-area01 {
    left: calc((100vw - 500px) / 4 - 110px);
    width: 220px;
  }
  .menu-area01 a {
    padding-left: 27px;
    font-size: 1.6rem;
  }
  .menu-area01 a::before {
    top: calc(50% - 5px);
    left: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .menu-area01 {
    top: 10%;
  }
}
@media screen and (max-height: 500px) {
  .menu-area01 {
    display: none !important;
  }
}

/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  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% - 4px);
  height: 40px;
}
.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 5.33333vw;
  }
}
@media screen and (min-width: 375px) and (min-width: 500px) {
  .fixed-area01 .wrap01 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 375px) {
  .fixed-area01 .btn-type01 {
    font-size: 1.2rem;
  }
  .fixed-area01 .btn02 {
    margin-left: 12px;
  }
}
@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/bookoff202609/imgs/index_txt_loading_01.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 {
  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 */