@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800&family=Zen+Old+Mincho:wght@400;700&display=swap");

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
header,
address,
figure,
figcaption {
 margin: 0;
 padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
 font-style: normal;
 font-weight: normal;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption,
th {
 text-align: left;
}
q::before,
q::after {
 content: "";
}
object,
embed {
 vertical-align: top;
}
hr,
legend {
 display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 100%;
 font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
 border: 0;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
 -ms-interpolation-mode: bicubic;
}
ul li {
 list-style-type: none;
}
*,
*:before,
*:after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
.clearfix {
 zoom: 1;
}
.clearfix:before,
.clearfix:after {
 content: "";
 display: table;
}
.clearfix:after {
 clear: both;
}
p.ind {
 text-indent: 1em;
}
em {
 font-style: normal;
}
strong {
 font-weight: bold;
}
a {
 color: #000;
 outline: none;
 text-decoration: none;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out;
}
a:active,
a:hover {
 text-decoration: none;
}
a:focus,
*:focus {
 outline: none;
}
a:hover img {
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 transition: all 0.25s ease-in-out;
}
/*.en {
	font-family: 'Smythe', cursive;
}*/
.min {
 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
.object-fit {
 object-fit: cover;
 font-family: "object-fit: cover;";
 min-height: 100%;
}
.txhd {
 display: block;
 height: 0;
 overflow: hidden;
 font-size: 1rem;
 line-height: 2;
}
.pc,
.is_pc {
 display: block;
}
.sp,
.is_sp {
 display: none;
}
@-ms-viewport {
 width: auto !important;
 initial-scale: 1;
}
@media only screen and (max-width: 820px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
}
@media only screen and (max-width: 600px) {
 .is_pc {
  display: none;
 }
 .is_sp {
  display: block;
 }
}

:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --color-ylw: #eecf5d;
 --color-crm: #ffeeae;
 --color-base: #9d9373;
 --ff-min: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", serif;
}

/* ==========================================================================
   Global
   ========================================================================== */

html {
 font-size: 62.5%;
 overflow-y: scroll;
 height: 100%;
 line-height: 1.15;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 position: relative;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-weight: 400;
 background: var(--color-blk);
 margin: 0;
 width: 100%;
 -ms-width: calc(100% - (100vw - 100%));
 color: var(--color-wht);
 font-size: 1.6rem;
 line-height: 1;
 letter-spacing: 0.02em;
 text-align: left;
}
#wrap {
 width: 100%;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
}
#cont {
 width: 100%;
 min-height: 100vh;
 max-width: 1800px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 overflow: hidden;
 background-color: var(--color-blk);
 container: contin / inline-size;
}
html.ofyh .content {
 pointer-events: none;
}
.inner {
 zoom: 1;
 margin: 0 auto;
}

@media screen and (max-width: 820px) {
 body {
  width: 100%;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: inherit;
 }
 #wrap {
  width: 100%;
  height: auto;
  min-width: 280px;
 }
}

/* sns
==================================================================================  */
.sns {
 display: flex;
 justify-content: center;
 align-items: center;
}
.sns .btn {
 display: block;
 width: 30px;
 height: 30px;
}
.sns .btn a {
 display: block;
 width: 30px;
 height: 30px;
 padding: 0px;
 border-radius: 100%;
 fill: var(--color-base);
}
.sns .btn a .icon {
 max-width: 100%;
 max-height: 100%;
}

@media screen and (min-width: 821px) {
 .sns .btn a:hover {
  fill: var(--color-base);
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 aspect-ratio: 34 / 23;
 background-color: var(--color-blk);
 z-index: 2;
}
.main_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 overflow: hidden;
}
.main_img .ts_bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.main_img .img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 background: url(../common/img/ts_main.jpg) no-repeat 50% 0;
 background-size: cover;
 transition: all 1.8s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.ts_main {
 display: flex;
 flex-flow: column;
 width: 100%;
 padding-bottom: 20px;
 position: relative;
 z-index: 2;
}
.ts_c2 {
 position: absolute;
 top: 0;
 left: 14.52%;
 padding-top: 18.8%;
 width: 2.72%;
 display: block;
}
.ts_logo {
 display: block;
 position: relative;
 margin-inline: auto;
 width: calc((602 / 1360) * 100cqw);
 padding-top: calc((58 / 1360) * 100cqw);
}
.ts_logo h1 {
 position: relative;
 width: 100%;
 z-index: 2;
}
.ts_logo .img {
 filter: drop-shadow(16px 16px 0px rgba(0, 0, 0, 1));
}
.ts_aw {
 position: absolute;
 top: calc((16 / 1360) * 100cqw);
 left: calc((405 / 1360) * 100cqw);
 width: calc((548 / 1360) * 100cqw);
 display: block;
}
.bd_date {
 display: block;
 position: relative;
 margin-inline: auto;
 width: calc((570 / 1360) * 100cqw);
 padding-top: calc((416 / 1360) * 100cqw);
}

@media screen and (max-width: 820px) {
 .titleArea {
  aspect-ratio: 34 / 28;
 }
 .ts_c2 {
  left: 6%;
  padding-top: 18.8%;
  width: 4%;
 }
 .ts_logo {
  width: calc((508 / 820) * 100cqw);
  padding-top: calc((68 / 820) * 100cqw);
 }
 .ts_aw {
  top: calc((16 / 820) * 100cqw);
  left: calc((136 / 820) * 100cqw);
  width: calc((548 / 820) * 100cqw);
 }
 .bd_date {
  width: calc((520 / 820) * 100cqw);
  padding-top: calc((340 / 820) * 100cqw);
 }
}

@media screen and (max-width: 600px) {
 .main_img {
  height: 144.1vw;
 }
 .main_img .img {
  background: url(../common/img/ts_main_sp.jpg) no-repeat 50% 0;
  background-size: cover;
 }
 .ts_main {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
 }
 .ts_c2 {
  width: 6.15%;
  left: 4%;
  padding-top: 30.27%;
 }
 .ts_logo {
  width: calc((300 / 375) * 100cqw);
  padding-top: calc((40 / 375) * 100cqw);
 }
 .ts_aw {
  top: calc((10 / 375) * 100cqw);
  left: calc((25 / 375) * 100cqw);
  width: calc((325 / 375) * 100cqw);
 }
 .bd_date {
  width: calc((340 / 375) * 100cqw);
  padding-top: calc((260 / 375) * 100cqw);
 }
}

@media screen and (max-width: 600px) {
 .top_linkbtn {
  margin-top: 10px;
 }
 .top_linkbtn .top_social {
  margin-top: 15px;
 }
 .top_social {
  margin-top: 10px;
 }
}

/* Contents
================================================================================== */
.cont_body {
 position: relative;
 padding: 0 80px;
}

@media only screen and (max-width: 820px) {
 .cont_body {
  padding: 0 6.66vw;
 }
}

@media only screen and (max-width: 600px) {
 .cont_body {
  padding: 0 6.66vw;
 }
}

/* dspec
 ================================================================================== */
#dspec {
 width: 100%;
 position: relative;
}
#dspec .cont_body {
 position: relative;
 padding: 0 30px;
}
#dspec .contbox {
 max-width: 784px;
 margin-inline: auto;
 position: relative;
 padding-block: 50px 130px;
}
.p-spec {
 width: 100%;
 display: flex;
 justify-content: space-between;
}
.p-spec .item_bluray {
 width: calc((400 / 784) * 100%);
 display: block;
}
.p-spec .item_dvd {
 width: calc((327 / 784) * 100%);
 display: block;
}
.p-spec .photo {
 width: 100%;
}
.p-spec .spec {
 margin-top: 40px;
}
.p-spec .spec h3 {
 display: block;
 color: #46b9f3;
 font-size: 4rem;
 font-weight: 700;
 font-family: var(--ff-min);
}
.p-spec .item_dvd .spec h3 {
 color: var(--color-crm);
}
.p-spec .spec p {
 color: var(--color-wht);
 font-size: 1.5rem;
 line-height: 1.8;
}
.p-spec .spec p.price strong {
 font-size: 2.4rem;
 font-size: 700;
 margin-right: 3px;
}
.p-spec .spec p.rental {
 margin-top: 20px;
}
.p-sales {
 margin-top: 60px;
}
.p-sales h4 {
 display: flex;
 justify-content: center;
 color: var(--color-base);
 font-size: 3rem;
 font-weight: 500;
 font-family: var(--ff-min);
 line-height: 1;
 padding: 20px 20px;
 margin-bottom: 48px;
 border: 3px solid var(--color-base);
}
.p-sales .link {
 display: flex;
 justify-content: center;
 gap: 5px;
 margin-block: 25px 60px;
}
#dspec ul.link li {
 width: calc((100% - 20px) * 0.2);
}
#dspec ul.link li a {
 display: block;
 position: relative;
}
.sales_mds {
 display: flex;
 justify-content: center;
}
.sales_mds span {
 color: var(--color-blk);
 font-size: 2.2rem;
 font-weight: 700;
 line-height: 1;
 padding: 8px 20px;
 margin-bottom: 0.5em;
 background-color: var(--color-base);
}
.sales_block p {
 color: var(--color-base);
 text-align: center;
 font-size: 1.6rem;
 line-height: 1.9;
}

@media only screen and (min-width: 821px) {
 #dspec ul.link li a:hover {
  opacity: 0.6;
 }
}

@media only screen and (max-width: 820px) {
 #dspec .contbox {
  padding-block: 100px 130px;
 }
}

@media only screen and (max-width: 600px) {
 #dspec .cont_body {
  padding: 0 4vw;
 }
 #dspec .contbox {
  padding-block: 0 50px;
 }
 .p-spec {
  width: 100%;
  display: flex;
  justify-content: space-between;
 }
 .p-spec .item_bluray {
  width: 52.5%;
 }
 .p-spec .item_dvd {
  width: 42.923%;
 }
 .p-spec .spec {
  margin-top: 20px;
 }
 .p-spec .spec h3 {
  font-size: min(3rem, 8cqw);
  margin-bottom: 10px;
 }
 .p-spec .spec p {
  font-size: min(1.4rem, 3.73cqw);
  line-height: 1.4;
 }
 .p-spec .spec p.price strong {
  font-size: min(2.2rem, 5.86cqw);
  font-size: 700;
 }
 .p-spec .spec p.rental {
  margin-top: 10px;
 }
 .p-sales {
  margin-top: 60px;
 }
 .p-sales h4 {
  font-size: min(2.2rem, 5.86cqw);
  padding: 15px;
  margin-bottom: 30px;
  border: 2px solid var(--color-base);
 }
 .p-sales .link {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-block: 20px 40px;
 }
 #dspec ul.link li {
  width: calc((100% - 10px) * 0.33);
 }
 .sales_mds span {
  font-size: min(1.7rem, 4.53cqw);
  padding: 8px 20px;
 }
 .sales_block p {
  font-size: min(1.4rem, 3.73cqw);
  line-height: 1.6;
 }
}

/* credit
================================================================================== */
#credit {
 width: 100%;
 position: relative;
 border-top: 1px solid #5d594e;
}
#credit .contbox {
 padding-block: 120px 80px;
}
.p-credit {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 35px;
 max-width: 335px;
 margin-inline: auto;
}
.cd_logo {
 width: 100%;
}

@media only screen and (max-width: 600px) {
 #credit .contbox {
  padding-block: 50px;
 }
 .p-credit {
  flex-flow: column;
  align-items: center;
  gap: 5px;
  max-width: unset;
 }
 .cd_logo,
 .cd_date {
  width: 70%;
 }
 .p-credit .sns {
  margin-top: 20px;
 }
}

/* [Show Animate] 出現アニメーション
   ================================================================================== */
.p-show-elem {
 opacity: 0;
 transform: translateY(100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-rev {
 opacity: 0;
 transform: translateY(-100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-left {
 opacity: 0;
 transform: translateX(-200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-right {
 opacity: 0;
 transform: translateX(200px);
 transition: all 3s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.is-show,
.p-show-elem.p-rev.is-show,
.p-show-elem.p-left.is-show,
.p-show-elem.p-right.is-show {
 opacity: 1;
 transform: translate(0, 0);
}
.p-show-elem.del2 {
 transition-delay: 0.5s;
}
.p-show-elem.del3 {
 transition-delay: 0.6s;
}
.p-show-elem.del4 {
 transition-delay: 0.7s;
}
.p-show-elem.del5 {
 transition-delay: 0.8s;
}
.p-show-elem.del6 {
 transition-delay: 0.9s;
}

@media only screen and (max-width: 767px) {
 .p-show-elem.del2,
 .p-show-elem.del3,
 .p-show-elem.del4,
 .p-show-elem.del5,
 .p-show-elem.del6 {
  transition-delay: 0.3s;
 }
}

/* p-show-img */
.p-show-img .img {
 opacity: 0;
 transform: scale(1.2);
}
.p-show-img.is-show .img {
 opacity: 1;
 transform: scale(1);
 transition: all 1s cubic-bezier(0.295, 0.03, 0.115, 1);
}
#intro .cont_bg.p-show-img .bg::after {
 opacity: 0;
 transform: scale(1.2);
}
#intro .cont_bg.p-show-img.is-show .bg::after {
 opacity: 0.8;
 transform: scale(1);
 transition: all 1s cubic-bezier(0.295, 0.03, 0.115, 1);
}

/* p-show-ttl */
.sub.p-show-ttl,
.ttl.p-show-ttl .mds,
.ttl.p-show-ttl::before {
 opacity: 0;
}
.ttl.p-show-ttl.is-show::before {
 animation: blood_show 0.3s cubic-bezier(0.08, 0.8, 0.315, 1) 0.8s both;
}
.ttl.p-show-ttl.is-show .mds {
 animation: mds_show 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.3s both;
}
.sub.p-show-ttl.is-show {
 animation: sub_show 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 1s both;
}
@keyframes blood_show {
 0% {
  opacity: 0;
  transform: scale(3);
 }
 100% {
  opacity: 1;
  transform: scale(1);
 }
}
@keyframes mds_show {
 0% {
  opacity: 0;
  transform: translateY(-50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes sub_show {
 0% {
  opacity: 0;
  transform: translateX(-50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}

/* p-show-item */
.intro_photo_01.p-show-item,
.intro_photo_02.p-show-item,
.item_cast_01.p-show-item {
 opacity: 0;
}
.intro_photo_01.p-show-item.is-show {
 animation: img_show 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}
.intro_photo_02.p-show-item.is-show {
 animation: img_show 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 0.4s both;
}
.item_cast_01.p-show-item.is-show {
 animation: img_show 0.6s cubic-bezier(0.08, 0.8, 0.315, 1) 1.2s both;
}
@keyframes img_show {
 0% {
  opacity: 0;
  transform: scale(1.2);
 }
 100% {
  opacity: 1;
  transform: scale(1);
 }
}
