@charset "shift_jis";
/* Updated 2026/05/26.T */
/*-------------------------------------
Font
-------------------------------------*/
@font-face {
  font-weight: 400;
  src: url("/kojin/olive/fonts/Olive/OLIVE-Nature.woff") format("woff"), url("/kojin/olive/fonts/Olive/OLIVE-Nature.otf") format("opentype");
  font-family: "Olive Nature";
}
@font-face {
  font-weight: 700;
  src: url("/kojin/olive/fonts/Olive/OLIVE-Impact.woff") format("woff"), url("/kojin/olive/fonts/Olive/OLIVE-Impact.otf") format("opentype");
  font-family: "Olive Nature";
}
@font-face {
  font-weight: 700;
  src: url("/kojin/olive/fonts/Olive/OLIVE-Impact.woff") format("woff"), url("/kojin/olive/fonts/Olive/OLIVE-Impact.otf") format("opentype");
  font-family: "Olive Impact";
}
@font-face {
  font-family: "noto-sans-black";
  src: url("/kojin/special/fonts/NotoSansJP-Black.woff") format("woff");
}

/*-------------------------------------
Base
-------------------------------------*/
body {
  min-width: 0;
}
.olive-contents {
  font-feature-settings: "palt" on;
  background-color: #FFF;
  min-height: 100vh;
  color: #000;
  font-family: "Olive Nature",noto-sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.olive-contents a {
  color: #000;
  text-decoration: none;
}
#footer-area .footer-logo {
  padding-bottom: 88px;
}

/*-------------------------------------
Common
-------------------------------------*/
.contents-block01 {
  width: 1224px;
  max-width: 100%;
  margin: 0 auto;
}
.contents-block02 {
  width: 988px;
  max-width: 100%;
  margin: 0 auto;
}
._t-black01 {
  color: #000 !important;
}
._t-oliveImpact {
  font-family: "Olive Impact" !important;
}

@media screen and (min-width: 768px) {
  .contents-block01 {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .contents-block01 {
    width: calc(100% - (24px * 2));
  }
  .contents-block02 {
    width: calc(100% - (24px * 2));
  }
}

@media screen and (max-width: 374.98px) {
  ._fsS {
    font-size: 3.73vw !important;
  }
}

.ico-link01 {
  position: relative;
  transition: opacity .4s ease-in;
}
.ico-link01 > .inner::after {
  content: "";
  display: inline-block;
  position: relative;
  top: .25em;
  left: 8px;
  width: 1em;
  height: 1em;
  background: url("/kojin/olive/high-status/imgs/index_ico_arrow_right_01.svg") 0 0/cover no-repeat;
}
.ico-link01:hover {
  opacity: 0.6;
}
.icon-blank01.-olive {
  color: inherit;
  transition: opacity .4s ease-in;
}
.icon-blank01.-olive > .inner > .item {
  width: 1em;
  height: 1em;
}
.icon-blank01.-olive:hover {
  opacity: 0.6;
}
.head01 .sub01 {
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
}
.head01 .sub01::before {
  content: "";
  display: inline-block;
  width: .375em;
  height: 1em;
  margin-right: 8px;
  background: #004831;
  position: relative;
  top: .15em;
}
.head01 .sub01 + .ttl-text01 {
  margin-top: 8px;
}
.head01 .ttl-text01 {
  color: #004831;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.head01.-white01 {
  color: #FFF;
  position: relative;
}
.head01.-white01 .ttl-text01 {
  color: #FFF;
}
.head01.-white01 .sub01::before {
  background: #FFF;
}

@media screen and (max-width: 767.98px) {
  .head01 .sub01 {
    font-size: 1.4rem;
  }
  .head01 .sub01::before {
    width: 4px;
  }
  .head01 .ttl-text01 {
    font-size: 2.8rem;
  }
  .head01.-white01::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #C9C5C0;
    position: absolute;
    left: calc(50% - (1px / 2));
    bottom: -20px;
  }
}

@media screen and (max-width: 374.98px) {
  .head01 .sub01 {
    font-size: 3.73vw;
  }
  .head01 .ttl-text01 {
    font-size: 7.47vw;
  }
}

.btn-type01.-olive {
  padding: 7px 72px 7px 56px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.btn-type01.-olive > .inner {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.btn-type01.-olive > .inner::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("/kojin/olive/high-status/imgs/index_ico_arrow_right_02.svg") no-repeat center center;
  position: absolute;
  top: calc(50% - (32px / 2));
  right: 24px;
}
.btn-type01.-olive.-green01 > .inner {
  color: #FFF;
}
.btn-type01.-olive.-green01 > .inner::after {
  background: url("/kojin/olive/high-status/imgs/index_ico_arrow_right_03.svg") no-repeat center center;
}
.btn-type01.-olive.-large01 {
  width: 311px;
}

@media screen and (min-width: 768px) {
  .btn-type01.-olive > .inner {
    padding-right: 16px;
  }
}

@media screen and (max-width: 374.98px) {
  .btn-type01.-olive {
    padding: 1.87vw 19.2vw 1.87vw 12.8vw;
  }
  .btn-type01.-olive > .inner {
    font-size: 3.73vw;
  }
  .btn-type01.-olive > .inner::after {
    width: 8.53vw;
    height: 8.53vw;
    top: calc(50% - (8.53vw / 2));
    right: 6.4vw;
  }
}

.btn-sq01 {
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
  width: 295px;
  max-width: 100%;
  padding: 5px 72px 5px 32px;
  border: 1px solid #000;
  background: transparent;
  transition: background-color .3s ease-out;
  text-decoration: none;
}
.btn-sq01 > .inner {
  display: flex;
  align-items: center;
  min-height: 40px;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: .2em;
}
.btn-sq01 > .inner::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("/kojin/olive/high-status/imgs/index_ico_arrow_right_02.svg") no-repeat center center;
  position: absolute;
  top: calc(50% - (32px / 2));
  right: 24px;
}
.btn-sq01:not(:disabled):not([aria-disabled=true]):hover {
  background: #655B5A;
  border-color: #655B5A;
}
.btn-sq01:not(:disabled):not([aria-disabled=true]):hover > .inner {
  color: #FFF;
}
.btn-sq01:not(:disabled):not([aria-disabled=true]):hover > .inner::after {
  background: url("/kojin/olive/high-status/imgs/index_ico_arrow_right_03.svg") no-repeat center center;
}

@media screen and (max-width: 374.98px) {
  .btn-sq01 {
    justify-content: center;
    padding: 1.33vw 19.2vw 1.33vw 6.93vw;
  }
  .btn-sq01 > .inner {
    font-size: 3.73vw;
  }
  .btn-sq01 > .inner::after {
    width: 8.53vw;
    height: 8.53vw;
    top: calc(50% - (8.53vw / 2));
    right: 6.4vw;
  }
}

.list-circle01.-green02 > .item::before {
  background: #004831;
}

/*-------------------------------------
Kv
-------------------------------------*/
.kv-area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  padding-bottom: 80px;
  position: relative;
}
.kv-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.kv-area .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.kv-area .slider .slick-img img {
  max-width: none;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.kv-area .-anime {
  animation: zoomDown 10s linear 0s normal both;
}
.kv-area .slider-controls {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position: absolute;
  right: 48px;
  top: 48px;
  z-index: 1;
}
.kv-area .slider-controls > .slide-count {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.kv-area .slider-controls > .slide-count.-total {
  order: 3;
}
.kv-area .slider-dots {
  display: flex;
  flex-flow: column wrap;
  width: 3px;
  height: 148px;
  margin: 16px 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.kv-area .slider-dots li {
  display: inline-block;
  width: 1px;
  height: calc(100% / 3);
  margin: 0;
}
.kv-area .slider-dots li button {
  position: relative;
  width: 1px;
  height: 100%;
  background: #C9C5C0;
  border: 0;
  font-size: 0;
}
.kv-area .slider-dots .slick-active button {
  width: 3px;
  background: #FFF;
}
.kv-area > .inner {
  width: 1224px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.kv-area > .inner .ttl01 {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.16em;
  animation: fade-tilt 1.5s cubic-bezier(0, 0.25, 1, 1) both;
}
.kv-area > .inner .txt-box01 {
  margin-top: 24px;
  color: #FFF;
  line-height: 1.6;
  letter-spacing: 0.08em;
  animation: fade-tilt 1.5s cubic-bezier(0, 0.25, 1, 1) 0.5s both;
}
.kv-area > .inner .btn-list01 {
  margin-top: 64px;
  animation: fade-up 0.6s cubic-bezier(0, 0.25, 1, 1) 1.8s both;
}

@media screen and (max-width: 767.98px) {
  .kv-area {
    padding-bottom: 64px;
  }
  .kv-area .slider-controls {
    right: 24px;
    top: 30px;
  }
  .kv-area > .inner {
    display: inline-block;
    width: auto;
    padding: 0 30px;
  }
  .kv-area > .inner .ttl01 {
    font-size: 2.4rem;
  }
  .kv-area > .inner .txt-box01 {
    font-size: 1.4rem;
  }
  .kv-area > .inner .btn-list01 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 374.98px) {
  .kv-area > .inner .txt-box01 {
    font-size: 3.73vw;
  }
}

/*-------------------------------------
About
-------------------------------------*/
.about-area {
  padding: 120px 0 136px;
}

.about-area .contents-block01 > .inner > .box .text01 {
  margin-top: 32px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.about-area .contents-block01 .list-notice01 {
  margin-top: 32px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .about-area .contents-block01 > .inner {
    display: flex;
    justify-content: space-between;
  }
  .about-area .contents-block01 > .inner > .box {
    width: 51.8%;
  }
  .about-area .contents-block01 > .inner > .img01 {
    width: 40%;
  }
}

@media screen and (max-width: 767.98px) {
  .about-area {
    padding: 48px 0 68px;
  }
  .about-area .contents-block01 > .inner > .box .text01 {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .about-area .contents-block01 > .inner > .img01 {
    margin-top: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 374.98px) {
  .about-area .contents-block01 > .inner > .box .text01 {
    font-size: 3.73vw;
  }
  .about-area .contents-block01 .list-notice01 {
    font-size: 3.2vw;
  }
}

/*-------------------------------------
Benefits
-------------------------------------*/
.benefits-area {
  background: #F0EFEE;
}
.benefits-area > .head01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 520px;
  padding-bottom: 170px;
  background: url("/kojin/olive/high-status/imgs/index_bg_benefits_01.jpg") no-repeat center center;
  background-size: cover;
}
.benefits-area > .head01 .contents-block01 {
  z-index: 1;
  position: relative;
}
.benefits-area > .head01 + .contents-block01 {
  margin-top: 56px;
  padding-bottom: 72px;
}
.benefits-area .col-box01 {
  padding: 24px 16px 8px;
  background: #FFF;
}
.benefits-area .col-box01 > .box01 > .ttl01 {
  display: inline-flex;
  align-items: center;
}
.benefits-area .col-box01 > .box01 > .ttl01 > .ico {
  margin-right: 24px;
}
.benefits-area .col-box01 > .box01 > .ttl01 > .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.benefits-area .col-box01 > .box02 .list01 {
  margin-top: 16px;
}
.benefits-area .col-box01 > .box02 .list01 > .item > .inner {
  display: inline-flex;
  align-items: center;
  padding-bottom: 32px;
}
.benefits-area .col-box01 > .box02 .list01 > .item > .inner > .ico {
  margin-right: 24px;
  flex-shrink: 0;
}
.benefits-area .col-box01 > .box02 .list01 > .item > .inner > .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.benefits-area .col-box01 + .list-notice01 {
  margin-top: 16px !important;
  color: #666;
  letter-spacing: 0.15em;
}
.benefits-area .col-box01 + .list-notice01 + .btn-list01 {
  margin-top: 64px;
}
.benefits-area .card-block {
  margin-top: 16px;
  padding: 32px 7.4% 26px;
  background: #E5EDEA;
}
.benefits-area .card-block > .item {
  display: flex;
  align-items: center;
}
.benefits-area .card-block > .item:not(:first-child) {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #D5DEDB;
}
.benefits-area .card-block > .item > .ico {
  width: 17.1%;
}
.benefits-area .card-block > .item > .dl {
  width: 256px;
  max-width: 100%;
  margin-left: 32px;
}
.benefits-area .card-block > .item > .dl > .dt {
  letter-spacing: 0.08em;
}
.benefits-area .card-block > .item > .dl > .dt:not(.-olive) {
  font-size: 1.8rem;
}
.benefits-area .card-block > .item > .dl > .dt.-olive {
  font-size: 2.0rem;
}
.benefits-area .card-block > .item > .dl > .dd {
  margin-top: 4px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .benefits-area > .head01 + .contents-block01 {
    margin-top: -112px;
    padding-bottom: 112px;
    z-index: 1;
    position: relative;
  }
  .benefits-area .col-box01 {
    display: flex;
    justify-content: space-between;
    padding: 56px 5.8% 64px;
  }
  .benefits-area .col-box01 > .box01 {
    width: 51.41%;
    max-width: 100%;
  }
  .benefits-area .col-box01 > .box02 {
    width: 44.35%;
    max-width: 100%;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item:not(:first-child) {
    padding-top: 32px;
    border-top: 1px solid #D5DEDB;
  }
  .benefits-area .card-block > .item {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .benefits-area .card-block > .item {
    justify-content: space-between;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item > .inner > .txt {
    font-size: 1.6rem;
  }
  .benefits-area .card-block > .item > .dl {
    margin-left: 16px;
  }
  .benefits-area .card-block > .item > .dl > .dt:not(.-olive) {
    font-size: 1.6rem;
  }
  .benefits-area .card-block > .item > .dl > .dt.-olive {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .benefits-area > .head01 {
    height: 304px;
    padding-bottom: 40px;
    background: url("/kojin/olive/high-status/imgs/index_bg_benefits_01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .benefits-area .col-box01 > .box01 > .ttl01 > .ico {
    width: 40px;
    flex-shrink: 0;
  }
  .benefits-area .col-box01 > .box01 > .ttl01 > .txt {
    font-size: 1.6rem;
  }
  .benefits-area .col-box01 > .box02 .list01 {
    margin-top: 24px;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item {
    padding-top: 24px;
    border-top: 1px solid #D5DEDB;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item > .inner {
    padding-bottom: 24px;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item > .inner > .ico {
    width: 40px;
    flex-shrink: 0;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item > .inner > .txt {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .benefits-area .card-block {
    padding: 16px 16px 24px;
  }
  .benefits-area .card-block > .item:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
  }
  .benefits-area .card-block > .item > .ico {
    width: 46px;
  }
  .benefits-area .card-block > .item > .dl {
    margin-left: 16px;
  }
  .benefits-area .card-block > .item > .dl > .dt:not(.-olive) {
    font-size: 1.4rem;
  }
  .benefits-area .card-block > .item > .dl > .dt.-olive {
    font-size: 1.6rem;
  }
  .benefits-area .card-block > .item > .dl > .dd {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 374.98px) {
  .benefits-area .col-box01 > .box01 > .ttl01 > .txt {
    font-size: 4.27vw;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item > .inner > .ico {
    width: 10.67vw;
    margin-right: 6.4vw;
  }
  .benefits-area .col-box01 > .box02 .list01 > .item > .inner > .txt {
    font-size: 4.27vw;
  }
  .benefits-area .card-block > .item > .dl > .dt:not(.-olive) {
    font-size: 3.2vw;
  }
  .benefits-area .card-block > .item > .dl > .dt.-olive {
    font-size: 4.27vw;
  }
  .benefits-area .card-block > .item > .dl {
    margin-left: 4.27vw;
  }
  .benefits-area .card-block > .item > .ico {
    width: 12.27vw;
  }
}

/*-------------------------------------
Asset
-------------------------------------*/
.asset-area > .head01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding: 0 0 40px;
  background: url("/kojin/olive/high-status/imgs/index_bg_asset_01.jpg") no-repeat center top;
  background-size: cover;
}
.asset-area .lead01 {
  padding: 40px 0 48px;
  background: #004831;
  color: #FFF;
}
.asset-area .lead01 > .inner {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.asset-area .lead01 > .inner .list-notice01 {
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.asset-area .point-box01 {
  background: #F0EFEE;
  padding: 40px 102px 48px;
}
.asset-area .point-box01:not(:first-child) {
  margin-top: 48px;
}
.asset-area .point-box01.-box01 .img01 {
  text-align: center;
}
.asset-area .point-box01 .head01 .ttl {
  margin-top: 24px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.asset-area .point-box01 .head01 + .text01 {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.asset-area .point-box01 .col-box01 {
  position: relative;
}
.asset-area .point-box01 .col-box01 > .item {
  max-width: 100%;
}
.asset-area .point-box01 .col-box01 > .item > .ttl01 {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
.asset-area .point-box01 .col-box01 > .item > .ttl01:not(._t-oliveImpact) {
  font-size: 2.0rem;
  font-weight: 600;
}
.asset-area .point-box01 .col-box01 > .item > .box01 {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.asset-area .point-box01 .col-box01 > .item > .box01 > .ico {
  margin-right: 16px;
  flex-shrink: 0;
}
.asset-area .point-box01 .col-box01 > .item > .box01 .list-circle01.-green02 > .item {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.asset-area .point-box01 .col-box01 .dl-block01 > .dt {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.asset-area .point-box01 .col-box01 .dl-block01 > .dt.-line01 {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.asset-area .point-box01 .col-box01 .dl-block01 > .dt.-line01 > .inner {
  padding: 0 16px;
  flex-shrink: 0;
  position: relative;
  top: .025em;
}
.asset-area .point-box01 .col-box01 .dl-block01 > .dt.-line01::before,
.asset-area .point-box01 .col-box01 .dl-block01 > .dt.-line01::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #655B5A;
  flex: 1;
}
.asset-area .point-box01 .col-box01 .item-list01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 16px;
  padding: 8px 0;
}
.asset-area .point-box01 .col-box01 .item-list01 > .item {
  padding: 4px 0;
  background: #FFF;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  border-radius: 50px;
  text-align: center;
}
.asset-area .point-box01 .col-box01 .icon-list01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 260px;
  margin: 16px auto 0;
}
.asset-area .point-box01 .col-box01 .icon-list01 > .item .txt {
  margin-top: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.asset-area .point-box01 .list-notice01 {
  margin-top: 32px !important;
  color: #666;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.asset-area .point-box01 + .btn-list01 {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .asset-area .contents-block02 {
    padding: 96px 0 112px;
  }
  .asset-area .point-box01.-box01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .asset-area .point-box01.-box01 > .box {
    width: 572px;
  }
  .asset-area .point-box01 .col-box01 {
    display: flex;
    width: 100%;
    max-width: 720px;
    justify-content: space-between;
    margin: 32px auto 0;
  }
  .asset-area .point-box01 .col-box01 > .item {
    width: 328px;
  }
  .asset-area .point-box01 .col-box01 > .item:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: calc(50% - (1px / 2));
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .asset-area .contents-block02 {
    padding: 96px 16px 112px;
  }
  .asset-area .point-box01 {
    padding: 40px 48px 48px;
  }
  .asset-area .point-box01 .col-box01 > .item {
    max-width: 45%;
  }
}

@media screen and (max-width: 767.98px) {
  .asset-area .contents-block02 {
    margin-top: -55px;
    padding-bottom: 72px;
  }
  .asset-area > .head01 {
    height: 304px;
    background: url("/kojin/olive/high-status/imgs/index_bg_asset_01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .asset-area .lead01 {
    padding: 56px 0 95px;
  }
  .asset-area .lead01 > .inner {
    width: calc(100% - (24px * 2));
    font-size: 1.4rem;
  }
  .asset-area .point-box01 {
    padding: 24px 24px 32px;
  }
  .asset-area .point-box01:not(:first-child) {
    margin-top: 56px;
  }
  .asset-area .point-box01.-box01 .img01 {
    margin-top: 32px;
  }
  .asset-area .point-box01 .head01 .ttl {
    margin-top: 16px;
    font-size: 2.1rem;
  }
  .asset-area .point-box01 .col-box01 > .item {
    margin-top: 32px;
  }
  .asset-area .point-box01 .col-box01 > .item.-border01 {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 32px;
  }
  .asset-area .point-box01 + .btn-list01 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 374.98px) {
  .asset-area .point-box01 .head01 .ttl {
    font-size: 5.33vw;
  }
  .asset-area .point-box01 .col-box01 > .item > .ttl01 {
    font-size: 5.87vw;
  }
  .asset-area .point-box01 .col-box01 > .item > .ttl01:not(._t-oliveImpact) {
    font-size: 4.8vw;
  }
  .asset-area .point-box01 .col-box01 > .item > .box01 > .ico {
    width: 20.8vw;
    margin-right: 4.27vw;
  }
  .asset-area .point-box01 .col-box01 > .item > .box01 .list-circle01.-green02 > .item {
    font-size: 3.73vw;
  }
  .asset-area .point-box01 .col-box01 .item-list01 > .item {
    font-size: 3.2vw;
  }
  .asset-area .point-box01 .col-box01 .icon-list01 > .item {
    padding: 0 3.2vw;
  }
  .asset-area .point-box01 .col-box01 .icon-list01 > .item .txt {
    font-size: 3.73vw;
  }
}

/*-------------------------------------
Premium
-------------------------------------*/
.premium-area > .head01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 520px;
  padding-bottom: 80px;
  background: url("/kojin/olive/high-status/imgs/index_bg_premium_01.jpg") no-repeat center center;
  background-size: cover;
}
.premium-area > .inner {
  padding-bottom: 128px;
  background: linear-gradient(270.8deg, #130800 0%, #655B5A 100%);
}
.premium-area > .inner .lead01 {
  padding-top: 128px;
  color: #FFF;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.premium-area > .inner .carousel-blockSp01 {
  margin-top: 112px;
}
.premium-area > .inner .carousel-blockSp01 .inner .txt {
  margin-top: 12px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.premium-area > .inner .info-box01 {
  margin-top: 136px;
  padding: 56px 104px;
  background: #F0EFEE;
}
.premium-area > .inner .info-box01 > .card > .dl > .dd {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.premium-area > .inner .info-box01 > .detail {
  margin-top: 8px;
}
.premium-area > .inner .info-box01 > .detail > .img {
  text-align: center;
}
.premium-area > .inner .info-box01 > .detail > .text {
  margin-top: 24px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.premium-area > .inner .info-box01 > .detail > .link {
  margin-top: 24px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .premium-area > .inner .lead01 {
    text-align: center;
  }
  .premium-area > .inner .info-box01 {
    display: flex;
    justify-content: space-between;
  }
  .premium-area > .inner .info-box01 > .card {
    width: 306px;
    max-width: 100%;
    padding-top: 46px;
    text-align: center;
  }
  .premium-area > .inner .info-box01 > .card > .dl {
    margin-top: 40px;
  }
  .premium-area > .inner .info-box01 > .detail {
    width: 376px;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .premium-area > .inner > .contents-block02 {
    padding: 0 16px;
  }
  .premium-area > .inner .info-box01 {
    padding: 56px 48px;
  }
}

@media screen and (max-width: 767.98px) {
  .premium-area > .head01 {
    height: 304px;
    padding-bottom: 40px;
    background: url("/kojin/olive/high-status/imgs/index_bg_premium_01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .premium-area > .inner {
    padding-bottom: 64px;
  }
  .premium-area > .inner .lead01 {
    padding-top: 56px;
    font-size: 1.4rem;
  }
  .premium-area > .inner .carousel-blockSp01 {
    margin: 48px -24px 0 0;
    padding-right: 24px;
    position: relative;
  }
  .premium-area > .inner .info-box01 {
    margin-top: 64px;
    padding: 32px 24px;
  }
  .premium-area > .inner .info-box01 > .card {
    display: flex;
  }
  .premium-area > .inner .info-box01 > .card > .ico {
    width: 84px;
    max-width: 100%;
    margin-right: 16px;
    flex-shrink: 0;
  }
  .premium-area > .inner .info-box01 > .card > .dl > .dt > .img {
    width: 165px;
    max-width: 100%;
    height: auto;
  }
  .premium-area > .inner .info-box01 > .card > .dl > .dd {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  .premium-area > .inner .info-box01 > .detail > .text {
    margin-top: 16px;
    line-height: 1.6;
  }
  .premium-area > .inner .info-box01 > .detail > .link {
    margin-top: 16px;
  }
}

@media screen and (max-width: 374.98px) {
  .premium-area > .inner .lead01 {
    font-size: 3.73vw;
  }
  .premium-area > .inner .info-box01 > .card > .ico {
    width: 23.2vw;
    margin-right: 4.27vw;
  }
  .premium-area > .inner .carousel-blockSp01 .inner .txt,
  .premium-area > .inner .info-box01 > .detail > .link {
    font-size: 3.73vw;
  }
}

/*-------------------------------------
Howto
-------------------------------------*/
.howto-area {
  padding: 88px 16px 112px;
  background: #F0EFEE;
}
.howto-area .lead01 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.howto-area .howto-box01 {
  margin-top: 64px;
}
.howto-area .howto-box01:not(:first-child) {
  margin-top: 24px;
}
.howto-area .howto-box01 > .dl {
  background: #FFF;
}
.howto-area .howto-box01 > .dl > .header {
  padding: 16px 24px 24px;
}
.howto-area .howto-box01 > .dl > .header .title > .inner {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.howto-area .howto-box01 > .dl > .header .text {
  display: inline-flex;
  align-items: center;
}
.howto-area .howto-box01 > .dl > .header .text > .inner {
  padding-right: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.howto-area .howto-box01 > .dl > .header .text::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/kojin/olive/high-status/imgs/index_ico_arrow_down_01.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  top: -.1em;
}
.howto-area .howto-box01 > .dl > .body {
  padding: 24px 80px 64px;
}
.howto-area .howto-box01 > .dl.-show > .header .text::after {
  transform: rotate(180deg);
}
.howto-area .howto-box01.-asset .body .list-circle01 {
  margin-top: 16px;
}
.howto-area .howto-box01.-asset .body .list-circle01 > .item {
  margin-top: 0 !important;
}
.howto-area .howto-box01.-asset .body .btn-list01 + .list-notice01 {
  margin-top: 24px !important;
}
.howto-area .howto-box01.-sbi .body .btn-list01 {
  margin-top: 32px;
}
.howto-area .howto-box01.-sbi .body .list-notice01 {
  margin-top: 24px !important;
}
.howto-area .howto-box01 .body > .text-block01 {
  letter-spacing: 0.04em;
}
.howto-area .howto-box01 .list-notice01 {
  color: #666;
  letter-spacing: 0.15em;
}
.howto-area .howto-box01 .note-dl {
  margin-top: 8px;
  color: #666;
}
.howto-area .howto-box01 .note-dl > .dt {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.howto-area .howto-box01 .note-dl > .dd {
  margin-top: 4px;
}
.howto-area .howto-box01 .tab-block01 > .list {
  border-bottom: 0;
}
.howto-area .howto-box01 .tab-block01 > .list > .item {
  width: 48.07%;
}
.howto-area .howto-box01 .tab-block01 > .list > .item > .switch {
  background: transparent;
  border-bottom: 1px solid #C9C5C0;
  border-radius: 0;
}
.howto-area .howto-box01 .tab-block01 > .list > .item > .switch > .inner {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.howto-area .howto-box01 .tab-block01 > .list > .item > .switch[aria-selected=true] {
  background: #FFF;
  border-bottom: 2px solid #000;
}
.howto-area .howto-box01 .tab-block01 > .list > .item > .switch[aria-selected=true] > .inner {
  color: #000;
  font-weight: 600;
}
.howto-area .howto-box01 .tab-block01 > .wrap > .panel > .inner {
  padding-top: 48px;
}
.howto-area .howto-box01 .step-box01 {
  display: flex;
  justify-content: center;
}
.howto-area .howto-box01 .step-box01 > .inner {
  display: flex;
  flex-flow: column wrap;
}
.howto-area .howto-box01 .step-box01 .item {
  display: inline-flex;
}
.howto-area .howto-box01 .step-box01 .item:not(:first-child) {
  margin-top: 40px;
}
.howto-area .howto-box01 .step-box01 .item > .ico {
  margin-right: 32px;
  flex-shrink: 0;
}
.howto-area .howto-box01 .step-box01 .item > .text .label {
  display: inline-flex;
  justify-content: center;
  width: 81px;
  height: 28px;
  padding-top: .3em;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.25;
  letter-spacing: 0.04em;
  border-radius: 30px;
}
.howto-area .howto-box01 .step-box01 .item > .text .ttl {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.howto-area .howto-box01 .step-box01 .item > .text .detail {
  margin-top: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.howto-area .howto-box01 .step-box01 + .btn-list01 {
  margin-top: 48px;
}
.howto-area .howto-box01 .switch-box01 {
  margin-top: 48px;
  padding: 24px 0;
  background: #F0EFEE;
}
.howto-area .howto-box01 .switch-box01 .dl {
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.howto-area .howto-box01 .switch-box01 .dl > .dt {
  font-weight: 600;
}
.howto-area .howto-box01 .switch-box01 .dl > .dd {
  margin-top: 8px;
  font-size: 1.4rem;
}
.howto-area .howto-box01 .switch-box01 .link {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .howto-area .lead01 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2;
    text-align: center;
  }
  .howto-area .howto-box01 > .dl > .header {
    display: flex;
    height: 107px;
    align-items: center;
    justify-content: space-between;
    padding: 24px 80px;
  }
  .howto-area .howto-box01.-asset .body .list-circle01 {
    display: flex;
    max-width: 325px;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto 0;
  }
  .howto-area .howto-box01.-asset .body .list-circle01 > .item::before {
    top: .64em;
  }
  .howto-area .howto-box01 .body > .text-block01 {
    text-align: center;
    line-height: 2;
  }
  .howto-area .howto-box01 .switch-box01 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .howto-area .howto-box01 > .dl > .header {
    padding: 24px;
  }
  .howto-area .howto-box01 > .dl > .body {
    padding: 24px 24px 64px;
  }
}

@media screen and (max-width: 767.98px) {
  .howto-area {
    padding: 48px 0;
  }
  .howto-area .howto-box01 {
    margin-top: 30px;
  }
  .howto-area .howto-box01 > .dl > .header {
    text-align: center;
  }
  .howto-area .howto-box01 > .dl > .header .title > .inner {
    font-size: 1.6rem;
  }
  .howto-area .howto-box01 > .dl > .header .text {
    margin-top: 16px;
  }
  .howto-area .howto-box01 > .dl > .body {
    padding: 16px 24px 24px;
  }
  .howto-area .howto-box01.-asset .body .btn-list01 {
    margin-top: 16px;
  }
  .howto-area .howto-box01.-sbi > .dl .header > .text {
    margin-top: 8px;
  }
  .howto-area .howto-box01.-sbi .body .btn-list01 {
    margin-top: 24px;
  }
  .howto-area .howto-box01 .body > .text-block01 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .howto-area .howto-box01 .tab-block01 > .list > .item > .switch > .inner {
    font-size: 1.4rem;
  }
  .howto-area .howto-box01 .tab-block01 > .wrap > .panel > .inner {
    padding-top: 32px;
  }
  .howto-area .howto-box01 .step-box01 .item:not(:first-child) {
    margin-top: 32px;
  }
  .howto-area .howto-box01 .step-box01 .item > .ico {
    width: 56px;
    margin-right: 21px;
  }
  .howto-area .howto-box01 .step-box01 .item > .text .label {
    width: 62px;
    height: 20px;
    font-size: 1.2rem;
  }
  .howto-area .howto-box01 .step-box01 .item > .text .ttl {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .howto-area .howto-box01 .step-box01 .item > .text .detail {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .howto-area .howto-box01 .step-box01 + .btn-list01 {
    margin-top: 32px;
  }
  .howto-area .howto-box01 .switch-box01 {
    margin-top: 32px;
    padding: 16px;
  }
  .howto-area .howto-box01 .switch-box01 .dl > .dt {
    font-size: 1.4rem;
  }
  .howto-area .howto-box01 .switch-box01 .dl > .dd {
    margin-top: 4px;
  }
}

@media screen and (max-width: 374.98px) {
  .howto-area .lead01 {
    font-size: 4.27vw;
  }
  .howto-area .howto-box01 > .dl > .header {
    padding: 4.27vw 6.4vw 6.4vw;
  }
  .howto-area .howto-box01 > .dl > .header .title > .inner {
    font-size: 4.27vw;
  }
  .howto-area .howto-box01 > .dl > .header .text > .inner {
    font-size: 3.73vw;
  }
  .howto-area .howto-box01 .body > .text-block01 {
    font-size: 3.73vw;
  }
  .howto-area .howto-box01 .tab-block01 > .list > .item > .switch > .inner {
    font-size: 3.47vw;
  }
  .howto-area .howto-box01 .step-box01 .item > .ico {
    width: 14.93vw;
  }
  .howto-area .howto-box01 .step-box01 .item > .text .ttl {
    font-size: 3.73vw;
  }
  .howto-area .howto-box01 .switch-box01 .dl > .dt {
    font-size: 3.73vw;
  }
  .howto-area .howto-box01 .switch-box01 .dl > .dd {
    font-size: 3.73vw;
  }
}

/*-------------------------------------
Faq
-------------------------------------*/
.faq-area {
  padding: 48px 0 56px;
}
.faq-area .ttl02 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.faq-area .ttl02 > .inner::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin: 16px auto 0;
}
.faq-area .toggle-block01:not(:first-child) {
  margin-top: 16px;
}
.faq-area .toggle-block01 > [role=tablist] > [role=tab]::after {
  right: 30px !important;
  background: url("/kojin/olive/high-status/imgs/index_ico_arrow_down_01.svg") center center no-repeat;
  transform: rotate(0deg);
}
.faq-area .toggle-block01 > [role=tablist] > [role=tab][aria-selected=true]::after {
  transform: rotate(180deg);
}
.faq-area .card-normal03 {
  background: #F0EFEE;
  box-shadow: none;
  border-radius: 0;
}
.faq-area .card-normal03 .body .detail {
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: noto-sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.faq-area .card-normal03 .body .detail .list-notice01 > .item:not(:first-child),
.faq-area .card-normal03 .body .detail .list-notice02 > .item:not(:first-child) {
  margin-top: 4px;
}
.faq-area .card-normal03 .body .ico-link01 {
  font-size: 1.4rem;
}
.faq-area .card-normal03 > .inner > .header {
  padding: 16px 40px;
  border-radius: 0;
}
.faq-area .card-normal03 > .inner > .header > .title > .inner {
  letter-spacing: 0.04em;
}
.faq-area .card-normal03 > .inner > .body {
  padding: 16px 40px 24px;
  position: relative;
}
.faq-area .card-normal03 > .inner > .body:not(:first-child)::before {
  content: "";
  display: block;
  width: calc(100% - 40px * 2);
  height: 1px;
  background: #C9C5C0;
  position: absolute;
  top: 0;
}
.faq-area .card-normal03 .text-mark02 {
  line-height: 1.5;
}
.faq-area .card-normal03 .text-mark02 > .mark {
  margin-top: 0;
  margin-right: 16px;
  padding-top: .2em;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
}
.faq-area .note01 {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.faq-area .link-block01 {
  padding: 32px 0 64px;
}
.faq-area .link-block01 .list01 > .item {
  text-align: center;
}
.faq-area .link-block01 .list01 > .item.-line01::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #C9C5C0;
  margin: 32px auto;
}
.note-block01 .card-normal03 .list-circle01.-green02 > .item::before {
  top: .36em;
}

@media screen and (min-width: 768px) {
  .faq-area {
    padding: 40px 16px 56px;
  }
  .faq-area .contents-block02 > .toggle-block01:first-of-type {
    margin-top: 64px;
  }
  .faq-area .link-block01 {
    padding: 40px 0 96px;
  }
  .faq-area .link-block01 .list01 > .item.-line01::before {
    margin: 48px auto;
  }
}

@media screen and (max-width: 767.98px) {
  .faq-area .ttl02 {
    font-size: 2.2rem;
  }
  .faq-area .contents-block02 > .toggle-block01:first-of-type {
    margin-top: 32px;
  }
  .faq-area .toggle-block01 > [role=tablist] > [role=tab]::after {
    right: 16px !important;
  }
  .faq-area .card-normal03 .body .detail {
    font-size: 1.4rem;
  }
  .faq-area .card-normal03 > .inner > .header {
    padding: 16px;
  }
  .faq-area .card-normal03 > .inner > .header > .title > .inner {
    font-size: 1.4rem;
  }
  .faq-area .card-normal03 > .inner > .body {
    padding: 16px;
  }
  .faq-area .card-normal03 > .inner > .body:not(:first-child)::before {
    width: calc(100% - 16px * 2);
  }
  .faq-area .card-normal03 .text-mark02 > .mark {
    font-size: 1.6rem;
  }
  .faq-area .link-block01 .list01 > .item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374.98px) {
  .faq-area .ttl02 {
    font-size: 5.87vw;
  }
  .faq-area .card-normal03 .body .ico-link01,
  .faq-area .card-normal03 > .inner > .header > .title > .inner,
  .faq-area .link-block01 .list01 > .item,
  .faq-area .card-normal03 .body .detail {
    font-size: 3.73vw;
  }
}

/*-------------------------------------
fixed-entry
-------------------------------------*/
.fixed-entry {
  width: 100%;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: fixed;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  transition-duration: .4s;
}
.fixed-entry.-show {
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .fixed-entry {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

/*-------------------------------------
Modal
-------------------------------------*/
.modal-wrap {
  background: rgba(0, 0, 0, 0.6);
}
.modal-bg01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  font-size: 0;
}
.modal-block01 {
  width: 960px;
  max-width: 96%;
  min-width: 0 !important;
  max-height: calc(100% - 100px);
  border-radius: 0;
  overflow: visible;
}
.modal-block01 > .inner > .header {
  padding-top: 32px;
}
.modal-block01 > .inner > .header > .btn {
  top: -43px;
  right: 0;
}
.modal-block01 > .inner > .header > .title > .inner {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.modal-block01 .card-mdl01 {
  padding: 32px 0;
  background: #F0EFEE;
}
.modal-block01 .card-mdl01.-col01 > .box {
  width: 100%;
}
.modal-block01 .card-mdl01.-col01 > .box .list-circle01 {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.modal-block01 .card-mdl01.-col01 > .box .list-circle01 > .item {
  margin-top: 0;
}
.modal-block01 .card-mdl01 > .box {
  width: calc(100% - (16px * 2));
  margin: 0 auto;
}
.modal-block01 .card-mdl01 > .box > .dl > .ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
.modal-block01 .card-mdl01 > .box > .dl > .detail {
  margin-top: 24px;
}
.modal-block01 .card-mdl01 > .box > .dl > .detail > .img01 {
  width: 88px;
  flex-shrink: 0;
  margin-left: 16px;
}
.modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 > .item {
  padding-left: calc(1.25em + 8px);
}
.modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 > .item > .mark {
  width: 1.25em;
  height: 1.25em;
  margin-top: .1em;
  background: #655B5A;
}
.modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 > .item > .mark > span {
  color: #FFF;
  font-family: "Olive Impact";
  font-size: 1.4rem;
}
.modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 > .item .txt01 {
  font-weight: 600;
}
.modal-block01 .card-mdl01 > .box .img-box01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.modal-block01 .card-mdl01 > .box .img-box01 > .item:first-child {
  margin-right: 32px;
}
.modal-block01 .card-mdl01 > .box .img-box01 > .item.-app {
  flex-shrink: 0;
}
.modal-block01 .card-mdl01 > .box .img-box01 > .item > .dl {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin-top: 24px;
}
.modal-block01 .card-mdl01 > .box .img-box01 > .item > .dl .ttl {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  text-align: center;
}
.modal-block01 .card-mdl01 > .box .img-box01 > .item > .dl .detail {
  margin-top: 12px;
}
.modal-block01 .card-mdl01 > .box .img-box02 {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.modal-block01 .card-mdl01 > .box .img-box02 > .item:first-child {
  margin-right: 57px;
}
.modal-block01 .card-mdl01 > .box .img-box03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.modal-block01 .card-mdl01 > .box .img-box03 > .img {
  flex-shrink: 0;
  margin-left: 16px;
}
.modal-block01 .list-notice01 {
  color: #666;
  letter-spacing: 0.16em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .modal-block01 .card-mdl01 {
    display: flex;
    justify-content: center;
  }
  .modal-block01 .card-mdl01.-col01 > .box {
    text-align: center;
  }
  .modal-block01 .card-mdl01.-col01 > .box .list-circle01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-block01 .card-mdl01.-col01 > .box .list-circle01 > .item:not(:first-child) {
    margin-left: 48px;
  }
  .modal-block01 .card-mdl01 > .box {
    display: flex;
    width: 50%;
    padding: 0 40px;
    flex-flow: column wrap;
    justify-content: space-between;
  }
  .modal-block01 .card-mdl01 > .box:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 767.98px) {
  .modal-block01 > .inner > .header > .title {
    padding: 0;
  }
  .modal-block01 > .inner > .header > .title > .inner {
    font-size: 2.0rem;
  }
  .modal-block01 .card-mdl01.-col01 > .box {
    padding: 0 16px;
  }
  .modal-block01 .card-mdl01 > .box:not(:first-child) {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .modal-block01 .card-mdl01 > .box > .dl > .ttl {
    font-size: 1.8rem;
  }
  .modal-block01 .card-mdl01 > .box > .dl > .detail {
    display: flex;
  }
  .modal-block01 .card-mdl01 > .box > .dl > .detail.-custom {
    flex-flow: row wrap;
  }
  .modal-block01 .card-mdl01 > .box > .dl > .detail.-custom .list-num02:first-child {
    width: 100%;
    flex-shrink: 0;
  }
  .modal-block01 .card-mdl01 > .box > .dl > .detail.-custom .text {
    margin-top: 8px;
    flex: 1;
  }
  .modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374.98px) {
  .modal-block01 > .inner > .header > .title > .inner {
    font-size: 5.33vw;
  }
  .modal-block01 > .inner > .header > .title > .inner._sp-fs18 {
    font-size: 4.8vw !important;
  }
  .modal-block01 .card-mdl01.-col01 > .box .list-circle01 {
    font-size: 4.27vw;
  }
  .modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 {
    font-size: 3.73vw;
  }
  .modal-block01 .card-mdl01 > .box .img-box03 > .img {
    width: 27.47vw;
  }
  .modal-block01 .card-mdl01 > .box .img-box03 > .text {
    font-size: 3.73vw;
  }
  .modal-block01 .card-mdl01 > .box > .dl > .detail .list-num02 > .item > .mark > span {
    font-size: 3.73vw;
  }
}

/*-------------------------------------
JS
-------------------------------------*/
.js-acc > .header {
  transition: background-color .3s ease-out;
}
.js-acc > .header:hover {
  background: #F5F5F5;
  cursor: pointer;
}
.js-acc > .header:focus {
  outline: 3px solid #C4D700;
}
.js-acc > .body {
  display: none;
}
.js-acc.-show > .body {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .fn-carouselSp01-premium > .slider-controls {
    display: flex;
    align-items: baseline;
    justify-content: center;
    position: relative;
  }
  .fn-carouselSp01-premium > .slider-controls.slick-dotted {
    padding-bottom: 32px;
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-arrow {
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: relative;
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-arrow.slick-prev {
    transform: rotate(-45deg);
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-arrow.slick-next {
    transform: rotate(135deg);
    order: 3;
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-arrow:focus,
  .fn-carouselSp01-premium > .slider-controls > .slick-arrow:hover {
    opacity: 0.7;
  }
  .fn-carouselSp01-premium > .slider-controls .slick-dots {
    position: static;
    width: auto;
    margin: 0;
    padding: 0 24px;
    display: flex !important;
    align-items: center;
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #C9C5C0;
    border-radius: 50%;
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-dots li button[aria-selected=true] {
    background: #FFF;
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-dots li.slick-active button:before {
    background: #FFF;
  }
  .fn-carouselSp01-premium > .slider-controls > .slick-dots li:not(:first-child) {
    margin-left: 12px;
  }
  .fn-carouselSp01-premium > .list .item > .inner {
    width: 85.33vw !important;
    margin: 0;
  }
  .fn-carouselSp01-premium > .list {
    margin-left: 0;
    margin-right: 0;
  }
  .fn-carouselSp01-premium .slick-slide {
    margin-right: 24px;
  }
  .fn-carouselSp01-premium .slick-list {
    margin-right: -24px;
  }
}

/*-------------------------------------
Anime
-------------------------------------*/
@keyframes fade-tilt {
  0% {
    opacity: 0;
    -webkit-mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, transparent 55%, transparent 100%);
    mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, transparent 55%, transparent 100%);
    -webkit-mask-size: 250% 250%;
    mask-size: 250% 250%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 130% 130%;
    mask-position: 130% 130%;
  }
  100% {
    opacity: 1;
    -webkit-mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, transparent 55%, transparent 100%);
    mask-image: linear-gradient(135deg, black 30%, rgba(0, 0, 0, 0.4) 45%, transparent 55%, transparent 100%);
    -webkit-mask-size: 250% 250%;
    mask-size: 250% 250%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
