@charset "shift_jis";
/* Updated 2025/10/24.T */
/*-------------------------------
font
-------------------------------*/
@font-face {
  font-family: "noto-sans-black";
  src: url("/kojin/campaign/fonts/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "roboto-black";
  src: url("/kojin/olive/special/campaign/collab/nippons2025/after/fonts/Roboto-Black.ttf");
}
/*-------------------------------
layout
-------------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 4;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  #main-area {
    background-color: #004831;
  }
}
.cpEndTxt {
  z-index: 1;
}
#containment-area {
  margin-bottom: 0;
}
#footer-area {
  position: relative;
  z-index: 1;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 90px;
}
.layout-container01 {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_bg_01.jpg") center 0 no-repeat;
  background-size: cover;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .layout-bg01 {
    display: none;
  }
}
/*-----------------------
cmn
------------------------*/
.btn-type01.-orange01 {
  background-color: #e95501;
}
.btn-type01.-orange01:hover {
  background-color: #e95501 !important;
}
.btn-type01.-green01 {
  background-color: #017a4f;
}
.btn-type01.-green01:hover {
  background-color: #017a4f !important;
}
.cmn-btn01 {
  position: relative;
  border: 3px solid #004831 !important;
}
.cmn-btn01 .inner {
  padding: 0 0 0 25px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-btn01 .inner {
    padding: 0 0 0 0;
  }
}
.cmn-btn01 .inner:after {
  margin: 0 0 0 14px;
  width: 26px;
  height: 26px;
  background: url("/kojin/cmn/imgs/ico_arrow_right_02.svg") 0 0/cover no-repeat;
  content: "";
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .cmn-btn01 .inner:after {
    position: absolute;
    top: calc(50% - 13px);
    right: 9px;
    display: block;
    margin: 0;
  }
}
._t-bold900 {
  font-weight: 900;
  font-family: "noto-sans-black";
}
/*-----------------------
.list-num03.-present01
------------------------*/
.list-num03.-present01>.item {
  padding-left: calc(1.8em + 13px);
}
.list-num03.-present01>.item>.mark {
  width: 1.8em;
  font-weight: bold;
}
.list-num03>.item>.mark.-red01 {
  color: #E1457E;
}
.list-num03>.item>.mark.-blue01 {
  color: #0082DC;
}
.list-num03>.item>.mark.-green01 {
  color: #00B2B3;
}
/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: calc(50% - 220px);
  right: 83px;
  z-index: 30;
  width: 340px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px 0 #00000014;
  transition: all .25s ease-out;
}
.menu-area01 .head01 {
  position: relative;
  border-radius: 20px 20px 0 0;
  background: #006444;
  color: #ffffff;
  text-align: center;
}
.menu-area01 .head01:before {
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_bg_04.svg") 0 bottom no-repeat;
  background-size: 100% auto;
  content: "";
}
.menu-area01 .ttl01 {
  position: relative;
  padding: 35px 0 6px 0;
  line-height: 1;
}
.menu-area01 .list01 {
  position: relative;
  padding: 62px 0 108px 0;
}
.menu-area01 .list01:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_img_02.svg") calc(50% + 25px) 0 no-repeat;
  content: "";
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 18px 0 18px 98px;
  color: #56635f;
  text-decoration: none;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
.menu-area01 a:before {
  position: absolute;
  top: calc(50% - 6px);
  left: 66px;
  display: none;
  width: 14px;
  height: 15px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_ico_05.svg") 0 0 no-repeat;
  content: "";
}
.menu-area01 a.is-current {
  color: #004831;
}
.menu-area01 a.is-current:before {
  display: block;
}
@media screen and (max-width: 1730px) {
  .menu-area01 {
    right: 28px;
  }
}
@media screen and (max-width: 1660px) {
  .menu-area01 {
    right: 20px;
    width: 260px;
  }
  .menu-area01 .list01:after {
    background-position: calc(50% + 5px) 0;
  }
  .menu-area01 a {
    padding-left: 40px;
  }
  .menu-area01 a.is-current:before {
    left: 20px;
  }
}
@media screen and (max-width: 1470px) {
  .menu-area01 {
    right: 10px;
    width: 242px;
  }
  .menu-area01 .list01:after {
    background-position: calc(50% + 0px) 0;
  }
  .menu-area01 a {
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .menu-area01 a.is-current:before {
    left: 10px;
  }
}
@media screen and (max-width: 1420px) {
  .menu-area01 {
    display: none !important;
  }
}
/*-----------------------
kv-area
------------------------*/
.kv-area {
  position: relative;
  z-index: 1;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area {
    padding: 0 0 3.2vw 0;
    background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_bg_02.png") 0 0 no-repeat;
    background-size: cover;
  }
}
.kv-area .wrap02 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0 20px 0;
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  .kv-area .wrap01 .ttl01 {
    width: 99vw;
  }
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .wrap02 {
    display: block;
    padding: 2.4vw 8vw 0 8vw;
  }
}
.kv-area .block01:nth-child(2) {
  margin: 0 0 0 54px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .block01:nth-child(2) {
    margin: 2.66667vw 0 0 0 !important;
  }
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .ttl01 img {
    width: 100%;
    height: auto;
  }
}
.kv-area .text-hooray01 {
  color: #004831;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .text-hooray01 {
    margin: 0 -7.46667vw;
    font-size: 4.26667vw;
  }
}
.kv-area .text-hooray01 > .inner {
  padding: 0 0;
}
.kv-area .text-hooray01 > .inner:before {
  bottom: 11px;
  left: -21px;
  width: 18px;
  background-color: #004831;
  transform: rotate(50deg);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .text-hooray01 > .inner:before {
    bottom: 2.93333vw;
    left: -5.6vw;
    width: 4.8vw;
    height: 0.53333vw;
  }
}
.kv-area .text-hooray01 > .inner:after {
  right: -21px;
  bottom: 11px;
  width: 18px;
  background-color: #004831;
  transform: rotate(-50deg);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .text-hooray01 > .inner:after {
    right: -5.6vw;
    bottom: 2.93333vw;
    width: 4.8vw;
    height: 0.53333vw;
  }
}
.kv-area .btn-type01 {
  margin: 5px 0 0 0;
  width: 400px;
  height: 60px;
  font-size: 2.0rem;
  position: relative;
}
.kv-area .btn-type01::before, .kv-area .btn-type01::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 43px;
  width: 12px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.kv-area .btn-type01::before {
  transform: rotate(45deg);
}
.kv-area .btn-type01::after {
  transform: rotate(-45deg);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .btn-type01 {
    margin: 1.33333vw 0 0 0;
    width: 108.26667vw !important;
    height: 17.6vw;
    font-size: 5.33333vw;
  }
  .kv-area .btn-type01::before, .kv-area .btn-type01::after {
    right: 18px;
  }
}
.kv-area .btn-type01 > .inner {
  min-height: 100%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .btn01 {
    height: 14.93333vw;
  }
}
.kv-area .btn02 {
  position: relative;
  font-size: 2.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .kv-area .btn02 {
    padding-left: 15px !important;
    height: 12.26667vw;
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 950px) {
  .kv-area .block01:nth-child(2) {
    margin: 0 0 0 1.33333vw;
  }
  .kv-area .btn-type01 {
    width: 350px;
  }
}
/*-----------------------
tokuten-area
------------------------*/
.cpnloadEnd .tokuten-area .end01 {
  display: flex;
}
.tokuten-area {
  padding: 56px 0 0 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .tokuten-area {
    padding: 56px 18px 0 18px;
  }
}
.tokuten-area .end01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  font-size: 2.7rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .tokuten-area .end01 {
    font-size: 6.13333vw;
  }
}
.tokuten-area .frame01 {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #00000014;
  text-align: center;
}
.tokuten-area .frame02 {
  position: relative;
  min-height: 100px;
  border: 4px solid #004831;
  border-radius: 20px;
  background-color: #f3f8f6;
}
.tokuten-area .frame02.-type01 {
  margin-top: 69px;
}
.tokuten-area .frame02.-type02 {
  margin-top: 69px;
}
.tokuten-area .head01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 6px 0;
  height: 68px;
  border-radius: 20px 20px 0 0;
  background-color: #C4D700;
  color: #000;
  letter-spacing: .1em;
  font-weight: 900;
  font-size: 2.6rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
.tokuten-area .head01:before {
  position: absolute;
  top: -21px;
  left: -11px;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_ico_02.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.tokuten-area .head01:after {
  position: absolute;
  bottom: -13px;
  left: calc(50% - 24px);
  display: block;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #c4d700;
  border-bottom: 0;
  content: "";
}
.tokuten-area .body01 {
  padding: 34px 0 0 0;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  color: #004831;
  letter-spacing: .00em;
  font-weight: bold;
}
.tokuten-area .icon01.-type01 {
  color: #e1457e;
}
.tokuten-area .icon01.-type01 .icon01Txt02 {
  display: none;
}
.tokuten-area .icon01Num01 {
  letter-spacing: -.1em;
  font-weight: 900;
  font-size: 3.6rem;
  font-family: "roboto-black";
  transform: translate(-4px, -6px);
}
.tokuten-area .icon01Txt01 {
  font-size: 1.4rem;
  transform: translate(1px, -9px);
}
.tokuten-area .icon01Txt02 {
  font-size: 1.4rem;
  transform: translate(0px, 0px);
}
.tokuten-area .block01 .wrap02 {
  padding: 6px 0 0 0;
}
.tokuten-area .block01 .wrap03 {
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 18px 0 0 0;
  height: 59px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_bg_03.png") center 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .wrap03 {
    padding: 3.2vw 0 0 0;
    height: 11.46667vw;
  }
}
.tokuten-area .block01 .wrap04 {
  position: relative;
  padding: 13px 0 0 0;
  background-color: #F3F8F6;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .wrap04 {
    padding: 3.46667vw 0 0 0;
  }
}
.tokuten-area .block01 .wrap04:before {
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  width: 84px;
  height: 120px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_img_10.svg") center 0 no-repeat;
  content: "";
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .wrap04:before {
    top: 14%;
    left: 0;
    width: 21.86667vw;
    height: 34.53333vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .wrap04:after {
    right: 2.66667vw;
    width: 20.53333vw;
    height: 25.6vw;
    background-size: 100% auto;
  }
}
.tokuten-area .block01 .wrap04 .text01 {
  color: #E95501;
  font-size: 2.2rem;
  font-weight: 700;
}
.tokuten-area .block01 .wrap05 {
  display: block;
}
.tokuten-area .block01 .wrap06 {
  display: block;
  padding: 10px 8px 0 0;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .wrap06 {
    padding: 2.66667vw 2.13333vw 0 0;
  }
}
.tokuten-area .block01 .wrap07 {
  padding: 13px 0 22px 0;
  background-color: #017a4f;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .wrap07 {
    padding: 3.46667vw 0 5.86667vw 0;
  }
}
.tokuten-area .block01 .wrap08 {
  padding: 10px 15px 0 0;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .wrap08 {
    padding: 2.66667vw 4vw 0 0;
  }
}
.tokuten-area .block01 .list01 {
  text-align: left;
  margin: 14px 14px 0;
  padding-bottom: 24px;
}
.tokuten-area .block01 .list01>.item {
  font-size: 12px;
  color: #56635f;
  font-weight: normal;
}

.tokuten-area .block01 .item01 {
  position: relative;
  padding: 18px 0 17px 56px;
  min-height: 66px;
  border-bottom: 2px solid #ffffff;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .item01 {
    font-size: 5.33333vw !important;
  }
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .item01.-type01 {
    padding: 12px 0 9px 56px;
    font-size: 2.0rem;
  }
}
.tokuten-area .block01 .item01:before {
  position: absolute;
  top: calc(50% - 10px);
  left: 18px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c4d700;
  content: "";
}
.tokuten-area .block01 .item01:last-child {
  border-bottom: 0;
}
.tokuten-area .block01 .txt01 {
  color: #017a4f;
  font-weight: bold;
  line-height: 1;
}
.tokuten-area .block01 .txt01 > .inner:before {
  bottom: 7px;
  left: 7px;
  width: 20px;
  background-color: #017a4f;
  transform: rotate(52deg);
}
.tokuten-area .block01 .txt01 > .inner:after {
  right: 7px;
  bottom: 7px;
  width: 20px;
  background-color: #017a4f;
  transform: rotate(-52deg);
}
.tokuten-area .block01 .txt02 {
  display: inline-block;
  font-size: 2.0rem;
  transform: translate(3px, 0);
}
.tokuten-area .block01 .txt03 {
  font-size: 2.0rem;
}
.tokuten-area .block01 .txt04 {
  display: inline-block;
  font-size: 2.0rem;
  transform: translate(-3px, 0);
}
.tokuten-area .block01 .txt05 {
  font-size: 2.0rem;
}
.tokuten-area .block01 .txt06 {
  font-size: 2.4rem;
}
.tokuten-area .block01 .txt07 {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt07 {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt07 > .inner {
    padding: 0 8vw;
  }
}
.tokuten-area .block01 .txt07 > .inner:before {
  bottom: 11px;
  left: 6px;
  width: 20px;
  background-color: #ffffff;
  transform: rotate(52deg);
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt07 > .inner:before {
    bottom: 2.93333vw;
    left: 1.6vw;
    width: 5.33333vw;
  }
}
.tokuten-area .block01 .txt07 > .inner:after {
  right: 6px;
  bottom: 11px;
  width: 20px;
  background-color: #ffffff;
  transform: rotate(-52deg);
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt07 > .inner:after {
    right: 1.6vw;
    bottom: 2.93333vw;
    width: 5.33333vw;
  }
}
.tokuten-area .block01 .txt08 {
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt08 {
    font-size: 6.4vw;
  }
}
.tokuten-area .block01 .txt09 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  transform: translate(-3px, 0);
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt09 {
    font-size: 4.8vw;
    transform: translate(-0.8vw, 0);
  }
}
.tokuten-area .block01 .txt10 {
  display: block;
  padding: 17px 18px 0 0;
  color: #e1457e;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt10 {
    padding: 4.53333vw 4.8vw 0 0;
    font-size: 5.33333vw;
  }
}
.tokuten-area .block01 .txt11 {
  color: #e1457e;
  letter-spacing: -.1em;
  font-weight: bold;
  font-size: 5.6rem;
  font-family: "roboto";
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt11 {
    font-size: 14.93333vw;
  }
}
.tokuten-area .block01 .txt12 {
  display: inline-block;
  color: #e1457e;
  font-weight: bold;
  font-size: 4.0rem;
  transform: translate(5px, -5px);
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt12 {
    font-size: 10.66667vw;
    transform: translate(1.33333vw, -1.33333vw);
  }
}
.tokuten-area .block01 .txt13 {
  display: inline-block;
  color: #e1457e;
  font-weight: bold;
  font-size: 2.2rem;
  transform: translate(6px, -6px);
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt13 {
    font-size: 5.86667vw;
    transform: translate(1.6vw, -1.6vw);
  }
}
.tokuten-area .block01 .txt14 {
  font-weight: bold;
  font-size: 2.0rem;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt14 {
    font-size: 5.33333vw;
  }
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt15 {
    font-size: 4.26667vw;
  }
}
.tokuten-area .block01 .txt16 {
  display: inline-block;
  margin: 0 0 0 -3px;
  font-size: 2.0rem;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt16 {
    margin: 0 0 0 -0.8vw;
    font-size: 5.33333vw;
  }
}
.tokuten-area .block01 .txt17 {
  display: inline-block;
  margin: 0 -11px 0 -13px;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt17 {
    margin: 0 -2.93333vw 0 -3.46667vw;
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt18 {
    font-size: 4.26667vw;
  }
}
.tokuten-area .block01 .txt19 {
  display: inline-block;
  margin: 0 0 0 -3px;
  font-size: 2.0rem;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt19 {
    margin: 0 0 0 -0.8vw;
    font-size: 5.33333vw;
  }
}
.tokuten-area .block01 .txt20 {
  display: inline-block;
  margin: 0 -13px 0 -13px;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt20 {
    margin: 0 -3.46667vw 0 -3.46667vw;
    font-size: 4.26667vw;
  }
}
.tokuten-area .block01 .txt21 {
  display: block;
  margin: 0 0 -6px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  .tokuten-area .block01 .txt21 {
    margin: 0 0 -1.6vw 0;
    font-size: 4.8vw;
  }
}
.tokuten-area .block02 {
  position: relative;
  margin: 77px 0 0 0;
  padding: 0 21px;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .tokuten-area .block02 {
    padding: 0 2.66667vw;
  }
}
.tokuten-area .block02 .txt01 {
  display: block;
  padding: 40px 0 11px 0;
  line-height: 1;
}
.tokuten-area .block02 .txt02 {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
.tokuten-area .block02 .img01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 21px auto 26px auto;
  padding: 4px 0 0 6px;
  min-width: 239px;
  height: 134px;
  border-radius: 10px;
  background: #ffffff;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .tokuten-area .block02 .img01 {
    min-width: 63.73333vw;
  }
}
.tokuten-area .block02 .icon01 {
  right: -12px;
  bottom: -28px;
}
.tokuten-area .block03 {
  margin: 69px 0 0 0;
  padding: 0 21px;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .tokuten-area .block03 {
    padding: 0 2.66667vw;
  }
}
.tokuten-area .block03 .head02 {
  padding-left: 10px;
}
.tokuten-area .block03 .wrap01 {
  padding: 35px 0 22px 0;
}
.tokuten-area .block03 .wrap02 {
  position: relative;
  padding: 11px 0 19px 0;
  border-radius: 15px 15px 16px 16px;
  background-color: #e2efbc;
}
.tokuten-area .block03 .icon01 {
  top: -57px;
  right: -12px;
}
.tokuten-area .block03 .icon01Num01 {
  transform: translate(-3px, -4px);
}
.tokuten-area .block03 .icon01Txt01 {
  font-size: 1.4rem;
  transform: translate(1px, -9px);
}
.tokuten-area .block03 .icon01Txt02 {
  transform: translate(0px, -4px);
}
.tokuten-area .block03 .img01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 42px auto;
  min-width: 239px;
  height: 84px;
  border-radius: 10px;
  background: #ffffff;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .tokuten-area .block03 .img01 {
    min-width: 63.73333vw;
  }
}
.tokuten-area .block03 .txt01 {
  display: inline-block;
  margin: 0 -7px 0 0;
  font-size: 1.8rem;
}
.tokuten-area .block03 .txt02 {
  display: inline-block;
  padding: 0 2px 0 5px;
  background: linear-gradient(transparent 70%, #f6c7d8 70%);
  font-size: 2.4rem;
}
.tokuten-area .block03 .txt03 {
  display: block;
  padding: 0 0 1px 0;
}
.tokuten-area .block03 .txt04 {
  display: block;
  color: #e1457e;
  letter-spacing: -.05em;
  font-size: 2.4rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .tokuten-area .block03 .txt04 {
    font-size: 2.1rem;
  }
}
.tokuten-area .block03 .table01 {
  margin: 15px 15px 0 15px;
  width: calc(100% - 30px);
  border-top: 1px solid #d5dedb;
  border-left: 1px solid #d5dedb;
}
.tokuten-area .block03 .table01 col {
  width: 50%;
}
.tokuten-area .block03 .table01 th {
  border-right: 1px solid #d5dedb;
  border-bottom: 1px solid #d5dedb;
}
.tokuten-area .block03 .table01 td {
  border-right: 1px solid #d5dedb;
  border-bottom: 1px solid #d5dedb;
}
.tokuten-area .block03 .table01 thead th {
  padding: 7px 0;
  background-color: #4d7f6f;
  color: #ffffff;
  text-align: center;
}
.tokuten-area .block03 .table01 tbody th {
  padding: 7px 0 7px 15px;
  background-color: #f3f8f6;
  font-weight: bold;
}
.tokuten-area .block03 .table01 tbody td {
  padding: 7px 0 7px 15px;
  background-color: #ffffff;
}
.tokuten-area .block03 .table01 tbody .is-active th {
  position: relative;
  padding: 6px 0 5px 15px;
  background-color: #fcecf2;
  color: #e1457e;
  font-size: 1.8rem;
}
.tokuten-area .block03 .table01 tbody .is-active th:before {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
  width: calc(200% + 7px);
  height: calc(100% + 7px);
  border: 4px solid #e1457e;
  border-radius: 4px;
  content: "";
}
.tokuten-area .block03 .table01 tbody .is-active td {
  padding: 5px 0 3px 15px;
  color: #e1457e;
  font-weight: bold;
  font-size: 2.0rem;
}
.tokuten-area .block04 {
  position: relative;
  margin: 69px 0 0 0;
  padding: 0 21px;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .tokuten-area .block04 {
    padding: 0 2.66667vw;
  }
}
.tokuten-area .block04 .wrap01 {
  padding: 30px 0 18px 0;
}
.tokuten-area .block04 .img01 {
  position: relative;
}
.tokuten-area .block04 .txt01 {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #e1457e;
  color: #ffffff;
  font-family: "noto-sans-black";
  line-height: 1;
}
.tokuten-area .block04 .txt02 {
  display: block;
  padding: 11px 0 0 0;
  font-weight: bold;
}
.tokuten-area .block04 .txt03 {
  display: block;
  padding: 0 0 9px 0;
  font-weight: bold;
  font-size: 2.4rem;
  transform: translate(0, -2px);
}
.tokuten-area .block04 .txt04 {
  margin: 19px 0 0 0;
  color: #017a4f;
  font-weight: bold;
  line-height: 1;
}
.tokuten-area .block04 .txt04 > .inner:before {
  bottom: 7px;
  left: 7px;
  width: 20px;
  background-color: #017a4f;
  transform: rotate(52deg);
}
.tokuten-area .block04 .txt04 > .inner:after {
  right: 7px;
  bottom: 7px;
  width: 20px;
  background-color: #017a4f;
  transform: rotate(-52deg);
}
.tokuten-area .block04 .link01 {
  margin: 6px 0 0 0;
}
.tokuten-area .block04 .link01 .icon-link01 > .inner::after {
  left: 3px;
  background-position: center center;
  background-size: 28px auto;
}
.tokuten-area .block04 .icon01 {
  right: -18px;
  bottom: -32px;
}
/*-----------------------
oubo-area
------------------------*/
.cpnloadEnd .oubo-area .end01 {
  display: flex;
}
.oubo-area {
  padding: 56px 0 0 0;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .oubo-area {
    padding: 56px 18px 0 18px;
  }
}
.oubo-area .end01 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  font-size: 2.7rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .oubo-area .end01 {
    font-size: 6.13333vw;
  }
}
.oubo-area .frame01 {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #00000014;
  text-align: center;
}
.oubo-area .frame02 {
  position: relative;
  margin: 111px 0 0 0;
  padding: 31px 0 0 0;
}
.oubo-area .frame02.-type01 {
  margin-top: 58px;
}
.oubo-area .frame02.-type01:before {
  display: none;
}
.oubo-area .frame02.-type03 {
  margin-top: 124px;
  padding-bottom: 0;
}
.oubo-area .frame02.-type03:before {
  top: -92px;
  left: calc(50% - 18px);
  width: 38px;
  height: 61px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_ico_06.svg") 0 0 no-repeat;
}
.oubo-area .frame02:before {
  position: absolute;
  top: -70px;
  left: calc(50% - 38px);
  display: block;
  width: 80px;
  height: 25px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_ico_01.svg") 0 0 no-repeat;
  content: "";
}
.oubo-area .head01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 6px 0;
  height: 68px;
  border-radius: 20px 20px 0 0;
  background-color: #C4D700;
  color: #000;
  letter-spacing: .1em;
  font-weight: 900;
  font-size: 2.6rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
.oubo-area .head01:before {
  position: absolute;
  top: -32px;
  left: -12px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 64px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_ico_03.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.oubo-area .head01:after {
  position: absolute;
  bottom: -13px;
  left: calc(50% - 24px);
  display: block;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #c4d700;
  border-bottom: 0;
  content: "";
}
.oubo-area .head02 {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  text-align: center;
}
.oubo-area .head02Txt01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0;
  width: 80px;
  height: 36px;
  border-radius: 4px;
  background-color: #004831;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "roboto";
  line-height: 1;
}
.oubo-area .head03 {
  padding: 6px 0 8px 0;
  border-radius: 20px 20px 0 0;
  background-color: #006444;
  color: #ffffff;
  letter-spacing: .08em;
  font-weight: bold;
  font-family: "noto-sans-black";
  line-height: 1;
}
.oubo-area .body01 {
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  color: #004831;
  letter-spacing: .00em;
  font-weight: bold;
}
.oubo-area .body02 {
  padding: 17px 17px 22px 15px;
  border: 4px solid #017a4f;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
}
.oubo-area .wrap01 {
  margin: 0 0 -2px 0;
  padding: 1px 0 36px 0;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_bg_06.png") 0 bottom no-repeat;
  background-size: 100% auto;
}
.oubo-area .wrap02 {
  padding: 15px 0 50px 0;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_bg_05.png") calc(50%) calc(100% + 5px) no-repeat #a0c81e;
  background-size: 100% auto;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .oubo-area .wrap02 {
    background-size: 339px auto;
  }
}
.oubo-area .wrap03 {
  margin-top: -2px;
  padding: 0px 21px 31px 21px;
  background-color: #c6de78;
}
.oubo-area .txt03 {
  padding: 0 14px 12px 14px;
  font-size: 1.8rem;
  color: #000;
}
.light-box01 {
  position: relative;
  margin: 26px auto 0;
  max-width: 375px;
}
.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;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .light-box01 > .inner {
    font-size: 3.733vw;
  }
}
.oubo-area .frame02 > .inner {
  padding: 0 14px 92px;
}
.light-box01 > .inner::after {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto 0;
  width: 85px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_ico_06.svg") center / contain no-repeat;
  content: "";
}
.oubo-area .txt04 {
  font-size: 2.0rem;
  line-height: 1.45;
}
.oubo-area .txt04 sup {
  display: inline-block;
  margin: 0 3px 0 -8px;
  font-size: 1.2rem;
  transform: translate(0, -3px);
}
.oubo-area .txt05 {
  background: linear-gradient(transparent 70%, #c6de78 70%);
}
.oubo-area .txt06 {
  display: inline-block;
  margin: 0 -8px 0 0;
}
.oubo-area .txt07 {
  color: #e95501;
}
.oubo-area .txt08 {
  font-size: 2.4rem;
}
.oubo-area .txt09 {
  font-size: 2.0rem;
}
.oubo-area .txt10 {
  font-size: 2.8rem;
}
.oubo-area .list01 {
  padding: 6px 15px 0 15px;
  color: #56635f;
  font-weight: normal;
  font-size: 1.2rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .oubo-area .list01 {
    text-align: left;
  }
}
.oubo-area .list02 {
  padding: 6px 15px 0 15px;
  color: #56635f;
  text-align: left;
  font-weight: normal;
  font-size: 1.2rem;
}
.oubo-area .btn01 {
  min-width: 303px;
  font-size: 1.8rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .oubo-area .btn01 {
    min-width: 74.4vw;
    font-size: 4.8vw;
  }
}
/*-----------------------
result-area
------------------------*/
.result-area {
  margin: 56px 0 0 0;
  border: 10px solid #ffffff;
  background: #ffedb3;
  color: #004831;
  text-align: center;
  font-weight: bold;
}
.result-area .wrap02 {
  display: block;
  padding: 21px 0 0 0;
  line-height: 1.4;
}
.result-area .txt01 {
  font-size: 1.8rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt01 {
    font-size: 4.8vw;
  }
}
.result-area .txt02 {
  font-size: 1.6rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt02 {
    font-size: 4.26667vw;
  }
}
.result-area .txt03 {
  display: inline-block;
  margin: 8px 0;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #e95501;
  font-size: 2.0rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt03 {
    font-size: 5.33333vw;
  }
}
.result-area .txt04 {
  display: block;
  padding: 0 0 2px 0;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt04 {
    font-size: 4.26667vw;
  }
}
.result-area .txt05 {
  display: inline-block;
  transform: translate(4px, 0px);
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt05 {
    font-size: 4.26667vw;
  }
}
.result-area .txt06 {
  background: linear-gradient(transparent 70%, #ffffff 70%);
  font-size: 2.0rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt06 {
    font-size: 5.33333vw;
  }
}
.result-area .txt07 {
  display: inline-block;
  margin: 0 0 7px 0;
  transform: translate(-4px, 0px);
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt07 {
    font-size: 4.26667vw;
  }
}
.result-area .txt08 {
  display: block;
  padding: 8px 0 8px 0;
  background-color: #ffc300;
  font-size: 2.8rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .result-area .txt08 {
    font-size: 7.46667vw;
  }
}
/*-----------------------
detail-area
------------------------*/
.detail-area {
  position: relative;
  margin: 113px 0 80px 0;
  padding: 26px 18px 40px 18px;
  border-radius: 40px;
  background-color: #e2efbc;
}
.detail-area:before {
  position: absolute;
  top: -54px;
  left: calc(50% - 51px);
  display: block;
  width: 102px;
  height: 58px;
  background: url("/kojin/olive/special/campaign/collab/nippons2025/after/imgs/index_ico_04.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
}
.detail-area .ttl01 {
  padding: 0 0 30px 0;
  color: #004831;
  text-align: center;
  font-weight: 900;
  font-size: 2.6rem;
  font-family: "noto-sans-black";
  line-height: 1;
}
.detail-area .ttl02 {
  padding: 10px 5px;
  background-color: #a0c81e;
  color: #003927;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.detail-area .ttl03 {
  margin: 2px 0 4px -6px;
  font-weight: bold;
}
.detail-area .txt01 {
  color: #e95501;
  font-weight: bold;
}
.detail-area .wrap01 {
  overflow: hidden;
  border-radius: 20px;
  background-color: #ffffff;
}
.detail-area .block01 {
  padding: 16px 16px 15px 16px;
  letter-spacing: -.01em;
  font-size: 1.4rem;
  line-height: 1.52;
}
.detail-area .list01 {
  margin-left: -8px;
}
.detail-area .table01 {
  margin: 6px 0 10px 0;
  width: 100%;
  border-top: 1px solid #d5dedb;
  border-left: 1px solid #d5dedb;
}
.detail-area .table01 col:nth-child(1) {
  width: 42%;
}
.detail-area .table01 th {
  border-right: 1px solid #d5dedb;
  border-bottom: 1px solid #d5dedb;
  color: #004831;
  font-size: 1.2rem;
}
.detail-area .table01 td {
  border-right: 1px solid #d5dedb;
  border-bottom: 1px solid #d5dedb;
  font-size: 1.2rem;
}
.detail-area .table01 thead th {
  padding: 7px 0 7px 15px;
  background-color: #e5edea;
  color: #004831;
  text-align: left;
  font-weight: bold;
}
.detail-area .table01 tbody tr {
  position: relative;
}
.detail-area .table01 tbody th {
  padding: 4px 0 4px 15px;
  font-weight: bold;
}
.detail-area .table01 tbody td {
  padding: 4px 0 4px 15px;
}
.detail-area .table01 .bg01 {
  background-color: #fef7e6;
  color: #e95501;
  font-weight: bold;
}
.detail-area .card-normal01 {
  margin-top: 32px;
  border: 0;
  border-radius: 8px;
}
.detail-area .card-normal01 > .inner > .header {
  padding: 20px 18px;
  text-align: left;
}
.detail-area .card-normal01 > .inner > .header:after {
  top: calc(50% - 12px) !important;
  right: 13px !important;
  width: 27px !important;
  height: 27px !important;
  background-size: 27px auto !important;
}
.detail-area .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area .card-normal01 > .inner > .header > .title > .inner {
  padding-left: 34px !important;
}
.detail-area .card-normal01 > .inner > .header > .title > .inner::before {
  top: -3px !important;
}
.detail-area .card-normal01 > .inner > .body {
  padding: 25px 17px;
}
.detail-area .card-normal01 > .inner > .body:not(:first-child):before {
  left: 0;
  width: 100%;
  background: #d5dedb;
}
.detail-area .glyph-attention01 > .inner:before {
  background-size: 30px auto;
}
.detail-area [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 30px;
  height: 30px;
}
.detail-area .toggle-block01 > [role=tablist] > [role=tab]:after {
  background-size: 30px auto;
}
.detail-area .list-circle01 {
  margin-left: 8px;
}
.detail-area .list-circle01 > .item:before {
  top: .6em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #56635f;
}
.detail-area sup {
  display: inline-block;
  margin: 0 2px 0 -2px;
  transform: translate(0, 2px);
}
/* ----------------------------------
fixed-area
---------------------------------- */
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  height: 72px;
  background: rgba(255, 255, 255, 0.8);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    justify-content: space-between;
    padding: 0 18px;
    height: 80px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 0 4.26667vw;
  }
}
.fixed-area01 .btn-type01 {
  padding: 0 15px 0 0;
  width: 406px;
  height: 46px;
  font-size: 2.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    padding: 0 15px 0 0;
    width: calc(50% - 4px);
    box-shadow: none;
    font-size: 1.2rem !important;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.2vw !important;
  }
}
.fixed-area01 .btn-type01 > .inner {
  padding: 0 0 0 38px;
  min-height: 100%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 > .inner {
    padding: 0 0 0 7px;
  }
}
.fixed-area01 .btn-type01 > .inner:after {
  right: 0;
}
.fixed-area01 .btn02 {
  margin: 0 0 0 54px;
  font-size: 2.0rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 0;
    padding: 0 15px 0 0;
    font-size: 1.2rem !important;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn02 {
    font-size: 3.2vw !important;
  }
}
.fixed-area01 .btn02 .txt01 {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 4px 8px 5px 8px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #004831;
  font-size: 1.4rem;
  transform: translate(-4px, 0px);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 .txt01 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .fixed-area01 .btn-type01 {
    width: 390px;
  }
  .fixed-area01 .btn02 {
    margin-left: 12px;
  }
}
@media screen and (max-width: 890px) {
  .fixed-area01 .btn-type01 > .inner {
    padding-left: 18px;
  }
  .fixed-area01 .btn01 {
    font-size: 1.6rem;
  }
  .fixed-area01 .btn02 {
    font-size: 1.6rem;
  }
  .fixed-area01 .btn02 .txt01 {
    font-size: 1.3rem;
  }
}
/*-----------------------
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: 960px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-frame {
    width: calc(100% - 9.6vw);
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 30px 24px 30px;
  width: 100%;
  height: 50%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-wrap01 {
    padding: 27px 20px 40px 21px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area .ttl01 {
    font-size: 6.93333vw;
  }
}
.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 #ffffff;
}
.modal-area .card-modal01 {
  background: #f5f9e6;
}
