@charset "UTF-8";
/*page all comomn
---------------------------------------------*/
/*-pc*/
@media (min-width:768px) {
  .-sp {
    display: none !important;
    content-visibility: hidden;
  }
}

/*-sp*/
@media (max-width:767px) {
  .-pc {
    display: none !important;
    content-visibility: hidden;
  }
}

/*page comomn
---------------------------------------------*/
.contents_all_wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000;

  /*-sp*/
  @media (max-width : 767px) {}

  /*-pc*/
  @media (min-width : 768px) {
    .bt:hover {
      opacity: 0.8;
      cursor: pointer;
    }
  }

  a.cv_detail_btn {
    padding: 0.7em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: rgb(150, 39, 142);
    border-radius: 50vw;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;

    /*-pc*/
    @media (min-width:768px) {
      border: 2px solid #eb5505;
      height: 60px;
      font-size: 16px;
    }

    /*-sp*/
    @media (max-width:767px) {
      border: 0.2vw solid #eb5505;
      height: 15vw;
      font-size: 3.5vw;
    }
  }

  /*-pc*/
    {
    a.cv_detail_btn:hover {
      text-decoration: none;
      color: #fff !important;
    }
  }
}

/*kv_section
---------------------------------------------*/
section.kv_section {
  background-color: #000;
  text-align: center;
  padding-top: 20px;
  overflow: hidden;

  .kv_attention_wrap {
    background: linear-gradient(to right, #750308 0%, #d90913 50%, #750308 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    padding: 10px 0;

    /*-pc*/
    @media (min-width:768px) {
      padding: 10px 0;
    }

    /*-sp*/
    @media (max-width:767px) {
      padding: 3.1vw 0;
    }
  }

  .kv_attention {
    display: block;
    margin: auto;
    max-width: 640px;
    line-height: 0;

    /*-pc*/
    @media (min-width:768px) {
      max-width: 640px;
    }

    /*-sp*/
    @media (max-width:767px) {
      max-width: 77.1vw;
      position: relative;
      left: -1vw;
    }
  }

  .kv_thanks {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: 700;

    /*-pc*/
    @media (min-width : 768px) {
      border-bottom: 1px #e50914 solid;
      padding: 0 20px 12px;
      margin: 15px auto 20px;
      font-size: 20px;
      line-height: 1.8em;
    }

    /*-sp*/
    @media (max-width : 767px) {
      border-bottom: 0.2vw #e50914 solid;
      padding-bottom: 2.4vw;
      margin: 6.1vw auto 6.6vw;
      font-size: 3.7vw;
      line-height: 2em;
    }

    span {

      /*-pc*/
      @media (min-width : 768px) {
        font-size: 28px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        font-size: 5.1vw;
      }
    }
  }
}

.kv_wrap {
  display: block;
  margin: auto;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;

  /*-pc*/
  @media (min-width : 768px) {
    max-width: 1420px;
    margin-bottom: 35px;
  }

  /*-sp*/
  @media (max-width : 767px) {
    margin-bottom: 8vw;
  }

  .kv {
    margin: auto;
    display: block;

    /*-pc*/
    @media (min-width : 768px) {
      max-width: 1060px;
      margin-bottom: 2px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      width: 157vw;
      position: relative;
      left: -28vw;
      margin-bottom: 2.1vw;
    }
  }

  .kv_remarks {
    color: #fff;
    line-height: 1.6em;

    /*-pc*/
    @media (min-width : 768px) {
      left: 0;
      right: 0;
      margin: auto;
      font-size: 12px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      font-size: 3.2vw;
      /* bottom: 7.5%; */
    }

    a.kv_remarks_link {
      display: inline-block;
      text-decoration: underline;
      border-bottom: 1px solid #fff;
      color: #fff;
    }
  }
}

/*bt keizoku & kaiyaku
---------------------------------------------*/
button.bt_keizoku {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  background: var(--gr, linear-gradient(92deg, #eb5505 33.5%, #e50914 100%));
  color: #fff;
  font-weight: 700;
  margin: auto;
  position: relative;
  border: none;

  /*-pc*/
  @media (min-width : 768px) {
    width: 400px;
    height: 60px;
    margin-bottom: 20px;
    font-size: 18.6px;
  }

  /*-sp*/
  @media (max-width : 767px) {
    width: 72vw;
    height: 14vw;
    margin-bottom: 6vw;
    font-size: 4.3vw;
  }

  &::after {
    position: absolute;
    content: "";
    background-image: url(/content/dam/au-com/pr/netflixpack_2/kakunin/images/icon_arrow_white_e6185cf400a2bac9.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /*-pc*/
    @media (min-width : 768px) {
      height: 25px;
      width: 25px;
      top: 18px;
      right: 20px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      height: 5vw;
      width: 5vw;
      top: 4.5vw;
      right: 6vw;
    }
  }
}

a.bt_kaiyaku {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  background: #fff;
  color: #e50914;
  font-weight: 500;
  margin: auto;
  position: relative;

  /*-pc*/
  @media (min-width : 768px) {
    font-size: 18.6px;
    width: 400px;
    height: 60px;
    border: 2px solid #e50914;
    font-weight: 700;
  }

  /*-sp*/
  @media (max-width : 767px) {
    width: 72vw;
    height: 13vw;
    margin-bottom: 3vw;
    font-size: 4.3vw;
    font-weight: 700;
    border: 0.6vw solid #e50914;
  }

  &::after {
    position: absolute;
    content: "";
    background-image: url(/content/dam/au-com/pr/netflixpack_2/kakunin/images/icon_arrow_orange_e1446b86ed84167c.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /*-pc*/
    @media (min-width : 768px) {
      height: 25px;
      width: 25px;
      top: 18px;
      right: 20px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      height: 5vw;
      width: 5vw;
      top: 4vw;
      right: 6vw;
    }
  }

  span {
    background: var(--gr, linear-gradient(92deg, #EB5505 33.5%, #E50914 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

/*section.detail
  -------------------------------------------*/
section.detail {
  background-repeat: no-repeat;

  /*-pc*/
  @media (min-width : 768px) {
    padding: 75px 0;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/kakunin/images/detail_bg_cb7246c957cac4ce.webp);
    background-position: center top 30px;
    background-size: 1440px;
  }

  /*-sp*/
  @media (max-width : 767px) {
    padding: 12vw 0;
    background-image: url(/content/dam/au-com/pr/netflixpack_2/kakunin/images/detail_bg_cb7246c957cac4ce.webp), url(/content/dam/au-com/pr/netflixpack_2/kakunin/images/detail_bg2_d0033e2717709bba.webp);
    background-position: left -29vw top 1vw, left -7vw top 229vw;
    background-size: 152vw, 111vw;
  }

  .detail_title {
    margin: auto;

    /*-pc*/
    @media (min-width : 768px) {
      width: 540px;
      margin-bottom: 29px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      width: 80.6vw;
      margin-bottom: 5.3vw;
      position: relative;
      left: -2vw;
    }
  }

  .detail_item_allwrap {
    margin: auto;

    /*-pc*/
    @media (min-width : 768px) {
      width: 600px;
      margin-bottom: 34px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      width: 92vw;
      margin-bottom: 7vw;
    }

    .detail_item_fukidashi {
      margin: auto;

      /*-pc*/
      @media (min-width : 768px) {
        width: 450px;
        margin-bottom: 12px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        width: 86vw;
        margin-bottom: 2vw;
      }
    }

    .tb_main {
      line-height: 0;

      /*-pc*/
      @media (min-width : 768px) {
        margin-bottom: 17px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        margin-bottom: 2vw;
      }
    }

    .tb_item_wrap {
      display: flex;
      justify-content: space-between;
      align-items: self-start;

      /*-pc*/
      @media (min-width : 768px) {
        column-gap: 10px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        column-gap: 2vw;
        row-gap: 2vw;
        flex-wrap: wrap;
      }

      .tb_item {

        /*-pc*/
        @media (min-width : 768px) {
          width: 25%;
        }

        /*-sp*/
        @media (max-width : 767px) {
          width: 48%;
        }
      }
    }
  }

  .detail_next_title {
    margin: auto;

    /*-pc*/
    @media (min-width : 768px) {
      max-width: 680px;
      margin-bottom: 35px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      max-width: 80vw;
      margin-bottom: 5vw;
    }
  }

  .bt_more_wrap {
    margin: auto;

    a.bt_more {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50vw;
      background: #fff;
      color: #000;
      font-weight: 700;
      margin: auto;
      position: relative;

      /*-pc*/
      @media (min-width : 768px) {
        width: 400px;
        height: 50px;
        font-size: 14px;
        margin-bottom: 46px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        width: 72vw;
        height: 11vw;
        font-size: 3.8vw;
        margin-bottom: 9vw;
      }

      &::after {
        position: absolute;
        content: "";
        background-image: url(/content/dam/au-com/pr/netflixpack_2/kakunin/images/icon_navi_black_ac34d9139ee6e044.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;

        /*-pc*/
        @media (min-width : 768px) {
          height: 16px;
          width: 16px;
          top: 17px;
          right: 20px;
        }

        /*-sp*/
        @media (max-width : 767px) {
          height: 4vw;
          width: 4vw;
          top: 3.5vw;
          right: 4vw;
        }
      }
    }
  }

  .detail_last_title {
    margin: auto;

    /*-pc*/
    @media (min-width : 768px) {

      max-width: 600px;
      /* margin-bottom: 20px; */

    }

    /*-sp*/
    @media (max-width : 767px) {
      max-width: 94vw;
      margin-bottom: 3vw;
    }
  }

  .detail_last_remarks {
    color: #fff;
    text-align: center;

    /*-pc*/
    @media (min-width : 768px) {
      font-size: 18px;
      margin-bottom: 35px;
    }

    /*-sp*/
    @media (max-width : 767px) {
      font-size: 4.3vw;
      margin-bottom: 8vw;
    }
  }
}

/*section modal
---------------------------------------------*/
/*end-
---------------------------------------------*/
/*style.css*/
.modai_wrap {
  font-family: "Noto Sans JP";
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;

  .modal_bg {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .modal_window {
    position: relative;
    width: 100%;
    background-color: #fff;

    /*-pc*/
    @media (min-width : 768px) {
      max-width: 690px;
      border-radius: 10px;
      padding: 47px 0;
    }

    /*-sp*/
    @media (max-width : 767px) {
      max-width: 90vw;
      padding: 6vw 5vw;
      border-radius: 1.5vw;
    }

    .icon_close {
      position: absolute;
      background-image: url(../images/icon_close_788c444f63d64c2e.svg);
      background-repeat: no-repeat;
      background-position: center;
      pointer-events: none;

      /*-pc*/
      @media (min-width : 768px) {
        height: 30px;
        width: 30px;
        right: 0;
        top: -40px;
        pointer-events: none;
      }

      /*-sp*/
      @media (max-width : 767px) {
        height: 7vw;
        width: 7vw;
        right: 1vw;
        top: -9vw;
      }
    }

    .modal_title {
      text-align: center;
      font-weight: 700;

      /*-pc*/
      @media (min-width : 768px) {
        font-size: 26px;
        margin-bottom: 30px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        font-size: 5vw;
        margin-bottom: 9vw;
      }

      .modal_subtitle {
        font-weight: normal;

        /*-pc*/
        @media (min-width : 768px) {
          font-size: 12px;
          margin-top: 10px;
        }

        /*-sp*/
        @media (max-width : 767px) {
          font-size: 3vw;
          margin-top: 1vw;
        }
      }
    }

    .modal_item_wrap {
      display: flex;
      width: 100%;
      box-sizing: border-box;

      /*-pc*/
      @media (min-width : 768px) {
        justify-content: space-between;
        margin: auto;
        align-items: center;
        column-gap: 0px;
        margin-bottom: 20px;
        max-width: 560px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        flex-direction: column;
        row-gap: 4vw;
        margin-bottom: 9vw;
      }

      .modal_item {
        background: #FFF;
        box-sizing: border-box;

        /*-pc*/
        @media (min-width : 768px) {
          width: 50%;
          /* border: 2px solid #EB5505; */
          /* box-shadow: 0 6px 0 0 #EB5505; */
          padding: 0px 10px;
          border-radius: 20px;
        }

        /*-sp*/
        @media (max-width : 767px) {
          width: 100%;
          box-sizing: border-box;
          padding: 0vw 4vw;
          border-radius: 3vw;
        }

        .bt_modal_keizoku {
          border-radius: 50vw;
          background: var(--gr, linear-gradient(92deg, #EB5505 33.5%, #E50914 100%));
          width: 100%;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-style: normal;
          font-weight: 700;
          position: relative;

          /*-pc*/
          @media (min-width : 768px) {
            height: 60px;
            width: 100%;
            font-size: 18.5px;
            position: relative;
            margin-bottom: 18px;
            padding-right: 1em;
            box-sizing: border-box;
          }

          /*-sp*/
          @media (max-width : 767px) {
            height: 14.5vw;
            width: 100%;
            font-size: 4vw;
          }

          &::after {
            content: "";
            background-image: url(../images/icon_arrow_white_e6185cf400a2bac9.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;

            /*-pc*/
            @media (min-width : 768px) {
              height: 25px;
              width: 25px;
              right: 24px;
              top: 18px;
            }

            /*-sp*/
            @media (max-width : 767px) {
              height: 5vw;
              width: 5vw;
              right: 5.1vw;
              top: 5vw;
            }
          }
        }
      }
    }

    .bt_close {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background-image: url(../images/icon_close_black_c4599926617c48eb.svg);
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 50vw;
      margin: auto;
      font-weight: 700;
      line-height: 0;
      background-color: #fff;

      /*-pc*/
      @media (min-width : 768px) {
        width: 340px;
        height: 59px;
        background-position: right 10px top 20px;
        background-size: 20px;
        background-position: top 18px right 20px;
        border: 3px solid #D9D9D9;
        font-size: 16px;
      }

      /*-sp*/
      @media (max-width : 767px) {
        width: 45vw;
        height: 10vw;
        background-size: 3.7vw;
        background-position: top 2.8vw right 3vw;
        border: 0.5vw solid #D9D9D9;
        font-size: 3.5vw;
      }
    }
  }
}