@charset "shift_jis";
/* Updated 2025/12/29.T */
/*********************************************
font
*********************************************/
@font-face {
  font-family: "noto-sans-black";
  src: url("/kojin/special/fonts/NotoSansJP-Black.woff") format("woff");
}
.t-boldBlack {
  font-family: "noto-sans-black";
  font-weight: 900;
}
/*********************************************
common
*********************************************/
#containment-area {
  margin-bottom: 0;
}
#footer-content {
  margin-top: 0;
}
body {
  min-width: auto;
}
sup {
  font-size: 1.0rem;
}
#footer-area {
  position: relative;
}
#footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
  padding-bottom: 120px;
}
._lh01 {
  line-height: 1 !important;
}
.bg-green01 {
  background: #004831;
}
.bg-white01 {
  background: #F9F8F3;
}
.bg-beige01 {
  background: #F1ECD4;
}
[class^="sec-wrap"] > .inner {
  padding: 0 16px;
}
[class^="sec-ttl"] {
  position: relative;
  font-weight: 700;
  text-align: center;
}
[class^="sec-ttl"] > .lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
[class^="sec-ttl"] > .main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec-ttl02 {
  padding-top: 20px;
  letter-spacing: .08em;
}
.sec-ttl02:not(.-present)::after {
  display: inline-block;
  width: 29px;
  height: 3px;
  background: #A89346;
  border-radius: 24px;
  content: "";
  transform: translate(0px, -4px);
}
.bg-green01 .sec-ttl02:not(.-present)::after {
  background: #FFFFFF;
}
.sec-ttl02 > .lead {
  position: absolute;
  top: -1.21em;
  left: 50%;
  min-height: 2.40em;
  padding: .25em 1.7em;
  background: #A89346;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 1.4rem;
  white-space: nowrap;
  transform: translateX(-50%);
}
.sec-ttl02 > .lead::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.5em;
  width: 30px;
  margin: auto;
  border-style: solid;
  border-color: #A89346 rgb(255 255 255 / 0);
  border-width: 15px 15px 0;
  content:"";
}
.sec-ttl02 > .main {
  color: #004831;
  font-size: 2.4rem;
}
.sec-ttl02 > .main.-small {
  font-size: 2.2rem;
}
.sec-ttl02 > .main > .inner::before,
.sec-ttl02 > .main > .inner::after {
  display: inline-block;
  color: #A89346;
  font-size: 3.2rem;
  transform: translate(0px, 4px);
}
.sec-ttl02 > .main > .inner::before {
  margin-right: 10px;
  content: "\201C";
}
.sec-ttl02 > .main > .inner::after {
  margin-left: 10px;
  content: "\201D";
}
.sec-ttl02 > .main > .inner > .num01 {
  color: #004831;
  font-size: 1.63637em;
  line-height: 1.35;
}
.bg-green01 .sec-ttl02 > .main,
.bg-green01 .sec-ttl02 > .main > .inner::before,
.bg-green01 .sec-ttl02 > .main > .inner::after {
  color: #FFFFFF;
}
.icon-link01._t-white01 > .inner::after {
  left: 4px;
  background-image: url(/kojin/cmn/imgs/ico_arrow_right_02.svg);
}
.icon-link01.-bottom:not([class*=btn-type]):not(.card-tile02):not(.card-tile04)>.inner {
  padding-left: 0;
}
.icon-link01.-bottom:not([class*=btn-type])>.inner::after {
  position: relative;
  top: auto;
  left: 4px;
  vertical-align: middle;
}
.btn-type01.-offers01 {
  letter-spacing: .04em;
}
.btn-type01.-ls0 {
  letter-spacing: 0;
}
.btn-type01.-orange01 {
  background: #EE7800;
}
.btn-type01.-beige01 {
  background: #F1ECD4;
}
[class*=glyph-][class*=btn-type].-right > .inner::before {
  top: calc(50% - (1.375em / 2));
  left: auto;
  right: 1em;
}
.t-gray01 {
  color: #56635F;
}
.t-brown01 {
  color: #A89346;
}
.toggle-wrap01 {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5DEDB;
  border-radius: 8px;
}
.toggle-wrap01 > .inner > .btn01 {
  position: relative;
  padding: 10px 2em;
  color: #56635F;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  transition: background-color .3s ease-out;
}
.toggle-wrap01 > .inner > .btn01 > * {
  font-weight: 700;
}
.toggle-wrap01 > .inner > .btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (1.65em / 2));
  right: calc(10px - .2em);
  width: 1.65em;
  height: 1.65em;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) 0 0 / cover no-repeat;
  transform: rotate(90deg);
}
.toggle-wrap01 > .inner > .btn01[aria-selected=true]::after {
  transform: rotate(-90deg);
}
.toggle-wrap01 > .inner > .body01 {
  padding: 16px;
  border-top: 1px solid #D5DEDB;
}
.dtl-list01 {
  color: #141D1D;
  font-size: 1.4rem;
}
.dtl-list01 > :not(:first-child) {
  margin-top: 16px;
}
.dtl-list01 > .ttl01 {
  padding: 4px;
  background: #E5EDEA;
  color: #004831;
  font-weight: 700;
  text-align: center;
}
#content-area .dtl-list01 > .body01 > :not(:first-child) {
  margin-top: 16px;
}
.list-circle01.-offers > .item::before {
  width: 4px;
  height: 4px;
  top: calc((1.5em - 4px) / 2);
  left: .357em;
}
.list-circle01.-dark01 > .item::before,
.list-circle01 > .item.-dark01::before {
  background: #56635F;
}
/*********************************************
section-mainInr
*********************************************/
.section-main {
  background: #f1ecd4;
}
.section-mainInr {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: #F4EBDA;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .section-mainInr {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  }
}
.section-main .section-mainInr {
  overflow: hidden;
}
/*********************************************
kv
*********************************************/
.kv-area01 {
  padding: 0 0 46px 0;
  background-color: #f9f8f3;
  text-align: center;
}
.kv-area01 .ttl01 {
  margin: 0 0 -11px 0;
}
.kv-area01 .txt01 {
  position: relative;
  display: inline-block;
  color: #004831;
  letter-spacing: .04em;
  font-size: 1.4rem;
}
.kv-area01 .txt01:before {
  position: absolute;
  top: 50%;
  left: -12px;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #004831;
  content: "";
  transform: translate(0, -58%) rotate(-40deg);
}
.kv-area01 .txt01:after {
  position: absolute;
  top: 50%;
  right: -13px;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #004831;
  content: "";
  transform: translate(0, -58%) rotate(40deg);
}
.kv-area01 .btn01 {
  padding: 5px 16px 0 16px;
}
.kv-area01 .btn-type01 {
  letter-spacing: 0;
  font-size: 1.8rem;
}
.kv-area01 .btn-type01 > .inner {
  min-height: 45px;
}
/*********************************************
intro
*********************************************/
.intro-area01 {
  padding: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .intro-area01 {
    padding: 4vw 0 0 0;
  }
}
.intro-area01 .block01 {
  padding: 65px 0 104px 0;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_02.png") 0 0 no-repeat;
  background-size: 100% auto;
  font-weight: bold;
}
@media screen and (max-width: 499px) {
  .intro-area01 .block01 {
    padding: 13.06667vw 0 20.8vw 0;
  }
}
.intro-area01 .txt01 {
  display: inline-block;
  margin: 0 0 9px 0;
  padding: 7px 18px;
  border-radius: 100px;
  background-color: #004831;
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .intro-area01 .txt01 {
    margin: 0 0 2.4vw 0;
    padding: 1.86667vw 4.8vw;
    font-size: 4.26667vw;
  }
}
.intro-area01 .txt02 {
  padding: 0 0 8px 0;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_01.png") 0 bottom repeat-x;
  background-size: 7px auto;
  box-decoration-break: clone;
  color: #004831;
  letter-spacing: .04em;
  font-size: 2.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 499px) {
  .intro-area01 .txt02 {
    padding: 0 0 1.6vw 0;
    font-size: 5.33333vw;
  }
}
.intro-area01 .num01 {
  display: inline-block;
  margin: 0 8px 0 0;
  letter-spacing: .02em;
  font-weight: 900;
  font-size: 3.2rem;
  font-family: "roboto";
  line-height: 2;
  transform: translate(7px, 3px);
}
@media screen and (max-width: 499px) {
  .intro-area01 .num01 {
    margin: 0 2.13333vw 0 0;
    font-size: 6.4vw;
    transform: translate(1.33vw, 0.53vw);
  }
}
.intro-area02 {
  padding: 22px 16px 0 16px;
  text-align: center;
}
.intro-area02 .ttl01 {
  padding: 40px 0 15px 0;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_ico_06.png") center 0 no-repeat;
  background-size: 33px auto;
  color: #004831;
  letter-spacing: .04em;
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "noto-sans-black";
}
.intro-area02 .ttl01Inr01 {
  position: relative;
  display: inline-block;
}
.intro-area02 .ttl01Inr01:before {
  position: absolute;
  top: 6px;
  left: -45px;
  display: block;
  width: 28px;
  height: 55px;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_03.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.intro-area02 .ttl01Inr01:after {
  position: absolute;
  top: 6px;
  right: -45px;
  display: block;
  width: 28px;
  height: 55px;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_04.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.intro-area02 .txt01 {
  color: #004831;
  letter-spacing: .04em;
}
.intro-area02 .btn01 {
  padding: 9px 0 0 0;
}
.intro-area02 .btn01 .btn-type01 {
  padding-right: 3.0em;
  padding-left: 2em;
  letter-spacing: 0;
}
.intro-area02 .btn01 .btn-type01 > .inner {
  min-height: 40px;
}
.intro-area02 .list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  gap: 15px 16px;
}
.intro-area02 .frame01 {
  position: relative;
  display: block;
  padding: 22px 0 0 0;
  min-height: 139px;
  width: 100%;
  border-radius: 4px;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_ico_07.svg") center calc(100% - 12px) no-repeat;
  background-color: #f9f8f3;
  box-shadow: 0 6px 12px rgba(20, 29, 29, 0.05);
  text-decoration: none;
  letter-spacing: .04em;
  font-family: "noto-sans-black";
}
.intro-area02 .frame01.-size01 {
  min-height: 164px;
  width: calc(50% - 8px);
}
.intro-area02 .frame01:before {
  position: absolute;
  display: block;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.intro-area02 .frame01.-type01:before {
  top: 8px;
  right: 16px;
  width: 56px;
  height: 56px;
  background-image: url("/kojin/olive/special/offers/20251228/imgs/index_ico_08.svg");
}
.intro-area02 .frame01.-type02:before {
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  background-image: url("/kojin/olive/special/offers/20251228/imgs/index_ico_09.svg");
}
.intro-area02 .frame01.-type03:before {
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  background-image: url("/kojin/olive/special/offers/20251228/imgs/index_ico_10.svg");
}
.intro-area02 .icon01 {
  position: absolute;
  top: -4px;
  left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45px;
  height: 47px;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_05.png") 0 0 no-repeat;
  background-size: 100% auto;
  color: #ffffff;
  line-height: 1;
}
.intro-area02 .icon01.-type01 {
  left: 8px;
}
.intro-area02 .icon01Txt01 {
  letter-spacing: .02em;
  font-size: 1.1rem;
}
.intro-area02 .icon01Txt02 {
  display: inline-block;
  margin: 2px 0 0 0;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "roboto";
}
.intro-area02 .wrap10 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.intro-area02 .wrap20 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.intro-area02 .wrap30 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.intro-area02 .txt10 {
  display: block;
  margin: 0 0 6px 0;
  padding: 0 0 0 10px;
  font-size: 1.8rem;
}
.intro-area02 .txt12 {
  display: inline-block;
  margin: 0 3px 0 4px;
  line-height: 1.1;
}
.intro-area02 .txt13 {
  margin: 0 2px 0 4px;
  font-size: 2.4rem;
}
.intro-area02 .txt14 {
  font-size: 2.0rem;
}
.intro-area02 .txt20 {
  display: block;
  padding: 37px 0 5px 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
.intro-area02 .txt21 {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 1.2rem;
  line-height: 1.1;
}
.intro-area02 .txt22 {
  margin: 0 2px 0 5px;
}
.intro-area02 .txt23 {
  font-size: 1.2rem;
}
.intro-area02 .txt30 {
  display: block;
  padding: 37px 0 13px 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
.intro-area02 .txt31 {
  display: inline-block;
  margin: 0 3px 0 0;
  font-size: 1.2rem;
  line-height: 1.1;
}
.intro-area02 .txt32 {
  margin: 0 2px 0 4px;
}
.intro-area02 .txt33 {
  font-size: 1.2rem;
}
.intro-area02 .num10 {
  display: inline-block;
  margin: 0 1px 0 0;
  letter-spacing: .02em;
  font-weight: 900;
  font-size: 2.0rem;
  font-family: "roboto";
  line-height: 1;
  transform: translate(0px, -1px);
}
.intro-area02 .num11 {
  display: inline-block;
  padding: 0 8px 0 8px;
  background: linear-gradient(transparent 60%, #f4ebda 60%);
  letter-spacing: .02em;
  font-weight: 900;
  font-size: 4.5rem;
  font-family: "roboto";
  line-height: 1;
  transform: translate(0, 2px);
}
.intro-area02 .num20,
.intro-area02 .num30 {
  display: inline-block;
  background: linear-gradient(transparent 60%, #f4ebda 60%);
  letter-spacing: .02em;
  font-weight: 900;
  font-size: 3.0rem;
  font-family: "roboto";
  line-height: 1;
}
.intro-area03 {
  padding: 35px 16px 80px 16px;
  text-align: center;
}
.intro-area03 .ttl01 {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 0 0 4px 0;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_01.png") 0 bottom repeat-x;
  background-size: 7px auto;
  box-decoration-break: clone;
  color: #004831;
  letter-spacing: .04em;
  font-size: 2.0rem;
  font-family: "noto-sans-black";
}
/*********************************************
campaign
*********************************************/
.campaign-area01 {
  padding: 0 0 76px 0;
  text-align: center;
}
.campaign-area01 .frame01 {
  position: relative;
  display: block;
  margin: 7px 16px 0 16px;
  padding: 31px 0 32px 0;
  min-height: 139px;
  border-radius: 8px;
  background-color: #f9f8f3;
  box-shadow: 0 6px 12px rgba(20, 29, 29, 0.05);
  color: #004831;
  text-decoration: none;
  letter-spacing: .04em;
}
.campaign-area01 .frame01 .btn-type01 {
  padding-right: 3.0em;
  padding-left: 2em;
  width: 100%;
  letter-spacing: 0;
}
.campaign-area01 .frame01 .btn-type01 > .inner {
  min-height: 40px;
}
.campaign-area01 .frame01 + .frame01 {
  margin-top: 32px;
}
.campaign-area01 .block01 {
  margin: 26px 0 0 0;
}
.campaign-area01 .block02 {
  position: relative;
  margin: 48px 16px 0 16px;
  padding: 35px 16px 22px 16px;
  border-radius: 16px;
  background-color: #f9f8f3;
}
.campaign-area01 .block02 .btn-type01 {
  box-shadow: none;
}
.campaign-area01 .block02:before {
  position: absolute;
  top: -34px;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_img_36.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, 0);
}
.campaign-area01 .wrap10 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 0 0 0;
}
.campaign-area01 .wrap11 {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translate(0, -5px);
}
.campaign-area01 .wrap20 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0 0;
}
.campaign-area01 .head01 {
  padding: 0 0 16px 0;
}
.campaign-area01 .icon01 {
  position: absolute;
  top: -5px;
  left: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 61px;
  height: 55px;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_06.svg") 0 0 no-repeat;
  background-size: 100% auto;
  color: #ffffff;
  line-height: 1;
}
.campaign-area01 .icon01Txt01 {
  display: inline-block;
  margin: 0 0 0 0;
  letter-spacing: .02em;
  font-size: 1.5rem;
}
.campaign-area01 .icon01Txt02 {
  display: inline-block;
  margin: 1px 0 3px 0;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 2.2rem;
  font-family: "roboto";
}
.campaign-area01 .ttl01 {
  display: inline;
  padding: 0 0 4px 0;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_01.png") 0 bottom repeat-x;
  background-size: 7px auto;
  box-decoration-break: clone;
  color: #004831;
  letter-spacing: .08em;
  font-size: 1.8rem;
  font-family: "noto-sans-black";
  line-height: 1.82;
}
.campaign-area01 .ttl02 {
  display: inline;
  padding: 0 0 7px 0;
  background: url("/kojin/olive/special/offers/20251228/imgs/index_bg_01.png") 0 bottom repeat-x;
  background-size: 7px auto;
  box-decoration-break: clone;
  color: #004831;
  letter-spacing: .04em;
  font-size: 1.8rem;
  font-family: "noto-sans-black";
  line-height: 1.82;
}
.campaign-area01 .ttl20 {
  position: relative;
  display: inline-block;
  margin: 24px 0 17px 0;
  padding: 10px 26px;
  border-radius: 100px;
  background-color: #a89346;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
.campaign-area01 .ttl20:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 10px;
  height: 7px;
  background-color: #a89346;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, 0);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.campaign-area01 .num01 {
  display: inline-block;
  padding: 0 6px 0 6px;
  background: linear-gradient(transparent 60%, #f4ebda 60%);
  letter-spacing: .02em;
  font-weight: 900;
  font-size: 4.8rem;
  font-family: "roboto";
  line-height: 1;
  transform: translate(0, 2px);
}
.campaign-area01 .num10 {
  display: inline-block;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "roboto";
}
.campaign-area01 .num20 {
  letter-spacing: .08em;
  font-family: "roboto";
  line-height: 1;
}
.campaign-area01 .txt10 {
  display: block;
  letter-spacing: .08em;
  font-weight: bold;
  font-size: 1.8rem;
}
.campaign-area01 .txt11 {
  font-size: 1.3rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
.campaign-area01 .txt12 {
  font-size: 2.2rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
.campaign-area01 .txt13 {
  display: inline-block;
  font-size: 2.2rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt14 {
  display: block;
  padding: 8px 0 0 0;
  font-size: 2.4rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt15 {
  font-size: 1.4rem;
}
.campaign-area01 .txt20 {
  display: block;
  padding: 0 0 10px 0;
  letter-spacing: .08em;
  font-weight: bold;
  font-size: 1.8rem;
}
.campaign-area01 .txt21 {
  font-size: 2.2rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt22 {
  font-size: 2.2rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt23 {
  display: inline-block;
  padding: 0 6px 0 0;
  font-size: 2.0rem;
  font-family: "noto-sans-black";
  line-height: 1.1;
}
.campaign-area01 .txt24 {
  font-size: 2.4rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt25 {
  font-size: 1.4rem;
}
.campaign-area01 .txt26 {
  display: block;
  padding: 8px 0 23px 0;
  font-size: 2.4rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt30 {
  display: block;
  padding: 0 0 10px 0;
  letter-spacing: .08em;
  font-weight: bold;
  font-size: 1.8rem;
}
.campaign-area01 .txt31 {
  font-size: 2.2rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt32 {
  font-size: 2.2rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt33 {
  display: block;
  padding: 7px 0 0 0;
  font-size: 2.4rem;
  font-family: "noto-sans-black";
}
.campaign-area01 .txt34 {
  font-size: 1.4rem;
}
.campaign-area01 .txt40 {
  margin: 19px 0 16px 0;
  color: #004831;
  letter-spacing: .04em;
  font-size: 1.4rem;
}
.campaign-area01 .list30 {
  padding: 8px 16px 0 16px;
  color: #56635f;
  font-size: 1.2rem;
}
.campaign-area01 .img10 {
  margin: 24px 0 24px 0;
}
.campaign-area01 .img20 {
  margin: 24px 0 17px 0;
  padding: 0 0 0 41px;
}
.campaign-area01 .img30 {
  margin: 24px 0 24px 0;
}
.campaign-area01 .btn10 {
  padding: 15px 15px 0 15px;
}
.campaign-area01 .btn20 {
  padding: 15px 15px 0 15px;
}
.campaign-area01 .btn21 {
  padding: 15px 15px 0 15px;
}
.campaign-area01 .btn30 {
  padding: 15px 15px 0 15px;
}
/*********************************************
info
*********************************************/
.info-area01 {
  padding: 24px 16px 56px 16px;
  background-color: #f9f8f3;
}
.info-area01 .toggle-wrap01 > .inner > .btn01 {
  padding: 15px 2em;
}
.info-area01 .toggle-wrap01 > .inner > .btn01.-type01 {
  padding-right: 60px;
  padding-left: 10px;
}
.info-area01 .toggle-wrap01 > .inner > .btn01:after {
  right: 22px;
}
.info-area01 .body01 {
  font-size: 1.4rem;
}
/*********************************************
sec-wrap04
*********************************************/
.sec-wrap04 {
  padding-bottom: 80px;
}
.fn-slide03 {
  margin: 0px -16px 0;
}
.fn-slide03 .slick-list {
  margin: 0 auto;
  padding: 0 8px;
  overflow: hidden;
}
.fn-slide03 .slick-track {
  display: flex;
}
.fn-slide03 .slick-slide {
  height: auto !important;
  padding: 16px 8px;
}
.text-bg01 {
  margin: 12px 0 0;
  padding: 16px 8px;
  background: #EFF1EB;
  letter-spacing: -0.5px;
}
.text-bg01 + .text-bg01 {
  position: relative;
  margin-top: 32px;
}
.text-bg01 + .text-bg01::before {
  display: block;
  content: '';
  position: absolute;
  top: -29px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(/kojin/olive/special/offers/20251228/imgs/index_ico_slide06.svg) no-repeat 0 0 / 100%;
}
[class^="img-w0"] {
  margin: 0 auto;
}
.img-w02 {
  width: 175px;
}
.text-indent01 {
  display: flex;
}
.text-indent01 .item01 {
  display: block;
}
.text-indent01 .item02 {
  margin: 0 0 0 12px;
  flex: 1;
}
.text-layout03 {
  display: flex;
  max-width: 375px;
  margin: 12px auto 0;
  padding: 0 20px;
  color: #56635F;
  text-align: center;
}
.text-layout03 > .item01 {
  width: 33.3%;
}
.text-layout03 > .item01 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  min-height: 62px;
}
.text-layout03 > .item01 .img01 > img {
  width: 70px;
}
.text-layout03 > .item01 .img02 > img {
  width: 70px;
}
.text-layout03 > .item01 .img03 > img {
  width: 40px;
}
.text-step01 {
  position: relative;
}
.text-step01 > .step {
  font-size: 2.4rem;
  color: #004831;
  font-weight: bold;
  font-family: roboto;
  text-align: center;
}
.text-step01 > .num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0.3em;
  width: 60px;
  height: 25px;
  border: 1px solid #D5DEDB;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #56635F;
  font-weight: bold;
  font-family: roboto;
  text-align: center;
  line-height: 1;
}
.text-step01 > .num > em {
  display: inline-block;
  margin-right: 4px;
  font-size: 2rem;
  font-weight: bold;
  font-family: roboto;
}
.text-step01 > .num > span {
  display: inline-block;
  padding-top: 4px;
}
.fn-slide03 .slick-slide > .inner {
  height: 100%;
  padding: 40px 21px 49px;
  background: #F9F8F3;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px #0000000F;
}
.fn-slide03 .slick-slide:first-child > .inner {
  padding: 16px 19px 49px;
}
.fn-slide03 .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/kojin/olive/special/offers/20251228/imgs/index_ico_slide05.svg) no-repeat 0 0 / 100%;
}
.fn-slide03 .slick-prev {
  left: 8px;
  transform: rotate(-180deg);
  box-shadow: 0 -10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide03 .slick-next {
  right: 8px;
  box-shadow: 0 10px 12px rgba(20, 29, 29, 0.08), 0 0 4px rgba(20, 29, 29, 0.05);
}
.fn-slide03 .slick-list {
  overflow: visible;
}
.fn-slide03 .slick-arrow.slick-disabled {
  display: none !important;
}
.fn-slide03 .slick-dots {
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}
.fn-slide03 .slick-dots {
  top: auto;
  bottom: 32px;
  justify-content: center;
}
.fn-slide03 .slick-dots > li {
  margin: 0 2px;
}
.fn-slide03 .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50%;
}
.fn-slide03 .slick-dots .slick-active button {
  background: #141D1D;
}
.fn-slide03 .slick-arrow {
  width: 44px;
  height: 44px;
}
.step-layout01 > .text01 > .txt01 {
  min-height: 3em;
  margin-top: 16px;
  font-size: 1.4rem;
}
.step-layout01 > .img01 {
  margin-top: 27px;
}
/*********************************************
sec-wrap05
*********************************************/
.sec-wrap05 {
  padding-bottom: 56px;
}
.sec05-img01 {
  margin-top: 24px;
  text-align: center;
}
.sec05-box01 {
  margin-top: 24px;
  padding: 32px 16px;
  background: #FFFFFF;
  border-radius: 8px;
}
.sec05-box01 > .ttl01 {
  text-align: center;
}
.sec05-box01 > .ttl01 > .inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  max-width: 100%;
  height: 35px;
  background: #004831;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
.service-list01 {
  margin-top: 24px;
}
.service-list01 > .ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004831;
  font-size: 2rem;
  font-weight: 700;
}
.service-list01 > .ttl01:not(:first-of-type) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #EFF1EB;
}
.service-list01 > .ttl01 > .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.333em;
  height: 1.333em;
  margin-right: .44rem;
  padding-top: .125em;
  background: #004831;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.8rem;
}
.service-list01 > .body01 {
  margin-top: 8px;
}
.service-list01 > .body01 > .icoWrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}
.service-list01 > .body01 > .icoWrap01 > .ico01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 6em;
  height: 6em;
  background: #A89346;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.service-list01 > .body01 > .icoWrap01 > .ico01:nth-child(2) {
  margin-left: 16px;
}
.service-list01 > .body01 > .icoWrap01 > .ico01 > .num01 {
  margin-bottom: -.25em;
  font-size: 2.2rem;
}
.service-list01 > .body01 > .icoWrap01 > .ico01 > .num01 > .lTxt01 {
  font-size: 3.2rem;
  line-height: .95;
}
.service-list01 > .body01 > .icoWrap01 > .ico01 > .txt01 {
  font-size: 2rem;
}
.sec-wrap05 .toggle-wrap01 {
  margin-top: 24px;
}
/*********************************************
sec-wrap06
*********************************************/
.sec-wrap06 {
  padding-bottom: 88px;
}
.q-linkList01 {
  margin-top: 24px;
}
.q-linkList01 > .ttl01 {
  color: #FFFFFF;
  font-weight: 700;
}
.q-linkList01 > .ttl01:not(:first-of-type) {
  margin-top: 32px;
}
.q-linkList01 > .btn01 {
  margin-top: 16px;
}
.q-linkList01 .btn-type01 {
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 48px 16px 16px;
  border-radius: 8px;
}
.q-linkList01 .btn-type01::before {
  display: inline-block;
  margin-right: .5em;
  font-weight: 700;
  content: "Q";
}
.q-linkList01 .btn-type01 > .inner {
  min-height: initial;
  min-height: auto;
  text-align: left;
  line-height: 1.5;
}
.sec06-btn01 {
  margin-top: 56px;
  text-align: center;
}
/*********************************************
sec-wrap07
*********************************************/
.sec-wrap07 {
  padding-bottom: 48px;
}
/*********************************************
sec-wrap08
*********************************************/
.sec-wrap08 {
  padding-bottom: 48px;
}
.past-cpList01 {
  margin: 8px 0 0;
  padding: 24px 6.4%;
  border-radius: 8px;
  background: #F9F8F3;
}
.past-cpList01 .ttl01 {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.past-cpList01 .ttl01::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 7px);
  width: 15px;
  height: 11px;
  background: url(/kojin/olive/special/offers/20251228/imgs/2501/index_ico_01.svg) no-repeat 0 0 /100%;
}
.past-cpList01 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.past-cpList01 .inner >.item {
  width: calc(50% - .25em);
  font-size: 1.4rem;
}
.past-cpList01 .inner >.item:nth-child(2n) {
  margin-left: .5em;
}
.past-cpList01 .inner >.item:nth-child(n + 3) {
  margin-top: 1.7em;
}
.past-cpList01 .inner >.item > .link01 {
  display: block;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  text-decoration: none;
}
.past-cpList01 .inner >.item > .link01::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - .85em);
  right: 0;
  width: 1.7em;
  height: 1.7em;
  background: url(/kojin/cmn/imgs/ico_arrow_right_01.svg) 0 0 / 100% auto no-repeat;
}
.past-cpList01 + .past-cpList01 {
  margin-top: 28px;
}
/*********************************************
fix-wrap
*********************************************/
.fix-wrap {
  display: none;
}
@media screen and (max-width: 1100px) {
  .fix-wrap02{
    display: none!important;
  }
}

/*********************************************
fix-wrap01
*********************************************/
.fix-wrap01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 11px 10px 16px 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fix-wrap01 {
    padding: 28px 16px;
  }
}
.fix-wrap01 .btn-type01 {
  width: 420px;
}
@media print, screen and (min-width: 768px) {
  .fix-wrap01 .btn-type01 > .inner {
    min-height: 50px;
    font-size: 2.4rem;
  }
}
.fix-wrap01 .txt01 {
  position: relative;
  display: inline-block;
  margin: 0 0 6px 0;
  color: #004831;
  letter-spacing: .04em;
  font-weight: bold;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fix-wrap01 .txt01 {
    display: none;
  }
}
.fix-wrap01 .txt01:before {
  position: absolute;
  top: 50%;
  left: -12px;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #004831;
  content: "";
  transform: translate(0, -58%) rotate(-40deg);
}
.fix-wrap01 .txt01:after {
  position: absolute;
  top: 50%;
  right: -13px;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #004831;
  content: "";
  transform: translate(0, -58%) rotate(40deg);
}
/*********************************************
fix-wrap02
*********************************************/
.fix-wrap02 {
  position: fixed;
  top: 50%;
  left: 74vw;
  z-index: 3;
  max-width: 23.5vw;
  width: 275px;
  border-radius: 16px;
  background: #f9f7ee;
  transform: translate(0, -60%);
}
.fix-wrap02 .ttl01 {
  position: relative;
  padding: 24px 0 0 0;
  color: #004831;
  text-align: center;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "roboto";
  line-height: 1;
}
.fix-wrap02 .ttl01:before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  display: block;
  width: 29px;
  height: 2px;
  border-radius: 100px;
  background-color: #a89346;
  content: "";
  transform: translate(-50%, 0);
}
.fix-wrap02 .list01 {
  padding: 18px 0 34px 0;
  text-align: left;
}
.fix-wrap02 .item01 {
  margin: 17px 0 0;
  font-size: 1.8rem;
}
.fix-wrap02 .link01 {
  position: relative;
  display: block;
  padding: 0 0 0 65px;
  color: #b3c8c1;
  text-decoration: none;
  font-family: "noto-sans-black";
}
.fix-wrap02 .link01:before {
  position: absolute;
  top: calc(50% - 5px);
  left: 45px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
}
.fix-wrap02 .item01.-active .link01 {
  color: #004831;
}
.fix-wrap02 .item01.-active .link01:before {
  background: #a89346;
}
@media screen and (max-height: 700px) {
  .fix-wrap02 {
    display: none !important;
  }
}
/*********************************************
fix-wrap03
*********************************************/
.fix-wrap03 {
  position: fixed;
  top: calc(50%);
  left: calc(50vw - 695px);
  padding: 0 0 36px 0;
  width: 370px;
  border-radius: 16px;
  background: #f9f7ee;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  transform: translate(0, -56%);
}
.fix-wrap03 .txt01 {
  padding: 9px 20px 0 20px;
  color: #004831;
  letter-spacing: .04em;
  font-size: 1.4rem;
}
.fix-wrap03 .img01 {
  padding: 0 20px;
  transform: translate(0, -19px);
}
.fix-wrap03 .img02 {
  padding: 8px 40px 9px 40px;
}
@media screen and (max-width: 1438px) {
  .fix-wrap03 {
    left: 20px;
  }
}
@media screen and (max-width: 1343px) {
  .fix-wrap03 {
    width: calc(50% - 290px);
  }
}
@media screen and (max-width: 1100px) {
  .fix-wrap03 {
    display: none !important;
  }
}
@media screen and (max-height: 700px) {
  .fix-wrap03 {
    display: none !important;
  }
}
/*********************************************
end-txtArea
*********************************************/
.end-txtArea {
  position: relative;
  padding: 20px 5px;
  background: #003927;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /*********************************************
  hover
  *********************************************/
  .btn-type01.-orange01.-offers01:not(:disabled):not([aria-disabled=true]):hover {
    background: #FF5F04;
  }
  .toggle-wrap01 > .inner > .btn01:hover {
    background: #f5f5f5;
  }
  .btn-type01:not(:disabled):not([aria-disabled=true]):focus{
    outline: 3px solid #c4d700;
  }
  /*********************************************
  end-txtArea
  *********************************************/
  .end-txtArea {
    font-size: 24px;
  }
}
/* large size */
@media screen and (min-width: 1921px) {
  /*-------------------------------
  fix-wrap02
  -------------------------------*/
  .fix-wrap02 {
    left: calc(50vw + 462px);
  }
}
/* sp size */
@media screen and (max-width: 767px) {
  /*********************************************
  common
  *********************************************/
  #footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 401px) {
  /*********************************************
  common
  *********************************************/
  .s-visible {
    display: none !important;
  }
}
/* small size */
@media screen and (min-width: 375px) {
  /*********************************************
  common
  *********************************************/
  .ss-visible {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  /*********************************************
  common
  *********************************************/
  .sec-ttl02 > .main {
    font-size: 2.2rem;
  }
  /*********************************************
  sec-wrap04
  *********************************************/
  .text-bg01 {
    padding: 12px 4px;
  }
  /*********************************************
  sec-wrap05
  *********************************************/
  .sec05-box01 > .ttl01 > .inner {
    font-size: 1.4rem;
  }
  /*********************************************
  sec-wrap08
  *********************************************/
  .past-cpList01 {
    padding: 16px 4.2%;
  }
  .past-cpList01 .inner >.item {
    font-size: 1.2rem;
  }
}