@charset "UTF-8";
/* CSS Document */

/* リセット ===============*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
-webkit-text-size-adjust: 100%;
}
body {
	-ms-overflow-style:none;
}
body::-webkit-scrollbar {
    display:none;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*{
box-sizing: border-box;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
cursor: pointer;	
}


/* FONTの指定について ===============*/

/*
noto sans
font-family: "Noto Sans JP";
font-weight: 100; thin
font-weight: 300; light
font-weight: 400; regular
font-weight: 500; medium
font-weight: 700; bold

Noto Serif JP
font-family: 'Noto Serif JP', serif;
font-weight: 200; Extra-light 200
font-weight: 300; Light 300
font-weight: 400; Regular 400
font-weight: 500; Medium 500
font-weight: 600; Semi-bold 600
font-weight: 700; Bold 700
font-weight: 900; Black 900

font-family: 'Roboto Condensed', sans-serif;
font-weight: 400; Regular 400
font-weight: 700; Bold 700

Roboto Flex
font-family: 'Roboto Flex', sans-serif;
font-weight: 200; ExtraLight 200
font-weight: 300; Light 300
font-weight: 400; Regular 400
font-weight: 500; Medium 500
font-weight: 600; SemiBold 600
font-weight: 700; Bold 700
font-weight: 800; ExtraBold 800
*/

/*  common  */

div.anchor {
	position: relative;
	top: -77px;
}

@media screen and (min-width : 1025px) {
	div.anchor {
		top: -129px;
	}
}


/*  メニュー  */

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    text-align: center;
    transform: translateX(-100%);
    width: 100%;
    height: 100vh;
	background: rgba(0,0,0,0.9);
    transition: 0.75s;
	padding-top: 80px;
}

nav.globalMenuSp img {
	width: 60%;
	margin-bottom: 40px;
	max-width: 380px;
}

nav.globalMenuSp ul.map_01 {
	border-top: 1px solid white;
    font-size: 0;
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
    color: white;
	text-align: left;
}

nav.globalMenuSp ul.map_01 li {
	font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-right: 34px;
    display: inline-block;
}

nav.globalMenuSp ul.map_01 li span {
	font-family: "Noto Sans JP";
    font-weight: 400;
    display: block;
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 25px;
}

nav.globalMenuSp ul.map_02 {
	border-top: 1px solid white;
    font-size: 0;
    padding-top: 25px;
    width: 90%;
    margin: 0 auto 75px;
    color: white;
	text-align: left;
}

nav.globalMenuSp ul.map_02 li {
	font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-right: 34px;
    display: inline-block;
	vertical-align: top;
}

nav.globalMenuSp ul.map_02 li span {
	font-family: "Noto Sans JP";
    font-weight: 400;
    display: block;
    font-size: 10px;
    margin-top: 7px;
	margin-bottom: 25px;
}

nav.globalMenuSp ul.map_02 li:nth-of-type(3) {
	margin-bottom: 0;
}

nav.globalMenuSp ul.map_02 li:nth-of-type(3) form {
	display: inline;
}

@media screen and (min-width : 1025px) {
	nav.globalMenuSp {
		display: none;
	}
}




/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    height: 100vh;
    opacity: 1;
    transition: 0.75s;
    transform: translateX(0%);
}



/* ハンバーガー外観 */
div.navToggle {
	width: 48px;
	height: 48px;
	position: fixed;
	background: black;
	margin-left: 4%;
	z-index: 100000;
}

div.navToggle span {
	display: block;
	width: 20px;
	margin: 0 auto 4px auto;
	border-bottom: 2px solid white;
	transition: 0.3s;
}

div.navToggle span:first-of-type {
	margin-top: 17px;
	transition: 0.3s;
}

div.navToggle span:last-of-type {
	border: none;
	font-size: 15px;
	font-family: "Noto Sans JP";
    font-weight: 400;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 54px;
	left: 0;
}



div.navToggle.active span:first-of-type {
	width: 24px;
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
    left: 11px;
    transition: 0.3s;
    margin: 0;
}

div.navToggle.active span:nth-of-type(2) {
	display: none;
}

div.navToggle.active span:nth-of-type(3) {
	width: 24px;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    right: 11px;
    transition: 0.3s;
    margin: 0;
}

div.navToggle.active span:nth-of-type(4) {
	color: white;
}


@media screen and (min-width : 1025px) {
	div.navToggle {
		display: none;
	}
}




/*  ヘッダー  */

header div.header_pc {
	display: none;
}

header div.header_sp {
	display: block;
	height: 77px;
	border-top: 3px solid black;
	position: relative;
	background: white;
}

header div.header_sp a {
	display: block;
	width: calc(100% - 4% - 48px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: calc(4% + 48px);
}

header div.header_sp a img.small {
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 370px;
}

header div.header_sp a img.middle {
	display: none;
}

@media screen and (min-width : 500px) {
	header div.header_sp a img.small {
		display: none;
	}
	
	header div.header_sp a img.middle {
		display: block;
		width: 90%;
		margin: 0 auto;
		max-width: 370px;
	}
}

@media screen and (min-width : 1025px) {
	header div.header_sp {
		display: none;
	}
	
	header div.header_pc {
		display: block;
		font-size: 0;
		background: white;
	}
	
	header div.header_pc ul.header_navi {
		height: 26px;
		background: black;
		padding: 0 6%;
		text-align: right;
		font-size: 0;
		line-height: 26px;
	}
	
	header div.header_pc ul.header_navi li {
		font-size: 12px;
    	font-family: "Noto Sans JP";
    	font-weight: 300;
    	display: inline-block;
    	margin-right: 12px;
    	color: white;
	}
	
	header div.header_pc ul.header_navi li:last-of-type {
		margin-right: 0;
	}
	
	header div.header_pc ul.header_navi li:nth-of-type(3) {
		padding-left: 17px;
		background-image: url(../img/lang_icon.svg);
		background-repeat: no-repeat;
    	background-size: 12px;
    	background-position: left center;
		margin-right: 5px;
	}
	
	header div.header_pc ul.header_navi li:nth-of-type(3):after {
		content: "／";
		display: inline-block;
	}

	header div.header_pc img.logo_pc {
		margin-left: 6%;
		width: 36%;
		max-width: 650px;
		display: inline-block;
		vertical-align: middle;
		transition: 0.3s;
	}
	
	header div.header_pc img.logo_pc:hover {
		opacity: 0.8;
		transition: 0.3s;
	}

	header div.header_pc nav.gnavi {
		width: 49%;
		height: 103px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 3%;
		padding-top: 31px;
	}
	
	header div.header_pc nav.gnavi ul {
		font-size: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header div.header_pc nav.gnavi ul li {
		font-family: 'Roboto Flex', sans-serif;
		font-size: 21px;
		font-weight: 400;
		transition: 0.3s;
	}
	
	header div.header_pc nav.gnavi ul li:hover {
		opacity: 0.7;
		transition: 0.3s;
	}
	
	header div.header_pc nav.gnavi ul li span {
		display: block;
		font-family: "Noto Sans JP";
    	font-weight: 400;
    	font-size: 11px;
		line-height: 1;
    	margin-top: 8px;
		text-align: center;
	}
}




/*  セクションタイトル  */

h2.section_title {
	background: black;
	color: white;
	height: 60px;
	line-height: 60px;
	padding-left: 5%;
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	font-size: 30px;
}

h2.section_title span {
	font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
}

img.section_img {
	display: none;
}

@media screen and (min-width : 1025px) {
	h2.section_title {
		height: 100px;
		font-size: 40px;
		line-height: 100px;
	}
	
	img.section_img {
		display: block;
		width: 100%;
	}
}



/*  メインビジュアル／勲章  */

img.crown {
	width: 150px;
}

@media screen and (min-width : 450px) {
	img.crown {
		width: 170px;
	}
}

@media screen and (min-width : 600px) {
	img.crown {
		width: 200px;
	}
}

@media screen and (min-width : 1000px) {
	img.crown {
		width: 170px;
	}
}



/*  メインビジュアル／コピー  */

h1.catch_copy {
	font-size: 22px;
    line-height: 56px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
    color: #fff;
}

h1.catch_copy span {
	background: black;
    padding: 5px 10px 5px 36px;
}

@media screen and (min-width : 450px) {
	h1.catch_copy {
		font-size: 32px;
    	line-height: 73px;
    	margin-top: inherit;
	}
	
	h1.catch_copy span {
		padding-left: 36px;
	}
}

@media screen and (min-width : 600px) {
	h1.catch_copy {
		font-size: 46px;
    	line-height: 97px;
	}
}

@media screen and (min-width : 1000px) {
	h1.catch_copy {
		font-size: 28px;
    	line-height: 66px;
	}
}

@media screen and (min-width : 1280px) {
	h1.catch_copy {
		font-size: 28px;
    	font-weight: 300;
	}
	
	h1.catch_copy span {
		padding: 5px 10px;
	}
}


/*  メインビジュアル／監督  */

dl.director {
	display: inline-block;
	padding: 11px 20px 11px 40px;
    background-color: rgba(255,255,255,0.5);
	font-size: 0;
}

dl.director dt {
	font-size: 19px;
	font-family: "Noto Sans JP";
    font-weight: 700;
    display: inline-block;
}

dl.director dd {
	font-size: 19px;
	font-family: "Noto Sans JP";
    font-weight: 700;
    display: inline-block;
}

@media screen and (min-width : 450px) {
	dl.director dt {
		font-size: 24px;
	}
	
	dl.director dd {
		font-size: 24px;
	}
}

@media screen and (min-width : 600px) {
	dl.director dt {
		font-size: 28px;
	}
	
	dl.director dd {
		font-size: 28px;
	}	
}

@media screen and (min-width : 1000px) {
	dl.director dt {
		font-size: 23px;
	}
	
	dl.director dd {
		font-size: 23px;
	}
}

@media screen and (min-width : 1280px) {
	dl.director {
		padding: initial;
	}
}


/*  ストーリー／タイトル  */

h1.story_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	font-weight: 600;
}

h1.story_title span {
	display: block;
    margin-top: 10px;
	font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
}

@media screen and (min-width: 570px) {
	h1.story_title {
		font-size: 80px;
	}
	
	h1.story_title span {
		display: inline;
	}
}

@media screen and (min-width : 1000px) {
	h1.story_title {
		font-size: 108px;
	}
}



/*  ストーリー／クリエイター  */

div.creator {
	text-align: center;
}

div.creator img {
	margin-bottom: 15px;
}

div.creator h3 {
	font-size: 24px;
	font-family: "Noto Sans JP";
    font-weight: 700;
}

div.creator h3 span.position {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

div.creator h3 span.en_name {
	display: block;
	font-size: 13px;
    font-weight: 400;
	margin-top: 10px;
}

div.creator p.cap {
	font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.8;
	font-size: 13px;
	margin-top: 10px;
}

@media screen and (min-width : 1280px) {
	div.creator {
		text-align: left;
	}
	
	div.creator:after {
		content: "";
		display: block;
		clear: both;
	}
	
	div.creator img {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	div.creator h3 span.position {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	div.creator h3 {
		font-size: 30px;
		display: inline-block;
		margin-top: 11px;
	}
	
	div.creator h3 span.en_name {
		font-size: 16px;
		display: inline-block;
		margin-top: 0;
		margin-left: 15px;
	}
	
	section.story div.creator:nth-of-type(2) h3,
	section.story div.creator:nth-of-type(3) h3 {
		margin-top: 24px;
	}
	
	section.story div.creator p {
		margin-top: 20px;
		font-size: 15px;
		margin-bottom: 0;
	}
}


/*  ストーリー／キャッチコピー  */

h1.story_catch {
	font-size: 20px;
	font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 1.6;
	text-align: center;
}

@media screen and (min-width : 1280px) {
	h1.story_catch {
		text-align: left;
		font-size: 29px;
	}
}


/*  ストーリー／場面写  */

ul.content_right_up,
ul.content_right_down {
	font-size: 0;
}

ul.content_right_up li,
ul.content_right_down li {
	width: 50%;
	display: inline-block;
}

ul.content_right_up li img,
ul.content_right_down li img {
	width: 100%;
}

ul.content_right_up li:nth-of-type(3), 
ul.content_right_up li:nth-of-type(4),
ul.content_right_up li:nth-of-type(5),
ul.content_right_up li:nth-of-type(6),
ul.content_right_up li:nth-of-type(7),
ul.content_right_up li:nth-of-type(8),
ul.content_right_up li:nth-of-type(9),
ul.content_right_up li:nth-of-type(10) {
	display: none;
}

ul.content_right_down li:nth-of-type(1), 
ul.content_right_down li:nth-of-type(2),
ul.content_right_down li:nth-of-type(5),
ul.content_right_down li:nth-of-type(6) {
	display: none;
}


@media screen and (min-width : 450px) {
	ul.content_right_up li,
	ul.content_right_down li {
		width: 25%;
	}

	ul.content_right_up li:nth-of-type(3), 
	ul.content_right_up li:nth-of-type(4) {
		display: inline-block;
	}
	
	ul.content_right_down li:nth-of-type(1), 
	ul.content_right_down li:nth-of-type(2) {
		display: inline-block;
	}
}

@media screen and (min-width : 1280px) {
	ul.content_right_up {
		width: 49%;
	}
	
	ul.content_right_up li {
		width: 50%;
	}
	
	ul.content_right_up li:nth-of-type(5),
	ul.content_right_up li:nth-of-type(6),
	ul.content_right_up li:nth-of-type(7),
	ul.content_right_up li:nth-of-type(8),
	ul.content_right_up li:nth-of-type(9),
	ul.content_right_up li:nth-of-type(10) {
		display: inline-block;
	}
	
	ul.content_right_down {
		display: none;
	}
}

@media screen and (min-width : 1650px) {
	ul.content_right_up li:nth-of-type(9), 
	ul.content_right_up li:nth-of-type(10) {
		display: none;
	}
}



/*  ストーリー／ワオ！ショップ  */

div.wao_shop {
	text-align: center;
}

div.wao_shop img.wao_shop_logo {
	width: 50%;
	display: block;
	margin: 0 auto 15px;
}

div.wao_shop p {
	font-size: 14px;
    font-family: "Noto Sans JP";
    font-weight: 400;
	margin-bottom: 40px;
}

div.wao_shop img.nitaboh_dvd,
div.wao_shop img.box_dvd {
	width: 36%;
	max-width: 200px;
	margin-bottom: 15px;
}

div.wao_shop dl {
	margin-bottom: 40px;
}

div.wao_shop dl:last-of-type {
	margin-bottom: 0;
}

div.wao_shop dl dt {
	font-size: 16px;
	font-family: "Noto Sans JP";
    font-weight: 500;
	margin-bottom: 10px;
}

div.wao_shop dl dd {
	font-size: 15px;
	font-family: "Noto Sans JP";
    font-weight: 400;
}

div.wao_shop dl ul {
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
	
}

div.wao_shop dl ul li {
	font-size: 15px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	line-height: 1.5;
}

div.dvd_uniq_left {
	margin-bottom: 40px;
}

@media screen and (min-width : 1025px) {
	div.wao_shop {
		width: 40%;
	}
	
	div.wao_shop img.nitaboh_dvd,
	div.wao_shop img.box_dvd {
		width: 140px;
		transition: 0.3s;
	}
	
	div.wao_shop img.nitaboh_dvd:hover,
	div.wao_shop img.box_dvd:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}
	
	div.dvd_uniq_left, 
	div.dvd_uniq_right {
		display: inline-block;
		vertical-align: top;
	}
	
	div.dvd_uniq_left {
		margin-right: 45px;
		margin-bottom: 0;
	}
	
	div.wao_shop dl dt {
		transition: 0.3s;
	}
	
	div.wao_shop dl dt:hover {
		opacity: 0.8;
		transition: 0.3s;
	}
}



/*  アワード／記事  */

div.award_uniq {
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	transition: 0.3s;
}

div.award_uniq img {
	width: 100%;
	
	display: block;
	margin-bottom: 10px;
}

div.award_uniq:before {
	content: "";
	display: block;
	width: 14%;
	height: calc(88vw * 0.14);
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(../img/awards_icon_korea.svg);
	background-repeat: no-repeat;
}

div.award_uniq:nth-of-type(2):before {
	background-image: url(../img/awards_icon_france.svg);
}

div.award_uniq:nth-of-type(3):before {
	background-image: url(../img/awards_icon_canada.svg);
}

div.award_uniq p {
	font-size: 15px;
	font-family: "Noto Sans JP";
    font-weight: 500;
	line-height: 1.6;
	margin-bottom: 10px;
}

div.award_uniq dl {
	font-family: "Noto Sans JP";
    font-weight: 400;
	font-size: 0;
}

div.award_uniq dl dt {
	font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}

div.award_uniq dl dd {
	font-size: 13px;
    display: inline-block;
}

div.award_uniq span.more {
	font-size: 13px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    display: inline-block;
    margin-top: 15px;
    background: #F48FB1;
    padding: 8px 16px;
    color: white;
}

@media screen and (min-width : 1025px) {
	div.award_uniq {
		width: 25%;
		margin: initial;
	}
	
	div.award_uniq p {
		font-size: 16px;
	}	
}



/*  スタッフ／監督  */

div.staff_director {
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
}

div.staff_director h3 {
	font-size: 40px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    margin-bottom: 20px;
}

div.staff_director.two h3 {
	font-size: 33px;
}

div.staff_director.three h3 {
	font-size: 33px;
}

div.staff_director h3 span.position {
	display: block;
    font-family: "Noto Sans JP";
	margin-bottom: 20px;
    font-weight: 500;
    border: 2px solid black;
    font-size: 15px;
    padding: 10px;
	line-height: 1.6;
    background: rgba(255,255,255,0.7);
}

div.staff_director h3 span.en_name {
	font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
	display: block;
    margin-left: 0;
    margin-top: 12px;
}

div.staff_director h3 span.company {
	font-weight: 400;
    font-size: 16px;
    display: block;
    margin-top: 15px;
    line-height: 1.5;
}

div.staff_director img {
	width: 100%;
	max-width: 362px;
	display: block;
	margin: 0 auto;
}

div.staff_director p {
	font-size: 16px;
    line-height: 1.9;
    font-family: "Noto Sans JP";
    font-weight: 400;
	margin-bottom: 30px;
}

@media screen and (min-width : 1025px) {
	div.staff_director {
		width: 40%;
	}
	
	div.staff_director h3 {
		
	}
	
	div.staff_director h3 span.position {
		font-size: 16px;
		font-weight: 700;
		border: 3px solid black;
		margin-bottom: 30px;
		padding: 15px;
	}
	
	div.staff_director h3 span.en_name {
		display: inline-block;
		margin-left: 15px;
	}
	
	div.staff_director img {
		width: 362px;
		display: block;
		margin: 0 auto;
		transition: 0.3s;
	}
	
	div.staff_director img:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}

	div.staff_director.two {
		width: 41%;
		margin: 0;
	}
	
	div.staff_director.three {
		width: 25.3%;
		margin: 0;
	}
}




/*  スタッフ／インライン  */

dl.staff_inline {
	width: 90%;
	line-height: 1.6;
    margin: 0 auto;
	font-size: 15px;
    font-weight: 700;
	font-family: "Noto Sans JP";
	text-align: center;
}

dl.staff_inline dt:after {
	content: "／";
}

dl.staff_inline dd {
	display: block;
    margin-bottom: 10px;
}

dl.staff_inline dd:last-of-type {
	margin-bottom: 0;
}

dl.staff_inline br {
	display: none;
}

@media screen and (min-width : 1025px) {
	dl.staff_inline {
		font-size: 16px;
		line-height: 2.2;
	}
	
	dl.staff_inline dt {
		display: inline-block;
	}
	
	dl.staff_inline dd {
		display: inline-block;
	}
	
	dl.staff_inline br {
		display: inline;
	}
}


/*  キャスト／1列  */

div.cast {
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px dotted black;
}

div.cast h3 {
	font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 33px;
	line-height: 1.3;
    margin-bottom: 10px;
}

div.cast h3 span.position {
	display: block;
    font-family: "Noto Sans JP";
	margin-bottom: 20px;
    font-weight: 500;
    border: 2px solid black;
    font-size: 15px;
    padding: 10px;
	background: rgba(255,255,255,0.7);
}

div.cast h3 span.cap {
	font-size: 16px;
    position: relative;
    top: -7px;
}

div.cast img {
	margin-bottom: 20px;
}

div.cast p {
	font-size: 16px;
    line-height: 1.9;
    font-family: "Noto Sans JP";
    font-weight: 400;
}

@media screen and (min-width : 1025px) {
	div.cast {
		width: 41%;
		font-size: 0;
		padding-bottom: 0;
		padding-top: 70px;
		border-bottom: none;
		border-top: 1px dotted black;
	}
	
	div.cast h3 {
		line-height: 1.5;
    	margin-bottom: 30px;
		width: 55%;
	    display: inline-block;
		vertical-align: top;
	}
	
	div.cast h3 span.position {
		margin-bottom: 20px;
    	font-weight: 700;
    	border: 3px solid black;
    	font-size: 16px;
    	padding: 15px;
	}
	
	div.cast img {
		margin-bottom: 30px;
		vertical-align: bottom;
		width: 40%;
		margin-left: 5%;
	}
	
	div.cast img.adult {
		margin-bottom: 30px;
		vertical-align: top;
		width: 25%;
	}
}


/*  キャスト／2列  */

@media screen and (min-width : 1025px) {
	div.cast.two {
		margin: 0;
	}
}


/*  プロダクツ  */

div.products {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

div.products h2 {
	font-size: 30px;
    text-align: center;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    position: relative;
	margin-bottom: 20px;
}

div.products h2 span {
	display: block;
    font-size: 13px;
    font-family: "Noto Sans JP";
    font-weight: 300;
	margin-top: 10px;
}

div.products h2:before {
	content: "";
	display: block;
	width: calc(50% - 80px);
	border-bottom: 1px dotted black;
	position: absolute;
	top: 12px;
	left: 0;
}

div.products h2:after {
	content: "";
	display: block;
	width: calc(50% - 80px);
	border-bottom: 1px dotted black;
	position: absolute;
	top: 12px;
	right: 0;
}

div.products img.waoshop {
	width: 59%;
	max-width: 400px;
	display: block;
	margin: 0 auto 60px;
}

div.products img.dvd {
	width: 59%;
	max-width: 400px;
	margin: 0 auto 20px;
}

div.products a.movie_button {
	display: block;
	max-width: 400px;
	height: 60px;
	margin: 0 auto 20px;
	background: #f9675e;
	color: white;
	text-align: center;
	line-height: 60px;
	font-family: "Noto Sans JP";
	font-size: 19px;
    font-weight: 700;
}

div.products dl {
	font-size: 0;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

div.products dl dt {
	display: inline-block;
    line-height: 1.75;
    font-family: "Noto Sans JP";
	font-size: 14px;
    font-weight: 500;
}

div.products dl dd {
	display: inline-block;
    margin-left: 7px;
	font-family: "Noto Sans JP";
	font-size: 14px;
    font-weight: 400;
}

div.products div.uniq:first-of-type {
	margin-bottom: 40px;
}

@media screen and (min-width : 1025px) {
	div.products {
		width: 100%;
		text-align: left;
		font-size: 0;
	}
	
	div.products h2 {
		margin-bottom: 60px;
	}
	
	div.products h2:before {
    	width: calc(44% - 80px);
    	left: 6%;
	}
	
	div.products h2:after {
    	width: calc(44% - 80px);
    	right: 6%;
	}
	
	div.products img.waoshop {
		width: 19.7%;
		max-width: initial;
	}
	
	div.products div.uniq {
		width: 41%;
		display: inline-block;
		vertical-align: top;
		margin-left: 6%;
		margin-bottom: 0;
	}
	
	div.products div.uniq:first-of-type {
		margin-bottom: 0;
	}
	
	div.products img.dvd {
		width: 34%;
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
		transition: 0.3s;
	}
	
	div.products img.dvd:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}
	
	div.products a.movie_button {
		display: block;
		width: calc(100% - 34% - 20px);
		margin-left: calc(34% + 20px);
		text-align: left;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		transition: 0.3s;
	}
	
	div.products a.movie_button:hover {
		opacity: 0.8;
		transition: 0.3s;
	}
	
	div.products dl {
		display: inline-block;
	}
}




/*  ストリーミング  */

div.streaming {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

div.streaming h2 {
	font-size: 30px;
    text-align: center;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

div.streaming h2 span {
	display: block;
    font-size: 13px;
    font-family: "Noto Sans JP";
    font-weight: 300;
    margin-top: 10px;
}

div.streaming h2:before {
	content: "";
    display: block;
    width: calc(50% - 90px);
    border-bottom: 1px dotted black;
    position: absolute;
    top: 12px;
    left: 0;
}

div.streaming h2:after {
	content: "";
    display: block;
    width: calc(50% - 90px);
    border-bottom: 1px dotted black;
    position: absolute;
    top: 12px;
    right: 0;
}

div.streaming img.u-next {
	width: 55%;
	max-width: 400px;
	margin-bottom: 60px;
}

div.streaming p {
	font-size: 16px;
    line-height: 1.9;
    font-family: "Noto Sans JP";
	text-align: left;
	max-width: 650px;
	margin: 0 auto 40px;
}

div.streaming a {
	height: 60px;
	max-width: 400px;
    display: block;
    line-height: 60px;
    background: #F48FB1;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: white;
    margin: 0 auto;
}

div.streaming a span.fas {
	margin-right: 7px;
}

div.streaming div.uniq:first-of-type {
	margin-bottom: 60px;
}

div.streaming img.family {
	width: 64%;
	max-width: 450px;
	margin-bottom: 60px;
}


@media screen and (min-width : 1025px) {
	div.streaming {
		width: 100%;
	}
	
	div.streaming h2 {
		margin-bottom: 60px;
	}
	
	div.streaming h2:before {
    	width: calc(44% - 90px);
    	left: 6%	;
	}
	
	div.streaming h2:after {
    	width: calc(44% - 90px);
    	right: 6%	;
	}
	
	div.streaming img.u-next {
		width: 17.5%;
		max-width: initial;
	}
	
	div.streaming p {
		width: 70%;
		margin: 0 auto 70px;
	}
	
	div.streaming a {
		width: 400px;
		transition: 0.3s;
	}
	
	div.streaming a:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}
	
	div.streaming div.uniq:first-of-type {
		margin-bottom: 85px;
	}
	
	div.streaming img.family {
		width: 21%;
		max-width: initial;
	}
	
}


/*  自主上映  */

div.screening {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

div.screening h2 {
	font-size: 30px;
    text-align: center;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

div.screening h2 span {
	display: block;
    font-size: 13px;
    font-family: "Noto Sans JP";
    font-weight: 300;
    margin-top: 10px;
}

div.screening h2:before {
	content: "";
    display: block;
    width: calc(50% - 85px);
    border-bottom: 1px dotted black;
    position: absolute;
    top: 12px;
    left: 0;
}

div.screening h2:after {
	content: "";
    display: block;
    width: calc(50% - 85px);
    border-bottom: 1px dotted black;
    position: absolute;
    top: 12px;
    right: 0;
}

div.screening img {
	width: 73%;
	max-width: 400px;
	margin-bottom: 60px;
}

div.screening p {
	font-size: 16px;
    line-height: 1.9;
    font-family: "Noto Sans JP";
    font-weight: 400;
	text-align: left;
	max-width: 650px;
		margin: 0 auto;
}

@media screen and (min-width : 1025px) {
	div.screening {
		width: 100%;
	}
	
	div.screening h2 {
		margin-bottom: 60px;
	}
	
	div.screening h2:before {
    	width: calc(44% - 85px);
    	left: 4%;
	}
	
	div.screening h2:after {
    	width: calc(44% - 85px);
    	right: 4%;
	}
	
	div.screening img {
		width: 17.3%;
		display: inline-block;
		vertical-align: top;
		margin-right: 6%;
		margin-bottom: 0;
	}
	
	div.screening p {
		width: 48%;
		vertical-align: top;
		display: inline-block;
	}
}




/*  実績  */

div.achievement {
	width: 90%;
	margin: 0 auto;
}

div.achievement:after {
	content: "";
	display: block;
	clear: both;
}

div.achievement img {
	width: 19.5%;
	float: left;
	margin-right: 15px;
}

div.achievement p {
	font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
	margin-bottom: 10px;
}

div.achievement p span {
	font-size: 13px;
    margin-left: 5px;
}

div.achievement dl {
	display: none;
}

div.achievement span.more {
	font-size: 13px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: white;
	padding: 8px 16px;
    background: #F48FB1;
	display: inline-block;
}

@media screen and (min-width : 1025px) {
	div.achievement {
		width: 20%;
		text-align: center;
	}
	
	div.achievement img { 
		width: 58%;
		max-width: 200px;
		float: initial;
		margin-right: 0;
		margin-bottom: 20px;
		transition: 0.3s;
	}
	
	div.achievement p {
		font-family: "Noto Sans JP";
    	font-weight: 400;
    	font-size: 19px;
    	line-height: 26px;
		margin-bottom: 5px;
	}
	
	div.achievement dl {
		display: block;
		font-size: 13px;
    	line-height: 19px;
    	font-family: "Noto Sans JP";
    	font-weight: 400;
		margin-bottom: 10px;
	}
	
	div.achievement span.more {
		transition: 0.3s;
	}
	
	div.achievement a:hover img {
		transform: scale(1.1);
		transition: 0.3s;
	}
	
	div.achievement a:hover span.more {
		transform: scale(1.1);
		transition: 0.3s;
	}
}



/*  リンク／アニメ  */

ul.anime li img {
	width: 100%;
	vertical-align: bottom;
}

@media screen and (min-width : 1025px) {
	ul.anime {
		font-size: 0;
	}
	
	ul.anime li {
		width: 25%;
		display: inline-block;
		overflow: hidden;
		transition: 0.3s;
	}
	
	ul.anime li img {
		transition: 0.3s;
	}
	
	ul.anime li:hover img {
		transform: scale(1.1);
		transition: 0.3s;
	}
}



/*  リンク／WAO  */

ul.corp {
}

ul.corp li {
	width: 67%;
	margin: 0 auto;
	margin-bottom: 30px;
}

ul.corp li:last-of-type {
	margin-bottom: 0;
}

ul.corp li img {
	width: 100%;
}

@media screen and (min-width : 1025px){
	ul.corp {
		font-size: 0;
	}
	
	ul.corp li {
		width: 25%;
		display: inline-block;
		text-align: center;
		border-right: 1px dotted black;
	}
	
	ul.corp li:nth-of-type(4),
	ul.corp li:nth-of-type(8),
	ul.corp li:nth-of-type(12) {
		border-right: none;
	}
	
	ul.corp li:nth-of-type(13),
	ul.corp li:nth-of-type(14) {
		margin-bottom: 0;
	}
	
	ul.corp li img {
		max-width: 250px;
		transition: 0.3s;
	}
	
	ul.corp li img:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}
	
	ul.corp li:nth-of-type(13) img:hover {
		transform: scale(1.0);
	}
}



/*  フッター  */

footer {
}

footer div.footer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	background-image: url(../img/footer.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer div.footer h2 {
	font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
	font-size: 30px;
	margin-bottom: 25px;
	margin-left: 5%;
	color: white;
}

footer div.footer h2 span {
	font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
}

footer div.footer ul.map_01 {
	border-top: 1px solid white;
	font-size: 0;
	padding-top: 25px;
	width: 90%;
	max-width: 605px;
	margin-left: 5%;
	color: white;
}

footer div.footer ul.map_01 li {
	font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
	font-size: 18px;
    text-align: left;
    margin-right: 34px;
	display: inline-block;
}

footer div.footer ul.map_01 li:last-of-type {
	margin-right: 0;
}

footer div.footer ul.map_01 li span {
	font-family: "Noto Sans JP";
    font-weight: 400;
	display: block;
    font-size: 10px;
	margin-top: 7px;
	margin-bottom: 25px;
	text-align: center;
}

footer div.footer ul.map_02 {
	border-top: 1px solid white;
	font-size: 0;
	padding-top: 25px;
	width: 90%;
	max-width: 605px;
	margin-left: 5%;
	margin-bottom: 75px;
	color: white;
}

footer div.footer ul.map_02 li {
	font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
	font-size: 18px;
    text-align: left;
    margin-right: 34px;
	display: inline-block;
}

footer div.footer ul.map_02 li span {
	font-family: "Noto Sans JP";
    font-weight: 400;
	display: block;
    font-size: 10px;
	margin-top: 7px;
}

footer div.footer img {
	width: 67%;
	max-width: 350px;
	margin-bottom: 15px;
	margin-left: 5%;
}

footer div.footer dl {
	font-size: 0;
    font-family: "Noto Sans JP";
    font-weight: 400;
	line-height: 20px;
	width: 90%;
	margin: 0 auto;
	color: white;
}

footer div.footer dl:first-of-type {
	margin-bottom: 10px;
}

footer div.footer dl dt {
	font-size: 12px;
}

footer div.footer dl dd {
	
	font-size: 12px;
}

div.copyright {
	text-align: center;
	padding: 7px 0;
}

div.copyright p {
	font-size: 12px;
    font-family: "Noto Sans JP";
    font-weight: 400;
	line-height: 1.7;
}

@media screen and (min-width : 1025px) {
	footer div.footer {
		width: 100%;
		padding: 50px 0;
		
	}
	
	footer div.footer h2 {
		font-size: 40px;
		margin-left: 6%;
	}
	
	footer div.footer ul.map_01 {
		margin-left: 6%;
		width: 625px;
		max-width: initial;
	}
	
	footer div.footer ul.map_01 li {
		font-size: 20px;
	}
	
	footer div.footer ul.map_01 li:last-of-type {
		margin-right: 0;
	}
	
	footer div.footer ul.map_02 {
		margin-left: 6%;
		width: 625px;
		max-width: initial;
		margin-bottom: 120px;
	}
	
	footer div.footer img {
		width: 20.5%;
		margin-left: 6%;
	}
	
	footer div.footer dl {
		margin-left: 6%;
	}
	
	footer div.footer dl dt {
		display: inline-block;
	}
	
	footer div.footer dl dt br {
		display: none;
	}
	
	footer div.footer dl dd {
		display: inline-block;
	}
	
	footer div.footer dl:first-of-type {
		margin-bottom: 0;
	}
	
	div.copyright p br {
		display: none;
	}
}

div.back {
	position: fixed;
    bottom: 30px;
    right: 0;
    transition: 0.3s;
    width: 50px;
}

@media screen and (min-width : 1025px) {
	div.back {
    	width: 59px;
	}
	
	div.back:hover {
		transform: scale(1.1);
		transition: 0.3s;
	}
}











