@charset "shift_jis";
/* Updated 2026/01/16.T */
/*-----------------------
common parts
------------------------*/
body {
  min-width: initial;
  min-width: auto;
}
#footer-content {
  margin-top: 0;
}
#footer-content .footer-pageTop {
  position: relative;
}
body.cpnloadEnd #footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
  padding-bottom: 0;
}
.section-mainInr [class*="btn-type0"] > .inner,
.anc-fixed [class*="btn-type0"] > .inner {
  min-height: 53px;
}
.btn-type01.-orange01.-dark01 {
  background: #E95501;
}
.btn-type01.-orange01.-dark01:focus {
  background: #EE7800;
}
.icon-link01[class*="white"] > .inner::after {
  background-image: url(/kojin/cmn/imgs/ico_arrow_right_02.svg);
}
.txt-purple01 {
  color: #991A9D;
}
.txt-gray01 {
  color: #4B4948;
}
.txt-dark01 {
  color: #56635F;
}
.list-circle01.-small01 > .item::before {
  top: .7em;
  width: .3em;
  height: .3em;
}
.list-circle01.-small02 > .item::before {
  top: .55em;
  width: .45em;
  height: .45em;
}
.list-circle01.-black01 > .item::before,
.list-circle01 > .item.-black01::before {
  background: #141D1D;
}
.list-circle01.-dark01 > .item::before,
.list-circle01 > .item.-dark01::before {
  background: #56635F;
}
.list-num02 > .item > .mark {
  width: 1.3em;
  height: 1.3em;
  background: #F3E6F4;
  margin-top: .15em;
}
.list-num02 > .item > .mark > span {
  font-size: 1.0rem;
}
.sup {
  font-size: .6em;
}
._mt10 {
  margin-top: 10px;
}
._mt20 {
  margin-top: 20px;
}
._mt22 {
  margin-top: 22px;
}
._mt28 {
  margin-top: 28px;
}
._mt30 {
  margin-top: 30px;
}
._mt37 {
  margin-top: 37px;
}
.bg-wrap01 {
  background: #F6ECF7;
}
.bg-wrap02 {
  background: #F8F7FA;
}
.bg-wrap03 {
  background: #F3F8F6;
}
@media screen and (max-width: 767px) {
  #footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 500px) {
  .s-cont {
    display: none !important;
  }
}
@media screen and (max-width: 499px) {
  .l-cont {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .ss-cont {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .s-cont {
    display: none !important;
  }
}
/*-----------------------
section
------------------------*/
.section-main {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: #FFFFFF;
  overflow: visible;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
.sec-inr01 {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}
.sec-ttl01 {
  font-size: 2.8rem;
  font-family: "noto-sans-black";
  text-align: center;
}
.sec-ttl01.-border {
  padding-bottom: 14px;
  border-bottom: 2px solid #991A9D;
}
.sec-ttl01 > .txt01 > .ico01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  margin: 0 auto 14px;
  background: #C014C5;
  position: relative;
  color: #FFF;
  font-size: 2.0rem;
  font-family: "noto-sans-black";
}
.sec-ttl01 > .txt01 > .ico01 > span {
  position: relative;
  z-index: 1;
}
.sec-ttl01 > .txt01 > .ico01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 20px solid #c014c5;
  border-bottom: 0;
  position: absolute;
  left: calc(50% - 18px);
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .section-main {
    box-shadow: none;
  }
}
.section-main .section-mainInr {
  overflow: hidden;
}
.section-main .section-mainInr > :last-child {
  padding-bottom: 60px;
}
/*-----------------------
kv
------------------------*/
.kv-wrap01 {
  padding-bottom: 32px;
}
.kv-img01 {
  width: 100%;
}
.entry-date {
  margin: 24px 6.4% 0;
  padding: 8px;
  background: #FFF;
  border-radius: 8px;
}
.entry-date .dl {
  display: flex;
  column-gap: 10px;
  color: #470749;
  font-size: 1.4rem;
  font-weight: 700;
}
.entry-date .dl:not(:first-child) {
  margin-top: 10px;
}
.entry-date .dl > .title {
  width: 25.99%;
  min-width: 85px;
}
.entry-date .dl > .detail {
  padding-left: 10px;
  border-left: 1px solid #F6ECF7;
  flex: 1;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .entry-date {
    margin: 6.4vw 6.4vw 0;
  }
  .entry-date .dl {
    font-size: 3.73vw;
  }
}

/*-----------------------
anc-wrap01
------------------------*/
.anc-wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #D5DEDB;
}
.anc-wrap01 > .item {
  display: flex;
  width: 49.9%;
  width: calc((100% - 1px) / 2);
  border-bottom: 1px solid #D5DEDB;
}
.anc-link01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 16px 8px 48px;
  background: #FFFFFF;
  color: #141D1D;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s ease-out;
}
.anc-link01::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_arrow_bottom_01.svg) 0 0 / cover no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .anc-link01:hover {
    background: #f5f5f5;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .anc-link01 {
    font-size: 3.73vw;
  }
}

.entry-box01 {
  padding-top: 56px;
}

/*-----------------------
sec-wrap01
------------------------*/
.sec-wrap01 {
  padding: 70px 0 0;
}
.entry-dl01 {
  position: relative;
}
.entry-dl01::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  height: 27px;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_02.svg) center / contain no-repeat;
  content: "";
}
.entry-dl01 > .ttl01 {
  position: relative;
  margin-top: 24px;
  text-align: center;
}
.entry-dl01 > .ttl01 > .inner {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  min-width: 155px;
  padding: 3px 4px;
  background: #DAAAED;
  color: #141D1D;
  font-weight: 700;
}
.entry-dl01 > .ttl01 > .inner::before {
  width: 1.625em;
  height: 1.625em;
  margin-right: .32em;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_01.svg) center / contain no-repeat;
  content: "";
}
.entry-dl01 > .cont01 {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -21px;
  padding: 37px 18px 20px;
  background: #FFFFFF;
  font-size: 2.0rem;
  border-radius: 8px;
}
.entry-dl01 > .cont01 .txt-purple01 {
  font-size: 2.4rem;
}
.sec-imgWrap01 {
  margin-top: 34px;
  text-align: center;
}
.sec-detail01 {
  margin-top: 36px;
  padding: 14px 28px;
  background: #FFFFFF;
  font-size: 1.4rem;
  border-radius: 8px;
}
.merit-block01 {
  margin-top: 114px;
  padding: 0 18px 80px;
  background: #FFF;
  position: relative;
}
.merit-block01::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_bg_02.svg) center top / 101% auto no-repeat;
  position: absolute;
  top: -90px;
  left: 0;
}
.more-list01 {
  margin-top: 21px;
}
.more-list01 > .item {
  padding: 24px 16px;
  background: #FFFFFF;
  border-top: 8px solid #C4D700;
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
}
.more-list01 > .item + .item {
  margin-top: 20px;
}
.more-list01 > .item > .ttl01 {
  color: #004831;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .entry-dl01 > .cont01 {
    font-size: 1.8rem;
  }
  .entry-dl01 > .cont01 .txt-purple01 {
    font-size: 2.0rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .sec-detail01 {
    padding: 14px;
  }
  .entry-dl01 > .cont01 {
    font-size: 4.8vw;
  }
  .entry-dl01 > .cont01 .txt-purple01 {
    font-size: 5.33vw;
  }
  .merit-block01 {
    margin-top: 30.4vw;
  }
  .merit-block01::before {
    height: 24vw;
    top: -24vw;
  }
}

/*-----------------------
sec-wrap02
------------------------*/
.sec-wrap02 {
  padding: 130px 0 48px;
  position: relative;
}
.sec-wrap02::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_bg_03.svg) center bottom / 101% auto no-repeat;
  pointer-events: none;
  user-select: none;
  content: "";
}
.sec-wrap02 > .inner {
  padding: 0 18px;
}
.conditions-list01 {
  margin: 0 -18px;
  counter-reset: conditions;
}
.conditions-list01 > .item {
  position: relative;
  margin: 66px auto 0;
  counter-increment: conditions;
}
.conditions-list01 > .item:nth-child(2) {
  margin-top: 60px;
}
.conditions-list01 > .item::before {
  position: absolute;
  left: 0;
  top: -18px;
  width: 100px;
  height: 40px;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_03.svg) center / contain no-repeat;
  color: transparent;
  font-size: 0;
  content: "?¿½?¿½?¿½?¿½" counter(conditions);
  z-index: 1;
}
.conditions-list01 > .item:nth-child(2)::before {
  background-image: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_04.svg);
}
.conditions-list01 > .item:nth-child(3)::before {
  left: -18px;
  background-image: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_05.svg);
}
.conditions-list01 > .item > .ttl01 {
  color: #004831;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.conditions-list01 > .item > .ttl01 > * {
  display: inline-block;
}
.slide-ttl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #004831;
  font-size: 1.4rem;
  font-weight: 700;
}
.slide-ttl01::before,
.slide-ttl01::after {
  display: block;
  width: 24px;
  height: 0px;
  margin: 0 .25em;
  border: 1px solid #004831;
  transform: rotate(45deg);
  content: "";
}
.slide-ttl01::after {
  transform: rotate(-45deg);
}
.slide-wrap01 .slick-track {
  display: flex;
}
.slide-wrap01 .slick-slide {
  max-width: 340px;
  height: auto !important;
  margin-left: 16px;
  padding: 24px 18px;
  background: #FFF;
  border: 1px solid #D5DEDB;
  border-radius: 8px;
}
.slide-wrap01.slick-initialized {
  max-width: 619px;
  margin: 0 auto;
}
.slide-wrap01.slick-initialized .slick-arrow {
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: auto 0;
  background: #CF80E1;
  border-radius: 50%;
  box-shadow: 0px 10px 12px 0px rgba(207, 128, 225, 0.3);
  z-index: 1;
  transition: opacity .3s ease-in-out, background .3s ease-in-out;
}
.slide-wrap01.slick-initialized .slick-prev {
  left: 8px;
}
.slide-wrap01.slick-initialized .slick-next {
  right: 8px;
}
.slide-wrap01.slick-initialized .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slide-wrap01.slick-initialized .slick-arrow:hover {
  background: #C014C5;
}
.slide-wrap01.slick-initialized .slick-arrow::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_slide01.svg) center / 11px 20px no-repeat;
  content: "";
}
.slide-wrap01.slick-initialized .slick-prev::before {
  transform: rotateY(180deg);
}
.slide-wrap01.slick-initialized .slick-dots {
  position: static;
  margin-top: 18px;
  font-size: 0;
}
.slide-wrap01.slick-initialized .slick-dots > li {
  margin: 0 4px;
}
.slide-wrap01.slick-initialized .slick-dots > li > button {
  width: 8px;
  height: 8px;
  background: #d5dedb;
  border-radius: 50%;
}
.slide-wrap01.slick-initialized .slick-dots > li > button[aria-selected=true] {
  background: #470749;
}
.slide-wrap01 .slide-title .ttl {
  color: #004831;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.slide-wrap01 .slide-title .block01 {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  background: #F3E6F4;
  padding: 14px 10px;
  border-radius: 4px;
  color: #470749;
  font-size: 1.2rem;
  font-weight: 700;
}
.slide-wrap01 .slide-title + .img01 {
  margin-top: 12px;
}
.slide-wrap01 .slide-title .block01::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_06.svg) no-repeat 0 0;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 16px;
}
.slide-cont01 {
  margin-top: 20px;
}
.slide-cont01 > .ttl01 {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  max-width: 233px;
  margin: 0 auto;
  color: #470749;
  font-family: roboto-bold;
  font-size: 2.4rem;
  line-height: 1;
}
.slide-cont01 > .ttl01 .num {
  margin-left: .1em;
  font-size: 3.6rem;
}
.slide-inner01 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  max-width: 233px;
  margin: 0 auto;
}
.slide-inner01 > .txt01 {
  width: 100%;
  padding-top: 12px;
}
.slide-inner01 > .txt01 > :nth-child(n + 2):not(.cont01) {
  margin-top: .5em;
}
.slide-inner01 > .txt01 > .ttl01 {
  color: #004831;
  font-weight: 700;
}
.slide-inner01 > .txt01 > .cont01 {
  color: #6E6E6E;
  font-size: 1.4rem;
}
.slide-inner01 > .img01 {
  width: 100%;
  text-align: center;
}
.slide-inner01 > .img01 > .img {
  display: inline-block;
}
.box-item02 {
  width: calc(100% - (18px * 2));
  padding: 50px 20px 40px;
  background: #FFF;
  border-radius: 8px;
}
.box-item01 .btn-list01 {
  padding: 0 18px;
}
.box-item02 .img01 {
  padding: 0 20px;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .sec-wrap02 {
    padding-top: calc(40px + 24vw);
  }
  .sec-wrap02::before {
    height: 24vw;
  }
  .slide-wrap01 .slick-slide {
    width: 269px;
  }
}

/*-----------------------
sec-wrap03
------------------------*/
.sec-wrap03 {
  position: relative;
  padding: 40px 0 25%;
}
.box-white01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 24px;
  padding: 24px 10.6%;
  background: #FFFFFF;
  box-shadow: 0 0 18px 0 rgba(0 0 0 / 12%);
}
/*-----------------------
sec-wrap04
------------------------*/
.sec-wrap04 {
  padding: 130px 0 48px;
  position: relative;
}
.sec-wrap04::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  background: #F6ECF7 url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_bg_04.svg) center top / 101% auto no-repeat;
  pointer-events: none;
  user-select: none;
  content: "";
}
.dtl-table01.table-type01 {
  border: 1px solid #D5DEDB;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.dtl-table01.table-type01 > .tbody > .row:first-child > .header,
.dtl-table01.table-type01 > .tbody > .row:first-child > .data {
  border-top: 0;
}
.dtl-table01.table-type01 > .tbody > .row:first-child > .header {
  border-radius: 8px 0 0 0;
}
.dtl-table01.table-type01 > .tbody > .row:first-child > .data {
  border-radius: 0 8px 0 0;
}
.dtl-table01.table-type01 > .tbody > .row > .header {
  background: #8A6095;
  border-left: 0;
}
.dtl-table01.table-type01 > .tbody > .row > .data {
  background: #FFF;
}
.dtl-table01.table-type01 > .tbody > .row > .data .txt01 {
  text-indent: -.4em;
  letter-spacing: -.02em;
}
.notice {
  margin-top: 32px;
}
.notice .card-normal01 > .inner > .header {
  padding: 19px 18px;
  text-align: left;
}
.notice .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.notice .card-normal01 > .inner > .header > .title > .inner {
  color: #141D1D;
}
.notice .toggle-block01.card-normal01 > .inner > .header[role=tab]::after {
  top: calc(50% - 12px);
  right: 10px;
  width: 26px;
  height: 26px;
}
.notice .card-normal01 > .inner > .body:before {
  left: 0;
  width: 100%;
}
.notice .card-normal01 > .inner > .body {
  font-size: 1.4rem;
}
.notice .card-normal01 > .inner > .body .list-circle01 > .item:before {
  width: 4px;
  height: 4px;
  background-color: #56635f;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .sec-wrap04 {
    padding-top: calc(40px + 24vw);
  }
  .sec-wrap04::before {
    height: 24vw;
  }
  .dtl-table01.table-type01 {
    font-size: 3.73vw !important;
  }
}

/*-----------------------
sec-wrap05
------------------------*/
.sec-wrap05 {
  padding: 130px 0 40px;
  position: relative;
}
.sec-wrap05::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_bg_05.svg) center bottom / 101% auto no-repeat;
  pointer-events: none;
  user-select: none;
  content: "";
}
.sec-wrap05 .sec-ttl01 + .card-normal03:not(:first-child) {
  margin-top: 24px;
}
.sec-wrap05 .card-normal03:not(:first-child) {
  margin-top: 12px;
}
.sec-wrap05 .card-normal03 .text-mark02 .mark.-purple01 {
  color: #470749;
}
.sec-wrap05 .card-normal03 .text-mark02 .mark.-purple02 {
  color: #DAAAED;
}
.sec-wrap05 .card-normal03 > .inner > .header > .title > .inner {
  color: #141D1D;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .sec-wrap05 {
    padding-top: calc(40px + 24vw);
  }
  .sec-wrap05::before {
    height: 24vw;
  }
}

/*-----------------------
fixed-area
------------------------*/
#footer-fixed {
  position: relative;
  background: rgba(255, 255, 255, .8);
}
#fixed-area.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#footer-fixed .panel {
  padding: 16px 5.33% 14px !important;
  background: none;
  box-shadow: none;
}
#footer-fixed .btn-list01>.item .btn-type01 {
  margin-top: 0;
}
/*-----------------------
anc-fixed
------------------------*/
.anc-fixed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 40px;
  bottom: 40px;
  left: calc(50vw + 440px);
  width: 360px;
  max-width: calc(50vw - 200px);
  z-index: 10;
  transition: opacity .2s ease-in-out;
  pointer-events: none;
}
.anc-fixed.-hidden {
  opacity: 0 !important;
}
.anc-fixed > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 18px 30px;
  background: rgb(255 255 255);
  border-top: 10px solid #CF80E1;
  pointer-events: all;
}
.anc-fixed.-hidden > .inner {
  pointer-events: none !important;
}
.fix-ancList > .list01 {
  position: relative;
  font-size: 2.4rem;
}
.fix-ancList > .list01:nth-child(n + 2) {
  margin-top: 30px;
}
.fix-ancList > .list01::before {
  display: block;
  position: absolute;
  left: -60px;
  width: 46px;
  height: 1.5em;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_ico_fix01.svg) left 57% / contain no-repeat;
  transition: opacity .3s ease-in-out, left .2s ease-in-out;
  content: "";
}
.fix-ancList > .list01:not(.-active)::before {
  left: -80px;
  width: 0;
  opacity: 0;
}
.fix-ancList > .list01 > .link01 {
  font-weight: 700;
  text-decoration: none;
}
.fix-ancList > .list01 > .link01 > .inner {
  position: relative;
  display: inline-block;
}
.fix-ancList > .list01 > .link01 > .inner::after {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #004831;
  transition: width .3s ease-in-out .1s;
  content: "";
}
.fix-ancList > .list01:not(:hover) > .link01 > .inner::after {
  width: 0;
}
@media screen and (max-height: 750px) {
  .anc-fixed {
    width: 340px;
  }
  .fix-ancList > .list01 {
    font-size: 2.2rem;
  }
  .fix-ancList > .list01:nth-child(n + 2) {
    margin-top: 3vh;
  }
}
@media screen and (max-height: 690px) {
  .anc-fixed {
    width: 300px;
  }
  .anc-fixed > .inner {
    padding: 30px 18px 20px;
  }
  .fix-ancList > .list01 {
    font-size: 2rem;
  }
  .fix-ancList > .list01:nth-child(n + 2) {
    margin-top: 2vh;
  }
  .fix-ancList > .list01::before {
    width: 36px;
    left: -50px;
  }
}
@media screen and (max-height: 600px) {
  .anc-fixed {
    bottom: 70px;
    width: 260px;
  }
  .anc-fixed > .inner {
    padding-top: 20px;
  }
  .fix-ancList > .list01 {
    font-size: 1.4rem;
  }
  .anc-fixed .btn-list01 {
    margin-top: 2vh;
  }
  .anc-fixed .btn-type01 {
    font-size: 1.4rem;
  }
  .anc-fixed .btn-type01 > .inner {
    min-height: 42px;
  }
}
@media screen and (max-width: 1920px) {
  .anc-fixed {
    left: calc(79vw - 80px);
  }
}
@media screen and (max-width: 1300px) {
  .anc-fixed,
  .anc-fixed > .inner > * {
    opacity: 0 !important;
    pointer-events: none !important;
    user-select: none;
  }
  .anc-fixed {
    display: none !important;
  }
}

/*-----------------------
budge-fixed
------------------------*/
.budge-fixed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 40px;
  bottom: 40px;
  right: calc(50vw + 440px);
  width: 360px;
  max-width: calc(50vw - 200px);
  z-index: 10;
  transition: opacity .2s ease-in-out;
}
.budge-fixed.-hidden {
  opacity: 0 !important;
}
@media screen and (max-width: 1920px) {
  .budge-fixed {
    right: calc(79vw - 120px);
  }
}
@media screen and (max-width: 1300px) {
  .budge-fixed {
    opacity: 0 !important;
    pointer-events: none !important;
    user-select: none;
  }
}
@media screen and (max-width: 499px) {
  .budge-fixed {
    display: none !important;
  }
}

/*-----------------------
bg-content
------------------------*/
.bg-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: url(/kojin/olive/special/campaign/gaika/tsumitate2601/imgs/index_bg_01.jpg) center bottom 50% / cover no-repeat;
  z-index: -1;
}
/*-----------------
modal
-----------------*/
.modal-bg01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  font-size: 0;
}
.modal-block01.-cpModal01 {
  width: 540px;
}
.modal-block01.-cpModal01 > .inner > .header {
  padding: 24px 24px 0;
}
.modal-block01.-cpModal01 > .inner > .header > .title {
  padding-left: 0;
  text-align: left;
}
.modal-block01.-cpModal01 > .inner > .header > .title > .inner {
  color: #003927;
  font-size: 2rem;
}
.modal-block01.-cpModal01 > .inner > .body {
  margin: 0;
  padding: 24px;
}
.modal-block01.-cpModal01 .card-modal01 {
  margin: 0;
  background: #F3F8F6;
}
.modal-block01.-cpModal01 .card-modal01 > .inner {
  max-width: 100%;
}
.modal-block01.-cpModal01 .card-modal01 > .inner > .img,
.modal-block01.-cpModal01 .card-modal01 > .inner > .text {
  width: auto;
}
.modal-block01.-cpModal01 .card-modal01 > .inner > .img {
  min-width: 196px;
  min-height: 249px;
}
.modal-block01.-cpModal01 .card-modal01 > .inner > .text {
  width: 274px;
  margin: 24px 0 0;
}
.card-modal01.-dtl01 {
  flex-direction: column;
  align-items: center;
  padding: 26px 24px 36px;
  text-align: center;
}
.card-modal01.-dtl01 > .ttl01 {
  color: #003927;
  font-size: 1.8rem;
  font-weight: 700;
}
.card-modal01.-dtl01 > .cont01 {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.card-modal01.-dtl01 > .cont01 > .img02 {
  margin-left: 40px;
}
.card-modal01.-dtl01 > .cont02 {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .modal-block01.-cpModal01 > .inner > .header,
  .modal-block01.-cpModal01 > .inner > .body {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
  .card-modal01.-dtl01 {
    padding: 17px 13px 24px;
  }
}

/*-------------------------------------
Include
-------------------------------------*/

.entry-box01 .fn-include-gaika {
  background: #FFF;
}