@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/****共通****/
html {
  font-size: clamp(62.5%, 0.7vw, 87.5%);
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  font-family: "Zen Kaku Gothic New", 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***********/
/*************左 固定背景***************/
.left {
  flex-grow: 1;
  position: sticky;
  top: 0;
  width: auto;
  height: 100vh;
  background-image: url(../img/PC_BG_left.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  width: 7%;
}
.left__wrap {
  margin: auto;
  text-align: center;
}

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

/*************中央 共通パーツ***************/
.main_wrap {
  /*可変用フォントサイズ指定*/
  font-size: 2.5641025641%;
  /*390pxでデザインを作成したので39*/
  width: 25%;
  max-width: 600px;
  min-width: 380px;
  background-color: #F6F6F6;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /****ヘッダー****/
  /****KV****/
  /****入会特典****/
  /******キャンペーン2*******/
}
.main_wrap::-webkit-scrollbar {
  display: none;
}
.main_wrap .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 5rem;
  background: #F6F6F6;
  z-index: 10;
}
.main_wrap .header ul {
  display: none;
}
.main_wrap .header__logo_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60%;
  height: 5rem;
  margin: auto;
}
.main_wrap .header__logo_container--collabologo {
  height: 4rem;
}
.main_wrap .header__logo_container--batu {
  width: 1.6rem;
  height: 1.6rem;
}
.main_wrap .header__logo_container--lifelogo {
  height: 4rem;
}
.main_wrap .KV {
  position: relative;
}
.main_wrap .KV__box {
  background-image: url(../img/KV_BG.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  text-align: center;
  height: 100%;
  margin-top: 5rem;
}
.main_wrap .KV__box--title {
  width: 100%;
}
.main_wrap .CP {
  background-image: url(../img/bg_patern.svg);
  background-color: #F6F6F6;
  display: block;
  padding-top: 5.6rem;
  padding-bottom: 2.4rem;
}
.main_wrap .CP h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
}
.main_wrap .CP h2 img {
  width: 100%;
}
.main_wrap .CP__container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
.main_wrap .CP__container img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.main_wrap .CP__container::before {
  content: "";
  background-image: url(../img/deco.webp);
  background-repeat: no-repeat;
  width: 6rem;
  height: 8rem;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -4rem;
  left: -1rem;
}
.main_wrap .CP__container::after {
  content: "";
  background-image: url(../img/deco2.webp);
  background-repeat: no-repeat;
  width: 6rem;
  height: 8rem;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  right: -2rem;
  z-index: 1;
}
.main_wrap .CP__wrap {
  padding: 0 5%;
}
.main_wrap .CP__wrap dl {
  color: #231815;
}
.main_wrap .CP__wrap dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  background: #D4D4D4;
  padding: 0.4rem 1rem;
  position: relative;
}
.main_wrap .CP__wrap dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-width: 0.6rem 0.6rem 0 0;
  border-style: solid;
  border-color: #231815 #D4D4D4 #231815;
}
.main_wrap .CP__wrap dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.8rem 1rem 2.2rem 1rem;
  line-height: 160%;
}
.main_wrap .CP__wrap dl dd span {
  font-size: 1.3rem;
}
.main_wrap .CP__wrap dl ul {
  margin-top: 1.6rem;
  text-indent: -1em;
  padding-left: 1rem;
  font-size: 1.2rem;
}
.main_wrap .CP__wrap .no_under {
  margin-bottom: 0;
}
.main_wrap .CP2,
.main_wrap .CP3 {
  position: relative;
  background-image: url(../img/bg_patern.svg);
  z-index: 1;
}
.main_wrap .CP2 h2,
.main_wrap .CP3 h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  position: relative;
}
.main_wrap .CP2 h2 img,
.main_wrap .CP3 h2 img {
  width: 100%;
}
.main_wrap .CP2__chara1,
.main_wrap .CP3__chara1 {
  position: absolute;
  width: 5.5rem;
  right: 2rem;
  top: 0rem;
  z-index: 3;
}
.main_wrap .CP2__chara2,
.main_wrap .CP3__chara2 {
  position: absolute;
  width: 8rem;
  left: 1.5rem;
  bottom: -22rem;
  z-index: 3;
}
.main_wrap .CP2__chara3,
.main_wrap .CP3__chara3 {
  position: absolute;
  width: 8.5rem;
  right: 1rem;
  bottom: -18rem;
  z-index: 3;
}
.main_wrap .CP2__chara4,
.main_wrap .CP3__chara4 {
  position: absolute;
  width: 8rem;
  left: 1rem;
  z-index: 3;
}
.main_wrap .CP2::before,
.main_wrap .CP3::before {
  content: "";
  position: absolute;
  top: -4rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E9E9E9;
  background-image: url(../img/bg_patern.svg);
  transform: skewY(-9deg) translateY(90px);
  z-index: -1;
}
.main_wrap .CP2__container,
.main_wrap .CP3__container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
.main_wrap .CP2__container img,
.main_wrap .CP3__container img {
  width: 90%;
  z-index: 2;
  position: relative;
}
.main_wrap .CP2__wrap,
.main_wrap .CP3__wrap {
  padding: 0 5%;
}
.main_wrap .CP2 dl,
.main_wrap .CP3 dl {
  color: #231815;
}
.main_wrap .CP2 dl dt,
.main_wrap .CP3 dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  background: #D4D4D4;
  padding: 0.4rem 1rem;
  position: relative;
}
.main_wrap .CP2 dl dt::before,
.main_wrap .CP3 dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-width: 0.6rem 0.6rem 0 0;
  border-style: solid;
  border-color: #231815 #D4D4D4 #231815;
}
.main_wrap .CP2 dl dd,
.main_wrap .CP3 dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0.8rem 1rem 2.2rem 1rem;
  line-height: 160%;
}
.main_wrap .CP2 dl dd ul,
.main_wrap .CP3 dl dd ul {
  margin-top: 1rem;
  text-indent: -1em;
  padding-left: 1rem;
  font-size: 1.2rem;
}
.main_wrap .CP2 .no_under,
.main_wrap .CP3 .no_under {
  margin-bottom: 0;
}
.main_wrap .CP2 {
  padding: 11rem 0 0 0;
}
.main_wrap .CP2__wrap--h2::before {
  content: "";
  background-image: url(../img/deco3.webp);
  background-repeat: no-repeat;
  width: 7rem;
  height: 9rem;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -8rem;
  left: 0rem;
}
.main_wrap .CP3__wrap {
  margin-top: 7rem;
  border-top: 1px solid #D4D4D4;
}
.main_wrap .CP3__wrap--h2::before {
  content: "";
  background-image: url(../img/deco3.webp);
  background-repeat: no-repeat;
  width: 7rem;
  height: 8rem;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -4rem;
  right: -9rem;
  transform: scale(-1, 1);
}
.main_wrap .CP3__wrap--h2 img {
  margin-top: 7rem;
}
.main_wrap .CP3__wrap .titleonly {
  width: 45%;
}
.main_wrap .CP3__container img {
  margin-bottom: 2rem;
}

/****ポイントプログラム****/
.PP {
  position: relative;
  background-image: url(../img/bg_patern.svg);
  padding: 11rem 0 4rem 0;
  /*
      &::before {
          content: "";
          position: absolute;
          top: -8rem;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: $white;
          transform: skewY(-9deg) translateY(90px);
          z-index: -1;
      }
          */
}
.PP h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
}
.PP h2 img {
  width: 100%;
}
.PP__wrap {
  width: 90%;
  margin: auto;
}
.PP__wrap--img {
  width: 100%;
  margin-bottom: 4rem;
}
.PP__wrap ul {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}
.PP__wrap a img {
  width: 100%;
  transition: 0.3s ease;
}
.PP__wrap a img:hover {
  opacity: 0.5;
  transition: 0.3s ease;
}

.E-MONEY {
  background-image: url(../img/bg_patern.svg);
  padding: 4rem 0;
}
.E-MONEY__wrap {
  width: 90%;
  margin: auto;
}
.E-MONEY__wrap h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  margin-bottom: 0;
}
.E-MONEY__wrap h2 img {
  width: 100%;
}

/****基本情報****/
.INFO {
  padding: 4rem 0 4rem 0;
  background-image: url(../img/bg_patern.svg);
}
.INFO__wrap {
  width: 90%;
  margin: auto;
}
.INFO__wrap h2 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  width: 10rem;
}
.INFO__wrap h2 img {
  width: 100%;
}
.INFO__wrap dl {
  color: #231815;
}
.INFO__wrap dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  background: #D4D4D4;
  padding: 0.4rem 1rem;
  position: relative;
}
.INFO__wrap dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-width: 0.6rem 0.6rem 0 0;
  border-style: solid;
  border-color: #231815 #D4D4D4 #231815;
}
.INFO__wrap dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
  margin: 0.8rem 1rem;
  line-height: 160%;
}
.INFO__wrap dl dd a {
  text-decoration: underline;
}
.INFO__wrap dl dd ul {
  margin-top: 0.8rem;
  text-indent: -1em;
  padding-left: 1rem;
  font-size: 1.2rem;
  line-height: 160%;
}
.INFO__wrap dl .-margin_top {
  margin-top: 0;
}
.INFO__wrap dl .-margin_bottom {
  margin-bottom: 0;
  white-space: nowrap;
}
.INFO__wrap--under {
  padding-bottom: 1.2rem;
}

.NOTE {
  padding: 4rem 0 5.6rem 0;
  background-color: rgba(212, 212, 212, 0.4);
  background-image: url(../img/bg_patern.svg);
}
.NOTE__wrap {
  width: 90%;
  margin: auto;
  text-align: center;
}
.NOTE__container {
  background: #fff;
  color: #231815;
  width: 100%;
  text-align: left;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  /* 四隅に置く小さい４角形の共通設定 */
  /* 左上の4角形 */
  /* 右上の4角形 */
  /* 右上の4角形 */
  /* 右下の4角形 */
}
.NOTE__container h3 {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
}
.NOTE__container p {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.NOTE__container ul li {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.4rem;
}
.NOTE__container .corner {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #D9D9D9;
}
.NOTE__container .left_top {
  top: 0rem;
  left: 0rem;
}
.NOTE__container .left_bottom {
  top: calc(100% - 1rem);
  left: 0rem;
}
.NOTE__container .right_top {
  top: 0;
  left: calc(100% - 1rem);
}
.NOTE__container .right_bottom {
  top: calc(100% - 1rem);
  left: calc(100% - 1rem);
}
.NOTE__flexbox {
  display: flex;
}
.NOTE__flexbox img {
  width: 50%;
  margin-top: -3rem;
}

.footer {
  color: #231815;
  font-size: 1rem;
  background: #D4D4D4;
  text-align: center;
  padding: 2.4rem 0;
}
.footer__wrap {
  width: 90%;
  margin: auto;
}
.footer ul {
  display: flex;
  justify-content: space-around;
  font-size: 1.4rem;
}
.footer ul li {
  text-decoration-line: underline;
  transition: 0.3s;
}
.footer ul li:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.footer p {
  margin-top: 2rem;
  white-space: nowrap;
}

/*********CVボタン***********/
.CV {
  width: 90%;
  position: relative;
  margin: auto;
  z-index: 50;
  bottom: 9rem;
  margin-bottom: -5.85rem;
}
.CV a {
  width: 100%;
  display: inline-block;
  padding: 1.2rem 0;
  background: linear-gradient(90deg, #A4003E 0%, #E4007F 50%, #A4003E 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-position 0.5s ease;
  text-align: center;
  border-radius: 0.8rem;
  border: 2px solid #231815;
  box-shadow: 0 4px 0 0 #231815;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.CV a::after {
  content: "";
  background-image: url(../img/arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 0.7rem;
  height: 0.9rem;
  margin-left: 1.2rem;
  vertical-align: middle;
  margin-top: -0.4rem;
}
.CV a:hover {
  background-position: 100% 50%;
}
.CV img {
  position: absolute;
  margin: auto;
  width: 60%;
  left: 0;
  right: 0;
  top: -2rem;
}

.float {
  position: fixed;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
}
.float.is-active {
  opacity: 1;
  visibility: visible;
}
.float.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.float__CV {
  width: auto;
  position: relative;
  margin: auto;
  z-index: 50;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.float__CV a {
  width: 100%;
  display: inline-block;
  padding: 1.2rem 0;
  background: linear-gradient(90deg, #A4003E 0%, #E4007F 50%, #A4003E 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-position 0.5s ease;
  text-align: center;
  border-radius: 0.5rem;
  border: 2px solid #231815;
  box-shadow: 0 4px 0 0 #231815;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.float__CV a::after {
  content: "";
  background-image: url(../img/arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 0.7rem;
  height: 0.9rem;
  margin-left: 1.2rem;
  vertical-align: middle;
  margin-top: -0.4rem;
}
.float__CV a:hover {
  background-position: 100% 50%;
}
.float__CV img {
  position: absolute;
  margin: auto;
  width: 60%;
  left: 0;
  right: 0;
  top: -2rem;
}

@media screen and (max-width: 1279px) {
  .div_wrap .left {
    width: 5%;
  }
  .div_wrap .left__wrap {
    display: none;
  }
  .div_wrap .right_wrap {
    width: 60%;
    background-image: url(../img/PC_BG_right2.webp);
  }
  .div_wrap .main_wrap {
    width: 35%;
  }
}
@media screen and (max-width: 959px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 1.4285714286vw;
  }
  .div_wrap .left {
    width: 5vw;
  }
  .div_wrap .right_wrap {
    width: 40vw;
  }
  .div_wrap .main_wrap {
    width: 60vw;
    max-width: none;
  }
  .div_wrap .main_wrap .header__logo_container {
    width: 60%;
  }
  .div_wrap .main_wrap .BENE__conditions_box {
    padding: 2.4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    /*
    font-size: 62.5%;*/
    font-size: 2.5641025641vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .div_wrap .left {
    display: none;
  }
  .div_wrap .right_wrap {
    display: none;
  }
  .div_wrap .main_wrap {
    width: 100vw;
    max-width: none;
    /*********CVボタン***********/
  }
  .div_wrap .main_wrap .header {
    width: 100%;
  }
  .div_wrap .main_wrap .header__logo_container {
    width: 60%;
  }
  .div_wrap .main_wrap .header__logo_container--panpanlogo {
    height: 3rem;
  }
  .div_wrap .main_wrap .header__logo_container--lifelogo {
    height: 3.5rem;
  }
  .div_wrap .main_wrap .header .nav {
    position: fixed;
    top: 5rem;
    width: 100%;
    z-index: 10;
    background: #777;
    text-align: center;
    display: none;
  }
  .div_wrap .main_wrap .header .nav ul {
    display: block;
    list-style: none;
    padding: 10rem 0 5rem 0;
    width: 50%;
    margin: auto;
  }
  .div_wrap .main_wrap .header .nav ul li {
    text-align: left;
    margin: auto;
    width: 100%;
  }
  .div_wrap .main_wrap .header .nav ul li a {
    width: 100%;
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 150%;
    transition: 0.3s all;
    display: inline-block;
    position: relative;
    margin-bottom: 2.4rem;
    padding-bottom: 0.1em;
    border-bottom: 1px solid #fff;
  }
  .div_wrap .main_wrap .header .nav ul li a::before {
    content: "";
    background-image: url(../img/icon_side.webp);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-size: contain;
    display: inline-block;
    transition: 0.3s all;
    margin-bottom: -2px;
  }
  .div_wrap .main_wrap .header .nav__cvbtn {
    width: 80%;
  }
  .div_wrap .main_wrap .header .nav__cvbtn img {
    width: 100%;
  }
  .div_wrap .main_wrap .CV {
    width: 90%;
    max-width: none;
    min-width: none;
    z-index: 50;
    text-align: center;
  }
  .div_wrap .main_wrap .CV__wrap {
    padding: 5% 0;
    margin: auto;
  }
  .div_wrap .main_wrap .CV a {
    width: 100%;
  }
  .div_wrap .main_wrap .CV a img {
    width: 100%;
  }
  .div_wrap .main_wrap .float {
    width: 90%;
  }
  .div_wrap .main_wrap .float__CV {
    bottom: 2rem;
    margin: 0 auto;
  }
  .div_wrap .main_wrap .KV {
    margin-top: 5rem;
  }
}
/*******アニメ*********/
.scroll-up,
.scroll-up2 {
  opacity: 1;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show,
.scroll-up2.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.5s;
}

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