@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 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;
}
.olive-contents a:not(.link-txt01) {
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  #footer-area .footer-logo {
    padding-bottom: 64px;
  }
}

/*-------------------------------------
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;
}
._t-mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}
.link-txt01 {
  color: inherit !important;
  text-decoration: underline;
}
.link-txt01:hover {
  text-decoration: none;
}
.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/infinite/brand/imgs/index_ico_arrow_right_01.svg") 0 0/cover no-repeat;
}
.ico-link01.-white01 > .inner::after {
  background: url("/kojin/olive/infinite/brand/imgs/index_ico_arrow_right_04.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;
}
.btn-type01.-olive {
  padding: 7px 72px 7px 56px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.btn-type01.-olive.-large01 {
  width: 311px;
}
.btn-type01.-olive > .inner {
  color: #000;
  font-size: 1.4rem;
  font-weight: 505;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.btn-type01.-olive > .inner::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("/kojin/olive/infinite/brand/imgs/index_ico_arrow_right_02.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - (32px / 2));
  right: 24px;
}
.title-block01 > .photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-block01 > .box .ttl {
  margin-top: 32px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.title-block01 > .box .sub {
  padding-bottom: 8px;
  position: relative;
}
.title-block01 > .box .sub::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title-block01 > .box .text-block01 {
  margin-top: 32px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.title-block02 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.title-block02 > .inner::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin: 16px auto 0;
}
.title-block02.-small01 {
  font-size: 2.4rem;
}
.list-notice01.-note01 {
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

@media screen and (min-width: 1025px) {
  .title-block01 > .box .ttl.-c01 {
    margin-right: -3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .title-block01 {
    justify-content: space-between;
  }
  .title-block01 > .box .ttl {
    font-size: 2.8rem;
  }
  .title-block01 > .box {
    padding-right: 16px !important;
  }
  .title-block01.-reverse > .box {
    padding-left: 16px !important;
  }
  .title-block01.-type01 > .box {
    padding-left: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .contents-block01 {
    padding: 0 16px;
  }
  .btn-type01.-olive > .inner {
    padding-right: 16px;
  }
  .title-block01 {
    display: flex;
  }
  .title-block01.-reverse {
    flex-flow: row-reverse;
  }
  .title-block01 > .photo {
    display: inline-flex;
    align-items: center;
    width: 48.89%;
    height: 350px;
    flex-shrink: 0;
    overflow: hidden;
  }
  .title-block01 > .box {
    display: flex;
    align-items: center;
    padding: 0 8.61%;
  }
  .title-block01 > .box > .inner {
    max-width: 478px;
  }
  .title-block01.-type01 > .photo {
    position: relative;
    top: -40px;
  }
  .title-block01.-type01 > .box {
    align-items: flex-end;
  }
  .title-block01.-type02 {
    margin-top: 104px;
  }
  .title-block01.-type02 > .box {
    align-items: flex-end;
    padding-bottom: 34px;
  }
  .title-block01.-type03 {
    margin-top: -40px;
  }
  .title-block01.-type03 > .box {
    align-items: flex-end;
    padding-bottom: 24px;
  }
  .title-block01.-type04 {
    position: relative;
    top: -40px;
  }
  .title-block01.-type04 > .box {
    align-items: flex-end;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .contents-block01,
  .contents-block02 {
    width: calc(100% - (24px * 2));
  }
  .title-block01 > .box .ttl {
    font-size: 2.8rem;
    line-height: 1.8;
  }
  .title-block01 > .photo {
    display: flex;
    align-items: center;
    width: calc(100% - 24px);
    height: 175px;
    overflow: hidden;
  }
  .title-block01.-reverse > .photo {
    margin-left: auto;
    margin-right: 0;
  }
  .title-block01 > .box {
    margin-top: 40px;
    padding: 0 24px;
  }
  .title-block01 > .box .text-block01 {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .title-block01.-type01 {
    position: relative;
    top: -70px;
  }
  .title-block01.-type02 {
    margin-top: 2px;
  }
  .title-block01.-type03 {
    margin-top: -30px;
  }
  .title-block01.-type03 > .photo {
    margin-left: auto;
    margin-right: 0;
  }
  .title-block01.-type04 {
    position: relative;
    top: -34px;
  }
  .title-block01.-type04 > .photo {
    margin-left: 0;
    margin-right: auto;
  }
  .title-block02 {
    font-size: 2.2rem;
  }
  .title-block02.-small01 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 375.98px) {
  ._fsS {
    font-size: 3.73vw !important;
  }
  .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;
  }
  .title-block01 > .box .ttl {
    font-size: 7.47vw;
  }
  .title-block02 {
    font-size: 5.87vw;
  }
}

/*-------------------------------------
Bg
-------------------------------------*/
.bg-area01 {
  background: linear-gradient(270.8deg, #130800 0%, #655B5A 100%);
  color: #FFF;
}
.bg-area01 .title-block01 > .box .sub::after {
  background: #FFF;
}
.bg-area02 {
  background: #655B5A;
  color: #FFF;
}
.bg-area01 .title-block02 > .inner::after,
.bg-area02 .title-block02 > .inner::after {
  background: #FFF;
}
.bg-area01 a,
.bg-area02 a,
.list-notice01.-note01 {
  color: inherit;
}

/*-------------------------------------
Kv
-------------------------------------*/
.kv-area {
  background: #FFF;
  overflow: hidden;
  position: relative;
}
.kv-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
}
.kv-area .kv-movie {
  width: 100%;
  height: 100%;
  background: url("/kojin/olive/infinite/brand/imgs/index_img_video_01.jpg") no-repeat center center;
  background-size: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv-area .kv-movie.is-overflowing {
  width: auto;
  height: 120%;
}

@media screen and (min-width: 768px) {
  .kv-area {
    height: calc(100vh - 160px);
  }
}

@media screen and (max-width: 767.98px) {
  .kv-area {
    height: calc(100vh - 132px);
  }
  .kv-area .kv-movie {
    background: url("/kojin/olive/infinite/brand/imgs/index_img_video_01_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media screen and (max-width: 440.98px) {
  .kv-area .kv-movie {
    width: 120%;
  }
}

/*-------------------------------------
Introduction
-------------------------------------*/
.introduction-area {
  padding: 60px 0 168px;
  text-align: center;
  position: relative;
}
.introduction-area .top-scroll {
  width: 100%;
  text-align: center;
}
.introduction-area .top-scroll > .inner {
  display: flex;
  justify-content: center;
}
.introduction-area .top-scroll > .inner .line {
  display: block;
  width: 1px;
  height: 56px;
  background: #000;
  animation: arrow-effect 2s infinite;
}
.introduction-area .ttl01 {
  margin-top: 48px;
}
.introduction-area .lead {
  margin-top: 72px;
}
.introduction-area .lead > p:not(:first-child) {
  margin-top: 64px;
}
.introduction-area .lead .txt01:not(:first-child) {
  margin-top: 12px;
}
.introduction-area .txt01 {
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.introduction-area .js-inview02.anm-fade01 .txt01 {
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .introduction-area {
    padding: 48px 0 152px;
  }
  .introduction-area .top-scroll > .inner .line {
    height: 48px;
  }
  .introduction-area .ttl01 {
    margin-top: 40px;
  }
  .introduction-area .ttl01 > .img01 {
    width: 190px;
    height: auto;
  }
  .introduction-area .lead {
    margin-top: 48px;
    line-height: 2.8;
  }
  .introduction-area .lead > p:not(:first-child) {
    margin-top: 48px;
  }
  .introduction-area .lead .txt01:not(:first-child) {
    margin-top: 8px;
  }
}

/*-------------------------------------
Premium
-------------------------------------*/
.premium-area {
  margin-top: 112px !important;
  padding-bottom: 128px;
}
.premium-area .ttl-text01 {
  text-align: center;
}
.premium-area .ttl-text01 > .inner {
  font-size: 2.0rem;
  font-weight: 505;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.premium-area .carousel-blockSp01:not(:first-child) {
  margin-top: 24px;
}
.premium-area .carousel-blockSp01 .inner .txt {
  margin-top: 12px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767.98px) {
  .premium-area {
    margin-top: 80px !important;
    padding-bottom: 72px;
  }
  .premium-area .ttl-text01 > .inner {
    font-size: 1.8rem;
  }
  .premium-area .carousel-blockSp01:not(:first-child) {
    margin: 24px -24px 0 0;
  }
}

/*-------------------------------------
Special
-------------------------------------*/
.special-area {
  padding: 64px 0 144px;
}
.special-area .benefits-box01 .head {
  letter-spacing: 0.08em;
}
.special-area .benefits-box01 .head > .ttl01 {
  font-size: 2.0rem;
  font-weight: 600;
}
.special-area .benefits-box01 .head > .sub01 {
  margin-top: 4px;
  font-size: 1.4rem;
}
.special-area .benefits-box01 .img {
  margin-top: 24px;
}
.special-area .benefits-box01 .text-block01 {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .special-area .benefits-box01 .head > .ttl01 {
    font-size: 1.8rem;
  }
  .special-area .benefits-box01 .head {
    height: 76px;
  }
}

@media screen and (min-width: 768px) {
  .special-area .benefits-box01 {
    display: flex;
    justify-content: space-between;
    margin-top: 64px !important;
  }
  .special-area .benefits-box01 > .item {
    width: 32%;
  }
  .special-area .benefits-box01 .head {
    min-height: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .special-area {
    padding: 48px 0 136px;
  }
  .special-area .benefits-box01 {
    margin-top: 40px !important;
  }
  .special-area .benefits-box01 > .item:not(:first-child) {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #FFF;
  }
  .special-area .benefits-box01 .head > .ttl01 {
    font-size: 1.8rem;
  }
  .special-area .benefits-box01 .head > .sub01 {
    font-size: 1.2rem;
  }
  .special-area .benefits-box01 .img {
    margin-top: 16px;
  }
}

/*-------------------------------------
Reward
-------------------------------------*/
.reward-area {
  padding: 144px 16px 98px;
}
.reward-area .reward-box01 {
  background: linear-gradient(270.8deg, #130800 0%, #655B5A 100%);
  color: #FFF;
}
.reward-area > .contents-block02 > .reward-box01 {
  margin-top: 56px !important;
  text-align: center;
}
.reward-area .reward-box01 > .item {
  position: relative;
}
.reward-area .reward-box01 > .item .dl .dt {
  font-weight: 505;
  letter-spacing: 0.06em;
}
.reward-area .reward-box01 > .item .dl .dd {
  margin-top: 16px;
}
.reward-area .reward-box01 > .item .dl .dd .txt01 {
  margin-top: 16px;
  font-size: 1.4rem;
}
.reward-area .note-box01 {
  margin-top: 16px;
  color: #655B5A;
}
.reward-area .note-box01 .detail-list01 {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.reward-area .note-box01 .detail-list01 > .title {
  font-weight: 400;
}
.reward-area .note-box01 .detail-list01:not(:first-child) {
  margin-top: 4px;
}
/* point-area */
.point-area {
  margin-top: 56px;
}
.point-area .ttl01 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
.point-area .reward-box01 {
  margin-top: 24px;
}
.point-area .note-box01 .detail-list01 {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.point-area .link-box01 {
  margin-top: 80px;
}
.point-area .link-box01 > .list01 {
  display: flex;
  justify-content: center;
}
.point-area .link-box01 > .list01 > .item {
  padding: 0 16px;
}
.point-area .link-box01 > .text-block01 {
  margin-top: 24px;
  text-align: center;
}
.point-area .link-box01 > .text-block01 .txt01 {
  font-weight: 505;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.point-area .link-box01 > .text-block01 > p:not(:first-child) {
  margin-top: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .point-area .reward-box01 > .item .dl .dd .img01 {
    width: auto;
    height: 58px;
  }
  .point-area .reward-box01 > .item .dl .dd .img02 {
    width: auto;
    height: 52px;
  }
}

@media screen and (min-width: 768px) {
  .reward-area .reward-box01 {
    display: flex;
    justify-content: center;
    padding: 32px 0;
    text-align: center;
  }
  .reward-area .reward-box01:not(.-col3) > .item {
    width: 50%;
  }
  .reward-area .reward-box01.-col3 > .item {
    width: calc(100% / 3);
    padding: 0 16px;
  }
  .reward-area .reward-box01 > .item:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
  }
  .reward-area .reward-box01:not(.-col3) > .item::before {
    height: 100%;
  }
  .reward-area .reward-box01 > .item .dl .dt {
    font-size: 2.2rem;
  }
  .point-area .reward-box01 > .item .dl {
    margin-top: 24px;
  }
  .point-area .reward-box01 > .item .dl .dt {
    font-size: 1.8rem;
  }
  .point-area .ttl01 > .inner {
    display: inline-flex;
    align-items: center;
  }
  .point-area .ttl01 > .inner::before,
  .point-area .ttl01 > .inner::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #000;
  }
  .point-area .ttl01 > .inner::before {
    margin-right: 16px;
  }
  .point-area .ttl01 > .inner::after {
    margin-left: 16px;
  }
  .point-area .link-box01 > .text-block01 .txt01 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .reward-area {
    padding: 48px 0 136px;
  }
  .reward-area .reward-box01 > .item:not(:first-child)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
  }
  .reward-area > .contents-block02 > .reward-box01 {
    margin-top: 40px !important;
    padding: 24px 24px 32px;
  }
  .reward-area > .contents-block02 > .reward-box01 > .item {
    padding-top: 16px;
  }
  .reward-area > .contents-block02 > .reward-box01 > .item .dl .dd .img01 {
    width: auto;
    height: 84px;
  }
  .reward-area .reward-box01 > .item:not(:first-child) {
    margin-top: 24px;
  }
  .point-area .ttl01 {
    font-size: 1.8rem;
  }
  .point-area .reward-box01 {
    margin-top: 16px;
    padding: 32px 24px 32px 32px;
  }
  .point-area .reward-box01 > .item {
    display: flex;
    align-items: center;
  }
  .point-area .reward-box01 > .item:not(:first-child) {
    padding-top: 24px;
  }
  .point-area .reward-box01 > .item > .ico {
    width: 48px;
    margin-right: 24px;
    flex-shrink: 0;
  }
  .point-area .reward-box01 > .item .dl .dt {
    font-size: 1.6rem;
  }
  .point-area .reward-box01 > .item .dl .dd {
    margin-top: 8px;
  }
  .point-area .reward-box01 > .item .dl .dd .img01 {
    width: auto;
    height: 48px;
  }
  .point-area .reward-box01 > .item .dl .dd .img02 {
    width: auto;
    height: 40px;
  }
  .point-area .link-box01 {
    margin-top: 48px;
  }
  .point-area .link-box01 > .list01 > .item {
    width: 80px;
    padding: 0 8px;
  }
  .point-area .link-box01 > .text-block01 > p:not(:first-child) {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374.98px) {
  .point-area .reward-box01 > .item > .ico {
    width: 12.8vw;
    margin-right: 6.4vw;
  }
  .point-area .reward-box01 > .item .dl .dd .img01 {
    height: 12.8vw;
  }
  .point-area .reward-box01 > .item .dl .dd .img02 {
    height: 10.67vw;
  }
}

/*-------------------------------------
Return
-------------------------------------*/
.return-area {
  margin-top: 104px !important;
  padding-bottom: 128px;
}
.return-area .return-box01 {
  display: flex;
  margin-top: 64px !important;
  padding: 32px 24px;
  background: rgba(19, 8, 0, 0.5);
}
.return-area .return-box01 > .item {
  position: relative;
}
.return-area .return-box01 > .item > .dl .dt {
  font-weight: 505;
  letter-spacing: 0.04em;
}
.return-area .return-box01 > .item > .dl .txt01 {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.04em;
}
.return-area .return-box02 {
  margin: 24px auto;
  padding: 12px 0;
  background: rgba(19, 8, 0, 0.5);
  text-align: center;
}
.return-area .return-box02 > .inner {
  letter-spacing: 0.04em;
}
.return-area .return-box02 > .inner .txt01 {
  font-size: 1.4rem;
  font-weight: 300;
}
.return-area .return-box02 > .inner .txt02 {
  padding-left: 6px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.return-area .return-box02 + .text-block01 {
  margin-top: 32px;
  font-size: 1.4rem;
  text-align: center;
}
.return-area .text-block01 + .list-notice01 {
  margin-top: 40px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .return-area {
    padding: 0 16px 128px;
  }
}

@media screen and (min-width: 768px) {
  .return-area .return-box01 {
    justify-content: center;
  }
  .return-area .return-box01 > .item {
    width: 280px;
    max-width: 100%;
  }
  .return-area .return-box01 > .item.-type01 {
    margin-left: 148px;
    padding-top: 15px;
  }
  .return-area .return-box01 > .item.-type01::before {
    content: "";
    display: block;
    width: 37px;
    height: 187px;
    background: url("/kojin/olive/infinite/brand/imgs/index_ico_return_02.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: -92px;
    top: 0;
  }
  .return-area .return-box01 > .item > .ico {
    text-align: center;
  }
  .return-area .return-box01 > .item > .ico + .dl {
    margin-top: 24px;
  }
  .return-area .return-box01 > .item > .dl {
    text-align: center;
  }
  .return-area .return-box01 > .item > .dl .dt {
    font-size: 1.8rem;
  }
  .return-area .return-box01 > .item.-type01 > .dl .dd {
    margin-top: 8px;
  }
  .return-area .return-box01 > .item > .dl .dd {
    margin-top: 16px;
  }
  .return-area .return-box01 > .item > .dl .txt01 {
    margin-top: 8px;
  }
  .return-area .return-box02 {
    width: 322px;
  }
}

@media screen and (max-width: 767.98px) {
  .return-area {
    margin-top: 48px !important;
    padding-bottom: 72px;
  }
  .return-area .return-box01 {
    flex-flow: column wrap;
    align-items: center;
    margin-top: 40px !important;
  }
  .return-area .return-box01 > .item > .dl .txt01 {
    margin-top: 16px;
  }
  .return-area .return-box01 > .item:not(.-type01) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .return-area .return-box01 > .item > .ico {
    width: 48px;
    margin-right: 24px;
    flex-shrink: 0;
  }
  .return-area .return-box01 > .item.-type01 {
    margin-top: 24px;
    padding-top: 53px;
    text-align: center;
  }
  .return-area .return-box01 > .item.-type01::before {
    content: "";
    display: block;
    width: 278px;
    height: 21px;
    background: url("/kojin/olive/infinite/brand/imgs/index_ico_return_02_sp.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .return-area .return-box01 > .item > .dl .dd .img01 {
    width: auto;
    height: 48px;
  }
  .return-area .return-box02 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 374.98px) {
  .return-area .return-box01 > .item.-type01::before {
    width: 74.13vw;
  }
  .return-area .return-box01 > .item > .dl .dt {
    font-size: 4.27vw;
  }
}

/*-------------------------------------
Design
-------------------------------------*/
.design-area {
  padding: 80px 0 128px;
}
.design-area .ttl01 > .inner {
  padding-bottom: 8px;
}
.design-area .ttl01::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: #000;
}
.design-area .ttl02 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.design-area .design-box01 .video {
  max-width: 100%;
  height: auto;
}
.design-area .design-box01 > .item .text-block01 {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .design-area .design-box01 > .item {
    display: flex;
    align-items: center;
    margin-top: 88px;
  }
  .design-area .design-box01 > .item.-reverse {
    flex-flow: row-reverse;
    padding-top: 88px;
    border-top: 1px solid #C9C5C0;
  }
  .design-area .design-box01 > .item .img {
    width: 376px;
    flex-shrink: 0;
  }
  .design-area .design-box01 > .item:not(.-reverse) .text {
    margin-left: 8.4%;
  }
  .design-area .design-box01 > .item.-reverse .text {
    margin-right: 8.4%;
    padding-left: 5.16%;
  }
}

@media screen and (max-width: 767.98px) {
  .design-area {
    padding: 48px 0 64px;
  }
  .design-area .contents-block02 {
    width: 100%;
  }
  .design-area .ttl01 {
    font-size: 1.2rem;
  }
  .design-area .ttl01::after {
    width: 40px;
  }
  .design-area .design-box01 {
    margin-top: 56px;
  }
  .design-area .ttl02 {
    font-size: 2.8rem;
  }
  .design-area .design-box01 > .item.-reverse {
    margin-top: 72px;
  }
  .design-area .design-box01 > .item .img {
    text-align: center;
  }
  .design-area .design-box01 > .item .text > .img {
    margin-top: 24px;
  }
  .design-area .design-box01 > .item .text-block01 {
    margin-top: 24px;
  }
}

/*-------------------------------------
Infinite
-------------------------------------*/
.infinite-area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.infinite-area > .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infinite-area > .contents {
  height: 100%;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.infinite-area > .contents .text {
  letter-spacing: 0.04em;
}
.infinite-area > .contents .link {
  margin-top: 32px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .infinite-area > .contents {
    left: 51px;
  }
}

@media screen and (min-width: 768px) {
  .infinite-area {
    height: 586px;
    padding: 79px 16px;
  }
  .infinite-area > .contents {
    display: flex;
    align-items: center;
    width: 1090px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .infinite-area > .contents > .box01 {
    width: 100%;
    max-width: 886px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
  }
  .infinite-area > .contents > .box01 > .inner {
    display: inline-block;
    width: 42.18%;
    text-align: center;
  }
  .infinite-area > .contents .card {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .infinite-area > .contents .logo > .img01 {
    width: 340px;
    height: auto;
  }
  .infinite-area > .contents .text {
    margin-top: 32px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767.98px) {
  .infinite-area {
    padding: 64px 24px;
  }
  .infinite-area > .contents {
    padding: 48px 24px 40px;
    text-align: center;
  }
  .infinite-area > .contents .logo > .img01 {
    width: 192px;
  }
  .infinite-area > .contents .card {
    margin-top: 32px;
  }
  .infinite-area > .contents .card > .img01 {
    width: 213px;
    height: auto;
  }
  .infinite-area > .contents .text {
    margin-top: 32px;
  }
}

/*-------------------------------------
Howto
-------------------------------------*/
.howto-area {
  padding: 80px 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.howto-area .tab-block01 {
  margin-top: 64px !important;
}
.howto-area .tab-block01 > .list {
  border-bottom: 0;
}
.howto-area .tab-block01 > .list > .item {
  width: 48.38%;
}
.howto-area .tab-block01 > .list > .item > .switch {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border-radius: 0;
}
.howto-area .tab-block01 > .list > .item > .switch > .inner {
  min-height: 64px;
  color: #000;
  font-weight: 505;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.howto-area .tab-block01 > .list > .item > .switch[aria-selected=true] {
  background: #FFF;
}
.howto-area .tab-block01 > .list > .item > .switch[aria-selected=true] > .inner {
  color: #000;
  font-weight: 600;
}
.howto-area .tab-block01 > .wrap {
  background: #FFF;
}
.howto-area .tab-block01 > .wrap > .panel > .inner {
  padding: 40px 24px;
}
.howto-area .step-box01 {
  display: flex;
  justify-content: center;
}
.howto-area .step-box01 > .inner {
  display: flex;
  flex-flow: column wrap;
}
.howto-area .step-box01 .item {
  display: inline-flex;
}
.howto-area .step-box01 .item:not(:first-child) {
  margin-top: 40px;
}
.howto-area .step-box01 .item > .ico {
  margin-right: 32px;
  flex-shrink: 0;
}
.howto-area .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 .step-box01 .item > .text .ttl {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 505;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.howto-area .step-box01 .item > .text .detail {
  margin-top: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.howto-area .step-box01 .list-notice01 {
  color: #666;
}
.howto-area .step-box01 + .btn-list01 {
  margin-top: 48px;
}
.howto-area .switch-box01 {
  max-width: 580px;
  margin: 88px auto 0;
  background: #FFF;
}
.howto-area .switch-box01 .dl {
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.howto-area .switch-box01 .dl > .dt {
  font-weight: 600;
}
.howto-area .switch-box01 .dl > .dd {
  margin-top: 8px;
  font-size: 1.4rem;
}
.howto-area .switch-box01 .link {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .howto-area .step-box01 > .inner {
    width: 624px;
    max-width: 100%;
  }
  .howto-area .switch-box01 {
    margin-top: 40px;
    padding: 24px;
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .howto-area {
    padding: 48px 0 64px;
  }
  .howto-area .tab-block01 {
    margin-top: 24px !important;
  }
  .howto-area .tab-block01 > .list > .item > .switch > .inner {
    font-size: 1.4rem;
  }
  .howto-area .tab-block01 > .wrap > .panel > .inner {
    padding: 32px 16px;
  }
  .howto-area .step-box01 .item:not(:first-child) {
    margin-top: 32px;
  }
  .howto-area .step-box01 .item > .ico {
    width: 56px;
    margin-right: 21px;
  }
  .howto-area .step-box01 .item > .text .label {
    width: 62px;
    height: 20px;
    font-size: 1.2rem;
  }
  .howto-area .step-box01 .item > .text .ttl {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .howto-area .step-box01 .item > .text .detail {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .howto-area .step-box01 + .btn-list01 {
    margin-top: 32px;
  }
  .howto-area .switch-box01 {
    margin-top: 24px;
    padding: 16px 24px;
  }
  .howto-area .switch-box01 .dl > .dt {
    font-size: 1.4rem;
  }
  .howto-area .switch-box01 .dl > .dd {
    margin-top: 4px;
  }
}

@media screen and (max-width: 374.98px) {
  .howto-area .tab-block01 > .list > .item > .switch > .inner {
    font-size: 3.47vw;
  }
  .howto-area .switch-box01 .dl > .dt,
  .howto-area .switch-box01 .dl > .dd {
    font-size: 3.73vw;
  }
  .howto-area .step-box01 .item > .ico {
    width: 14.93vw;
  }
  .howto-area .step-box01 .item > .text .ttl {
    font-size: 3.73vw;
  }
}

/*-------------------------------------
Faq
-------------------------------------*/
.faq-area {
  padding: 48px 16px 96px;
}
.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/infinite/brand/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 .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 {
  font-weight: 505;
  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 {
  margin-top: 32px;
}
.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;
}
.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;
}

@media screen and (min-width: 768px) {
  .faq-area .toggle-block01:first-of-type {
    margin-top: 64px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .faq-area {
    padding: 48px 0 96px;
  }
  .faq-area .toggle-block01:first-of-type {
    margin-top: 32px !important;
  }
  .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;
  }
}

/*-------------------------------------
Notice
-------------------------------------*/
.notice-area {
  padding: 0 16px 56px;
}
.notice-area .contents-block02 > .ttl01 {
  display: flex;
  align-items: center;
}
.notice-area .contents-block02 > .ttl01::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 24px;
  background: #655B5A;
  flex: 1;
}
.notice-area .contents-block02 > .ttl01 > .inner {
  color: #655B5A;
  font-weight: 505;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.notice-area .toggle-block01:not(:first-child) {
  margin-top: 16px;
}
.notice-area .toggle-block01 > [role=tablist] > [role=tab]::after {
  right: 30px !important;
  background: url("/kojin/olive/infinite/brand/imgs/index_ico_arrow_down_01.svg") center center no-repeat;
  transform: rotate(0deg);
}
.notice-area .toggle-block01 > [role=tablist] > [role=tab][aria-selected=true]::after {
  transform: rotate(180deg);
}
.notice-area .card-normal03 {
  background: #F0EFEE;
  box-shadow: none;
  border-radius: 0;
}
.notice-area .card-normal03 > .inner > .header {
  padding: 16px 40px;
  border-radius: 0;
}
.notice-area .card-normal03 > .inner > .header > .title > .inner {
  font-weight: 505;
  letter-spacing: 0.04em;
}
.notice-area .card-normal03 > .inner > .body {
  padding: 16px 40px 24px;
  position: relative;
}
.notice-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;
}
.notice-area .card-normal03 .inner > .body {
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.notice-area .card-normal03 .detail-list01 > .title {
  font-weight: 400;
}
.notice-area .card-normal03 .list-circle01 > .item::before {
  background: #666;
  width: .25em;
  height: .25em;
}
.notice-area .note-block01 {
  margin-top: 32px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .notice-area .contents-block02 > .ttl01 > .inner {
    font-size: 1.8rem;
  }
  .notice-area .toggle-block01:first-of-type {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .notice-area {
    padding: 0 0 30px;
  }
  .notice-area .contents-block02 > .ttl01::after {
    margin-left: 32px;
    background: #C9C5C0;
  }
  .notice-area .toggle-block01:first-of-type {
    margin-top: 32px;
  }
  .notice-area .toggle-block01 > [role=tablist] > [role=tab]::after {
    right: 16px !important;
  }
  .notice-area .card-normal03 > .inner > .header {
    padding: 16px;
  }
  .notice-area .card-normal03 > .inner > .header > .title > .inner {
    font-size: 1.4rem;
  }
  .notice-area .card-normal03 > .inner > .body {
    padding: 16px;
  }
  .notice-area .card-normal03 > .inner > .body:not(:first-child)::before {
    width: calc(100% - 16px * 2);
  }
}

@media screen and (max-width: 375.98px) {
  .notice-area .contents-block02 > .ttl01 > .inner {
    font-size: 4.27vw;
  }
}

/*-------------------------------------
fixed-entry
-------------------------------------*/
.fixed-entry {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  transition-duration: .4s;
}
.fixed-entry.-show {
  opacity: 1;
}
.fixed-entry .btn-sq01 {
  display: inline-flex;
  justify-content: flex-end;
  width: 296px;
  max-width: 100%;
  padding: 19px 66px 19px 28px;
  border-top: 1px solid #FFF;
  background: linear-gradient(270.8deg, #130800 0%, #655B5A 100%);
  transition: background-color .3s ease-out;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.fixed-entry .btn-sq01 > .inner {
  display: flex;
  align-items: center;
  min-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 505;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.fixed-entry .btn-sq01::after {
  background: #655B5A;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.fixed-entry .btn-sq01 > .inner::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/kojin/olive/infinite/brand/imgs/index_ico_arrow_right_03.svg") no-repeat center center;
  background-size: contain;
}
.fixed-entry .btn-sq01:not(:disabled):not([aria-disabled=true]):hover::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .fixed-entry {
    width: 296px;
    right: 0;
    bottom: 64px;
  }
  .fixed-entry .btn-sq01 {
    border: 1px solid #FFF;
    border-right: 0;
  }
  .fixed-entry .btn-sq01 > .inner::after {
    position: absolute;
    top: calc(50% - (24px / 2));
    right: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .fixed-entry .btn-sq01 {
    width: 100%;
    justify-content: center;
    padding: 11px 0;
  }
  .fixed-entry .btn-sq01 > .inner::after {
    margin-left: 17px;
  }
}

/*-------------------------------------
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 {
  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 > .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: 0;
  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;
  font-weight: 505;
  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 .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;
  }
}

/*-------------------------------------
JS
-------------------------------------*/
@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;
    padding-bottom: 40px;
  }
  .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;
  }
}

@media screen and (max-width: 374.98px) {
  .fn-carouselSp01-premium > .list .item > .inner {
    width: 72vw !important;
  }
}

/*-------------------------------------
Anime
-------------------------------------*/
.anm-fadeUp01 {
  animation: slideUpFadeBlur 1.2s ease-out forwards;
}
.js-inview01:not(.anm-fadeUp01) {
  opacity: 0;
}
.js-movie {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.js-movie.is-visible {
  opacity: 1;
}

@keyframes slideUpFadeBlur {
  0% {
    opacity: 0;
  }
  20% {
    transform: translateY(40px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow-effect {
  0% {
    clip-path: inset(0 0 0 0);
  }
  33% {
    clip-path: inset(100% 0 0 0);
  }
  66% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

/*-------------------------------------
Pram
-------------------------------------*/
.fn-pram:not(.-show){
  display: none;
}
