@charset "utf-8";

/*-------------------------*/
/*Reset*/
html {margin: 0;padding: 0;border: 0;overflow-y: scroll;}
* {border: 0;box-sizing: border-box;margin: 0;padding: 0;}
body {line-height: 1;-webkit-text-size-adjust: 100%;width: 100%;}
h1, h2, h3, h4, h5, h6, p, span, table, a, img, dl, dt, dd, ul, li, ol, iframe, nav, small {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
background: transparent;
vertical-align: baseline;
border: none;
list-style: none;
text-decoration: none;
}
img {vertical-align: top;}
ol, ul {list-style: none;list-style-type: none;}


/* ----------------------------- */
#wrapper {
	background: #4b1814;
	color: #ffffff;
	/* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, Osaka, "sans-serif"; */
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
	margin: 0 auto;
	text-align: center;
}



.flex {
	display: flex;
}

.inner {
	max-width: 1000px;
	padding: 0 3%;
	margin: auto;
}

img {
	vertical-align: bottom;
}


h2 {
	margin-bottom: 6%;
}

h2 img{
	height: 80px;
	width: auto;
}

figure img{
	width: 100%;
}

/* ----------------------------- */
.bannerBox {
	background-color: #f5a426;
	padding: 20px 0;
}

.movie {
	background-color: #842923;
	padding: 4% 0 8%;
}
.news,.cast,.sns_account {
	background-color: #842923;
	padding: 4% 0;
}
.story,.streaming {
	background-color: #9e5c00;
	padding: 4% 0;
}


.movie {
	background-image: url(../img/asiato1.png);
	background-repeat: no-repeat;
	background-position: 0% 53%;
	background-size: 100%;
}
.news {
	background-image: url(../img/asiato1.png);
	background-repeat: no-repeat;
	background-position: 0% 53%;
	background-size: 100%;
}
.cast {
	background-image: url(../img/asiato2.png);
	background-repeat: no-repeat;
	background-position: 30% 75%;
	background-size: 100%;
}
.sns_account {
	background-image: url(../img/asiato1.png);
	background-repeat: no-repeat;
	background-position: 30% 50%;
	background-size: 100%;
}

/* --------------
KV
--------------- */
figure {
	position: relative;
}

.bannerBox_text {
	margin: 0 auto 15px;
	width: 40%;
}

.bannerBox_text img {
	width: 100%;
}


/* --------------
.movie
--------------- */

.video-container {
    border: .5vw solid #bd8d49;
}

.video-inner {
	max-width: 1200px;
	padding: 0 3%;
	margin: auto;
}

/* --------------
.news
--------------- */


.news .flex a {
	padding: 4%;
	border-radius: 2%;
	background-color: #fef2e4;
	width: calc((100% - 5%)/ 2);
	box-shadow: #481915 0px 2px 5px -1px, #481915 0px 1px 3px -1px;
}
.news .flex {
	flex-wrap: wrap;
    gap: 30px;
	justify-content: center;
}

.news_date {
	font-size: clamp(.5rem, 4vw, 1.2rem);
	color: #6e231e;
	font-weight: 600;
}

.news_title {
	font-size: clamp(.2rem, 3.5vw, 1rem);
	color: #484848;
	font-weight: 500;
	line-height: 1.2em;
}

.news_box img {
	margin-bottom: 5%;
	width: 100%;
}

.news_box .news_date {
	margin-bottom: 6%;
}

.news_text {
	text-align: left;
	text-align: justify;
	color: #484848;
}


/* --------------
story
--------------- */

.story p{
	font-size: clamp(.9rem, 4vw, 1.4rem);
	line-height: 2em;
	letter-spacing: .1em;
	font-weight: 600;
	margin-bottom: 18%;
}

.story {
	position: relative;
}

.story_Pc {
	display: block;
}

.story_Sp {
	display: none;
}

.neko1 {
	position: absolute;
	left: 15%;
	bottom: 2%;

}

/* --------------
cast
--------------- */

.cast .flex1 {
	display: flex;
	justify-content: center;
	gap: 5%;
	margin-bottom: 5%;
}

.cast .flex2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20%;
	flex-wrap: wrap;
}

.cast .flex1 img,
.cast .flex2 img  {
	margin-bottom: 5%;
	width: 100%;
}

.actorName {
	font-size: clamp(1rem, 4vw, 1.5rem);
	margin-bottom: 6%;
	font-weight: 500;
}

.roleName {
	font-size: clamp(.5rem, 3.4vw, 1rem);
	font-weight: 500;
}


.staff_name {
	font-size: clamp(1rem, 4vw, 1.5rem);
	font-weight: 500;
	line-height: 2em;
}


.sLogo {
	margin-top: 1%;
}

.sLogo p {
	display: inline-block;
	font-size: clamp(1rem, 4vw, 1.5rem);
    font-weight: 500;
}


.sLogo div {
	display: flex;
	align-items: center;
	justify-content: center;
}






/* --------------
`streaming
--------------- */

.streaming {
	position: relative;
}

.streaming p{
	font-size: clamp(1rem, 4vw, 1.5rem);
	font-weight: 500;
	margin-bottom: 25px;
}


.streaming p a{
	text-decoration: underline;
}

.streaming p a:hover{
	    color: #842923;
		transition: .2s;
}

.streaming .appList img {
	width: 100%;
}

.appList {
	width: 70%;
	margin: auto;
	padding-bottom: 13%;
}

.appList.flex {
	gap: 5%;
	z-index: 1;
    position: relative;
}

.neko2 {
	position: absolute;
	left: 70%;
	bottom: 5%;
}

span {
	display: grid;
	font-weight: 500;
	padding-bottom: 3%;
}




/* --------------
sns
--------------- */
.sns_account .flex{
	justify-content: center;
	gap: 2%;
}

@media screen and (max-width: 1100px) {
	.neko2 {
		width: 17%;
        left: 79%;
	}

	
	.neko1 {
		position: absolute;
		left: 4%;
		bottom: 2%;
	}

}


@media screen and (max-width: 600px) {
	.news,.story,.cast,.staff,.streaming,.sns_account {
		padding: 10% 0;
	}

	.movie {
		padding: 10% 0 15% 0;
	}

	.neko2 {
		position: absolute;
		left: 78%;
		bottom: 5%;
	}

	.neko1 {
		position: absolute;
		left: 2%;
		bottom: 2%;
	}

	.bannerBox_text {
		margin: 0 auto 13px;
		width: 85%;
	}

	.sLogo img {
		width: 20%;
	}
}


@media screen and (max-width: 450px) {
	.news .flex {
		gap: 10px;
	}

	.cast .flex2 li {
		width: calc((100% - 20px) / 2);
		margin-bottom: 5%;
	}

	.neko2 {
		width: 17%;
        left: 79%;
	
	}
	.neko1 {
		width: 30%;
        left: 3%;
	}

	.neko2 img,
	.neko1 img {
		width: 100%;
	}

	h2 img {
		height: 40px;
	}
	.story p {
		line-height: 1.6em;
	}

	.story_Pc {
		display: none;
	}

	.story_Sp {
		display: block;
		text-align: justify;
	}

	.bannerBox_banner img {
		width: 40%;
	}

	.bannerBox {
		padding: 10px 0;
	}

	.story p {
		text-align: left;
	}

	.staff_name {
		line-height: 1.6em;
	}

	.sns_account .flex {
		width: 70%;
		margin: auto;
		gap: 6%;
		display: block;
	}
	.sns_account .flex div{
		margin-bottom: 5%;
	}

	.sns_account .flex img {
		width: 100%;
	}

}







