@charset "UTF-8";
.img_sp {
  display: block; }

.img_pc {
  display: none; }

.wrap {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2; }

.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #630000 url("../img/bg_main.webp") left top no-repeat;
  background-size: cover; }

.header {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #980000 url("../img/bg_header.webp") center top no-repeat;
  background-size: cover;
  padding: 0;
  position: relative; }
  .header img {
    display: block;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    position: relative; }

.subline {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px 10px 5px 10px;
  background: #D9C35A url("../img/bg_subline.webp") center top repeat-x;
  line-height: 1.0;
  position: relative; }
  .subline img {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative; }

.cont_wrap {
  display: block;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  color: #000;
  position: relative; }

.bd_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .bd_wrap h2 {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 3px 0;
    border-top: 1px solid #a40000;
    border-bottom: 1px solid #a40000;
    text-align: center;
    line-height: 1;
    position: relative; }
    .bd_wrap h2 span {
      display: inline-block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 12px 0;
      background: rgba(255, 255, 255, 0.7);
      font-family: "Noto Serif JP", sans-serif;
      font-size: 1.9rem;
      font-weight: 600;
      line-height: 1;
      color: #b90000; }
  .bd_wrap .pkg {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 10px auto;
    padding: 0 0 20px 0;
    color: #000; }
    .bd_wrap .pkg h3 {
      display: block;
      width: 92%;
      height: auto;
      margin: 10px auto 0 auto;
      padding: 8px 0;
      background: #a40000;
      font-family: "Noto Serif JP", sans-serif;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1;
      text-align: center;
      color: #fff; }
    .bd_wrap .pkg .price {
      display: block;
      width: 100%;
      margin: 5px auto;
      padding: 0 0 5px 0;
      font-family: "Noto Serif JP", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.8;
      text-align: center; }
      .bd_wrap .pkg .price span {
        font-size: 1.3rem; }
  .bd_wrap .txt01 {
    display: block;
    width: 94%;
    margin: 10px auto;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.36rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.03rem;
    text-align: left; }
  .bd_wrap .pkg_cont {
    display: block;
    width: 100%;
    max-width: 980px;
    border: 1px dotted #111;
    margin: 0 auto 20px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    color: #000; }

.original {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  background: rgba(135, 1, 1, 0.7);
  position: relative; }
  .original .or_inner {
    display: block;
    width: 94%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    .original .or_inner h2 {
      display: block;
      width: 92%;
      margin: 0 auto 30px auto;
      padding: 3px 0;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      text-align: center;
      line-height: 1;
      color: #C70003;
      position: relative; }
      .original .or_inner h2 span {
        display: inline-block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 12px 0;
        background: #fff;
        font-family: "Noto Serif JP", sans-serif;
        font-size: 1.9rem;
        font-weight: 600;
        line-height: 1; }
    .original .or_inner .tokuten_sp {
      display: block;
      width: 90%;
      max-width: 480px;
      height: auto;
      margin: 30px auto;
      padding: 0;
      position: relative; }
      .original .or_inner .tokuten_sp .tokuten_m {
        display: block;
        width: 100%;
        max-width: 480px;
        height: auto;
        margin: 0 auto 20px auto;
        padding: 0; }
    .original .or_inner .tokuten_pc {
      display: none; }
    .original .or_inner .sell_link {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 90%;
      max-width: 640px;
      height: auto;
      margin: 0 auto 30px auto;
      border-radius: 10px;
      background: #fff;
      padding: 20px 10px;
      position: relative; }
      .original .or_inner .sell_link p {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 20px;
        font-family: "Noto Serif JP", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        color: #870000; }
      .original .or_inner .sell_link a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 46px;
        margin: 0 3px 10px 3px;
        font-family: "Noto Serif JP", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.03rem;
        background: #a51200;
        color: #fff;
        text-align: center;
        padding: 5px 12px;
        text-decoration: none;
        transition: 0.5s;
        border-radius: 6px; }
      .original .or_inner .sell_link a:hover {
        background: #ff6d00; }

@media screen and (min-width: 800px) {
  .original .or_inner {
    width: 90%;
    max-width: 1100px; }
    .original .or_inner .tokuten_sp {
      display: none; }
    .original .or_inner .tokuten_pc {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 90%;
      max-width: 860px;
      margin: 0 auto;
      padding: 0;
      position: relative; }
      .original .or_inner .tokuten_pc .tokuten_m {
        display: block;
        width: 48%;
        height: auto;
        margin: 0 0 20px 0;
        padding: 0; }
      .original .or_inner .tokuten_pc .tokuten_l {
        display: block;
        width: 100%;
        max-width: 860px;
        height: auto;
        margin: 0 auto 20px auto;
        padding: 0; }
    .original .or_inner .sell_link {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      max-width: 860px;
      height: auto;
      margin: 0 auto 30px auto;
      border-radius: 10px;
      background: #fff;
      padding: 20px 10px;
      position: relative; }
      .original .or_inner .sell_link p {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 20px;
        font-family: "Noto Serif JP", sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        color: #870000; }
      .original .or_inner .sell_link a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 46%;
        height: 50px;
        margin: 0 3px 10px 3px;
        font-family: "Noto Serif JP", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.03rem;
        background: #a51200;
        color: #fff;
        text-align: center;
        padding: 5px 12px;
        text-decoration: none;
        transition: 0.5s;
        border-radius: 6px; }
      .original .or_inner .sell_link a:hover {
        background: #ff6d00; } }
footer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  background: #870000;
  line-height: 1.0;
  text-align: center;
  position: relative; }
  footer .goHome {
    display: block;
    width: 50%;
    max-width: 220px;
    margin: 0 auto 30px auto;
    padding: 0;
    position: relative; }
  footer .copyright {
    font-size: 1.1rem;
    margin: 10px auto; }
  footer .policy {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: auto;
    margin: 20px auto 0 auto;
    font-size: 12px;
    color: #DD9C00;
    line-height: 1.0; }
    footer .policy li {
      margin: 5px 5px;
      white-space: nowrap；; }
    footer .policy a {
      color: #fff;
      text-decoration: none; }
    footer .policy a:hover {
      color: #F1A6A7;
      text-decoration: underline;
      text-decoration-color: #F1A6A7;
      text-decoration-style: dotted;
      text-underline-offset: 0.5ex; }

.main__wrap {
  display: block;
  width: 100%;
  max-width: 680px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .main__wrap .x_textBox {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 0;
    position: relative; }
    .main__wrap .x_textBox h3 {
      display: block;
      width: 100%;
      margin: 0 0 30px 0;
      padding: 0;
      background: url("../img/bg_spTit.png") center top repeat-x;
      background-size: 100% 100%;
      text-align: left;
      position: relative; }
      .main__wrap .x_textBox h3 img {
        width: 100%;
        max-width: 420px; }
    .main__wrap .x_textBox .inner__Txt {
      display: block;
      width: 90%;
      text-align: left;
      font-size: 1.4rem;
      line-height: 1.8;
      margin: 0 auto;
      padding: 0 0 30px 0;
      color: #fff;
      position: relative; }
      .main__wrap .x_textBox .inner__Txt p {
        display: block;
        width: 100%;
        word-break: break-all; }
      .main__wrap .x_textBox .inner__Txt .bnr01 {
        display: block;
        width: 100%;
        max-width: 520px;
        margin: 10px auto 30px auto;
        padding: 0;
        position: relative; }
      .main__wrap .x_textBox .inner__Txt .photo {
        display: block;
        width: 100%;
        padding: 10px 0; }
      .main__wrap .x_textBox .inner__Txt .box__1 {
        display: block;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 20px; }

.condensed {
  width: 100%; }

@media screen and (max-width: 560px) {
  .condensed {
    transform: scale(0.9, 1);
    transform-origin: 50% 0;
    width: 125%; } }
/*----- 本文内画像指定 -----*/
img.w_100 {
  width: 100%; }

img.w_90 {
  width: 100%;
  max-width: 580px; }

img.w_80 {
  width: 100%;
  max-width: 560px; }

img.w_70 {
  width: 95%;
  max-width: 540px; }

img.w_60 {
  width: 80%;
  max-width: 500px; }

img.w_50 {
  width: 75%;
  max-width: 500px; }

img.w_45 {
  width: 70%;
  max-width: 480px; }

img.w_40 {
  width: 65%;
  max-width: 440px; }

img.w_30 {
  width: 60%;
  max-width: 400px; }

.sp_taC {
  text-align: center; }

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

  .img_pc {
    display: block; }

  .is-sp {
    display: none; }

  .wrap {
    display: block;
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2; }

  .main__wrap {
    display: block;
    width: 80%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0 0;
    position: relative; }
    .main__wrap .x_textBox {
      display: block;
      width: 100%;
      height: auto;
      margin: 30px 0;
      padding: 0;
      position: relative; }
      .main__wrap .x_textBox h3 {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 0 10px;
        background: url("../img/bg_spTit.png") center top repeat-x;
        background-size: 100% 100%;
        text-align: left;
        border-radius: 8px;
        position: relative; }
      .main__wrap .x_textBox .inner__Txt {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.9;
        margin: 0 auto;
        padding: 0 0 30px 0;
        color: #fff;
        position: relative; }
        .main__wrap .x_textBox .inner__Txt p {
          display: block;
          width: 100%;
          word-break: break-all; }
        .main__wrap .x_textBox .inner__Txt .bnr01 {
          display: block;
          width: 100%;
          max-width: 520px;
          margin: 10px auto 30px auto;
          padding: 0;
          position: relative; } }
/*----------
   PC
----------*/
@media screen and (min-width: 1024px) {
  /*----- 本文内画像指定 -----*/
  img.w_100 {
    width: 100%; }

  img.w_90 {
    width: 90%; }

  img.w_80 {
    width: 80%; }

  img.w_70 {
    width: 70%; }

  img.w_60 {
    width: 60%; }

  img.w_50 {
    width: 50%; }

  img.w_45 {
    width: 45%; }

  img.w_40 {
    width: 40%; }

  img.w_30 {
    width: 30%; }

  .sp_taC {
    text-align: left; } }
/*---etc.---*/
.dotgray {
  color: #9b9b9b; }

.alphaBnr a {
  opacity: 1.0;
  transition: .3s; }

.alphaBnr a:hover {
  opacity: 0.6; }

.movieBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center; }

.trailer {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  background: transparent;
  text-align: center;
  position: relative; }

.player {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden; }

.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btList {
  display: block;
  margin: 30px auto 10px auto;
  width: auto;
  /*text-align: center;*/
  position: relative; }

.btList a {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 30px;
  padding: 12px 40px 12px 20px;
  background-color: #8b0000;
  text-decoration: none !important;
  text-align: left;
  color: #fff !important;
  font-weight: 500;
  margin: 0 auto; }

.btList a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg); }

.btList a:hover {
  background-color: #bb0103;
  text-decoration: none; }

.txt_white {
  color: #fff; }
