@charset "shift_jis";
/* Updated 2025/10/30.T */
/* Updated 2025/10/15.T */
/*-------------------------------
common
-------------------------------*/
#main-area {
  overflow-y: hidden;
  background-color: #9c000a;
}
#footer-content {
  margin-top: 0;
}
#footer-fixed .panel {
  padding: 16px 20px;
  background: #ffffffe5;
  box-shadow: 0px -20px 20px 0px #0000000a;
}
/*-------------------------------
layout-container01
-------------------------------*/
.layout-container01 {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0px 4px 80px 0px #141d1d33;
}
/*-------------------------------
kv-area01
-------------------------------*/
.kv-area01 > .btnWrap01 {
  padding: 9px 18px 21px;
  background: #bf0613;
}
.kv-area01 .btn-list01.-row>.item:not(:first-child) {
  margin-top: 16px;
}
/*-------------------------------
flow-area01
-------------------------------*/
.flow-area01 {
  padding: 29px 0 30px;
  background: #bf0613;
}
.flow-area01 .list-notice01 {
  text-align: left;
  color: #56635f;
}
.flow-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 4px;
}
.flow-area01 .text-mark01 {
  background: linear-gradient(transparent 60%, #c6de78 60%);
}
/*-------------------------------
inc-area
-------------------------------*/
.inc-area01 {
  padding: 64px 0 25px;
  background: #fff;
}
.inc-area02 {
  padding: 0 18px 80px;
  background: #fff;
}
/*-------------------------------
detail-area01
-------------------------------*/
.detail-area01 {
  padding: 33px 0 32px;
  background: #c83030;
}
.detail-area01 > .inner {
  margin-top: 24px;
  padding: 0 18px;
}
.detail-area01 .list-circle01>.item::before {
  background: #56635f;
}
/*-------------------------------
flow-frame01
-------------------------------*/
.flow-frame01 {
  position: relative;
  margin: 24px 18px 118px;
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
}
.flow-frame01:after {
  position: absolute;
  bottom: -100px;
  left: 0;
  display: block;
  width: 100%;
  height: 77px;
  background: url("/kojin/olive/special/campaign/collab/ohsho202510/imgs/index_ico_02.svg") center 0 no-repeat;
  content: "";
}
.flow-frame01 > .head01 {
  position: relative;
  margin: 86px auto 8px;
}
.flow-frame01 > .head01:before {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 78px;
  height: 23px;
  background-color: #c4d700;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow-frame01 > .head01.-type01 {
  margin-top: 0;
}
.flow-frame01 > .head01.-type01:before {
  display: none;
}
.flow-frame01 > .head01 > .icon01 {
  display: inline-block;
  padding: 8px 10px 7px 10px;
  border-radius: 4px;
  background-color: #004831;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "roboto";
  line-height: 1;
}
/*-------------------------------
light-box01
-------------------------------*/
.light-box01 {
  position: relative;
  margin: 24px auto 0;
  max-width: 299px;
}
.light-box01::before {
  position: absolute;
  top: 7px;
  right: -7px;
  bottom: -6px;
  left: 8px;
  background: #f4f8e5;
  content: "";
}
.light-box01 > .inner {
  position: relative;
  padding: 13px 50px 13px 13px;
  border: 3px solid #147a4f;
  color: #017a4f;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
}
.light-box01 > .inner::after {
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  margin: auto 0;
  width: 85px;
  background: url(/kojin/olive/special/campaign/collab/ohsho202510/imgs/index_ico_01.svg) center / contain no-repeat;
  content: "";
}
/*-------------------------------
campaign-table01
-------------------------------*/
.campaign-table01 {
  width: 100%;
  border: 1px solid #d5dedb;
  border-radius: 12px;
  font-size: 1.4rem;
  border-collapse: separate;
  border-spacing: 0;
}
.campaign-table01 > .body > .row > .header {
  width: 30%;
  padding: 15px;
  background-color: #006444;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #d5dedb;
}
.campaign-table01 > .body > .row > .data {
  vertical-align: middle;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #d5dedb;
}
.campaign-table01 > .body > .row > .header.start {
  border-radius: 11px 0 0 0;
}
.campaign-table01 > .body > .row > .data.start {
  border-radius: 0 11px 0 0;
}
.campaign-table01 > .body > .row > .header.end {
  border-radius: 0 0 0 11px;
  border-bottom: none;
}
.campaign-table01 > .body > .row > .data.end {
  border-radius: 0 0 11px 0;
  border-bottom: none;
}
/*-------------------------------
ohsho-btn01
-------------------------------*/
.ohsho-btn01 {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 3px;
  transition: background-color .3s ease-out;
  border-radius: 300px;
  box-shadow: 0px 8px 12px 0px #141d1d1f;
  text-decoration: none;
  font-size: 2.4rem;
  border: 4px solid #fff;
}
.ohsho-btn01 > .inner {
  display: flex;
  align-items: center;
  min-height: 46px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.ohsho-btn01.-orange01 {
  background: #ff5f04;
}
.ohsho-btn01.-orange01:hover {
  background: #ee7800;
}
.ohsho-btn01.-orange01:focus {
  background: #dfac00;
  outline: 0;
}
.ohsho-btn01.-green01 {
  background: #006444;
}
.ohsho-btn01.-green01:hover {
  background: #003927;
}
.ohsho-btn01.-green01:focus {
  background: #628f18;
  outline: 0;
}
/*-----------------------
pc-nav01
------------------------*/
.pc-nav01 {
  position: fixed;
  top: 47%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 3;
  background: url(/kojin/olive/special/campaign/collab/ohsho202510/imgs/index_bg_01.png) no-repeat 0 0;
  width: 414px;
  height: 287px;
  border-radius: 8px;
}
.pc-nav01 > .title {
  position: relative;
  padding-top: 30px;
  text-align: center;
  color: #004831;
  font-weight: bold;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
.pc-nav01 > .title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 314px;
  height: 2px;
  background-color: #c83030;
  content: "";
}
.nav-list01 > .item > .link {
  position: relative;
  display: block;
  padding: 8px 0 8px 131px;
  color: #7888838c;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.5;
}
.nav-list01 > .item > .link:focus {
  outline: none;
}
.nav-list01 > .item > .link.is-current {
  color: #004831;
}
.nav-list01 > .item > .link.is-current::before {
  position: absolute;
  top: 50%;
  left: 103px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #004831;
  content: "";
}
.nav-list01 {
  padding: 4px 0 37px 0;
}
@media screen and (max-width: 1479px) {
  .pc-nav01 {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  /*-------------------------------
  common
  -------------------------------*/
  #footer-fixed .ohsho-btn01 > .inner {
    font-size: 1.4rem;
  }
  #footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
    padding-bottom: 92px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  /*-------------------------------
  light-box01
  -------------------------------*/
  .light-box01 > .inner {
    font-size: 3.733vw;
  }
  /*-------------------------------
  ohsho-btn01
  -------------------------------*/
  .ohsho-btn01 > .inner {
    font-size: 6.4vw;
  }
}
/* ----------------------------------
modal-block01
---------------------------------- */
.modal-block01 .card-wrap01 > .item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: 234px;
  max-height: 33vh;
  min-height: 210px;
  background: #F5F9E6;
}
.modal-block01 .card-wrap01 > .item:not(:first-child) {
  margin-top: 16px;
}
.modal-block01 .card-wrap01 > .item > .text01 {
  color: #004831;
  font-size: 2rem;
  font-weight: 700;
}