@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/****共通****/
html {
  font-size: clamp(62.5%, 0.7vw, 87.5%);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  line-height: 1.5;
}

body.modal-is-open {
  overflow: hidden;
}

.div_wrap {
  position: relative;
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.div_wrap {
  display: flex;
  justify-content: center;
}

/**********mixin***********/
/*************左 固定背景***************/
.bg_left {
  flex-grow: 1;
}
.bg_left__container {
  position: sticky;
  top: 0;
  background: #333;
  width: auto;
  height: 100vh;
  background-image: url(../img/PC_BG.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  text-align: center;
}
.bg_left__container img {
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

/*************右 固定メニュー***************/
.right_wrap {
  position: sticky;
  top: 0;
  width: 25%;
  height: 100vh;
  background-image: url(../img/PC_BG_right.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: 1;
}

.right_container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.right_container img {
  width: 100%;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.right_container__menu {
  font-size: 1.4rem;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0rem;
  left: 0;
  margin: auto;
  width: 11em;
  height: 27rem;
}
.right_container__menu a {
  color: #0073C4;
  line-height: 110%;
  transition: 0.3s all;
  display: inline-block;
  margin-bottom: 24px;
  vertical-align: middle;
}
.right_container__menu a:hover {
  transition: 0.3s all;
}

/*************中央 共通パーツ***************/
.main_wrap {
  /*可変用フォントサイズ指定*/
  font-size: 2.5641025641%;
  /*390pxでデザインを作成したので39*/
  width: 30%;
  max-width: 600px;
  min-width: 380px;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /****ヘッダー****/
  /****KV****/
  /****プロパー追加****/
  /****入会特典****/
  /****ポイント交換***/
  /****特典***/
}
.main_wrap::-webkit-scrollbar {
  display: none;
}
.main_wrap .header {
  z-index: 100;
  width: 100%;
  background: #fff;
}
.main_wrap .header__logo_container {
  width: 100%;
}
.main_wrap .header__logo_container--lifelogo {
  height: 4rem;
  padding: 0.4rem;
}
.main_wrap .KV {
  position: relative;
  background-image: url(../img/KV.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  width: 100%;
}
.main_wrap .KV__box {
  height: 100%;
}
.main_wrap .KV__box--title {
  width: 100%;
  margin-top: 13rem;
}
.main_wrap .KV__news {
  width: 90%;
  display: flex;
  background: #fff;
  border: 1px solid #26BCFB;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem 0.3rem 0.8rem;
  position: absolute;
  bottom: 25rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.main_wrap .KV__news--title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #007CCE;
  padding-right: 0.8rem;
  border-right: 1px solid #26BCFB;
}
.main_wrap .KV__newsbox {
  overflow: hidden;
  display: flex;
  margin-left: 0.8rem;
  font-size: 1.4rem;
}
.main_wrap .KV__newsbox--p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  margin-left: 0.8rem;
  animation: scroll-left 20s infinite linear 0.5s both;
}
.main_wrap .KV__text {
  width: 26rem;
  height: auto;
  margin-top: 15rem;
  padding-bottom: 12rem;
}
.main_wrap .proper {
  background: #33C6FF;
  text-align: center;
  padding-bottom: 6.4rem;
}
.main_wrap .proper img {
  width: 90%;
}
.main_wrap .CP {
  position: relative;
  background: url(../img/CP_BGimg.webp), linear-gradient(180deg, #33C6FF 12.4%, #00C6FD 62.5%, #1489FF 80.15%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
  display: block;
  padding: 0 0 22rem 0;
}
.main_wrap .CP h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  margin: 0 5%;
}
.main_wrap .CP h2 img {
  width: 100%;
}
.main_wrap .CP__wrap {
  margin: 0 5%;
}
.main_wrap .CP__wrap--CP2 {
  text-align: center;
  margin: auto;
  width: 100%;
  margin-top: 6.4rem;
}
.main_wrap .CP__cvbox {
  background: #fff;
  padding: 13% 5% 5%;
  border-radius: 1.6rem;
  margin: 8rem 0 4rem 0;
  position: relative;
}
.main_wrap .CP__cvbox h2 {
  position: absolute;
  top: -3rem;
}
.main_wrap .CP__cvbox a img {
  width: 100%;
  margin: 1rem 0;
  transition: transform 0.3s ease;
}
.main_wrap .CP__cvbox a img:hover {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.main_wrap .PR {
  display: block;
  position: relative;
  background: #ffabaa;
  padding-bottom: 20rem;
}
.main_wrap .PR__bar {
  width: 100%;
  position: absolute;
  top: -24rem;
}
.main_wrap .PR__wrap {
  position: relative;
  top: 2.4rem;
  text-align: center;
  margin: auto;
}
.main_wrap .PR__wrap h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  padding: 0 5%;
  padding-bottom: 6.4rem;
  margin: 0;
}
.main_wrap .PR__wrap h2 img {
  width: 100%;
}
.main_wrap .PR__wrap--btn {
  position: absolute;
  width: 80%;
  bottom: 15rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.main_wrap .PR__wrap--btn img {
  width: 100%;
}
.main_wrap .PR__wrap--btn:hover {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.main_wrap .PG {
  display: block;
  position: relative;
  background: linear-gradient(180deg, #FFEA00 42.27%, #FFD000 51.52%);
  padding-bottom: 20rem;
}
.main_wrap .PG__bar {
  width: 100%;
  position: absolute;
  top: -24rem;
}
.main_wrap .PG__wrap {
  position: relative;
  top: 2.4rem;
  text-align: center;
  margin: auto;
}
.main_wrap .PG__wrap h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  padding: 0 5%;
  padding-bottom: 5.6rem;
  margin: 0;
}
.main_wrap .PG__wrap h2 img {
  width: 100%;
}
.main_wrap .PG__wrap--btn {
  position: absolute;
  width: 80%;
  bottom: 9rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.main_wrap .PG__wrap--btn img {
  width: 100%;
}
.main_wrap .PG__wrap--btn:hover {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.E-MONEY {
  display: block;
  position: relative;
  background: #ffabaa;
  padding-bottom: 30rem;
}
.E-MONEY__bar {
  width: 100%;
  position: absolute;
  top: -24rem;
}
.E-MONEY__wrap {
  position: relative;
  top: 2.4rem;
  text-align: center;
  margin: auto;
}
.E-MONEY__wrap h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  padding: 0 5%;
  padding-bottom: 6.4rem;
  margin: 0;
}
.E-MONEY__wrap h2 img {
  width: 100%;
}
.E-MONEY__cvbox {
  background: #fff;
  padding: 13% 5% 5%;
  border-radius: 1.6rem;
  margin: 8rem 0 4rem 0;
  position: relative;
  margin: 0 5%;
}
.E-MONEY__cvbox h2 {
  position: absolute;
  top: -3rem;
}
.E-MONEY__cvbox a img {
  width: 100%;
  margin: 1rem 0;
  transition: transform 0.3s ease;
}
.E-MONEY__cvbox a img:hover {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

/****基本情報****/
.INFO {
  position: relative;
  background: url(../img/footer_BG.webp), linear-gradient(180deg, #b99aeb 0%, #182D62 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
}
.INFO__bar {
  width: 100%;
  position: absolute;
  top: -23rem;
}
.INFO h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  margin: 0;
}
.INFO h2 img {
  width: 100%;
}
.INFO__wrap {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 4rem;
}
.INFO__flex {
  display: flex;
}
.INFO__flex li {
  padding-right: 1rem;
}
.INFO__flex--bottom li {
  padding-bottom: 0.8rem;
}
.INFO__container1, .INFO__container2 {
  background: #fff;
  color: #333;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 2.4rem 2.4rem;
  box-sizing: border-box;
  border-radius: 0 0 2rem 2rem;
}
.INFO__container1 h5, .INFO__container2 h5 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.INFO__container1 ul li, .INFO__container2 ul li {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.INFO__container1 ul li::before, .INFO__container2 ul li::before {
  content: "";
  background-image: url(../img/arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  top: calc(50% - 0.7rem);
  display: inline-block;
}
.INFO__container1 ul li a, .INFO__container2 ul li a {
  position: relative;
  text-decoration: underline;
}
.INFO__container1 ul:last-child li, .INFO__container2 ul:last-child li {
  margin-right: 0;
}
.INFO__container1 p, .INFO__container2 p {
  font-size: 1.4rem;
}
.INFO__container1 {
  border: 8px solid #F30004;
}
.INFO__container2 {
  border: 8px solid #FFB700;
}
.INFO__box {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e2e2e2;
}
.INFO__box--jcb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.INFO__box--jcb p {
  font-size: 1.2rem;
  padding-left: 0.8em;
}
.INFO__box--jcb img {
  height: 4.5rem;
}
.INFO__box:last-of-type {
  border-bottom: 0;
}
.INFO__box2 p {
  line-height: 80%;
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}
.INFO__box2 ul {
  display: flex;
}
.INFO__box2 ul li {
  margin-right: 1em;
}
.INFO .NOTE__wrap {
  width: 90%;
  margin: auto;
  margin-bottom: 5.6rem;
}
.INFO .NOTE__container {
  background: #fff;
  color: #333;
  width: 100%;
  text-align: left;
  padding: 2.8rem 2.4rem 4.8rem;
  box-sizing: border-box;
  border-radius: 2rem;
}
.INFO .NOTE__container h3 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.4rem;
}
.INFO .NOTE__container p {
  font-size: 1.2rem;
}
.INFO .NOTE__container ul li {
  font-size: 1.2rem;
}
.INFO .NOTE__container--subtitle {
  font-weight: 600;
  margin: 1.6rem 0 0.8rem 0;
}
.INFO .NOTE__container--list {
  text-indent: -1em;
  padding-left: 1em;
}
.INFO .NOTE__flexbox {
  display: flex;
}
.INFO .NOTE__flexbox img {
  width: 50%;
  margin-top: -3rem;
}
.INFO .footer {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 2.4rem 0;
  width: 80%;
  margin: auto;
}
.INFO .footer__wrap {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.INFO .footer a {
  display: inline-block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: underline;
  padding-bottom: 3.5rem;
}
.INFO .footer p {
  margin-top: 2rem;
}

/*********タブ***********/
.tab-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn {
  flex-basis: 50%;
  text-align: center;
  font-weight: 800;
}
.btn a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  padding: 1.2rem 0.8rem 1.2rem 0.8rem;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}
.btn__1 {
  background-color: #e20004;
  border-radius: 0.8rem 0.8rem 0 0;
}
.btn__1 a {
  color: #fff;
}
.btn__1 a.is-active {
  background: #F30004;
  border-radius: 0.8rem 0.8rem 0 0;
  color: #fff;
}
.btn__2 {
  background: #e5a400;
  border-radius: 0.8rem 0.8rem 0 0;
  color: #333;
}
.btn__2 a {
  color: #333;
}
.btn__2 a.is-active {
  background: #FFB700;
  border-radius: 0.8rem 0.8rem 0 0;
}

.tab-contents-item {
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.tab-contents-item.is-active {
  display: flex;
}
.tab-contents-item.is-active > p {
  animation: fadeinAnime 2s forwards;
}
.tab-contents-item > p {
  margin: auto;
  height: 40px;
  opacity: 0;
}

@keyframes fadeinAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*********CVボタン***********/
.CV {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.71);
  width: 30%;
  max-width: 600px;
  min-width: 380px;
  z-index: 50;
}
.CV__wrap {
  width: 90%;
  padding: 2% 0;
  margin: auto;
  display: flex;
}
.CV a {
  width: 80%;
}
.CV a img {
  width: 100%;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 1.4285714286vw;
  }
  .div_wrap .bg_left {
    display: none;
  }
  .div_wrap .right_wrap {
    width: 40vw;
  }
  .div_wrap .right_wrap .right_container__menu {
    font-size: 1.2rem;
    width: 11em;
    height: 20rem;
    bottom: 4rem;
  }
  .div_wrap .right_wrap .right_container .CV_pc__wrap a {
    position: absolute;
    bottom: 2rem;
    z-index: 4;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    z-index: 5;
  }
  .div_wrap .right_wrap .right_container .CV_pc__wrap a img {
    width: 18rem;
  }
  .div_wrap .right_wrap .right_container .CV_pc__box {
    bottom: 0.5rem;
    left: 3rem;
  }
  .div_wrap .right_wrap .right_container .CV_pc__box--panpan {
    width: 70%;
    height: auto;
  }
  .div_wrap .main_wrap {
    width: 60vw;
    max-width: none;
  }
  .div_wrap .main_wrap .header__logo_container {
    width: 60%;
  }
  .div_wrap .main_wrap .PR__conditions_box {
    padding: 2.4rem 2rem;
  }
  .CV {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 2.5641025641vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .div_wrap .bg_left {
    display: none;
  }
  .div_wrap .right_wrap {
    display: none;
  }
  .div_wrap .main_wrap {
    width: 100vw;
    max-width: none;
    min-width: none;
  }
  .div_wrap .main_wrap .header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  .div_wrap .main_wrap .header__logo_container {
    width: 90%;
    justify-content: flex-start;
  }
  .div_wrap .main_wrap .header__logo_container--lifelogo {
    height: 4rem;
  }
  .div_wrap .main_wrap .header .nav {
    position: fixed;
    top: 5rem;
    z-index: 10;
    background-image: url(../img/hamburger_BG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: none;
    padding-bottom: 4rem;
  }
  .div_wrap .main_wrap .header .nav ul {
    display: block;
    list-style: none;
    padding: 8rem 0 1rem 0;
    width: 50%;
    margin: auto;
  }
  .div_wrap .main_wrap .header .nav ul li {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .div_wrap .main_wrap .header .nav ul li a {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 150%;
    display: inline-block;
    margin-bottom: 2.4rem;
    padding-bottom: 0.1em;
  }
  .div_wrap .main_wrap .header .nav__cvbox {
    width: 70%;
    margin: auto;
  }
  .div_wrap .main_wrap .header .nav__cvbox img {
    width: 100%;
  }
  .div_wrap .main_wrap .header .nav__cvbox img:first-child {
    margin-bottom: 1rem;
  }
  .div_wrap .main_wrap .header .hamburger {
    position: absolute;
    top: 12%;
    right: 3%;
    cursor: pointer;
    width: 2.8rem;
    height: 3.8rem;
    z-index: 100;
    text-align: center;
  }
  .div_wrap .main_wrap .header .hamburger span {
    /*3本の線を作る*/
    transition: all 0.3s;
    position: absolute;
    height: 3px;
    background-color: #37B5FF;
    width: 70%;
    z-index: 10;
    right: 13%;
    top: 25%;
  }
  .div_wrap .main_wrap .header .hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 45%;
  }
  .div_wrap .main_wrap .header .hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 65%;
  }
  .div_wrap .main_wrap .header .hamburger.open span {
    right: 15%;
  }
  .div_wrap .main_wrap .header .hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 28%;
    transform: translateY(6px) rotate(-45deg);
  }
  .div_wrap .main_wrap .header .hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
  }
  .div_wrap .main_wrap .header .hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 60%;
    transform: translateY(-6px) rotate(45deg);
  }
  .div_wrap .main_wrap .KV {
    margin-top: 5rem;
  }
  .CV {
    width: 100vw;
    max-width: none;
  }
}
/*******フェード*********/
.load-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.5s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/******スライダー******/
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}