@charset "UTF-8";
/* CSS Document */
html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}
*{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
body{
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.8em;
    font-family: 'Noto Sans JP',  sans-serif;
    font-weight: 400;
    color: #330000;
    background: url("../img/cntnt_bg.jpg");
   background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;

}

a{
    text-decoration: none;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}
.pc{
        display: block;
    }
.sp{
    display: none;
}

header h1, header h2, header h3 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}

@media screen and (max-width: 768px){
    body{
         background: url("../img/cntnt_bg-sp.jpg");
 background-repeat: repeat;
    background-position: top center;
    background-attachment:scroll;
}

    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

#wrap {
    width: 100%;
}
#wrap img {
    vertical-align: bottom;
}

.boxA {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 2em;
}
.boxB {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 2em;
}
.boxC {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 2em;
}

/* Firefox対策 */
  @-moz-document url-prefix() {
    rt {
      margin-bottom: -0.5em; /* Firefoxでルビを上に移動 */
    }
  }


  /* Safari対策 */

  @supports (-webkit-touch-callout: none) {
    rt {
      position: relative;
      top: -0.5em; /* Safariでルビを上に移動 */
    }
  }
/*************************
*ヘッダー
*************************/
header {
    width: 100%;
     position: relative;
    height: auto;
}
#mv {
    background: url("../img/pc_mv.jpg");
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
#topWrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    top:0;
    left: 0;
    position: absolute;
}
#topCopy {
    background: url("../img/pc_copy.png");
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#movieBtnWrap {
    top:83.3%;
    left: 57.0%;
    width: 23.4%;
    position: absolute;
}
#movieBtnWrap img:hover{
  transition-duration: 0.5s;
filter: alpha(opacity=100) !important;
opacity: 1.0 !important;
}

.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    transform: translateY(-30px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#snsWrap {
    top:94%;
    right: 2%;
    width: 23.4%;
    max-width: 220px;
    height: 30px;
    position: absolute;
    text-align: center;
}
ul.snsmenu{
    height: 40px;
    display: flex;
    justify-content: flex-end;
    margin: auto ;
}
ul.snsmenu li {
 display: inline-block;
    height: 40px;
    padding-left: 10px;
}

@media screen and (max-width: 768px){
    #mv {
    background: url("../img/mv-sp.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 169.5%;
}
    #topWrap {
        display: none;
    }
#snsWrap {
    top:77.4%;
    width: 100%;
    max-width: 100%;
    margin: auto;
    right:0;
    height: 30px;
    position: absolute;
    text-align: center;
}
ul.snsmenu{
    display: flex;
align-items: center;
    justify-content: center;
    margin: auto ;
}
.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 0s;
    animation-duration: 0s;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    opacity: 0;
}
#movieBtnWrap {
    display: none;
    }
    
#movieWrap {
width: 100%;
    border-top: 4px solid #2e0200;
    border-bottom: 4px solid #2e0200;
    background: #000;
    }
#movieArea {
width: 100%;
max-width: 640px;
margin: auto; 
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
    
ul.product-release-scheduleWrap li img {
   width: 90%;
    margin: 5% auto;
}
}
/*************************
*コンテンツ
*************************/
.cntntWrap {
    padding: 0.75em 0;
    margin-top: 40px;
}
.cntntWrap h2 {
    font-size: clamp(24px, 5.625vw ,48px);
    line-height: 1em;
/*    margin-bottom:0.05em;*/
    font-family: "Noto Serif", serif;
    font-weight: 900;
    text-align: center;
    background: url("../img/h2_bg.png");
    background-position: top center;
    background-size: 100% auto;
    width: 70%;
    max-width: 520px;
    margin: auto;
    background-repeat: no-repeat;
    padding-top: 0.25em;
}


@media screen and (max-width: 768px){
.cntntWrap {
    margin-top: 0;
    padding: 2em 0;
}
}

/*商品情報**********************/
#productWrap {
    text-align: center;
}
#productWrap h3.productHead {
    font-size: clamp(16px, 1.875vw ,24px);
    line-height: 1.5em;
    color: #cc9933;
     width:100%;
    background: #330000;
    margin: 0.5em auto 0;
    letter-spacing: 0.1em;
}
#productWrap #productSpec-1 {
    font-size: clamp(14px, 1.40625vw ,18px);
    line-height: 1.8em;
    font-weight: 900;
     letter-spacing: 0.1em;
    margin: 0.5em 0;
}
#productWrap #productSpec-1 span {
   display: inline-block;
}
#productWrap #productSpec-1 em {
    color: #cc9933;
    font-style: normal;
}

#productWrap ul.productArea {
    width: 100%;
    font-size: 0;
    display: flex;
}
#productWrap ul.productArea li.productData {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
     font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.8em;
    padding: 5px;
    background: #fff;
    color: #000;
    padding-bottom: 1em;
}
#productWrap ul.productArea li.productData:nth-child(2) {
    margin: 0 1.25%;
}
#productWrap ul.productArea li.productData h4.item {
        font-size: clamp(14px, 1.5625vw ,20px);
    line-height: 1.5em;
    color: #cc9933;
     width:100%;
    background: #330000;
    margin: auto;
    letter-spacing: 0.1em;
}
.release {
        font-size: clamp(16px, 1.875vw ,24px);
    line-height: 1.5em;
    color: #990000;
    font-weight: 900;
}
.release small {
    font-size: clamp(14px, 1.40625vw ,18px);
}
.jktWrap {
    width: 100%;
}
figure.nowpri {
    background: url("../img/jktNP.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 74.2%;
}
.productInfo {
    width: 100%;
    margin-top: 1em;
}
.productInfo h5 {
    max-width: 160px;
    width: 70%;
    margin: auto;
    border: 3px solid #330000;
    font-weight: 900;
    color: #330000;
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.5em;
}
ul.ecBtnWrap {
    width: 100%;
    font-size: 0;
    text-align: left;
}
ul.ecBtnWrap li.ecBtn {
    width: 49.25% !important;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 1.5%;

}
ul.ecBtnWrap li.ecBtn:nth-child(odd) {
    margin-right: 1.5%;
}
ul.ecBtnWrap li.ecBtn img {
    width: 100%;
}
h6.rentalHead {
    border-top: 1px dotted #000;
    color: #cc9933;
    font-weight: 900;
    font-size: clamp(14px, 1.5625vw ,20px);
    line-height: 1.5em;
}
@media screen and (max-width: 768px){
#productWrap #productSpec-1 {
     letter-spacing: 0em;
}
#productWrap ul.productArea {
    display:block !important;
    width: 100%;
    max-width: 480px;
    margin: auto;
}
#productWrap ul.productArea li.productData  {
    display:block !important;
    width: 100% !important;
}
    #productWrap ul.productArea li.productData:nth-child(2) {
    margin: 5% 0;
        width: 100%;
}
}

h3.haishin {
    font-family: "Noto Serif JP", serif;
     font-weight: 900;
    font-size: clamp(20px, 2.34375vw ,30px);
    line-height: 1.8em;
    border-bottom:2px solid #cc9933;
    letter-spacing: 0.1em;
}
div.oritokuWrap {
    width: 90%;
    max-width: 800px;
    margin: 0.25em auto;
    border-bottom: 2px dotted #cc9933;
    display: flex;
    padding: 0.25em 1em;
    text-align: left;
    font-size: clamp(14px, 1.40625vw ,18px);
    font-weight: 700;
}
div.oritokuWrap em {
    color: #cc9933;
    font-style: normal;
}
div.oritokuWrap .oritokuShop {
    width: 32.5%;
}
div.oritokuWrap .oritokuGoods{
    width: 67.5%;
}
div.haishinInfo{
    font-size: clamp(16px, 1.875vw ,24px);
    line-height: 1.5em;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
}
div.haishinInfo small {
        font-size: clamp(14px, 1.40625vw ,18px);
}
div.haishinInfo span {
    display: inline-block;
}
div.oritokuWrap a i {
    font-size: 1.5em;
    font-weight: 700;
    color: #330000;
}

@media screen and (max-width: 768px){
    div.oritokuWrap {
        display: block;
    }
    div.oritokuWrap .oritokuShop, div.oritokuWrap .oritokuGoods {
    width: 100% ;
}
}
#product_ph-01 {
    background: url("../img/product_ph-01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28.125%;
}
/*イントロダクション********************/
.introWrap {
    margin: 1em auto;
    background: rgba(97,51,34,0.5);
      border-radius: 3px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 1%;
}
.introArea {
    width: 95%;
    margin:  auto;
    padding: 4% 0;
    color:#fff;
}
.introWrapCornerTop {
    top:0;
    left: 0;
    position: absolute;
}
.introWrapCornerBtm {
    bottom:0;
    left: 0;
    position: absolute;
}
.introArea h3.copy{
    text-align: center;
    font-size: clamp(18px, 2.8125vw ,36px);
    line-height: 1.5em;
    font-family: "Noto Serif JP", serif;
     font-weight: 900;
    letter-spacing: -0.025em;
}

.introTxtWrap {
    width: 90%;
    max-width: 960px;
    margin: auto;
}
.introNote {
        width: 90%;
    max-width: 960px;
    margin: 1.5em  auto 0;
font-size: clamp(11px, 1.09375vw ,14px);
    line-height: 1.5em;
}
.scenePH {
    width: 90%;
    max-width: 864px;
    margin: 1em auto;
      border-radius: 3px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
#scenePH-01 {
    background: url("../img/scenePH-01.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}
#scenePH-02 {
    background: url("../img/scenePH-02.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}
#scenePH-03 {
    background: url("../img/scenePH-03.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}
#scenePH-04 {
    background: url("../img/scenePH-04.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}

@media screen and (max-width: 768px){
    .introArea {
        width: 90%;
    }
.introArea h3.copy{
    text-align: left;
     padding-top: 5%;
}
}
#intro_ph-01 {
    background: url("../img/intro_ph-01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28.125%;
}
/*STORY*/
h3#storyCopy {
    font-size: clamp(24px, 4.6875vw ,60px);
    line-height: 1.8em;
    font-family: "Noto Serif JP", serif;
     font-weight: 900;
    text-align: center;
    margin: 0.25em auto;
}
#storyWrap ruby {
  line-height: 0.5em; /* 行間 */
    　font-size: 0.6em; 
}
#storyWrap rt {
  transform: translateY(0.3em); /* ルビを少し下に移動 */
}
#storyPhWrap {
    width: 100%;
}

ul#storyPh {
    width: 100%;
    font-size: 0;
   border-top:6px solid #aa8d4d;
    border-bottom:6px solid #aa8d4d;
}
ul#storyPh li:nth-child(1), ul#storyPh li:nth-child(3){
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}
ul#storyPh li:nth-child(2){
    width: 33.4%;
    display: inline-block;
    vertical-align: top;
}
#storyPh figure {
width: 100%;
}
#storyPh-01{
    background: url("../img/story_ph01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 56.2%;
}
#storyPh-02{
    background: url("../img/story_ph02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 56.1%;
}
#storyPh-03{
    background: url("../img/story_ph03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 56.2%;
}
@media screen and (max-width: 768px){
    ul#storyPh {
   border-top:3px solid #aa8d4d;
    border-bottom:3px solid #aa8d4d;
}
}

/*CHART*/
#boxShadow{
    box-shadow: 0px 0px 7.5px rgba(0,0,0,0.3);
    margin-top: 1em;
}
#chartArea {
    width: 100%;
}
#chartImg {
    background: url("../img/chart-img.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 75%;
}

/*CAST＆STAFFA*/
/*CAST*/
h3.castHead {
    width: 60%;
    max-width: 320px;
    margin: 0.5em auto;
    background: #330000;
    font-size: clamp(18px, 2.8125vw ,36px);
    line-height: 1.25em;
     font-weight: 900;
    text-align: center;
    color: #cc9933;
}
ul.castWrap-1, ul.castWrap-2 {
    width: 100%;
    display: flex;
    font-size: 0;
}
ul.castWrap-1 li {
    width: 49.2%;
    max-width: 590px;
    background: rgba(255,255,255,0.5);
    vertical-align: top;
    font-size: clamp(12px, 1.25vw ,16px);
    line-height: 1.8em;
    padding: 1em;
}
ul.castWrap-1 li:nth-child(1) {
    margin-right: 1.6%;
}
.phArea-01 {
    width: 80%;
    margin: auto;
}
.phArea-02 {
    width: 100%;
    margin: auto;
}
.phArea-01 figure, .phArea-02 figure {
    width: 100%;
}

.castName-1 {
        font-size: clamp(24px, 3.75vw ,48px);
    line-height: 1.25em;
     font-weight: 900;
    font-family: "Noto Serif JP", serif;
    color: #8e1a20;
    text-align: center;
}
.castName-1 rt {
    font-size: 0.4em; /* ルビのフォントサイズ */
    line-height: 1; /* ルビの行間 */
    font-weight: 700;
  }
.character, .character-s {
    width: 100%;
    border-top: 1px solid #cc9933;
    border-bottom: 1px solid #cc9933;
}
.character p {
    padding: 1em 2em;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
     font-size: clamp(14px, 1.40625vw ,18px);
}
.character-s p {
    padding: 1em 2em;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
     font-size: clamp(12px, 1.25vw ,16px);
    line-height: 1.8em;
}
.castName-2 {
        font-size: clamp(16px, 1.875vw ,24px);
    line-height: 0.75em;
     font-weight: 900;
    color: #8e1a20;
    text-align: center;
        padding: 1em 0 0;
}
.castName-2 small {
    font-weight: 700;
     font-size: clamp(12px, 1.25vw ,16px);
}
.casterProf-s {
       font-size: clamp(11px, 1.09375vw ,14px);
    line-height: 1.8em;
}
.casterProf p, .casterProf-s p {
    padding: 1.125em 2.25em;
    font-weight: 700;
}
ul.castWrap-2 li {
    width: 32.2%;
    max-width: 390px;
    background: rgba(255,255,255,0.5);
    vertical-align: top;
    font-size: clamp(12px, 1.25vw ,16px);
    line-height: 1.8em;
    padding: 1em;
    margin-top: 1.6%;
}
ul.castWrap-2 li:nth-child(2) {
    margin-right: 1.6%;
    margin-left: 1.6%;
}
.castName-3 {
        font-size: clamp(18px, 2.8125vw ,36px);
    line-height: 1.25em;
     font-weight: 900;
    font-family: "Noto Serif JP", serif;
    color: #8e1a20;
    text-align: center;
}
.castName-3 rt {
    font-size: 0.4em; /* ルビのフォントサイズ */
    line-height: 1; /* ルビの行間 */
    font-weight: 700;
  }

.castName-4 {
        font-size: clamp(15px, 1.5625vw ,20px);
    line-height: 1em;
     font-weight: 900;
    color: #8e1a20;
    text-align: center;
        padding: 1em 0 0;
}
.castName-4 small {
    font-weight: 700;
     font-size: clamp(11px, 1.09375vw ,14px);
}
#cast-PH01 {
    background: url("../img/cast-PH01.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 100%;
}
#cast-PH02 {
    background: url("../img/cast-PH02.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 100%;
}
#cast-PH03 {
    background: url("../img/cast-PH03.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 100%;
}
#cast-PH04 {
    background: url("../img/cast-PH04.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 100%;
}
#cast-PH05 {
    background: url("../img/cast-PH05.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 100%;
}
@media screen and (max-width: 768px){
    ul.castWrap-1 {
    width: 100%;
        max-width: 480px;
        margin: auto;
        display: inherit;
}
ul.castWrap-2 {
    width: 100%;
        max-width: 480px;
        margin: auto;
        display: inherit;
}
    ul.castWrap-1 li, ul.castWrap-2 li {
        width: 100%;
        min-width: 100%;
        display: block;
        margin: 4% auto;
    }
    ul.castWrap-2 li:nth-child(1) {
    margin-top: 0;
}
ul.castWrap-2 li:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}
    .phArea-02 {
    width: 60%;
    margin: auto;
}
}

/*STAFF*/
.staffWrap {
    background: rgba(113,73,37,0.5);
    margin-top: 1.8em;
    padding: 1.5em;
    text-align: center;
}
.staffWrap p {
padding-top: 1em;
    margin: 1em 0;
    font-size: clamp(14px, 1.40625vw ,18px);
    line-height: 1.5em;
    font-weight: 700;
}
.staffWrap p big {
    font-size: clamp(18px, 2.34375vw ,30px); 
    font-weight: 900;
    font-family: "Noto Serif JP", serif;
}
.staffWrap p small {
     font-size: clamp(14px, 1.40625vw ,18px);
}

/*************************
*フッター
*************************/
footer ul.bnrArea {
width: 100%;
    text-align: center;
}
footer ul.bnrArea li {
    width: 30%;
    display: inline-block;
}

footer .bnrWrap {
width: 100%;
    max-width: 400px;
    margin:  1em auto;
}
footer p {
    padding: 2.5em 0;
    text-align: center;
    font-size: clamp(10px, 1.167vw, 14px);
    line-height: 1.8em;
    font-weight: 700;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
 background: #eae1d6;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
