@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.12vw, 16px);
    line-height: 1.8em;
    font-family: 'Noto Sans JP',  sans-serif;
    font-weight: 400;
    color: #fff;
    background: #000;
   background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
/*	font-feature-settings: "palt" 1;*/
}

#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{
        
}

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

#wrap {
    width: 100%;
}

/*************************
*ヘッダー
*************************/
header {
    width: 100%;
     position: relative;
    height: auto;
}
#mv {
    background: url("../img/pc_mv.jpg");
    padding-top: 50%;
    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: 50%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#movieBtnWrap {
    top:13%;
    left: 76.4%;
    width: 13.2%;
    position: absolute;
}
#movieBtnWrap img:hover{
transition-duration: 0.5s;
filter: alpha(opacity=100) !important;
opacity: 1.0 !important;
}

#snsWrap {
    bottom:0.5%;
    left: 3.5%;
    width: 3.125%;
    max-width: 45px;
	min-width: 36px;
    position: absolute;
    text-align: center;
}
#snsWrap img {
	width: 100%;
	margin: 0.5em 0;
}
#snsWrap img:hover {
	transform: scale(1.1);
	transition: transform .6s ease;
}



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



@media screen and (max-width: 768px){
    #mv {
    background: url("../img/sp_mv.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 134.3%;
}
#topWrap {
        display: none;
    }
#snsWrap-sp {
    bottom:17%;
    left: 5%;
/*    width: 3.125%;*/
 /*   max-width: 36px;*/
	width: 30px;
    position: absolute;
    text-align: center;
}
	#sns-insta {
		padding: 10px 0;
	}

#movieBtnWrap {
    display: none;
    }
    
#movieWrap {
width: 100%;
    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;
}
}
/*************************
*コンテンツ
*************************/
.bold {
	font-weight: 700;
}
.boxA {
	width: 90%;
	max-width: 960px;
	margin: auto;
}
.boxB {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.color01 {
	color: #c48f3e;
}
.mt-15 {
	margin-top: 1.5em;
}
.m-15 {
	margin: 1.5em auto;
}
.kuten {
  margin: 0 -0.25em;
}
.font-TC {
  font-family: "Noto Sans TC", sans-serif;
}
.cntntWrap {
    padding: 4em 0 0;
/*    margin-top: 40px;*/
}
.cntntWrap h2 {
	width: 70%;
	max-width: 400px;
	margin: 0 auto 0.5em;
	text-align: center;
}



@media screen and (max-width: 768px){

}
/*商品情報**********************/
h3.product {
	font-size: clamp(16px, 2.083vw, 30px);
    line-height: 1.8em;
	font-weight: 900;
	color: #c48f3e;
	text-align: center;
}
.prodctSpec-common {
	text-align: center;
	line-height: 1.5em;
}
.productBoxWrap {
	width: 100%;
	margin: 1.5em auto 1em;
}
.productBoxWrap .releaseWrap {
	width: 100%;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #523913;
	color: #c48f3e;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(14px, 1.94vw, 28px);
    line-height: 1.8em;
	font-weight: 900;
	letter-spacing: 0.1em;

}
.productBoxWrap .releaseWrap small {
	font-size: clamp(11px, 1.25vw, 18px);
}
.productBoxArea {
	width: 96%;
	margin: 1em auto;
}
ul.productBoxInner {
	width: 100%;
	font-size: 0px;
}
ul.productBoxInner li {
	vertical-align: top;
	display: inline-block;
	    font-size: clamp(12px, 1.12vw, 16px);
    line-height: 1.8em;
}
ul.productBoxInner li big {
	font-size: clamp(13px, 1.25vw, 18px);
}
ul.productBoxInner li.jktWrap {
	width: 43.5%;
	margin-right: 1.5%;
}
ul.productBoxInner li.dataWrap {
	width: 55%;
}
ul.productBoxInner li.jktWrap .jkt{
	width: 100%;
}
ul.productBoxInner li.dataWrap .tokutenWrap {
	width: 100%;
	font-size: 0px;
}
ul.productBoxInner li.dataWrap .tokutenWrap li {
		vertical-align: top;
		display: inline-block;
	    font-size: clamp(12px, 1.12vw, 16px);
		line-height: 1.5em;
}
ul.productBoxInner li.dataWrap .tokutenWrap li span {
	color: #c48f3e;
}
.sellWrap {
	width: 10em;
	display: flex;
	border: 1px solid #c48f3e;
	color: #c48f3e;
	justify-content: center;
	align-items: center;
	margin: 0 0;
}

.ecBtnWrap {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0.5em auto 1em;
	flex-wrap: wrap;
}
.ecBtnWrap a {
	width: 32.5%;
	margin-bottom: 0.25em;
}

.ecBtnWrap::after {
  content: "";
  display: block;
  width: 32.5%; 
}

/*.ecBtnWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25em;
}

.ecBtnWrap a {
	width: calc((100% - 0.5em) / 3);
}
*/
.nowpri {
	background: url("../img/jkt_Nowpri.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 75.25%;
}

@media screen and (max-width: 768px){
ul.productBoxInner li {
	display: block;
}
ul.productBoxInner li.jktWrap, ul.productBoxInner li.dataWrap {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 1em auto;
}
.sellWrap {
	width: 10em;
	display: flex;
	border: 1px solid #c48f3e;
	color: #c48f3e;
	justify-content: center;
	align-items: center;
	margin: 0.5em auto;
}

.ecBtnWrap a {
	width: 49%;
	margin-bottom: 0.5em;
}
.ecBtnWrap::after {
 display: none;
}
}

/*オリ特*/
.oritokuWrap {
	width: 100%;
	border:2px solid #c48f3e;
	padding: 1.5% 3%;
	background-image: linear-gradient(90deg, #05150e, #2d4327, #05150e);
	margin: 1.5em auto;
	text-align: center;
	
}
.oritokuWrap h2 {
	color: #c48f3e;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(16px, 2.083vw, 30px);
    line-height: 1.8em;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.corporationWrap {
	width: 100%;
	padding: 1%;
	background: #311f05;
	margin-bottom: 1em;
}
.corporationName {
	width: 100%;
	background: #74511c;
		font-size: clamp(15px, 1.39vw, 20px);
    line-height: 1.5em;
	font-weight: 700;
	color: #fff;
}
.tokutenName {
	color: #c48f3e;
	font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.5em;
	font-weight: 700;
	margin-top: 0.5em;
}
.tokutenName small {
	color: #fff;
	font-size: clamp(11px, 0.972vw, 14px);
	font-weight: 400;
}
.tokutenImgWrap {
	width: 100%;
	font-size: 0;
	margin-bottom: 1.25%;
}
.tokutenImgWrap li {
	width: 31%;
	font-size: 0;
	font-size: clamp(12px, 1.12vw, 16px);
    line-height: 1.8em;
	font-weight: 700;
	color: #c48f3e;
	vertical-align: top;
	margin: 1% 1.16%;
	display: inline-block;
}
.tokutenImgWrap li figure{
	margin-bottom: 0.5em;
}
.tokutenImgWrap .animate {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 0.5em;
	border: 1px solid #fff;
}

#amazon1-1 {
	background: url("../img/oritoku/amazon-box1-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 120.4%
}
#amazon1-2 {
	background: url("../img/oritoku/amazon-box1-2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 109.2%
}
#amazon2-1 {
	background: url("../img/oritoku/amazon-box2-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 120.4%
}
#amazon2-2 {
	background: url("../img/oritoku/amazon-box2-2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 109%
}
#amazon3-1 {
	background: url("../img/oritoku/amazon-box3-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 120.4%
}
#amazon3-2 {
	background: url("../img/oritoku/amazon-box3-2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 108.125%
}
#rakuten1-1 {
	background: url("../img/oritoku/rakuten-box1-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 106.7%
}
#rakuten2-1 {
	background: url("../img/oritoku/rakuten-box2-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 106.7%
}
#rakuten3-1 {
	background: url("../img/oritoku/rakuten-box3-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 170.8%
}
#animate1-1 {
	background: url("../img/oritoku/animate-box1-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 62.5%
}
#animate2-1 {
	background: url("../img/oritoku/animate-box2-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 62.5%
}
#animate3-1 {
	background: url("../img/oritoku/animate-box3-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 62.5%
}
#animateAll {
	background: url("../img/oritoku/animateAll.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 71.46%
}

@media screen and (max-width: 768px){
	.tokutenImgWrap {
	width: 90%;
/*		max-width: 320px;*/
		margin: auto;
}
.tokutenImgWrap li {
	width: 100%;
	max-width: 240px;
	margin: 1% auto;
	display: block;
}
	.tokutenImgWrap li figure {
		margin: 2.5% auto;
	}
#amazon1-1 {
	padding-top: 109.2%;
	background-size: cover;
}
#amazon3-1 {
	background: url("../img/oritoku/amazon-box3-1.jpg");
	padding-top: 108.125%;
		background-size: cover;
}
}
/*配信*/
.streamWrap {
	width: 100%;
	border-top: 1px dotted #c48f3e;
	border-bottom: 1px dotted #c48f3e;
	padding: 1em 0;
	margin: 3em auto 0;
	text-align: center;
		font-size: clamp(16px, 2.083vw, 30px);
	    line-height: 1.8em;
		font-weight: 700;
}
.streamWrap h2 {
	color: #c48f3e;
	font-size: clamp(16px, 2.083vw, 30px);
    line-height: 1.8em;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.streamBtn {
	width: 70%;
	max-width: 420px;
	margin: 1em auto;
	font-size: clamp(14px, 1.67vw, 24px);
	font-weight: 700;
	color: #3b2b13;
	letter-spacing: 0.05em;
	height: clamp(50px, 5.55vw, 80px);
	background-image: linear-gradient(90deg, #bc8228, #fed772, #bc8228);
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.4;
}
.streamBtn small {
	letter-spacing: -0.1em;
	font-size: clamp(12px, 1.12vw, 18px);
}


/*イントロダクション********************/
#introWrap h3 {
	text-align: center;
	font-size: clamp(20px, 3.47vw, 50px);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	color: #c48f3e;
	margin: 1em auto 0.5em;
}
#introWrap h3 small {
	font-size: clamp(16px, 2.78vw, 40px);
	font-weight: 400;
}
#introWrap h4 {
		text-align: center;
	font-size: clamp(14px, 2.083vw, 30px);
    line-height: 1.25em;
	font-weight: 500;
	color: #c48f3e;
}
.introPhWrap {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 2em auto 1em;
}
.introPhWrap figure {
	width: 32.5%;
}

#intro-1-ph-1 {
	background: url("../img/intro-1-ph-1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-1-ph-2 {
	background: url("../img/intro-1-ph-2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-1-ph-3 {
	background: url("../img/intro-1-ph-3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-2-ph-1 {
	background: url("../img/intro-2-ph-1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-2-ph-2 {
	background: url("../img/intro-2-ph-2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-2-ph-3 {
	background: url("../img/intro-2-ph-3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-3-ph-1 {
	background: url("../img/intro-3-ph-1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-3-ph-2 {
	background: url("../img/intro-3-ph-2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
#intro-3-ph-3 {
	background: url("../img/intro-3-ph-3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 56.25%;
}
@media screen and (max-width: 768px){
	#introWrap h3, #introWrap h4 {
		width: 94%;
		margin: 0.5em auto;
		line-height: 1.25em;
	}
}


/*ストーリー********************/
#storyWrap {
	background: url("../img/story_bg.png");
	padding-bottom: 1.5em;
}
#storyPh {
	background: url("../img/storyPh.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 45.5%;
}
/*相関図********************/
.chartWrap {
	width: 100%;
	border: 2px solid #c48f3e;
}
#chartImg {
		background: url("../img/chart-img.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 75.5%;
}

/*キャスト＆スタッフ********************/
#castWrap h3 {
	width: 50%;
	max-width: 200px;
	margin: 1em auto;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: clamp(16px, 2.083vw, 30px);
    line-height: 1.5em;
	background: #c48f3e;
}
.castWrap-2 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 1em auto;
	flex-wrap: wrap;
}

.castArea {
	width: 100%;
	border:2px solid #c48f3e;
}
.castArea-2 {
	width: 49%;
	border:2px solid #c48f3e;
	padding: 1em;
	margin-bottom: 1em;
}
.castArea-3 {
	width: 90%;
	padding: 0.75em 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.castArea-3 big {
	font-size: clamp(14px, 1.67vw, 24px);
	font-weight: 700;
	line-height: 1.5em;
}

.type-1 {
	background: url("../img/castAreaHead-1.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	
}
.type-2 {
	background: url("../img/castAreaHead-2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.castInner-1{
	width: 96%;
	margin: 1em auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5em;
}
.castBox-1 {
	width: 48.5%;
}
.castBox-2 {
	width: 90%;
	margin: auto;
}

.charaName {
	text-align: center;
	font-size: clamp(18px, 2.5vw, 36px);
    line-height: 0.75em;
	color: #c48f3e;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;

}
.charaName small {
	font-size: clamp(12px, 1.25vw, 18px);
	font-weight: 700;
}
.charaPhWrap {
	width: 90%;
	margin: 1em auto;
}
.castProf {
	width: 100%;
	background: #271d0c;
	margin: 1em auto auto;
	padding: 0.75em 1.5em;
}
.castName {
	text-align: center;
	font-size: clamp(16px, 2.083vw, 30px);
    line-height: 1.8em;
	color: #c48f3e;
	font-weight: 700;

}
.castName small {
	font-size: clamp(12px, 1.12vw, 16px);
	font-weight: 700;
}

#charaPh-01 {
	background: url("../img/charaPh-01.jpg");
		background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
}
#charaPh-02 {
	background: url("../img/charaPh-02.jpg");
		background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
}
#charaPh-03 {
	background: url("../img/charaPh-03.jpg");
		background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
}
#charaPh-04 {
	background: url("../img/charaPh-04.jpg");
		background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
}
#charaPh-05 {
	background: url("../img/charaPh-05.jpg");
		background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
}


@media screen and (max-width: 768px){
.castArea, .castArea-2 {
	width: 100%;
	max-width: 480px;
	border:2px solid #c48f3e;
	padding: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	
}
.type-1 {
	background: url("../img/castAreaHead-2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
	.castInner-1 {
			width: 90%;
		margin-left: auto;
	margin-right: auto;
	}
.castBox-1 {
	width: 100%;
		margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border-bottom: 1px dotted #c48f3e;
	padding-bottom: 1em;
}
}
/*************************
*フッター
*************************/
footer {
	width: 90%;
	margin: auto;
	margin-top: 5em;
	  padding: 2.5em 0;
text-align: center;
    font-size: clamp(11px, 0.9722vw, 14px);
    line-height: 1.8em;
    font-weight: 400;
	color: rgba(255,255,255,0.5);
}

footer span {
	display: inline-block;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
 background: #000;
  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%;
}
