@charset "UTF-8";
/* =================================================================================================
　WOWOW × 斉藤和義 番組オリジナルコラボグッズLP
　https://wowshop.jp/
　Copyright (C) WOWOW COMMUNICATIONS INC. All Rights Reserved. 
================================================================================================= */
/* ----------------------------------------------------------------------------
　リセット
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
body a {
  outline: 0;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, strong, address {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

/* ----------------------------------------------------------------------------
　コピーガード（共通設定）
---------------------------------------------------------------------------- */
.guard {
  position: relative;
}

.guard_spc {
  background: url("../img/spc.gif") 0 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
}

/* ----------------------------------------------------------------------------
　フォントサイズ（共通設定）
---------------------------------------------------------------------------- */
html {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 592px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 13px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------------
　要素の表示・非表示（共通設定）
---------------------------------------------------------------------------- */
.is-visible-xxld,
.is-visible-xld,
.is-visible-ld,
.is-visible-md,
.is-visible-sd {
  display: none;
}

@media screen and (max-width: xxld) {
  .is-visible-xxld {
    display: block;
  }
  .is-hidden-xxld {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .is-visible-xld {
    display: block;
  }
  .is-hidden-xld {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .is-visible-ld {
    display: block;
  }
  .is-hidden-ld {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .is-visible-md {
    display: block;
  }
  .is-hidden-md {
    display: none;
  }
}

@media screen and (max-width: 592px) {
  .is-visible-sd {
    display: block;
  }
  .is-hidden-sd {
    display: none !important;
  }
}

/* ----------------------------------------------------------------------------
　共通コンテナ
---------------------------------------------------------------------------- */
.container2 {
  width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .container2 {
    width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .container2 {
    width: 95%;
  }
}

@media screen and (max-width: 592px) {
  .container2 {
    width: 95%;
  }
}

.sp_none {
  display: inline-block;
}

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

.sp_only {
  display: none;
}

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

body, html {
  height: 100%;
}

/* ----------------------------------------------------------------------------
　フォント
---------------------------------------------------------------------------- */
body {
  font: 20px/1.5 'Noto Sans JP', sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* ----------------------------------------------------------------------------
　ヘッダ
---------------------------------------------------------------------------- */
.head {
  position: fixed;
  width: 100%;
  height: 72px;
  background: #fff;
  z-index: 5000;
}

@media screen and (max-width: 800px) {
  .head {
    height: 56px;
  }
}

.head_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 592px) {
  .head_inner {
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px;
  }
}

.head_logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}

@media screen and (max-width: 592px) {
  .head_logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33%;
    max-width: 200px;
  }
}

.head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head_login {
  display: block;
  background: #2656a7;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 2em;
  margin-right: 32px;
}

@media screen and (max-width: 592px) {
  .head_login {
    font-size: 14px;
    margin-right: 1em;
  }
}

@media screen and (max-width: 800px) {
  .head_cart > a > img {
    height: 40px;
  }
}

@media screen and (max-width: 592px) {
  .head_cart > a > img {
    height: inherit;
  }
}

@media screen and (max-width: 592px) {
  .head_cart {
    width: 30px;
  }
}

/* ----------------------------------------------------------------------------
　フッタ
---------------------------------------------------------------------------- */
footer {
  font: 16px 'Noto Sans JP', sans-serif;
  overflow: hidden;
  background: #dadada;
  color: #000;
}

.foot_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 72px 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .foot_inner {
    padding: 24px 0;
  }
}

.footNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .footNav {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 592px) {
  .footNav {
    max-width: 400px;
    margin: 0 auto;
  }
}

.footNav_item {
  margin: .5em 0;
}

@media screen and (max-width: 592px) {
  .footNav_item {
    margin: .125em 0;
  }
}

.footNav_item a {
  color: #000;
}

@media screen and (max-width: 592px) {
  .footNav_item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .footNav_item:not(:last-child) {
    margin-right: 1em;
  }
}

.footNav_item:not(:last-child):after {
  content: '｜';
}

@media screen and (max-width: 1024px) {
  .footNav_item:not(:last-child):after {
    content: '';
  }
}

@media screen and (max-width: 592px) {
  .footNav_item:nth-child(3), .footNav_item:nth-child(5) {
    margin-right: 0;
  }
}

.foot_copyright {
  color: #000;
  line-height: 2.5em;
}

@media screen and (max-width: 592px) {
  .foot_copyright {
    font-size: 0.7rem;
  }
}

/* ----------------------------------------------------------------------------
　本文
---------------------------------------------------------------------------- */
.main {
  background: -webkit-gradient(linear, left top, left bottom, from(#030b13), to(#172743));
  background: linear-gradient(to bottom, #030b13, #172743);
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
　キービジュアル
---------------------------------------------------------------------------- */
.key {
  padding-top: 72px;
  background: #142844;
}

@media screen and (max-width: 800px) {
  .key {
    padding-top: 56px;
  }
}

.key_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .key_inner {
    display: block;
    position: relative;
  }
}

.key_photo #tagline {
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  position: absolute;
}

.key_outline {
  width: 512px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1300px) {
  .key_outline {
    width: inherit;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 80px 0;
  }
}

@media screen and (max-width: 1024px) {
  .key_outline {
    padding: 56px 0;
  }
}

@media screen and (max-width: 800px) {
  .key_outline {
    width: 90%;
    margin: 40px auto;
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 592px) {
  .key_outline {
    width: 100%;
  }
}

.key_sale {
  margin-bottom: 56px;
}

@media screen and (max-width: 1300px) {
  .key_sale {
    width: 90%;
    margin: 0 auto 56px;
  }
}

@media screen and (max-width: 1024px) {
  .key_sale {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 800px) {
  .key_sale {
    width: 60%;
  }
}

.key_txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
  .key_txt {
    width: 95%;
    margin: 0 auto 40px;
    font-size: 84%;
  }
}

@media screen and (max-width: 1024px) {
  .key_txt {
    font-size: 65%;
    margin: 0 auto 32px;
  }
}

@media screen and (max-width: 800px) {
  .key_txt {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
    font-size: 100%;
  }
}

@media screen and (max-width: 592px) {
  .key_txt {
    font-size: 80%;
  }
}

@media screen and (max-width: 1300px) {
  .key_logo {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .key_logo {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 32px;
  }
}

/* ----------------------------------------------------------------------------
　概要
---------------------------------------------------------------------------- */
.explanation {
  text-align: center;
  margin: 80px auto 96px;
}

@media screen and (max-width: 800px) {
  .explanation {
    margin: 56px auto 72px;
  }
}

@media screen and (max-width: 800px) {
  .explanation {
    margin: 32px auto 48px;
  }
}

.explanation_ttl {
  margin-bottom: 72px;
}

@media screen and (max-width: 592px) {
  .explanation_ttl {
    width: 80%;
    margin: 0 auto 48px;
  }
}

.explanation_txt {
  background: url(../img/original_bg.png) center center/305px 309px no-repeat;
  font-size: 24px;
  line-height: 2;
  height: 309px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .explanation_txt {
    background-position: top center;
    background-size: 50%;
    font-size: 18px;
    line-height: 1.75;
    height: 400px;
  }
}

@media screen and (max-width: 592px) {
  .explanation_txt {
    height: 280px;
  }
}

/* ----------------------------------------------------------------------------
　注意事項
---------------------------------------------------------------------------- */
.info {
  width: 70%;
  margin: 0 auto 128px;
  background: #152a48;
}

@media screen and (max-width: 800px) {
  .info {
    width: 95%;
    margin-bottom: 96px;
  }
}

.info_inner {
  padding: 24px 48px;
}

@media screen and (max-width: 800px) {
  .info_inner {
    padding: 1em .75em;
  }
}

.info_ttl {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .info_ttl > img {
    width: 50%;
  }
}

.info_list {
  font-size: 16px;
  line-height: 2;
  text-indent: -1em;
  margin-left: .5em;
}

@media screen and (max-width: 800px) {
  .info_list {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: .5em;
  }
}

.info_list_item::before {
  content: '★';
}

@media screen and (max-width: 800px) {
  .info_list_item:not(:last-child) {
    margin-bottom: 1em;
  }
}

.info_list_item a {
  color: #fff;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
　商品
---------------------------------------------------------------------------- */
.item {
  text-align: center;
}

.item_special {
  text-align: center;
  margin-bottom: 104px;
}

@media screen and (max-width: 800px) {
  .item_special {
    margin-bottom: 64px;
  }
}

.item_area {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .item_area {
    margin: 0 16px;
  }
}

@media screen and (max-width: 592px) {
  .item_area {
    margin: 0;
  }
}

.item_block {
  width: 50%;
  text-align: center;
  margin-bottom: 96px;
}

@media screen and (max-width: 800px) {
  .item_block:nth-of-type(2n) {
    margin-left: 16px;
  }
}

@media screen and (max-width: 800px) {
  .item_block {
    width: calc(50% - 16px);
    margin-bottom: 64px;
  }
}

.item_photo {
  margin-bottom: 16px;
}

.item_photo.special {
  margin-bottom: 88px;
}

@media screen and (max-width: 800px) {
  .item_photo.special {
    width: 50%;
    margin: 0 auto 40px;
  }
}

.item_ttl, .item_price {
  font-size: 18px;
}

@media screen and (max-width: 800px) {
  .item_ttl, .item_price {
    font-size: 16px;
  }
}

@media screen and (max-width: 592px) {
  .item_ttl, .item_price {
    font-size: 14px;
  }
}

.item_ttl {
  font-weight: normal;
}

.item_ttl.special {
  margin-bottom: 88px;
  font-size: 40px;
}

@media screen and (max-width: 800px) {
  .item_ttl.special {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.item_ttl_sub {
  font-weight: normal;
}

@media screen and (max-width: 800px) {
  .item_ttl_sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .item_txt {
    padding: .75em;
    font-size: 14px;
    text-align: left;
  }
  .item_txt:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 800px) and (max-width: 592px) {
  .item_txt:not(:last-child) {
    margin-bottom: 32px;
  }
}

.item_txt_sub {
  margin-bottom: 1em;
}

.item_price {
  margin-bottom: 16px;
}

.item_btn {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  display: block;
  background-color: #3a3a3a;
  border: 1px solid #78700c;
  color: #fff;
  font-size: 24px;
  text-indent: -3em;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 800px) {
  .item_btn {
    padding: 12px;
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .item_btn {
    padding: 8px;
    font-size: 16px;
  }
}

.item_btn::after {
  content: '→';
  position: absolute;
  right: 15%;
  top: 25%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 800px) {
  .item_btn::after {
    right: 8%;
  }
}

.item_btn.special {
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .item_btn.special {
    width: 45%;
  }
}

.item_btn:hover, .item_btn:active {
  background-color: #636262;
}

.item_btn:hover::after, .item_btn:active::after {
  right: 10%;
}

@media screen and (max-width: 800px) {
  .item_btn:hover::after, .item_btn:active::after {
    right: 0%;
  }
}

.item_note, .item_btm {
  font-size: 16px;
}

@media screen and (max-width: 592px) {
  .item_note, .item_btm {
    font-size: 12px;
  }
}

.item_btm {
  margin-bottom: 16px;
}

.sold_out {
  background: #999;
  text-indent: 0;
}

.sold_out::after {
  content: "";
}

.sold_out:hover {
  background: #999;
}

/* ----------------------------------------------------------------------------
　番組情報
---------------------------------------------------------------------------- */
.program {
  background: #fff;
}

.program_inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 128px 0;
  color: #152a48;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .program_inner {
    padding: 64px 0;
  }
}

@media screen and (max-width: 800px) {
  .program_inner {
    padding: 48px 0;
  }
}

@media screen and (max-width: 592px) {
  .program_inner {
    padding: 48px 0;
  }
}

.program_wowow {
  width: 360px;
  margin: 0 auto;
  margin-bottom: 48px;
}

@media screen and (max-width: 800px) {
  .program_wowow {
    width: 33.33%;
    margin-bottom: 24px;
  }
}

.program_info {
  position: relative;
  margin: 0 auto 64px;
}

@media screen and (max-width: 800px) {
  .program_info {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 592px) {
  .program_info {
    margin-bottom: 0;
  }
}

.program_info p {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 8px;
  padding-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .program_info p {
    font-size: 32px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .program_info p {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 592px) {
  .program_info p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.program_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .program_mark > p {
    width: 15%;
  }
}

.program_mark > p:not(:first-child) {
  margin-left: 32px;
}
/*# sourceMappingURL=base.css.map */