@charset "shift_jis";
/* Updated 2026/01/16.T */
/*-----------------------
general
------------------------*/
/* btn */
.btn-type01.-orange01 {
  background-color: #ff5f04;
}
/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 4;
}
.cpEndTxt {
  z-index: 4;
}
#footer-area {
  position: relative;
  z-index: 2;
}
#footer-content {
  margin-top: 0;
}
.footer-logo {
  padding-bottom: 70px;
}
body.cpnloadEnd .footer-logo {
  padding-bottom: 0;
}
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 4px 80px 0 rgba(20, 29, 29, 0.2);
}
@media screen and (max-width: 500px) {
  .section-main {
    box-shadow: none;
  }
}
.section-mainInr {
  overflow: hidden;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_bg_01.jpg") center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 499px) {
  .layout-bg01 {
    display: none;
  }
}
/*-----------------------
kv-area01
------------------------*/
/*-----------------------
intro-area01
------------------------*/
.intro-area01 {
  padding: 16px 0 16px 0;
  background-color: #f3f1d8;
  color: #493f07;
  text-align: center;
}
.intro-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px 3px 24px;
}
.intro-area01 .block01 {
  padding: 3px 10px;
  min-width: 150px;
  background-color: #991a9d;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area01 .block01 {
    padding: 0.8vw 2.66667vw;
    min-width: 40vw;
    font-size: 3.2vw;
  }
}
.intro-area01 .block01.-type01 {
  background-color: #00b2b3;
}
.intro-area01 .block02 {
  padding: 0 6px;
  font-weight: bold;
  font-size: 1.4rem;
}
.intro-area01 .ttl01 {
  font-weight: bold;
  font-size: 2rem;
}
.intro-area01 .txt01 {
  font-size: 1.2rem;
}
.intro-area01 .txt02 {
  padding: 6px 0 0 0;
  font-size: 1.4rem;
}
.intro-area01 .sup01 {
  display: inline-block;
  font-size: 1rem;
  transform: scale(0.7);
}
/*-----------------------
intro-area02
------------------------*/
.intro-area02 {
  position: relative;
}
.intro-area02:before,
.intro-area02:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
.intro-area02:before {
  bottom: 0;
  z-index: 0;
  height: 88px;
  background-color: #c0b783;
  clip-path: polygon(0 0, 100% 78%, 100% 100%, 0% 100%);
}
.intro-area02:after {
  bottom: -1px;
  z-index: 1;
  height: 108px;
  background-color: #f3f1d8;
  clip-path: polygon(0 57%, 100% 0, 100% 100%, 0% 100%);
}
.intro-area02 .head101 {
  padding: 10px 0 16px 0;
  background-color: #937d00;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.intro-area02 .head101Txt01 {
  display: block;
  font-size: 2.4rem;
}
.intro-area02 .head101Txt02 {
  display: block;
}
.intro-area02 .inr01 {
  padding: 34px 18px 130px 18px;
  background: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_bg_02.png") center 0 no-repeat;
  background-size: cover;
}
.intro-area02 .frame01 {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(221, 202, 96, 0.3);
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .intro-area02 .frame01:hover {
    opacity: 0.8;
  }
}
.intro-area02 .frame01.-color01 .icon01 {
  border-color: #e3c2f0;
  background-color: #f8f7fa;
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_04.svg");
  color: #470749;
}
.intro-area02 .frame01.-color01 .foot01 {
  background-color: #991a9d;
  color: #ffffff;
}
.intro-area02 .frame01.-color01 .foot01:after {
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_08.svg");
}
.intro-area02 .frame01.-color01 .foot01Txt01 {
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_06.svg");
}
.intro-area02 .frame01 + .frame01 {
  margin-top: 16px;
}
.intro-area02 .body01 {
  display: block;
  padding: 24px 20px 21px 20px;
}
.intro-area02 .wrap01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.intro-area02 .wrap02 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0 0;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .wrap02 img {
    width: 34.66667vw;
  }
}
.intro-area02 .txt01 {
  display: block;
  margin: 18px 0 6px 0;
  color: #004831;
  font-weight: bold;
  font-size: 1.4rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt01 {
    margin: 4.8vw 0 1.6vw 0;
    font-size: 3.73333vw;
  }
}
.intro-area02 .txt02 {
  display: block;
  margin: 18px 0 6px 0;
  color: #470749;
  font-weight: bold;
  font-size: 1.4rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt02 {
    margin: 4.8vw 0 1.6vw 0;
    font-size: 3.73333vw;
  }
}
.intro-area02 .txt03 {
  display: block;
  margin: 23px 0 10px 0;
  padding: 3px 4px 5px 4px;
  border-radius: 20px;
  background-color: #e8f0ff;
  color: #5d72bd;
  font-weight: bold;
  font-size: 1.2rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt03 {
    margin: 6.13333vw 0 2.66667vw 0;
    padding: 0.8vw 1.06667vw 1.33333vw 1.06667vw;
    font-size: 3.2vw;
  }
}
.intro-area02 .txt03.-type01 {
  margin-top: 15px;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt03.-type01 {
    margin-top: 4vw;
  }
}
.intro-area02 .txt04 {
  display: block;
  padding: 0 8px 0 0;
  color: #0a194f;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt04 {
    padding: 0 2.13333vw 0 0;
    font-size: 3.73333vw;
  }
}
.intro-area02 .txt05 {
  display: block;
  padding: 21px 0 0 0;
  color: #0a194f;
  font-weight: bold;
  font-size: 1.4rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt05 {
    padding: 5.6vw 0 0 0;
    font-size: 3.73333vw;
  }
}
.intro-area02 .txt05 img {
  margin: 0 8px;
  transform: translate(0, -8px);
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt05 img {
    margin: 0 2.13333vw;
    width: 28.26667vw;
    transform: translate(0, -2.13vw);
  }
}
.intro-area02 .txt06 {
  display: block;
  color: #0a194f;
  font-weight: bold;
  font-size: 1.4rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .txt06 {
    font-size: 3.73333vw;
  }
}
.intro-area02 .icon01 {
  display: inline-block;
  padding: 3px 10px 3px 25px;
  border: 1px solid #b3e8e8;
  border-radius: 50px;
  background-color: #f2fbfb;
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_02.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #004831;
  font-weight: bold;
  font-size: 1.3rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .icon01 {
    padding: 0.8vw 2.66667vw 0.8vw 6.66667vw;
    background-position: 2.66667vw center;
    font-size: 3.46667vw;
  }
}
.intro-area02 .icon02 {
  padding: 3px 10px 4px 25px;
  border: 1px solid #c0b783;
  border-radius: 50px;
  background-color: #f9f8f3;
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_03.svg");
  background-position: 9px center;
  background-repeat: no-repeat;
  color: #493f07;
  font-weight: bold;
  font-size: 1.3rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .icon02 {
    padding: 0.8vw 2.66667vw 1.06667vw 6.66667vw;
    background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_03.svg");
    background-position: 2.4vw center;
    font-size: 3.46667vw;
  }
}
.intro-area02 .foot01 {
  position: relative;
  display: block;
  padding: 0 21px 0 0;
  background-color: #c4d700;
  color: #004831;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: 1.8rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .foot01 {
    padding: 0 5.6vw 0 0;
    font-size: 4.8vw;
  }
}
.intro-area02 .foot01:after {
  position: absolute;
  top: 0;
  right: 22px;
  display: block;
  width: 18px;
  height: 100%;
  background: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_07.svg") 0 center no-repeat;
  background-size: 100% auto;
  content: "";
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .foot01:after {
    right: 5.86667vw;
    width: 4.8vw;
  }
}
.intro-area02 .foot01Txt01 {
  display: inline-block;
  padding: 11px 8px 11px 24px;
  background: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_01.svg") 2px calc(50% + 1px) no-repeat;
  background-size: 15px auto;
  letter-spacing: -0.02em;
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .intro-area02 .foot01Txt01 {
    padding: 2.93333vw 2.13333vw 2.93333vw 6.4vw;
    background-size: 4vw auto;
  }
}
/*-----------------------
entry-area01
------------------------*/
/*-----------------------
campaign-area01
------------------------*/
.campaign-area01 {
  padding: 60px 18px 18px 18px;
  background-color: #f3f1d8;
}
.campaign-area01 .frame01 {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(221, 202, 96, 0.3);
}
.campaign-area01 .frame01.-color01 .head01 {
  background-color: #991a9d;
}
.campaign-area01 .frame01.-color01 .block01 {
  background-color: #f6ecf7;
  color: #470749;
}
.campaign-area01 .frame01.-color01 .block01:after {
  background-color: #f6ecf7;
}
.campaign-area01 .frame01.-color01 .block02 {
  color: #470749;
}
.campaign-area01 .frame01.-color01 .block02Box01:after {
  background-color: #f6ecf7;
}
.campaign-area01 .frame01.-color01 .ttl01 {
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_06.svg");
  color: #ffffff;
}
.campaign-area01 .frame01.-color01 .icon01 {
  border-color: #e3c2f0;
  background-color: #f8f7fa;
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_04.svg");
  color: #470749;
}
.campaign-area01 .frame01 + .frame01 {
  margin-top: 20px;
}
.campaign-area01 .head01 {
  padding: 16px 8px 13px 20px;
  background-color: #c4d700;
}
.campaign-area01 .head01Wrap01 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 6px 0;
  gap: 6px;
}
.campaign-area01 .body01 {
  padding: 24px 20px;
  background-color: #ffffff;
}
.campaign-area01 .block01 {
  position: relative;
  margin: 0 0 24px 0;
  padding: 18px 4px 18px 4px;
  border-radius: 4px;
  background-color: #e9f7f6;
  color: #004831;
  text-align: center;
  font-weight: bold;
}
.campaign-area01 .block01.-type01 {
  padding-top: 24px;
}
.campaign-area01 .block01:after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  display: block;
  width: 12px;
  height: 9px;
  background-color: #e9f7f6;
  content: "";
  transform: translate(-50%, -1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.campaign-area01 .block01Txt01 {
  margin: 17px 16px 10px 16px;
  padding: 3px 4px 5px 4px;
  border-radius: 20px;
  background: #ffffff;
  color: #5d72bd;
  font-size: 1.2rem;
}
.campaign-area01 .block01Txt01:first-child {
  margin-top: 0;
}
.campaign-area01 .block02 {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
  color: #004831;
  letter-spacing: 0em;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
}
.campaign-area01 .block02Box01 {
  width: 7.2em;
}
.campaign-area01 .block02Box02 {
  position: relative;
  flex: 1;
  padding: 0 0 0 10px;
}
.campaign-area01 .block02Box02:after {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #e9f7f6;
  content: "";
}
.campaign-area01 .block02Txt01 {
  display: inline-block;
  margin: 0 0 -1px 0;
  padding: 0 6px 1px 6px;
  border-radius: 20px;
  background: #e8f0ff;
  color: #5d72bd;
  text-align: left;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.3;
}
.campaign-area01 .block02Txt01:first-child {
  margin-top: 0;
}
.campaign-area01 .block02 + .block02 {
  margin-top: 7px;
}
.campaign-area01 .ttl01 {
  padding: 0 0 0 25px;
  background: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_01.svg") 2px calc(50% - 1px) no-repeat;
  color: #004831;
  letter-spacing: -0.03em;
  font-weight: bold;
  font-size: 2rem;
}
.campaign-area01 .icon01 {
  display: inline-block;
  padding: 3px 10px 3px 25px;
  border: 1px solid #b3e8e8;
  border-radius: 50px;
  background-color: #f2fbfb;
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_02.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: #004831;
  font-weight: bold;
  font-size: 1.3rem;
}
.campaign-area01 .icon02 {
  padding: 3px 10px 4px 25px;
  border: 1px solid #c0b783;
  border-radius: 50px;
  background-color: #f9f8f3;
  background-image: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_03.svg");
  background-position: 9px calc(50% + 0px);
  background-repeat: no-repeat;
  color: #493f07;
  font-weight: bold;
  font-size: 1.3rem;
}
.campaign-area01 .btn01 {
  margin: 16px 0 0 0;
  text-align: center;
}
.campaign-area01 .btn-type01 {
  width: 100%;
  height: 54px;
  font-size: 2rem;
}
/*-----------------------
info-area01
------------------------*/
.info-area01 {
  position: relative;
  padding: 42px 18px 167px 18px;
  background-color: #f3f1d8;
}
.info-area01:before,
.info-area01:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
.info-area01:before {
  bottom: 0;
  z-index: 0;
  height: 70px;
  background-color: #c0b783;
  clip-path: polygon(0 0, 100% 82%, 100% 100%, 0% 100%);
}
.info-area01:after {
  bottom: -1px;
  z-index: 1;
  height: 90px;
  background-color: #ffffff;
  clip-path: polygon(0 67%, 100% 0, 100% 100%, 0% 100%);
}
.info-area01 .wrap01 {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  gap: 8px;
}
.info-area01 .wrap01:before {
  position: absolute;
  top: calc(50% - 14px);
  left: 50%;
  display: block;
  width: 47px;
  height: 48px;
  background: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_img_10.png") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, 0);
}
.info-area01 .head01 {
  margin: 0 0 23px 0;
  padding: 41px 0 19px 0;
  border-bottom: 1px solid #c0b783;
  background: url("/kojin/olive/special/campaign/gaika/matome2601/imgs/index_ico_05.svg") center 0 no-repeat;
  text-align: center;
}
.info-area01 .head01Txt01 {
  font-size: 2.8rem;
  font-family: "noto-sans-black";
  line-height: 1.25;
}
.info-area01 .head01Txt02 {
  padding: 17px 0 0 0;
  letter-spacing: 0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.25;
}
.info-area01 .head02 {
  padding: 6px 0 9px 0;
  background-color: #c4d700;
  color: #004831;
  font-weight: bold;
  line-height: 1.3;
}
.info-area01 .head02.-color01 {
  background-color: #991a9d;
  color: #ffffff;
}
.info-area01 .body01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 8px 14px;
  min-height: 124px;
  background-color: #ffffff;
}
.info-area01 .body01.-type01 {
  padding-top: 10px;
  padding-bottom: 16px;
  min-height: initial;
}
.info-area01 .block01 {
  display: flex;
  align-items: flex-start;
}
.info-area01 .block01Ttl01 {
  margin: 2px 0 0 0;
  padding: 2px 5px 2px 8px;
  min-width: 2.5em;
  border-radius: 4px;
  background: #937d00;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-size: 1.4rem;
}
.info-area01 .block01Txt01 {
  flex: 1;
  padding: 0 0 0 9px;
  font-size: 1.4rem;
}
.info-area01 .block02 {
  overflow: hidden;
  width: 50%;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(221, 202, 96, 0.3);
  text-align: center;
}
.info-area01 .block03 {
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(221, 202, 96, 0.3);
  text-align: center;
}
.info-area01 .txt01 {
  color: #004831;
  font-weight: bold;
  font-size: 1.4rem;
}
.info-area01 .txt02 {
  color: #470749;
  font-weight: bold;
  font-size: 1.4rem;
}
.info-area01 .txt03 {
  color: #e95501;
}
.info-area01 .img01 {
  padding: 7px 0 0 0;
}
.info-area01 .img02 {
  padding: 17px 0 0 0;
  text-align: center;
}
.info-area01 .line01 {
  margin: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0b783;
}
/*-----------------------
merit-area01
------------------------*/
.merit-area01 {
  padding: 3px 18px 11px 18px;
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 {
  position: relative;
  padding: 145px 18px 56px 18px;
  background-color: #f3f1d8;
}
.detail-area01:before,
.detail-area01:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
.detail-area01:before {
  top: 0;
  z-index: 0;
  height: 70px;
  background-color: #c0b783;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 14%);
}
.detail-area01:after {
  top: -1px;
  z-index: 1;
  height: 90px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0% 100%);
}
.detail-area01 .card-normal01 {
  border-radius: 8px;
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 19px 18px;
  text-align: left;
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 .card-normal01 > .inner > .body {
  font-size: 1.4rem;
}
.detail-area01 .card-normal01 > .inner > .body:before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 > .inner > .body .list-circle01 > .item:not(:first-child) {
  margin-top: 4px;
}
.detail-area01 .card-normal01 > .inner > .body .list-circle01 > .item:before {
  top: 0.6em;
  width: 4px;
  height: 4px;
  background-color: #56635f;
}
.detail-area01 .card-normal01 > .inner > .body .list-circle01 > .item.-red01:before {
  background-color: #c83030;
}
.detail-area01 .card-normal01 > .inner > .body .list-num02 > .item > .mark {
  background-color: #f3f1d8;
}
.detail-area01 .card-normal01 > .inner > .body .list-num02 > .item > .mark span {
  display: inline-block;
  font-size: 1rem;
  transform: translate(-1px, 0);
}
.detail-area01 .toggle-block01.card-normal01:not(.-red01) > .inner > .header[role=tab] > .title {
  color: #c83030;
}
.detail-area01 .toggle-block01.card-normal01 > .inner > .header[role=tab]::after {
  top: calc(50% - 12px);
  right: 10px;
  width: 26px;
  height: 26px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 32px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 26px;
  height: 26px;
}
/*-----------------------
menu-area
------------------------*/
.menu-area01 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: calc(50% - 250px);
  height: 100%;
  transition: all 0.25s ease-out;
}
.menu-area01 .wrap01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px 30px 20px;
  width: 100%;
  height: 100%;
}
.menu-area01 .inr01 {
  position: relative;
  display: inline-block;
}
.menu-area01 .inr01:after {
  position: absolute;
  display: block;
  width: 0;
  border-top: 1px solid #004831;
  content: "";
  transition: width 0.3s ease-in-out 0.1s;
}
.menu-area01 .frame01 {
  padding: 0 0 30px 0;
  width: 380px;
  border-top: 10px solid #cdbd63;
  background-color: #ffffff;
}
.menu-area01 .list01 {
  padding: 37px 0 0 0;
  font-weight: bold;
  font-size: 2.4rem;
}
.menu-area01 .list01 li:not(:first-child) {
  margin-top: 7px;
}
.menu-area01 .list01 a {
  position: relative;
  display: block;
  padding: 12px 50px 13px 48px;
  text-decoration: none;
}
.menu-area01 .list01 a:before {
  position: absolute;
  top: 22px;
  left: -60px;
  display: block;
  width: 46px;
  height: 18px;
  background-color: #cdbd63;
  background-size: 100% auto;
  content: "";
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}
.menu-area01 .list01 a.is-current:before {
  left: -15px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, left 0.2s ease-in-out;
}
.menu-area01 .list01 a:hover .inr01:after {
  width: 100%;
}
.menu-area01 .btn01 {
  padding: 22px 28px 0 28px;
  text-align: center;
}
.menu-area01 .btn-type01 {
  width: 100%;
  height: 56px;
}
.menu-area01 .btn-type01 > .inner {
  line-height: 1.3;
}
@media screen and (max-width: 1330px) {
  .menu-area01 .frame01 {
    width: 100%;
  }
  .menu-area01 .list01 {
    font-size: 1.6rem;
  }
  .menu-area01 .list01 a {
    padding-right: 10px;
  }
  .menu-area01 .btn01 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .menu-area01 .btn-type01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .menu-area01 .btn-type01 br {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 700px) {
  .menu-area01 .frame01 {
    padding-bottom: 10px;
  }
  .menu-area01 .list01 {
    padding-top: 10px;
    font-size: 2rem;
  }
  .menu-area01 .list01 a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .menu-area01 .list01 a:before {
    top: 9px;
  }
  .menu-area01 .btn01 {
    padding-top: 6px;
  }
}
@media screen and (max-height: 450px) {
  .menu-area01 {
    display: none !important;
  }
}
/*-------------------------------
fixed-area
-------------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 6px 0;
  width: 100%;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.04);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    justify-content: space-between;
    padding: 0 20px;
    height: 64px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 0 4.26667vw;
  }
}
.fixed-area01 .btn-type01 {
  padding: 0;
  width: 240px;
  height: 40px;
  font-size: 1.6rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    width: 100%;
    height: 48px;
    font-size: 1.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.73333vw !important;
  }
}
.fixed-area01 .btn-type01 > .inner {
  padding: 0;
  min-height: 100%;
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 .icon-link01 > .inner:after {
    display: none;
  }
}
.fixed-area01 .btn02 {
  margin: 0 0 0 24px;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 12px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn02 {
    margin: 0 0 0 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
.fixed-area02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(50% - 250px);
  height: 100%;
  transition: all 0.25s ease-out;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area02 {
    display: none !important;
  }
}
.fixed-area02 .inr01 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 24px 1px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1610px) {
  .fixed-area02 .inr01 {
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .fixed-area02 {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .fixed-area02 {
    top: calc(50% - 42vh);
    height: 80vh;
  }
}
@media screen and (max-height: 400px) {
  .fixed-area02 {
    display: none !important;
  }
}
/*-------------------------------
status
-------------------------------*/
.cmn-status-block01 {
  position: relative;
}
.cmn-status-block01:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  content: "";
}
.cmn-status-overtxt01 {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.cmn-status-btntxt01:not([data-status=normal]) {
  display: none;
}
/* coming soon */
.is-coming.cmn-status-wrap01 .btn-type01 {
  background: #d9d9d9 !important;
  box-shadow: none;
  color: #ffffff;
  transition: none;
  pointer-events: none;
}
.is-coming .cmn-status-wrap01 .btn-type01 {
  background: #d9d9d9 !important;
  box-shadow: none;
  color: #ffffff;
  transition: none;
  pointer-events: none;
}
.is-coming .cmn-status-block01:before {
  display: block;
}
.is-coming .cmn-status-overtxt01[data-status=coming] {
  display: flex;
}
.is-coming .cmn-status-btntxt01 {
  display: none;
}
.is-coming .cmn-status-btntxt01[data-status=coming] {
  display: flex;
}
/* end */
.is-end.cmn-status-wrap01 .btn-type01 {
  background: #d9d9d9 !important;
  box-shadow: none;
  color: #ffffff;
  transition: none;
  pointer-events: none;
}
.is-end .cmn-status-wrap01 .btn-type01 {
  background: #d9d9d9 !important;
  box-shadow: none;
  color: #ffffff;
  transition: none;
  pointer-events: none;
}
.is-end .cmn-status-block01:before {
  display: block;
}
.is-end .cmn-status-overtxt01[data-status=end] {
  display: flex;
}
.is-end .cmn-status-btntxt01 {
  display: none;
}
.is-end .cmn-status-btntxt01[data-status=end] {
  display: flex;
}
/* all end */
.cpnloadEnd .cmn-status-block01:before {
  display: block !important;
}
.cpnloadEnd .cmn-status-overtxt01 {
  display: none !important;
}
.cpnloadEnd .cmn-status-overtxt01[data-status=end] {
  display: flex !important;
}
.cpnloadEnd .cmn-status-btntxt01 {
  display: none !important;
}
.cpnloadEnd .cmn-status-btntxt01[data-status=normal] {
  display: flex !important;
}