/* ---------- FV ---------- */
.fv {
  padding: 0;
  max-width: initial;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1921px) {
  .fv .fv_img {
    max-width: var(--outer-width);
    margin: 0 auto;
  }
}

.fv_btn_area {
  position: absolute;
  bottom: 56px;
  right: 50%;
  transform: translateX(50%);
  cursor: pointer;
  width: 350px;
}

@media screen and (max-width: 640px) {
  .fv_btn_area {
    bottom: 20px;
    width: 250px;
  }
}

.header__menu__item:hover>.icon_notice,
.fv_btn_area:hover>.icon_notice {
  transform: translateY(-4px);
}

.fv_btn_area .fv_btn {
  width: 425px;
  height: 56px;
  display: block;
}

@media screen and (max-width: 640px) {
  .fv_btn_area .fv_btn {
    width: 286px;
  }
}

.fv_btn_area .store_btn {
  width: fit-content;
  display: flex;
  gap: 8px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .fv_btn_area .store_btn {
    height: 40px;
    gap: 4px;
  }
}

.icon_notice {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 64px;
  height: 32px;
  display: block;
  transition: all 0.4s;
  transform: translateY(-12px);
}

.header__menu__item .icon_notice {
  width: 40px;
  height: 24px;
}

@media screen and (max-width: 640px) {
  .icon_notice {
    top: -20px;
  }
}


/* ---------- About ---------- */
.about__split-box {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

.about__split-box__description>*+* {
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  .about__split-box {
    grid-template-columns: 5fr 4fr;
    grid-template-areas: "description img1" "img2 img2";
  }

  .about__split-box__description {
    grid-area: description;
  }

  .about__split-box__img1 {
    grid-area: img1;
  }

  .about__split-box__img2 {
    grid-area: img2;
  }
}

@media screen and (max-width: 639px) {
  .about__split-box__description p {
    text-align: center;
  }
}

/* ---------- Ambassador ---------- */
.ambassador-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  margin: auto;
  gap: 32px;
}

.ambassador-contents {
  text-align: center;
}

.ambassador-contents p {
  color: #CC84B1;
  font-size: 24px;
  font-weight: 700;
}

.ambassador-img {
  width: 100%;
  background: linear-gradient(135deg, #46C8FC 0%, #FA39A7 100%);
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}

.ambassador-img:hover {
  transform: scale(1.05);
}

.ambassador-img:hover:before,
.ambassador-img:hover:after {
  background: #4b4b4b;
  border-bottom: 1px solid #fff;
}

.ambassador-img img {
  width: fit-content;
  border-radius: 25px;
  transform: scale(0.95);
}

.ambassador-img::before,
.ambassador-img::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background: #fff;
  border-bottom: 1px solid #00000080;
  transition: all 0.8s;
}

.ambassador-img::before {
  width: 48px;
  height: 4px;
  bottom: 16px;
  right: 16px;
  z-index: 6;
}

.ambassador-img::after {
  width: 16px;
  height: 4px;
  bottom: 20px;
  right: 14px;
  transform: rotate(45deg);
  z-index: 5;
}

/* ハンバーガーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.ly_header .bl_spNav,
.ly_header .bl_hamburgerBtn {
  display: none;
}

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

  .ly_header .bl_spNav,
  .ly_header .bl_hamburgerBtn {
    display: block;
  }
}

.bl_spNav {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.bl_spNav_bg {
  background-color: #fff;
  height: calc(100% + 8px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  left: 0;
  min-height: 100vh;
  opacity: 0;
  position: absolute;
  top: 6.4rem;
  width: 100%;
}

.bl_spNav_bg.is_show {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  opacity: 0.95;
  top: 90px;
}

.bl_spNav_inner {
  padding: 14vh 0 8vh;
  position: absolute;
  width: 100%;
}

.bl_spNav_listWrapper {
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 0;
}

.bl_spNav_listWrapper .bl_spNav_list {
  display: block;
  transform: translateX(-32px);
  -webkit-transform: translateX(-32px);
  -moz-transform: translateX(-32px);
  -ms-transform: translateX(-32px);
  -o-transform: translateX(-32px);
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: 4vh;
}

.bl_spNav_listWrapper .bl_spNav_list .bl_spNav_btn {
  color: #fff;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0;
  background: linear-gradient(170deg, #4ddbff 25%, #ff48c2 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 560px) {
  .bl_spNav_listWrapper .bl_spNav_list .bl_spNav_btn {
    font-size: 1.8rem;
    line-height: 32px;
    margin-top: -4px;
    font-family: 'Cinzel', serif;
  }
}

.bl_spNav_listWrapper .bl_spNav_list .bl_spNav_btn:hover {
  opacity: 0.6;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  opacity: 1;
  visibility: visible;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:first-child {
  transition-delay: 0;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(2) {
  transition-delay: 0.1s;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(3) {
  transition-delay: 0.2s;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(4) {
  transition-delay: 0.3s;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(5) {
  transition-delay: 0.4s;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(6) {
  transition-delay: 0.5s;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(7) {
  transition-delay: 0.6s;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(8) {
  transition-delay: 0.7s;
}

.bl_spNav_listWrapper .bl_spNav_list.is_show:nth-child(9) {
  transition-delay: 0.8s;
}

.bl_spNav_bottom {
  margin: 8vh auto 0;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.bl_spNav_bottom_SNS {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.bl_spNav_bottom_SNS li {
  margin: 0 1.6rem;
}

.bl_spNav_bottom_SNS li a {
  border: 2px solid #fff;
  display: block;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  width: 48px;
}

.bl_spNav_bottom_SNS li a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.bl_spNav_bottom_SNS li a svg path {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bl_spNav_bottom_logo {
  display: block;
  margin: 150px auto 0;
  width: 250px;
}

.bl_spNav_bottom.is_show {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}

.bl_spNav.is_show {
  visibility: visible;
}

.bl_hamburgerBtn {
  bottom: 0;
  height: 32px;
  width: 32px;
  margin: auto;
  position: absolute;
  right: 6vw;
  top: 16px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 0.8;
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger {
  height: 100%;
  width: 100%;
  border-radius: 24px;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span {
  background-color: #bfbfbf;
  height: 1px;
  width: 24px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: auto;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span:nth-of-type(1) {
  top: 38%;
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span:nth-of-type(2) {
  top: 50%;
}

.bl_hamburgerBtn .bl_hamburgerBtn_trigger span:nth-of-type(3) {
  top: 62%;
}

.bl_hamburgerBtn .is_active span::after {
  content: "";
  display: block;
  height: 1px;
}

.bl_hamburgerBtn .is_active span:nth-of-type(1) {
  transform: translate(50%, 50%) rotate(-45deg);
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  -moz-transform: translate(50%, 50%) rotate(-45deg);
  -ms-transform: translate(50%, 50%) rotate(-45deg);
  -o-transform: translate(50%, 50%) rotate(-45deg);
  top: 50%;
}

.bl_hamburgerBtn .is_active span:nth-of-type(2) {
  display: none;
}

.bl_hamburgerBtn .is_active span:nth-of-type(3) {
  transform: translate(50%, 50%) rotate(45deg);
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -moz-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  -o-transform: translate(50%, 50%) rotate(45deg);
  top: 51%;
}

.twitter_icon {
  width: 48px;
}

.pc_only {
  display: block;
}

@media screen and (max-width: 560px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 560px) {
  .sp_only {
    display: block;
  }
}

/* フッターリンクーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.sticky-banner {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: fixed;
  text-align: center;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
  z-index: 200
}

.banner-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

/* モーダルーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.modal-bg {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}

.modal-bg.active {
  display: block;
}

.modal {
  position: absolute;
  width: 100%;
  max-width: 400px;
  background: #fff;
  margin: auto;
  border: 1px solid;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-contents {
  padding: 24px;
  display: none;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 32px;
}

.modal-img {
  width: fit-content;
  background: linear-gradient(135deg, #46C8FC 0%, #FA39A7 100%);
  border-radius: 25px;
}

.modal-img img {
  border-radius: 25px;
  transform: scale(0.95);
}

.modal-ttl {
  text-align: center;
}

.modal-ttl span {
  color: #CC84B1;
  font-size: 32px;
  font-weight: 700;
}

.close-btn {
  position: absolute;
  content: "";
  top: 0;
  right: 16px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}