/* 共通部分 */
.container {
  display: flex;
  min-height: 100vh;
}

.left_area {
  width: calc((100% - 500px) / 2);
  background-image: url(/img/pc_bg/haikei_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  left: 0;
  bottom: 0;
  position: fixed;
  height: 100vh;
}

.left_area_bnWrap {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: calc(100vh - 27rem);
  flex-flow: column;
  width: 100%;
  width: min(220px, 19rem);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.left_area_bn {
  display: block;
  width: min(220px, 19rem);
  margin: 0 auto 18px;
}

.left_area_bn_link {
  display: block;
  width: 100%;
  overflow: hidden;
}

.left_area_bn_link img {
  width: 100%;
  height: auto;
  display: block;
}

.left_area_linkWrap {
  position: absolute;
  background-color: rgba(202, 6, 125, .9);
  background: linear-gradient(to right,
      #000000 0%,
      #4a001f 12%,
      #b80261 45%,
      #d00674 50%,
      #b80261 55%,
      #4a001f 88%,
      #000000 100%);
  width: calc(100% - 0.92rem);
  bottom: 3.5%;
  padding: 2rem;
}

.left_area_linkWrap_inner {
  max-width: 450px;
  margin: 0 auto;
}

.left_area_linkBtnWrap {
  display: flex;
  align-items: center;
}

.left_area_linkLogo {
  margin-bottom: 1rem;
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
}

.left_area_linkLogo img {
  width: 100%;
  height: auto;
  display: block;
}

.left_area_linkBtn_app {
  width: 46%;
  margin-right: 1rem;
  padding-right: 0.5rem;
  display: block;
  width: 100%;
  overflow: hidden;
}

.left_area_linkBtn_app img {
  width: 100%;
  height: auto;
  display: block;
}

.left_area_linkBtn_ggl {
  width: 54%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.left_area_linkBtn_ggl img {
  width: 100%;
  height: auto;
  display: block;
}

.right_area {
  width: calc((100% - 500px) / 2);
  background-image: url(/img/pc_bg/haikei_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  right: 0;
  top: 0;
  position: fixed;
  height: 100vh;
}

.right_area_menuWrap {
  max-width: 380px;
  width: 94%;
  margin: 0 auto;
  position: absolute;
  top: 5%;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  padding: 0 2rem 6rem;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.right_area_menuTtl {
  display: block;
  text-align: right;
  font-size: min(2.3rem, 20px);
  font-weight: bold;
  letter-spacing: 0.6em;
  color: #E61E82;
  margin: 0 auto min(3rem, 18px);
}

.right_area_menuItemWrap {
  margin-bottom: 30px;
}

.right_area_menuItem {
  display: block;
  width: 100%;
}

.right_area_menuItem:not(:last-child) {
  margin: 0 auto min(3.2rem, 18px);
}

.right_area_menuItem:last-child {
  margin: 0 auto;
}

.right_area_menuItem_txt {
  font-size: min(2.2rem, 19px);
  font-weight: bold;
  color: #fff;
  transition: all .25s ease;
  display: block;
  width: 100%;
  overflow: hidden;
}

.right_area_menuItem_txt img {
  width: 100%;
  height: auto;
  display: block;
}

.el_arrow_menuItemWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.el_arrow_menuItem {
  width: 49%;
  margin-bottom: 15px;
}

.el_arrow_menuItem_link {
  position: relative;
  color: #fff;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 12px;
  letter-spacing: normal;
  padding-right: 15px;
}

.el_arrow_menuItem_link:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.right_area_logoLinkItemWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
}

.right_area_logoLinkItem {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #ff007f;
  margin: -0.5px; */
}

.right_area_logoLinkItem_link {
  max-width: 75px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.right_area_logoLinkItem_link img {
  width: 100%;
  height: auto;
  display: block;
}

.center_area {
  width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
}

/* ヘッダー */
.cmn_header {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.bl_header_title {
  display: inline-block;
  width: 120px;
}

.bl_points {}

.bl_login {
  display: inline-block;
  width: 48px;
}

.bl_login img {
  vertical-align: middle;
}

.bl_menu_open {
  width: 12%;
  display: none;
  cursor: pointer;
}

.bl_menu_open img {
  vertical-align: middle;
}

.cmn_menu {
  display: none;
}

/* フッター */
.bl_footer {
  background: #000;
  color: #999;
  text-align: center;
  padding: 25px 15px;
  margin-top: auto;
  font-size: 12px;
}

@media screen and (max-width: 1100px) {

  .left_area_menuWrap,
  .right_area_menuWrap {
    display: none;
  }
}

/* 
==========================================
スマホ表示（500px以下）のときの制御
========================================== 
*/
@media screen and (max-width: 500px) {
  .bl_menu_open {
    display: block;
    width: 48px;
  }

  /* メニュー */
  .cmn_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: all ease 0.4s;
    transform: translateX(100%);
    overflow-y: scroll;
    overscroll-behavior: contain;
    /* スクロールが端に達した時に、後ろのページが一緒に動いて透けるのを防ぐ */
  }

  .active_menu {
    transform: translateX(0);
  }

  .bl_menu_close {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
  }

  .bl_menu_close div {
    width: 40px;
  }

  .bl_menu_close div img {
    width: 100%;
    height: auto;
    cursor: pointer;
    vertical-align: middle;
  }

  .bl_menu_contents {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 80px;
  }

  .bl_menu_contents_login {
    text-align: center;
    width: 100%;
    background: #252525;
    border: 2px solid #707070;
    border-radius: 8px;
    padding: 15px 10px;
    margin-bottom: 20px;
  }

  .bl_menu_contents_login_txt {
    font-size: 12px;
    margin-bottom: 10px;
    color: #fff;
  }

  .bl_menu_contents_not_login_txt {
    font-size: 18px;
    color: #fff;
  }

  .bl_menu_contents_login_userWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bl_menu_contents_login_userIcon {
    width: 25px;
    margin-right: 10px;
  }

  .bl_menu_contents_login_userNameWrap {
    text-align: left;
  }

  .bl_menu_contents_login_userName {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
  }

  .bl_menu_contents_head {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .bl_menu_contents_iconItemWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: clip;
    transform: translateZ(0);
    margin-bottom: 20px;
  }

  .bl_menu_contents_iconItem {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    margin: -0.5px;
  }

  .bl_menu_contents_iconItem_link {
    width: 100%;
  }

  .bl_menu_contents_logoItemWrap {
    margin-bottom: 30px;
  }

  .bl_menu_contents_logoItem {
    border-radius: 8px;
    border: 1px solid #fff;
    margin-bottom: 8px;
  }

  .bl_menu_contents_logoItem_link {
    display: block;
    padding: 5px 0;
  }

  .bl_menu_contents_logoItem_link_inner {
    max-width: 160px;
    margin: 0 auto;
  }

  .bl_menu_contents_logoItem_link_inner.jb_member {
    width: 80px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .center_area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .cmn_header {
    padding: 0 0 0 3%;
  }

  .bl_header_inner {
    display: flex;
  }

  .bl_menu_snsItemWrap {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 0 auto 30px;
  }

  .bl_menu_snsItem_link {
    display: block;
    width: min(50px, 18rem);
  }

}