@charset "UTF-8";
/****共通****/
html {
  font-size: clamp(62.5%, 0.7vw, 87.5%);
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", 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;
  /*************左 固定背景***************/
  /*************右 固定メニュー***************/
  /*************中央 共通パーツ***************/
  /****基本情報****/
}
.div_wrap .bg_left {
  flex-grow: 1;
}
.div_wrap .bg_left__container {
  position: sticky;
  top: 0;
  background: #171717;
  width: auto;
  height: 100vh;
  background-image: url(../img/PC_BG.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.div_wrap .right_wrap {
  position: sticky;
  top: 0;
  background: #171717;
  width: 25%;
  height: 100vh;
  background-image: url(../img/PC_BG2.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: 1;
}
.div_wrap .right_container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.div_wrap .right_container__img {
  width: 10vw;
  margin-bottom: 3rem;
}
.div_wrap .right_container__menu {
  font-size: 1.6rem;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10rem;
  left: 0;
  margin: auto;
  width: 11em;
  height: 27rem;
}
.div_wrap .right_container__menu a {
  color: #171717;
  line-height: 2rem;
  transition: 0.3s all;
  display: inline-block;
  margin-bottom: 24px;
  vertical-align: middle;
}
.div_wrap .right_container__menu a::before {
  content: "";
  background-image: url(../img/icon_b.webp);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  background-size: contain;
  display: inline-block;
  transition: 0.3s all;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-top: -6px;
}
.div_wrap .right_container__menu a:hover {
  transition: 0.3s all;
}
.div_wrap .right_container__menu a:hover::before {
  content: "";
  background-image: url(../img/icon_p.webp);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  background-size: contain;
  display: inline-block;
  transition: 0.3s all;
  margin-right: 0.5em;
}
.div_wrap .right_container .CV_pc {
  text-align: center;
  bottom: 5rem;
}
.div_wrap .right_container .CV_pc__wrap {
  text-align: center;
}
.div_wrap .right_container .CV_pc__wrap a {
  position: absolute;
  bottom: 5rem;
  z-index: 4;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  z-index: 5;
}
.div_wrap .right_container .CV_pc__wrap a img {
  width: 25rem;
  height: auto;
  display: inline-block;
}
.div_wrap .right_container .CV_pc__a {
  position: absolute;
  bottom: 5rem;
  z-index: 4;
  left: 0;
  right: 0;
  margin: auto;
  width: 17rem;
  height: 11.5rem;
}
.div_wrap .right_container .CV_pc__box {
  position: relative;
  bottom: 5rem;
  left: 0;
}
.div_wrap .right_container .CV_pc__box--panpan {
  width: 100%;
  height: auto;
}
.div_wrap .main_wrap {
  /*可変用フォントサイズ指定*/
  font-size: 2.5641025641%;
  /*390pxでデザインを作成したので39*/
  width: 30%;
  max-width: 600px;
  background: #FFDE2E;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /****ヘッダー****/
  /****KV****/
  /****入会特典****/
  /****特典***/
  /****コラボ***/
  /****ポイントプログラム****/
}
.div_wrap .main_wrap::-webkit-scrollbar {
  display: none;
}
.div_wrap .main_wrap .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 5rem;
}
.div_wrap .main_wrap .header ul {
  display: none;
}
.div_wrap .main_wrap .header__logo_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 5rem;
  margin: auto;
}
.div_wrap .main_wrap .header__logo_container--panpanlogo {
  height: 5rem;
}
.div_wrap .main_wrap .header__logo_container--batu {
  width: 2rem;
  height: 2rem;
}
.div_wrap .main_wrap .header__logo_container--lifelogo {
  height: 4rem;
}
.div_wrap .main_wrap .KV {
  position: relative;
}
.div_wrap .main_wrap .KV__box {
  background-image: url(../img/KV.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  height: 100%;
}
.div_wrap .main_wrap .KV__box--title {
  width: 100%;
}
.div_wrap .main_wrap .KV__news {
  width: 90%;
  display: flex;
  background: #fff;
  border: 2px solid #171717;
  border-radius: 0.8rem;
  padding: 0.8rem;
  position: absolute;
  bottom: 15rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.div_wrap .main_wrap .KV__news--title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #009247;
  padding-right: 0.8rem;
  border-right: 2px solid #171717;
}
.div_wrap .main_wrap .KV__newsbox {
  overflow: hidden;
  display: flex;
  margin-left: 0.8rem;
}
.div_wrap .main_wrap .KV__newsbox--p {
  font-size: 1.6rem;
  font-weight: 800;
  color: #171717;
  white-space: nowrap;
  margin-left: 0.8rem;
  animation: scroll-left 20s infinite linear 0.5s both;
}
.div_wrap .main_wrap .CP {
  background: #FFDE2E;
  height: 110rem;
  position: relative;
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.div_wrap .main_wrap .CP__BG {
  background-image: url(../img/CP_BG.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 100%;
}
.div_wrap .main_wrap .CP h2 {
  position: absolute;
  top: -13rem;
}
.div_wrap .main_wrap .CP h2 img {
  width: 100%;
}
.div_wrap .main_wrap .CP__face {
  width: 60%;
  position: absolute;
  right: 0;
  top: rem;
  z-index: 2;
}
.div_wrap .main_wrap .CP__subtitle {
  position: relative;
  top: -13rem;
}
.div_wrap .main_wrap .CP__subtitle img {
  width: 100%;
  position: absolute;
  top: 43rem;
}
.div_wrap .main_wrap .CP__item {
  width: 80%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 49rem;
  z-index: 2;
}
.div_wrap .main_wrap .CP__wrap {
  padding: 0 5%;
}
.div_wrap .main_wrap .CP__wrap dl {
  position: absolute;
  right: 0;
  left: 0;
  top: 76rem;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  padding: 2.4rem;
  border-radius: 2rem;
  border: 4px solid #000;
  box-sizing: border-box;
  background: #FFF;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 1rem;
  font-weight: 700;
}
.div_wrap .main_wrap .CP__wrap dl dt {
  color: #fff;
  background: #171717;
  width: 15%;
  text-align: center;
  border-radius: 1rem;
  font-size: 1.4rem;
}
.div_wrap .main_wrap .CP__wrap dl dd {
  color: #171717;
  width: 80%;
}
.div_wrap .main_wrap .CP__wrap dl p {
  font-size: 1rem;
}
.div_wrap .main_wrap .BENE {
  background: #FFA6AE;
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.div_wrap .main_wrap .BENE__BG {
  background-image: url(../img/BENE_BG1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 10rem;
  height: 115rem;
  z-index: 2;
}
.div_wrap .main_wrap .BENE__BG2 {
  background-image: url(../img/BENE_BG2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  height: 100rem;
  padding-bottom: 10rem;
}
.div_wrap .main_wrap .BENE h2 img {
  width: 65%;
  position: absolute;
  top: -10rem;
  right: 0;
}
.div_wrap .main_wrap .BENE__face {
  width: 60%;
  position: absolute;
  left: 0;
  top: -5rem;
  z-index: 2;
}
.div_wrap .main_wrap .BENE__subtitle_box {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 16rem;
}
.div_wrap .main_wrap .BENE__subtitle_box--h3 img {
  width: 100%;
}
.div_wrap .main_wrap .BENE__subtitle_box--cat {
  width: 40%;
}
.div_wrap .main_wrap .BENE__subtitle_box2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0rem;
  z-index: 3;
}
.div_wrap .main_wrap .BENE__subtitle_box2--h3 {
  text-align: right;
}
.div_wrap .main_wrap .BENE__subtitle_box2--h3 img {
  width: 100%;
}
.div_wrap .main_wrap .BENE__subtitle_box2--bear {
  width: 40%;
}
.div_wrap .main_wrap .BENE__acs {
  position: absolute;
  top: -15rem;
  right: 0;
  width: 50%;
  z-index: 2;
}
.div_wrap .main_wrap .BENE__wrap {
  width: 90%;
  margin: auto;
  position: relative;
}
.div_wrap .main_wrap .BENE__wrap h4 {
  position: absolute;
  top: 48rem;
}
.div_wrap .main_wrap .BENE__wrap h4 img {
  width: 100%;
}
.div_wrap .main_wrap .BENE__wrap--card {
  width: 90%;
  position: absolute;
  top: 63rem;
  right: 0;
  left: 0;
  margin: auto;
}
.div_wrap .main_wrap .BENE__conditions_box {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 87rem;
  padding: 2.4rem;
  border-radius: 2rem;
  border: 4px solid #000;
  box-sizing: border-box;
  background: #FFF;
  font-size: 1.6rem;
}
.div_wrap .main_wrap .BENE__conditions_box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  font-weight: 700;
  border-bottom: 2px solid #171717;
  padding-bottom: 1rem;
}
.div_wrap .main_wrap .BENE__conditions_box dl dt {
  color: #fff;
  background: #171717;
  width: 15%;
  text-align: center;
  border-radius: 1rem;
  font-size: 1.4rem;
}
.div_wrap .main_wrap .BENE__conditions_box dl dd {
  color: #171717;
  width: 80%;
  line-height: 100%;
}
.div_wrap .main_wrap .BENE__conditions_box dl dd span {
  font-size: 1rem;
  font-weight: 500;
}
.div_wrap .main_wrap .BENE__conditions_box dl p {
  font-size: 1rem;
}
.div_wrap .main_wrap .BENE__conditions_box ul {
  padding-top: 1rem;
}
.div_wrap .main_wrap .BENE__conditions_box ul li {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.div_wrap .main_wrap .BENE__wrap2 h4 {
  position: absolute;
  top: 28rem;
  z-index: 2;
}
.div_wrap .main_wrap .BENE__wrap2--nui {
  width: 100%;
  position: absolute;
  top: 41rem;
  right: 0;
  left: 0;
  margin: auto;
}
.div_wrap .main_wrap .BENE__conditions_box2 {
  top: 75rem;
}
.div_wrap .main_wrap .BENE__conditions_box2 dl dd {
  line-height: 130%;
}
.div_wrap .main_wrap .COLLABO {
  background-image: url(../img/COLLABO_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 8rem;
}
.div_wrap .main_wrap .COLLABO__slider {
  display: flex;
  overflow: hidden;
  margin-bottom: 4rem;
}
.div_wrap .main_wrap .COLLABO__slider ul {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  background: #009247;
  padding: 1rem 0;
  padding-left: 2rem;
  border-top: 4px solid #171717;
  border-bottom: 4px solid #171717;
}
.div_wrap .main_wrap .COLLABO__slider ul li img {
  display: block;
  height: 6rem;
}
.div_wrap .main_wrap .COLLABO h3 {
  text-align: center;
  margin: auto;
  margin-bottom: 3rem;
}
.div_wrap .main_wrap .COLLABO h3 img {
  width: 80%;
}
.div_wrap .main_wrap .COLLABO__wrap {
  margin: 0 5%;
}
.div_wrap .main_wrap .COLLABO__box {
  margin: auto;
  margin-top: 4rem;
  width: 100%;
  background: #fff;
  border: 4px solid #171717;
  border-radius: 2rem;
  text-align: center;
  padding: 2.4rem;
  box-sizing: border-box;
}
.div_wrap .main_wrap .COLLABO__box h4 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 1.6rem;
}
.div_wrap .main_wrap .COLLABO__box p {
  font-size: 1.4rem;
  text-align: left;
}
.div_wrap .main_wrap .COLLABO a img {
  margin-top: -3rem;
  width: 100%;
  transition: transform 0.3s ease;
}
.div_wrap .main_wrap .COLLABO a img:hover {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.div_wrap .main_wrap .MOVIE {
  background-image: url(../img/MOVIE_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4.8rem;
  text-align: center;
}
.div_wrap .main_wrap .MOVIE h3 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
}
.div_wrap .main_wrap .MOVIE h3 img {
  width: 80%;
}
.div_wrap .main_wrap .MOVIE a {
  display: block;
  background-image: url(../img/MOVIE_TV.webp);
  width: 30rem;
  height: 34rem;
  background-size: 100%;
  margin: auto;
  transition: transform 0.3s ease;
}
.div_wrap .main_wrap .MOVIE a:hover {
  background-image: url(../img/MOVIE_TV_hover.webp);
  transition: transform 0.3s ease;
}
.div_wrap .main_wrap .PP {
  background-image: url(../img/POINT_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  color: #171717;
  padding-top: 5.8rem;
  padding-bottom: 8rem;
}
.div_wrap .main_wrap .PP h3 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
}
.div_wrap .main_wrap .PP h3 img {
  width: 80%;
}
.div_wrap .main_wrap .PP__BG ul {
  width: 90%;
  margin: auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 5rem;
  margin-top: 6rem;
}
.div_wrap .main_wrap .PP__BG ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.div_wrap .main_wrap .PP__BG ul li::before {
  content: "※";
}
.div_wrap .main_wrap .PP__wrap {
  width: 90%;
  margin: auto;
}
.div_wrap .main_wrap .PP__wrap h2 {
  margin: 3rem 0;
}
.div_wrap .main_wrap .PP__wrap h2 img {
  height: 10rem;
}
.div_wrap .main_wrap .PP__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.6rem;
  font-variant-numeric: lining-nums;
}
.div_wrap .main_wrap .PP__content {
  background: #fff;
  width: 47%;
  height: 12.5rem;
  box-sizing: border-box;
  padding: 1.6rem;
  line-height: 2.5em;
  position: relative;
  border-radius: 2rem;
}
.div_wrap .main_wrap .PP__content--large {
  font-size: 5.8rem;
  /*font-family: "Roboto";*/
  margin-top: 0.15em;
  font-weight: 800;
}
.div_wrap .main_wrap .PP__content--small {
  font-size: 2.6rem;
}
.div_wrap .main_wrap .PP__content--ver {
  writing-mode: vertical-rl;
  font-size: 2rem;
}
.div_wrap .main_wrap .PP__content--two {
  line-height: 1.2em;
}
.div_wrap .main_wrap .PP__content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 10rem;
  font-weight: 900;
  line-height: 1.5em;
  text-align: left;
  position: relative;
  margin-bottom: 4rem;
  font-size: 2rem;
  border-radius: 2rem;
}
.div_wrap .main_wrap .PP__content2--left {
  margin-right: 1rem;
}
.div_wrap .main_wrap .PP__content2--box {
  text-align: center;
  color: #fff;
  background: #171717;
  font-size: 1.2rem;
  text-shadow: none;
  border-radius: 5rem;
  line-height: 1em;
  padding: 0.5em 0.8em;
  margin-top: 0.5em;
}
.div_wrap .main_wrap .PP__content2--large {
  font-size: 3.5rem;
  /*font-family: "Roboto";*/
}
.div_wrap .main_wrap .PP a img {
  margin-top: -3rem;
  width: 100%;
  transition: transform 0.3s ease;
}
.div_wrap .main_wrap .PP a img:hover {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.div_wrap .ELECT {
  height: 102rem;
  background-image: url(../img/ELECT_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  color: #171717;
  padding-top: 5.8rem;
  padding-bottom: 8rem;
}
.div_wrap .ELECT h3 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
}
.div_wrap .ELECT h3 img {
  width: 80%;
}
.div_wrap .ELECT__box {
  position: relative;
}
.div_wrap .ELECT__box--panpan {
  position: absolute;
  top: 12rem;
  right: 0;
}
.div_wrap .ELECT__box--panpan img {
  width: 18.5rem;
  z-index: 2;
}
.div_wrap .ELECT__box--mobile {
  position: absolute;
  left: 0;
  top: 15rem;
}
.div_wrap .ELECT__box--mobile img {
  width: 27rem;
  z-index: 0;
}
.div_wrap .ELECT__box--text1 {
  position: absolute;
  left: 0;
}
.div_wrap .ELECT__box--text1 img {
  width: 32rem;
}
.div_wrap .ELECT__box--okj {
  position: absolute;
  top: 47rem;
  left: 0;
}
.div_wrap .ELECT__box--okj img {
  width: 20.5rem;
}
.div_wrap .ELECT__box--watch {
  position: absolute;
  top: 50rem;
  right: 0;
}
.div_wrap .ELECT__box--watch img {
  width: 19rem;
}
.div_wrap .ELECT__box--text2 {
  position: absolute;
  top: 37rem;
  right: 0;
}
.div_wrap .ELECT__box--text2 img {
  width: 22rem;
}
.div_wrap .ELECT__box--note {
  position: absolute;
  top: 78rem;
  right: 1rem;
  text-align: right;
  font-size: 1rem;
  color: #171717;
}
.div_wrap .INFO {
  background: #FFDE2E;
  background-image: url(../img/INFO_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 8rem;
  position: relative;
}
.div_wrap .INFO h3 {
  text-align: center;
  margin: auto;
  margin-bottom: 4rem;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.div_wrap .INFO h3 img {
  width: 70%;
}
.div_wrap .INFO__topparts img {
  width: 100%;
  margin-top: -100%;
}
.div_wrap .INFO__wrap {
  width: 90%;
  margin: auto;
}
.div_wrap .INFO__container {
  background: #fff;
  color: #171717;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 16rem 2.8rem 1.6rem;
  box-sizing: border-box;
  border: 4px solid #171717;
  border-radius: 2rem;
}
.div_wrap .INFO__container--kuma {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 14rem;
}
.div_wrap .INFO__container h5 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.div_wrap .INFO__container ul li {
  font-size: 1.4rem;
}
.div_wrap .INFO__container ul li a {
  position: relative;
  text-decoration: underline;
}
.div_wrap .INFO__container ul li a::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;
}
.div_wrap .INFO__container p {
  font-size: 1.4rem;
}
.div_wrap .INFO__box {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #171717;
}
.div_wrap .INFO__box:last-of-type {
  border-bottom: 0;
}
.div_wrap .INFO__box:first-of-type {
  border-top: 2px solid #171717;
  padding-top: 2rem;
}
.div_wrap .INFO__box2 p {
  line-height: 80%;
  font-size: 1rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}
.div_wrap .INFO__flex {
  display: flex;
}
.div_wrap .INFO__flex li {
  margin-right: 3rem;
}
.div_wrap .NOTE {
  background: #FFDE2E;
  background-image: url(../img/INFO_BG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: center;
}
.div_wrap .NOTE__wrap {
  width: 90%;
  margin: auto;
}
.div_wrap .NOTE__container {
  background: #fff;
  color: #171717;
  width: 100%;
  text-align: left;
  padding: 2.8rem 2.4rem 4.8rem;
  box-sizing: border-box;
  border: 4px solid #171717;
  border-radius: 2rem;
}
.div_wrap .NOTE__container h3 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.4rem;
}
.div_wrap .NOTE__container p {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
.div_wrap .NOTE__container ul li {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.div_wrap .NOTE__flexbox {
  display: flex;
}
.div_wrap .NOTE__flexbox img {
  width: 50%;
  margin-top: -3rem;
}
.div_wrap footer {
  color: #fff;
  font-size: 1rem;
  background: #009247;
  text-align: center;
  padding: 2.4rem 0;
}
.div_wrap footer__wrap {
  width: 90%;
  margin: auto;
}
.div_wrap footer a {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  width: 80%;
}
.div_wrap footer p {
  margin-top: 2rem;
}

@media screen and (max-width: 1279px) {
  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;
  }
  .div_wrap .right_wrap .right_container__menu a {
    margin-bottom: 0.8em;
  }
  .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 .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 .bg_left {
    display: none;
  }
  .div_wrap .right_wrap {
    display: none;
  }
  .div_wrap .main_wrap {
    width: 100vw;
    max-width: none;
    /*********CVボタン***********/
  }
  .div_wrap .main_wrap .header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #009247;
  }
  .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: #009247;
    text-align: center;
    border-top: 2px solid #189a56;
  }
  .div_wrap .main_wrap .header nav ul {
    display: none;
    list-style: none;
    padding: 10rem 0 9rem 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: 2px solid #189a56;
  }
  .div_wrap .main_wrap .header nav ul li a::before {
    content: "";
    background-image: url(../img/icon_g.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 .hamburger {
    position: absolute;
    top: 12%;
    right: 3%;
    cursor: pointer;
    width: 2.8rem;
    height: 3.8rem;
    z-index: 10;
    text-align: center;
  }
  .div_wrap .main_wrap .header .hamburger span {
    /*3本の線を作る*/
    transition: all 0.3s;
    position: absolute;
    height: 3px;
    background-color: #fff;
    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: 30%;
    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 .CV {
    position: fixed;
    bottom: 0;
    background: rgba(0, 146, 71, 0.9);
    width: 100%;
    z-index: 100;
  }
  .div_wrap .main_wrap .CV__wrap {
    position: relative;
  }
  .div_wrap .main_wrap .CV__wrap--panpan {
    display: inline-block;
    width: 12rem;
    height: 11.5rem;
  }
  .div_wrap .main_wrap .CV__a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .div_wrap .main_wrap .CV__box {
    z-index: 90;
    transition: 0.5s;
    text-align: center;
    padding: 1rem 0;
  }
  .div_wrap .main_wrap .CV__box--btn {
    width: 24rem;
    height: auto;
    margin-right: 5rem;
  }
  .div_wrap .main_wrap .is-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .div_wrap .main_wrap .KV {
    margin-top: 5rem;
  }
}