@charset "utf-8";
* {
  box-sizing: border-box;
}
.navInner h2.no_open a {
  color: #333;
  display: block;
  width: 100%;
  padding: 0 !important;
}
.navInner h2.no_open::before, .navInner h2.no_open::after {
  content: none;
}
.navWrap.panel-active {
  overflow-y: auto;
  z-index: 12;
}
@media screen and (max-width: 1199px) {
  .navInner li a {
    padding: 15px 15px 15px 0 !important;
  }
  .navInner h2 {
    padding-right: 15px;
  }
  .navInner .accordion i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    font-size: 14px;
    margin-top: -7px;
  }
  .navInner h2::before {
    top: 60%;
  }
  .navInner h2::after {
    top: 60%;
  }
}
/*loading*/
.loading {
  position: fixed;
  inset: 0;
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/enter.png");
  aspect-ratio: 2800 / 1760;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s ease;
  width: 100%;
  height: 100vh;
}
.loading.fadeout {
  opacity: 0;
  pointer-events: none;
}
.loading img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .loading {
    aspect-ratio: unset;
    background-size: cover;
  }
}
.loading_logo {
  max-width: 1251px;
  width: 100%;
}
.loading_logo img {
  animation: neonFlicker 2.2s ease-in-out infinite;
}
/* 蛍光灯バチバチ点滅 */
@keyframes neonFlicker {
  0% {
    opacity: 0;
    filter: brightness(0.3);
  }
  5% {
    opacity: 1;
    filter: brightness(1.4);
  }
  10% {
    opacity: 0.2;
    filter: brightness(0.5);
  }
  15% {
    opacity: 1;
    filter: brightness(1.6);
  }
  20% {
    opacity: 0.4;
    filter: brightness(0.7);
  }
  30% {
    opacity: 1;
    filter: brightness(1.8);
  }
  40% {
    opacity: 0.6;
    filter: brightness(0.9);
  }
  60% {
    opacity: 1;
    filter: brightness(1.5);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
body.is-modal-open {
  overflow: hidden;
}
.lp_wrap img {
  width: 100%;
}
.lp_wrap a {
  text-decoration: none;
}
.pc_only {
  display: block;
}
.section_line {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(to right, #FFD580, #FFFFFF, #FFFFFF, #66C1FF);
  filter: drop-shadow(0 0 10px #FFFFFF);
}
.fv {
  position: relative;
  aspect-ratio: 1920 / 1358;
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
}
.fv_lefttext {
  position: fixed;
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 12px;
  top: 10vh;
  left: 10px;
  height: 108vh;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.fv_lefttext span {
  flex-shrink: 0;
}
.fv_lefttext::after {
  content: "";
  width: 1px;
  height: 63%;
  background: linear-gradient(to bottom, #66C1FF, #FFFFFF, #FFD580);
}
.fv_righttext {
  position: fixed;
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 12px;
  text-align: right;
  bottom: 10px;
  right: 10px;
  height: 100vh;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.fv_righttext span {
  flex-shrink: 0;
}
.fv_righttext::after {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #FFD580, #FFFFFF, #66C1FF);
}
.fv::before, .fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: -1;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.fv::before {
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/fv01_bg.jpg");
  animation-name: fade-bg-1;
}
.fv::after {
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/fv02_bg.jpg");
  animation-name: fade-bg-2;
}
.fv_character {
  position: absolute;
  width: 100%;
  /* inset: 0; */
  top: 0;
  z-index: 1;
  pointer-events: none;
  margin: 0 auto;
  scale: 1;
  display: flex;
  justify-content: center;
}
.fv_character01, .fv_character02 {
  width: 100%;
  position: absolute;
  /* inset: 0; */
  opacity: 0;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: flex;
  justify-content: center;
  scale: 1;
}
.fv_character01 {
  animation-name: fade-bg-1;
}
.fv_character02 {
  top: 0;
  animation-name: fade-bg-2;
}
.fv_copyright {
  width: auto;
  position: absolute;
  right: 3.5vw;
  bottom: 2.5vw;
  z-index: 2;
  text-align: left;
}
.copyright_illustrator01, .copyright_illustrator02 {
  position: relative;
  margin: 0;
  font-size: 12px;
  opacity: 0;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  flex-shrink: 0;
  text-shadow: 1px 1px 2px #000;
}
.copyright_illustrator01{
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 1));
}
.copyright_weatherplanet {
  aspect-ratio: 181 / 16;
  max-width: 181px;
  width: 100%;
  flex-shrink: 0;
  margin-right: auto;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 1));
  margin-bottom: 5px;
}
.copyright_illustrator01 {
  animation-name: fade-bg-1;
  color: #fff;
}
.copyright_illustrator02 {
  top: -16px;
  animation-name: fade-bg-2;
  color: #000;
}
@keyframes fade-bg-1 {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-bg-2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fv_hinata01 {
  position: relative;
  aspect-ratio: 568 / 1950;
  max-width: 558px;
  width: 100%;
  top: 1vw;
  left: 0;
}
.fv_ruka01 {
  position: relative;
  aspect-ratio: 611 / 2017;
  max-width: 611px;
  width: 100%;
  top: 4vw;
  right: 0;
}
.fv_hinata02 {
  position: relative;
  aspect-ratio: 652.95 / 1658.5;
  max-width: 652.95px;
  width: 100%;
  top: 5vw;
  left: 0;
}
.fv_ruka02 {
  position: relative;
  aspect-ratio: 682.49 / 1758.08;
  max-width: 682.49px;
  width: 100%;
  top: -5vw;
  right: 0;
}
.logo {
  position: relative;
  text-align: center;
  height: 100vh;
}
.logo_image {
  position: absolute;
  display: inline-block;
  max-width: 1251px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 65%;
  z-index: 2;
}
@media screen and (max-width:1400px) {
  .fv_character01, .fv_character02 {
    width: 85%;
    margin: auto;
  }
}

@media screen and (max-width:1366px){
  .fv_character01, .fv_character02 {
    width: 65%;
    margin: auto;
  }
   .fv_character02{
    top: 20px;
   }
  .logo_image{
    width: 90%;
  }
}
@media screen and (max-height:800px) {
  .logo_image {
    top: 50%;
  }
}
@media screen and (max-width:1300px) and (max-height:900px) {
  .logo_image {
    top: 50%;
  }
}
@media screen and (max-width:810px) {
  .fv_character01, .fv_character02 {
    width: 100%;
    margin: auto;
  }
  .fv_character02 {
    top: 0;
  }
  .fv_lefttext, .fv_righttext {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .fv {
    margin-top: 0;
    aspect-ratio: 430 / 700;
  }
  .logo_image{
    width: 100%;
  }
  .fv_character {
    scale: 1.1;
  }
  .fv_character01 {
    scale: 1;
  }
  .fv_character02 {
    scale: 1.3;
    top: 20vw;
  }
  .fv_hinata01 {
    left: 0;
  }
  .fv_ruka01 {
    right: 0;
  }
  .fv_hinata02 {
    left: 10vw;
    z-index: 2;
  }
  .fv_ruka02 {
    right: 2vw;
  }
  .fv_copyright {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .copyright_weatherplanet {
    max-width: 148px;
    margin: 0 auto;
  }
  .copyright_illustrator01 {
    margin: 20px 0 0;
  }
  .copyright_illustrator02 {
    top: -20px;
  }
  .pc_only {
    display: none;
  }
}
@media screen and (max-width:500px) {
  .loading_logo {
    max-width: 744px;
    width: 90%;
  }
  .logo_image {
    top: 27%;
    width: 85%;
  }
}
@media screen and (max-width:320px){

  .logo_image {
    top: 20%;
    width: 85%;
  }
}
/*コンテンツタイトル*/
.content_ttl {
  text-align: center;
  font-size: 100px;
  font-weight: 200;
  font-family: "gyst-variable", sans-serif;
  font-variation-settings: "wght"100;
  color: #fff;
  padding: 0;
  border: none;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 5px;
  /* ← 最初は完全に消す */
  opacity: 0;
  text-shadow: none;
  /* 画面に入ったら JSで .is-inview を付けて開始 */
}
.content_ttl.is-inview {
  animation:
    appearFlicker 1.2s ease-out 0s 1 forwards, flicker 1.5s infinite alternate 1.2s;
}
.content_ttl::-moz-selection {
  background-color: #ffbdfc;
  color: #ff4ff0;
}
.content_ttl::selection {
  background-color: #ffbdfc;
  color: #ff4ff0;
}
.content_ttl:focus {
  outline: none;
}
@keyframes appearFlicker {
  0% {
    opacity: 0;
    text-shadow: none;
  }
  40% {
    opacity: 1;
    text-shadow:
      0 0 2rem #ff4ff0, 0 0 4rem #ff4ff0;
  }
  60% {
    opacity: 0.3;
    text-shadow: none;
  }
  100% {
    opacity: 1;
    text-shadow:
      -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem #ff4ff0, 0 0 4rem #ff4ff0;
  }
}
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow:
      -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem #ff4ff0, 0 0 4rem #ff4ff0, 0 0 6rem #ff4ff0, 0 0 8rem #ff4ff0, 0 0 10rem #ff4ff0;
  }
  20%, 24%, 55% {
    text-shadow: none;
  }
}
.content_subttl {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}
/*Movie*/
.movie {
  /* background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/collabo_bg.png");
  background-size: contain;
  background-repeat: no-repeat; */
  /* aspect-ratio: 2800 / 2898; */
  width: 100%;
  background-color: #1C293E;
}
.movie .content_wrap {
  padding: 100px 0;
  z-index: 11;
}
.movie_frame {
  aspect-ratio: 16 / 9;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 100px;
}
.movie_frame iframe{
  width: 100%;
  height: 100%;
}
/*COLLABORATION*/
.collaboration_ttl {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.collaboration_ttl::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/starsingle.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 87 / 53;
  max-width: 87px;
  width: 100%;
  bottom: 5vw;
  left: 0vw;
}
.collaboration_ttl::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/re_star.png?1");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 87 / 53;
  max-width: 87px;
  width: 100%;
  bottom: -5vw;
  right: 0vw;
}
.collaboration .days {
  position: relative;
  max-width: 630px;
  width: 100%;
  margin: 0 auto 100px;
}
.collaboration .days::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/collabo_card.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 261 / 179;
  max-width: 261px;
  width: 100%;
  left: -50%;
  top: 15%;
}
.collaboration .days::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/set.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 456 / 514;
  max-width: 228px;
  width: 100%;
  right: -44%;
  top: 0;
}
.collaboration .days li {
  background-color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.collaboration .days li.days_pop {
  background-color: #ff6af1;
}
.collaboration .days li .days_ttl {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  display: block;
  width: 40%;
  font-size: 20px;
  text-align: center;
  line-height: 1.3em;
}
.collaboration .days li.days_pop .days_ttl {
  color: #FFF;
}
.collaboration .days li .days_num {
  font-family: "gyst-variable", sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
}
.collaboration .days li.days_pop .days_num {
  color: #FFF;
}
.collaboration .days li .days_num .days_strong {
  font-family: "gyst-variable", sans-serif;
  font-size: 40px;
}
.collaboration .days li .days_num .days_medium {
  font-family: "gyst-variable", sans-serif;
  font-size: 22px;
}
.collaboration .collaboration_btn {
  max-width: 328px;
  background-color: #000000;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto 40px;
}
.collaboration .collaboproduct_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 328px;
  background: #ffffff;
  border-radius: 999px;
  color: #ff66ff;
  font-size: 26px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0 auto;
  /* ネオンの光 */
  box-shadow:
    0 0 5px #ff7cff, 0 0 20px #ff7cff, 0 0 20px #ff7cff;
  transition: all 0.15s ease-in-out;
}
.collaboration .collaboproduct_btn:hover {
  background: #ff66ff;
  color: #fff;
}
@media screen and (max-width:1200px) {
  .collaboration .days::before {
    content: none;
  }
  .collaboration .days::after {
    content: none;
  }
  .content_ttl {
    font-size: 80px;
  }
}
@media screen and (max-width:768px) {
  .collaboration_ttl::before {
    width: 25%;
    bottom: -135px;
    left: 0px;
  }
  .collaboration_ttl::after {
    width: 25%;
    bottom: -135px;
    right: 0vw;
  }
  .content_ttl {
    font-size: 48px;
  }
  .collaboration .days li {
    display: block;
  }
  .collaboration .days li .days_ttl {
    width: 100%;
  }
  .collaboration .days li .days_num {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .collaboration .days li .days_num .days_strong {
    font-size: 34px;
  }
  .collaboration .days li .days_num .days_medium {
    font-size: 18px;
  }
  .content_subttl {
    font-size: 16px;
  }
  .collaboration .collaboproduct_btn {
    font-size: 20px;
    padding: 15px 0;
  }
}
@media screen and (max-width:520px) {
  .content_ttl {
    font-size: 39px;
  }
}
@media screen and (max-width:360px){
  .content_ttl {
    font-size: 30px;
  }
  .collaboration .days li .days_num {
    font-size: 20px;
  }
  .collaboration .days li .days_num .days_strong {
    font-size: 30px;
  }
  .collaboration .days li .days_num .days_medium {
    font-size: 14px;
  }
}
/*キャンペーン*/
.campaign {
  position: relative;
  background-color: #000;
  --bg-h: calc(100vw * 1996 / 2800);
}
.campaign__bg {
  position: sticky;
  top: 0;
  /* aspect-ratio: 2800 / 1996; */
  width: 100%;
  /* height: var(--bg-h); */
  height: 100vh;
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  pointer-events: none;
  z-index: 0;
}
/* グレーのフェード用レイヤー */
.campaign__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); /* 薄いグレー */
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  height: unset;
}
.campaign.is-dim .campaign__bg::after {
  opacity: 1;
}
.campaign_illust_copy {
  position: fixed;
  font-size: 12px;
  color: #FFF;
  right: 3vw;
  bottom: 2.5vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
}
.campaign_illust_copy.is-show {
  opacity: 1;
  pointer-events: auto;
}
.campaign .content_wrap {
  margin-top: -40vh;
  position: relative;
  padding: 120px 0;
  z-index: 11;
}
.campaign .campaign_illust {
  position: relative;
  margin-bottom: 60px;
}
.campaign .content_subttl {
  position: relative;
  margin-bottom: 140px;
}
.campaign .content_subttl::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/deco_ttl.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 625 / 284;
  max-width: 291px;
  width: 100%;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.campaign .campaign_illust::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/re_star.png?1");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 87 / 53;
  max-width: 87px;
  width: 100%;
  bottom: -5vw;
  left: 16vw;
}
.campaign .campaign_illust::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/starmoon.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 145 / 134;
  max-width: 145px;
  width: 100%;
  bottom: -5vw;
  right: 17vw;
}
.campaign .campaign_list {
  display: grid;
  gap: 40px;
  margin-bottom: 120px;
}
.campaign .campaign_list_item {
  max-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  border: 1px solid #ff4ff0;
}
.campaign_list_item div.campaign_info {
  width: 46%;
}
.campaign_list_item .campaign_img {
  width: 54%;
  margin-bottom: 0;
}
.campaign_img img {
  cursor: zoom-in;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.lightbox img {
  max-width: 1024px;
  width: 100%;
}
.lightbox_close {
  position: absolute;
  top: 70px;
  right: 50px;
  font-size: 40px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 999px;
  background: #FFF;
  color: #333;
}
.lightbox_close:focus {
  outline: none;
}
.campaign .campaign_list_item .campaign_list_ttl {
  /* font-family: yu-gothic-pr6n, sans-serif; */
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
}
.campaign .campaign_list_item .campaign_text {
  /* font-family: yu-gothic-pr6n, sans-serif; */
  font-size: 14px;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.71;
}
.campaign .campaign_list_item .campaign_minitext {
  /* font-family: yu-gothic-pr6n, sans-serif; */
  font-size: 11px;
  text-align: left;
  color: #333;
  line-height: 1.71;
}
.campaign .campaign_list_item .campaign_text.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width:1200px) {
  .campaign .content_wrap {
    padding: 100px 20px;
  }
  .campaign .content_subttl::after {
    width: 60%;
  }
  /* .campaign .campaign_illust::after {
    right: 0;
    width: 15%;
  }
  .campaign .campaign_illust::before {
    left: 0;
    width: 15%;
  } */
}
@media screen and (max-width:1024px) {
  .campaign .campaign_list_item {
    display: grid;
  }
  .campaign_list_item div.campaign_info, .campaign_list_item .campaign_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .campaign .campaign_list_item .campaign_list_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .campaign__bg {
    background-image: url(https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/main_sp.jpg);
    top: 50px;
  }
  .campaign .campaign_illust::after {
    width: 25%;
    bottom: -135px;
    right: 0;
  }
  .campaign .campaign_illust::before {
    width: 25%;
    bottom: -135px;
    left: 0;
  }
  .lightbox_close {
    right: 20px;
  }
  .lightbox img {
    max-width: 90%;
  }
}
/*商品*/
.product {
  position: relative;
  background-color: #17202F;
  --bg-h: calc(100vw * 1995 / 2800);
}
.product_illust_copy {
  position: fixed;
  font-size: 12px;
  color: #FFF;
  right: 3vw;
  bottom: 2.5vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
}
.product_illust_copy.is-show {
  opacity: 1;
  pointer-events: auto;
}
.product__bg {
  position: sticky;
  top: 0;
  /* aspect-ratio: 2800 / 1995; */
  width: 100%;
  /* height: var(--bg-h); */
  height: 100vh;
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/product__bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  pointer-events: none;
  z-index: 0;
}
/* グレーのフェード用レイヤー */
.product__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); /* 薄いグレー */
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  height: unset;
}
/* content_wrap 表示後 */
.product.is-dim .product__bg::after {
  opacity: 1;
}
.product .content_wrap {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  z-index: 11;
  top: 0;
}
.product_ttl {
  position: relative;
}
.product .content_subttl {
  position: relative;
  margin-bottom: 140px;
}
.product .content_subttl::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/deco_ttl.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 625 / 284;
  width: 291px;
  top: -5px;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.product_item {
  max-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0 auto;
}
.product_item.first_item {
  max-width: 920px;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.product_item li {
  width: calc(100% / 3 - 40px);
}
.product_item li a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.product_item.first_item li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.product_item li .slick-list {
  background-color: #FFF;
  border-radius: 20px;
}
.product_item.first_item li .slick-dots {
  display: flex;
}
.product_item .product_img {
  aspect-ratio: 1 / 1;
  max-width: 340px;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 40px !important;
}
.product_item .product_img img {
  border-radius: 20px;
}
.product_item .product_img .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.product_item .product_img .slick-dots li button::before {
  color: #DDDDDD !important;
  font-size: 8px !important;
  opacity: 1 !important;
}
.product_item .product_img .slick-dots li.slick-active button::before {
  color: #CC0100 !important;
  font-size: 8px !important;
  opacity: 1 !important;
}
.product_item.first_item .product_img {
  aspect-ratio: 1 / 1;
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ff4ff0;
}
.product_item.first_item .product_info {
  max-width: 340px;
  width: 100%;
  text-align: left;
}
.product_mame {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.product_item.first_item .product_mame {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 22px;
}
.product_price {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
.product_price .num {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.product_text {
  margin-bottom: 5px;
}
.product_text {
  color: #FFF;
  font-size: 12px;
  text-align: left;
}
.product_btn {
  position: relative;
  max-width: 340px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: #CC0000;
  border-radius: 6px;
  color: #FFF;
  padding: 20px 0;
  margin-top: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}
.product_btn::after {
  position: absolute;
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 21px;
  top: 50%;
  right: 3%;
  transform: translateX(-10px) translateY(-50%);
  opacity: 0.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.product_btn:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.product_btn:hover::after {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
.first_item_btn {
  position: relative;
  max-width: 340px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background-color: #D1D1D1;
  border-radius: 6px;
  color: #000;
  padding: 20px 0;
  margin-top: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.15s ease-in-out;
}
.first_item_btn::after {
  position: absolute;
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 45 / 33;
  width: 21px;
  top: 50%;
  right: 3%;
  transform: translateX(-10px) translateY(-50%);
  opacity: 0.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.first_item_btn.btn02::after {
  filter: invert(1);
}
.first_item_btn.btn01{
  background-color: #FFF;
  color: #000;
}
.first_item_btn.btn02{
  background-color: #000;
  color: #fff;
}
.first_item_btn:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.first_item_btn.btn01:hover{
  opacity: 0.7;
}
.first_item_btn.btn02:hover{
  opacity: 0.7;
}
.first_item_btn:hover::after {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}

.line_gradation {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(to right, #FFD580, #FFFFFF, #FFFFFF, #66C1FF);
  filter: drop-shadow(0 0 10px #FFFFFF);
  margin-bottom: 15px;
}
.voice_ttl {
  position: relative;
  display: inline-block;
  width: 80%;
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
.voice_ttl span {
  display: block;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.voice_ttl::before, .voice_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #fff;
  display: inline-block;
}
.voice_ttl::before {
  left: 0px;
  transform: translateY(-50%) rotate(50deg);
}
.voice_ttl::after {
  right: 0px;
  transform: translateY(-50%) rotate(-50deg);
}
.voice_list {
  display: flex;
  justify-content: flex-start;
}
.voice_list li {
  width: auto !important;
}
.voice_list .voice_btn {
  background-color: #00000000;
  max-width: 147px;
  width: 100%;
  border: 0px;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.voice_list .voice_btn:hover {
  opacity: 0.8;
}
/*音声ポップアップ*/
.voice_modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(33, 46, 68, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto
}
.voice_modal.is-show {
  display: flex;
  flex-wrap: wrap;
}
.voice_modal.is-show .section_line {
  margin-top: -3px;
}
.voice_modal_inner {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1140px;
  /* max-height: 90vh; */
  /* overflow-y: auto; */
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #ff4ff0;
  top: 0px;
}
/* 右上 × ボタン */
.voice_modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: #000;
  color: #FFF;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 999px;
}
.voice_hinata .voice_ttl, .voice_ruka .voice_ttl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.voice_ttl .voice_icon {
  display: block;
  width: 118px;
}
.voice_hinata .voice_ttl .voice_name, .voice_ruka .voice_ttl .voice_name {
  color: #363636;
  display: block;
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.voice_hinata .voice_ttl .voice_name span, .voice_ruka .voice_ttl .voice_name span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px
}
.voice_hinata .voice_ttl .voice_name span {
  color: #FFD580;
}
.voice_ruka .voice_ttl .voice_name span {
  color: #66C1FF;
}
.voiceList {
  margin-bottom: 30px;
}
.voiceList li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
}
.voiceList li span {
  width: 20%;
  font-size: 16px;
  color: #363636;
}
.voiceList li p {
  width: 40%;
  font-size: 16px;
  font-weight: 500;
  color: #363636;
}
.voiceList li audio {
  width: 30%;
}
.voice_datail {
  font-size: 11px;
  text-align: left;
  color: #363636;
}
@media screen and (max-width:1200px) {
  .product .content_wrap {
    padding: 100px 20px;
  }
  .product_item {
    gap: 20px;
  }
  .product_item li {
    width: calc(100% / 2 - 10px);
  }
  .product__bg {
    background-image: url(https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/main2_sp.jpg);
  }
  .product__bg::after {
    height: 100vh;
  }
}
@media screen and (max-width:768px) {
  .product__bg {
    top: 50px;
  }
  .product .content_wrap {
    top: -30vh
  }
  .product_item.first_item .product_img {
    max-width: 340px;
    margin-bottom: 0 !important;
  }
  .product_item.first_item li {
    display: grid;
    justify-content: center;
    gap: 30px;
  }
  .product_item.first_item .product_info {
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .voice_ttl {
    width: 80%;
    margin: 20px auto 0;
  }
  .voice_hinata .voice_ttl .voice_name, .voice_ruka .voice_ttl .voice_name {
    font-size: 28px;
  }
  .voice_list {
    justify-content: center;
  }
  .voice_modal_inner {
    width: 90%;
    /* height: 80vh; */
    padding: 20px;
    top: 80px;
  }
  .voiceList li span {
    width: 50%;
    font-size: 14px;
  }
  .voiceList li p {
    width: 45%;
    font-size: 14px;
  }
  .voiceList li audio {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .product_item {
    gap: 40px;
  }
  .product_item li {
    width: 100%;
  }
}
/*member紹介*/
.member {
  background-color: #253043;
  background-image:
    repeating-linear-gradient(to right, #1f2a3d, #1f2a3d 2px, transparent 2px, transparent 22px), repeating-linear-gradient(to bottom, #1f2a3d, #1f2a3d 2px, transparent 2px, transparent 22px);
}
.member_ttl {
  position: relative;
}
.member_ttl::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/re_star.png?1");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 87 / 53;
  max-width: 87px;
  width: 100%;
  bottom: 5vw;
  left: 0vw;
}
.member_ttl::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/starmoon.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 145 / 134;
  max-width: 145px;
  width: 100%;
  bottom: 5vw;
  right: 0vw;
}
.member .content_wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0;
  z-index: 11;
}
.member .content_subttl {
  position: relative;
  margin-bottom: 140px;
}
.member .content_subttl::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/deco_ttl.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 625 / 284;
  width: 291px;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.member_kv {
  width: 100%;
  border-radius: 25px;
  background:
    linear-gradient(to right, #FFD580, #FFFFFF, #FFFFFF, #66C1FF) border-box; /* 外側（枠） */
  padding: 7px;
  border: 0;
  box-sizing: border-box;
  margin-bottom: 80px !important;
}
.member_kv .slick-list {
  filter: drop-shadow(0 0 15px #FFFFFF);
}
.member_kv img {
  height: auto;
  display: block;
}
.member_kv .slick-dots {
  bottom: -40px;
  filter: drop-shadow(0 0 0px #FFFFFF);
}
.slick-dots li button::before {
  color: #DDDDDD !important;
  font-size: 15px !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button::before {
  color: #FF6AF1 !important;
  font-size: 15px !important;
  opacity: 1 !important;
}
/* メンバー画像はJSで切り替えるので一旦全部非表示 */
.hinata span, .ruka span {
  display: none;
}
.member_box {
  max-width: 1200px;
  width: 100%;
  min-height: 740px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.member_line {
  position: relative;
  width: 100%;
  height: 0vh;
  display: block;
  top: 0;
}
.member_line picture {
  position: absolute;
  aspect-ratio: 543 / 345;
  width: 80%;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.member_line::before {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/sun.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
  max-width: 74px;
  width: 100%;
  top: 33px;
  left: -1vw;
}
.member_line::after {
  position: absolute;
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/rain.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 73 / 62;
  max-width: 73px;
  width: 100%;
  top: -135px;
  right: -1vw;
}
.member_line img, .member_line::after, .member_line::before {
  animation: imgBlink 6s infinite;
}
@keyframes imgBlink {
  0%, 92%, 100% {
    opacity: 1;
  }
  93% {
    opacity: 0;
  }
  94% {
    opacity: 1;
  }
  96% {
    opacity: 0.4;
  }
}
.member_info {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.member_info .info_text {
  width: 100%;
}
.member_info_left, .member_info_right {
  position: relative;
  display: block;
  max-width: 335px;
  width: 100%;
  z-index: 2;
}
.member_info_left {
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
}
.member_info_right {
  margin-left: auto;
  margin-right: 0;
}
.member_box .hinata, .member_box .ruka {
  position: absolute;
}
.member_box .hinata {
  aspect-ratio: 215 / 639;
  top: 0;
  left: -15vw;
}
.member_box .ruka {
  aspect-ratio: 231 / 560;
  top: -11vw;
  right: -14vw;
}
.member_box .hinata .hinata_img1 {
  aspect-ratio: 215 / 739;
  max-width: 215px;
  width: 100%;
}
.member_box .ruka .ruka_img1 {
  position: relative;
  aspect-ratio: 231 / 760;
  max-width: 231px;
  width: 100%;
  left: 0;
}
.member_box .hinata .hinata_img2 {
  position: relative;
  aspect-ratio: 284 / 720;
  max-width: 284px;
  width: 100%;
  padding-bottom: 5vw;
  left: -40px;
}
.member_box .ruka .ruka_img2 {
  position: relative;
  aspect-ratio: 280 / 720;
  max-width: 280px;
  width: 100%;
  padding-bottom: 5vw;
  left: 0;
}
.hinata_info .member_name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #FFF;
  text-align: left;
  line-height: 1;
}
.hinata_info .member_name span {
  display: block;
  font-size: 14px;
  color: #FFD580;
  text-align: left;
  margin: 10px 0 15px;
}
.ruka_info .member_name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: #FFF;
  text-align: left;
  line-height: 1;
  text-align: right;
}
.ruka_info .member_name span {
  display: block;
  font-size: 14px;
  color: #66C1FF;
  text-align: right;
  margin: 10px 0 15px;
}
.member_sns {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
.ruka_info .member_sns {
  justify-content: flex-end;
}
.member_sns li {
  width: 50px;
}
.member_text {
  font-size: 14px;
  color: #FFF;
  text-align: left;
}
.member_text span {
  display: block !important;
}
.member_text .first_text {
  display: block;
  margin-bottom: 20px;
}
.illustrator {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  padding: 40px 150px;
}
.illustrator_ttl {
  width: 50%;
  text-align: center;
  font-size: 60px;
  color: #FFF;
  font-weight: 200;
  font-family: "gyst-variable", sans-serif;
  font-variation-settings: "wght"100;
  color: #fff;
  padding: 0;
  border: none;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0;
  text-shadow: none;
}
.illustrator_ttl.is-inview {
  animation:
    appearFlicker 1.2s ease-out forwards, flicker 1.5s infinite alternate 1.2s;
}
.illustrator_ttl::-moz-selection {
  background-color: #ffbdfc;
  color: #ff4ff0;
}
.illustrator_ttl::selection {
  background-color: #ffbdfc;
  color: #ff4ff0;
}
@keyframes appearFlicker {
  0% {
    opacity: 0;
    text-shadow: none;
  }
  40% {
    opacity: 1;
    text-shadow:
      0 0 2rem #ff4ff0, 0 0 4rem #ff4ff0;
  }
  60% {
    opacity: 0.3;
    text-shadow: none;
  }
  100% {
    opacity: 1;
    text-shadow:
      -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem #ff4ff0, 0 0 4rem #ff4ff0;
  }
}
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow:
      -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2rem #ff4ff0, 0 0 4rem #ff4ff0, 0 0 6rem #ff4ff0, 0 0 8rem #ff4ff0, 0 0 10rem #ff4ff0;
  }
  20%, 24%, 55% {
    text-shadow: none;
  }
}
.illustrator_info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.illustrator_name {
  width: 80%;
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.sns_icon {
  display: block;
  max-width: 63px;
  width: 100%;
}
@media screen and (max-width:1920px) {
  .member_box .ruka {
    top: -15vw;
    right: -14vw;
  }
  .member_box .ruka .ruka_img2 {
    left: 40px;
  }
}
@media screen and (max-width:1440px) {
  .member_box {
    margin-bottom: 80px;
  }
  .member_box .hinata {
    top: 0;
    left: -18vw;
  }
  .member_box .ruka {
    top: -21vw;
    right: -21vw;
  }
}
@media screen and (max-width:1200px) {
  .illustrator {
    padding: 40px;
  }
  .member .content_wrap {
    padding: 100px 20px;
  }

}
@media screen and (max-width:1199px) {
  .member_info_left, .member_info_right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    z-index: 2;
    gap: 10px;
  }
  .member_info_left {
    margin-left: auto;
    margin-right: 0;
  }
  .member_info_right {
    margin-right: auto;
    margin-left: 0;
  }
  .member_box .hinata, .member_box .ruka {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .member_box .hinata {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .member_box .hinata .hinata_img1 {
    width: 80%;
  }
  .member_box .hinata .hinata_img2 {
    width: 100%;
    padding-bottom: 0vw;
    left: 0px;
  }
  .member_box .ruka {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .member_box .ruka .ruka_img1 {
    width: 80%;
    left: 40px;
  }
  .member_box .ruka .ruka_img2 {
    width: 100%;
    left: 70px;
    padding-bottom: 0vw;
  }
  .member_line {
    top: -40px;
  }
  .illustrator {
    display: grid;
    padding: 20px;
  }
  .illustrator_ttl {
    width: 100%;
    font-size: 40px;
  }
  .illustrator_name {
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  .member .content_wrap {
    padding: 120px 20px 60px;
  }
  .member_ttl::before {
    left: 0;
    width: 25%;
    bottom: -135px;
  }
  .member_ttl::after {
    right: 0;
    width: 25%;
    bottom: -135px;
  }
  .sns_icon {
    max-width: 50px;
  }
  .member_line picture {
    top: -170px;
  }
  .member_line::before {
    top: 60px;
  }
  .member_line::after {
    top: -175px;
  }
  .member_box .hinata {
    aspect-ratio: 215 / 700;
  }
  .member_box .ruka {
    aspect-ratio: 231 / 600;
  }
  .member_kv {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width:600px) {
  .member_line picture {
    width: 60%;
  }
  .member_line {
    top: 60px;
  }
  .member_box .ruka .ruka_img2 {
    left: 20px;
  }
  .member_box .ruka .ruka_img2 {
    left: 15px;
  }
  .member_line::before {
    top: -65px;
    left: 0;
  }
  .member_line::after {
    top: -180px;
    right: 0;
  }
}
@media screen and (max-width:500px) {

  .member_kv {
    border-radius: 22px;
  }
  .member_box .ruka .ruka_img2 {
    left: 20px;
  }
  .member_box .ruka .ruka_img2 {
    left: 15px;
  }
  .member_line::before {
    top: -70px;
    left: 0;
  }
  .member_line::after {
    top: -180px;
    right: 0;
  }
  .member_box .hinata {
    aspect-ratio: 215 / 800;
  }
}
@media screen and (max-width:375px) {
  .member_box .hinata {
    aspect-ratio: 215 / 900;
  }
  .member_box .ruka {
    aspect-ratio: 231 / 700;
  }
  .member_line::before {
    top: -88px;
    left: 0;
  }
}
.bottom {
  background-color: #253043;
  background-image: repeating-linear-gradient(to right, #1f2a3d, #1f2a3d 2px, transparent 2px, transparent 22px), repeating-linear-gradient(to bottom, #1f2a3d, #1f2a3d 2px, transparent 2px, transparent 22px);
}
.bottom_bg {
  position: relative;
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/weatherplanet/img/bg-darts_bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100vh;
}
.bottom_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 592px;
  width: 100%;
}
.bottom_logo.is-show {
  animation: blinkOnce 0.4s ease-out forwards;
}
@keyframes blinkOnce {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width:768px) {
  .bottom_logo {
    max-width: 592px;
    width: 90%;
  }
}

/* 追加 */
.copyright_illustrator02{
	color:#ffffff;
}

.copyright_illustrator01,
.copyright_illustrator02{
	text-shadow: 0px 0px 4px #000, 0px 0px 4px #000;
}

.product_mame{
	height: 4.8em;
}

.member_sns{
	position: relative;
	z-index: 100;
}

.limit{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 60px;
}

.limit img{
	width: 100%;
}

.add_limit{
	display: inline-block;
	/*border: 1px solid #ffffff;*/
	background: #FFD580;
	padding: 5px 10px;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	margin: 5px 0;
}

@media screen and (max-width:768px){
	.product_mame{
		height: auto;
	}
}