@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body, html {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;
  background: linear-gradient(180deg, #171717 0%, #2F2F2F 100%);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp_none {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .sp_none {
    display: block;
  }
}
.wrap {
  position: relative;
}

.header {
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

@media screen and (min-width: 1024px) {
  .header_inner {
    width: calc(100% - 32px);
    max-width: 1440px;
    margin: 0 auto;
  }
}
.wowowonly {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em;
  border: 1px solid #817C7C;
  letter-spacing: 0.1em;
}

.main {
  width: 100%;
}

.kv {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 441px) {
  .kv {
    max-width: 1440px;
    overflow-x: clip;
  }
  .kv_stand-item img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}
.kv_wowowonly {
  position: absolute;
  top: 2%;
  left: 4%;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em;
  border: 1px solid;
  letter-spacing: 0.1em;
}

.kv_logo {
  position: absolute;
  top: 11%;
  left: 5%;
  width: 25%;
  max-width: 178px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .kv_wowowonly {
    top: 4%;
    left: 8%;
  }
  .kv_logo {
    top: 17%;
  }
}
@media screen and (min-width: 1024px) {
  .kv_logo {
    max-width: 304px;
    top: 10%;
    left: 3%;
  }
}
.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (min-width: 1024px) {
  .arrow {
    bottom: calc(0% - 86px);
  }
}
.section-1, .section-2, .section-3 {
  overflow-x: clip;
  position: relative;
}

.section-1 {
  padding-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .section-1 {
    padding-bottom: 160px;
  }
}
.lead {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 16px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lead {
    max-width: 1440px;
    margin-top: 44px;
  }
}
.lead_logo img {
  display: block;
  margin: 0 auto 32px;
}

.lead_title, .item_title {
  font-size: 6.4rem;
  font-family: "Gloock", serif;
  margin-bottom: 4.3rem;
  overflow-y: hidden;
}

.lead_title h2, .item_title h2 {
  font-weight: 400;
  font-size: 6.8vw;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .lead_title h2, .item_title h2 {
    letter-spacing: 0.17em;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .lead_title h2, .item_title h2 {
    font-size: 6.4rem;
  }
}
.lead_title_text, .item_title_text {
  opacity: 0;
  vertical-align: baseline;
  display: inline-block;
  min-width: min(30px, 2.8vw);
  transform: translateY(100%);
}

.is-active .is-active .lead_title_text, .is-active .is-active .item_title_text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-active .is-active .lead_title_text:nth-child(2n), .is-active .is-active .item_title_text:nth-child(2n) {
  transition-delay: 0.15s;
}

.lead_wowowonly {
  margin: 0 auto 44px;
  width: -moz-fit-content;
  width: fit-content;
}
.lead_wowowonly .wowowonly {
  font-size: 2rem;
  padding: 0.5em 1.5em;
}

.lead_text, .item_title_text {
  margin-bottom: 40px;
  line-height: 2;
  font-size: clamp(1.4rem, 0.893rem + 0.54vw, 2.2rem);
}

.lead_wowow-join {
  background: #007AFF;
  text-shadow: 1px 1px #004a99;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  width: 400px;
  max-width: 76%;
  margin: 0 auto 40px;
  padding: 0.5em 1em;
  transition: opacity 0.3s;
}

.lead_wowow-join:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .lead_wowow-join {
    font-size: 2rem;
  }
}
.about {
  background-color: #0D395C;
}

.about_inner {
  width: calc(100% - 32px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 0 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}

.about_title {
  text-align: center;
  font-size: 2.4rem;
}

.about_text {
  margin-top: 32px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .about_text {
    max-width: 1012px;
    margin: 32px auto;
  }
}
.section-2 {
  background: #373737;
  background: linear-gradient(180deg, rgb(55, 55, 55) 0%, rgb(56, 56, 56) 100%);
  position: relative;
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .item {
    width: calc(100% - 64px);
    max-width: 986px;
    margin: 0 auto;
  }
}
.item_title {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.item_title_text {
  font-size: 8.4vw;
  background: linear-gradient(294deg, #edbf43 0%, #fffefb 48%, #f6cf4c 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-emphasis-color: transparent;
          text-emphasis-color: transparent;
}

@media screen and (min-width: 1024px) {
  .item_title {
    top: -1.2em;
  }
  .item_title_text {
    font-size: 6.4rem;
  }
}
.goods {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  opacity: 0;
  transform: translateY(24px);
}

.goods + .goods {
  margin-top: 80px;
}

.is-active.goods {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.65s;
}

.goods_image {
  position: relative;
  margin: 0 auto;
  padding-left: 16px;
}

.area-2 .goods_image {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-left: 0;
}
.area-2 .goods_image img {
  display: block;
  width: calc(100% - 40px);
  max-width: 5%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .goods {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: auto;
    transform: translateX(0);
    transform: translateY(24px);
  }
  .is-active.goods {
    transform: translateY(0);
  }
  .goods_image {
    padding-left: 0;
  }
  .area-2 .goods_image {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: auto;
  }
  .area-2 .goods_image img {
    width: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .area-2 .goods_image {
    width: 500px;
  }
  .area-2 .goods_image img {
    width: 500px;
  }
}
.goods_limited, .goods_name, .goods_spec, .goods_price {
  width: calc(100% - 32px);
  max-width: 312px;
  margin: 4px auto 0;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.goods_limited span {
  border: 1px solid;
  padding: 2px 0.5em 4px;
  font-size: smaller;
}

.goods_spec {
  font-size: clamp(1rem, 0.5318rem + 0.3409vw, 0.75rem);
}

.goods_link_wrap {
  display: flex;
}
.goods_link_wrap .goods_link {
  width: calc(25% - 8px);
}

.goods_link_login {
  margin-top: 1em;
  text-align: center;
}

.goods_link {
  max-width: 312px;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  margin: 8px auto 16px;
  text-align: center;
  border-radius: 32px;
  position: relative;
  transition: opacity 0.3s;
  background: linear-gradient(294deg, #edbf43 0%, #fffefb 48%, #f6cf4c 100%);
  padding: 4px;
  line-height: 1;
}

.goods_link_btn:hover {
  opacity: 0.7;
}

.goods_link p {
  position: relative;
  background: #373737;
  border-radius: 28px;
  padding: 16px 0 20px;
  display: block;
}
.goods_link p span {
  background: linear-gradient(294deg, #edbf43 0%, #fffefb 48%, #f6cf4c 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-emphasis-color: transparent;
          text-emphasis-color: transparent;
}

.goods_link_soon, .goods_link_soldout {
  padding: 4px;
  line-height: 1;
}

.goods_link_soon:hover, .goods_link_soldout:hover {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .goods:not(:last-child) {
    margin-bottom: 0;
  }
  .goods_link {
    margin-top: 16px;
  }
  .goods_limited, .goods_name, .goods_spec, .goods_price {
    width: calc(100% - 16px);
    margin: 12px auto 0;
    padding-left: 0;
  }
  .goods_link span::after {
    right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .goods_limited, .goods_name, .goods_spec, .goods_price {
    width: 100%;
    max-width: 500px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .goods_spec {
    font-size: 1.2rem;
  }
  .goods_link_login {
    font-size: 1.8rem;
  }
}
.area-2 {
  margin-top: 80px;
  padding-bottom: 80px;
}

.onair {
  text-align: center;
  padding: 48px 0;
  background-color: #2E2E2E;
}

.onair_title {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1em;
}

.onair_txt {
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
}

.onair_time {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .onair_txt {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.footer {
  background-color: #000;
}

.footer_inner {
  padding: 64px 0;
  text-align: center;
  font-weight: 200;
}

.footer_wowshop {
  margin: 0 auto 36px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer a {
  text-decoration: none;
}

.nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2.5;
  margin-bottom: 2em;
}

.nav_list > .nav_list_item:not(:last-child)::after {
  content: "|";
  padding: 0 0.5em;
}

.swiper {
  overflow-x: clip;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .swiper {
    overflow-x: hidden;
  }
  .swiper {
    position: relative;
    padding-right: inherit;
  }
  .swiper-button-next, .swiper-button-prev {
    display: block;
    position: absolute;
    top: calc(50% + 22px);
    transform: translateY(-50%);
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 40px;
  }
  .swiper-button-prev {
    left: -24px; /* 左側に配置 */
  }
  .swiper-button-prev::after {
    background: url(../img/prev_button.svg) no-repeat;
  }
  .swiper-button-next {
    right: -32px; /* 右側に配置 */
  }
  .swiper-button-next::after {
    background: url(../img/next_button.svg) no-repeat;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 4vw;
  }
}
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.modal.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */