@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : template.css
Description : 共通
===================================================================== */
/* ==========================================================
	reset CSS
========================================================== */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	margin: 0
}

main {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
	margin: 0
}

ol,
ul {
	padding: 0;
	list-style: none
}

dd {
	margin-left: 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid;
	margin: 0;
	clear: both;
	color: inherit
}

pre {
	font-family: monospace;
	font-size: inherit
}

address {
	font-style: inherit
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace;
	font-size: inherit
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	vertical-align: bottom;
}

embed,
iframe,
object {
	border: 0;
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
	cursor: default
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset,
option {
	padding: 0
}

fieldset {
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

label[for] {
	cursor: pointer
}

details {
	display: block
}

summary {
	display: list-item
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption {
	text-align: left
}

td,
th {
	vertical-align: top;
	padding: 0
}

th {
	text-align: left;
	font-weight: 700
}

[hidden],
template {
	display: none
}


/* ==========================================================
	共通
========================================================== */

html {
	font-size: calc(10 / 750 * 100vw);
	overflow-x: hidden;
}

.gDef-top-banner {
	background-color: #fff;
}

.wrapper {
	background-color: #fff;
	color: #000;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 2.8rem;
	line-height: 1.7;
}

.wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

.wrapper a {
	color: #000;
	display: block;
}

.wrapper b {
	display: inline;
}

.inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 calc(50 / 750 * 100%);
}

.wrapper section {
	padding: calc(70 / 650 * 100%) 0;
}

.wrapper section:not(:last-child) {
	border-bottom: 1px solid #d4d4d4;
}

.ttl_h2 {
	position: relative;
	font-weight: bold;
	font-size: 3.2rem;
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1;
}

.ttl_h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: .5em;
	height: 100%;
}

.ttl_h3 {
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: .5em;
}

.wrapper .txt_link {
	display: inline;
	text-decoration: underline;
}

.wrapper b.red {
	color: #ff0000;
}

.btn_link {
	display: inline-block !important;
	padding: .8em 1em .8em 3.5em;
	border-radius: 2em;
	background: #ededed url(/common/img/ico_link_02.png) no-repeat center left 1em/1.5em;
	color: #000;
	line-height: 1;
}


@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}


@media screen and (min-width: 768px) {
	html {
		font-size: calc(10 / 1200 * 100vw);
	}

	.wrapper {
		font-size: 1.6rem;
	}

	.wrapper a {
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.inner {
		max-width: calc(1024 / 1200 * 100%);
		padding: 0 calc(30 / 1200 * 100%);
	}

	.sp {
		display: none !important;
	}

	.wrapper section {
		padding: calc(50 / 964 * 100%) 0;
	}

	.ttl_h2 {
		font-size: 2.4rem;
	}

	.ttl_h3 {
		font-size: 2rem;
	}

	.btn_link:hover {
		background-color: #d6d6d6;
	}

}


@media screen and (min-width: 1200px) {
	html {
		font-size: 10px;
	}

	.inner {
		max-width: 1024px;
		padding: 0 30px;
	}
}

/* 画像ガード */
.photo_protect {
	position: relative;
	display: inline-block;
	pointer-events: auto;
}

.photo_protect::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	position: absolute;

	top: 0;
	left: 0;
}

@media print {
	.photo_protect {
		display: none;
	}

}


/* ==========================================================
	header
========================================================== */

/* メインビジュアル
********************************* */
.mv .inner {
	padding: 0;
}

/* メニュー
********************************* */
.nav {
	overflow: auto;
}

.nav ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}

.nav a {
	position: relative;
	font-size: 1.6rem;
	padding: 1em;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.nav ul {
		width: 100% !important;
		max-width: calc(1024 / 1200 * 100%);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav a:after {
		content: "";
		width: 100%;
		height: .3em;
		display: block;
		position: absolute;
		left: 0;
		bottom: -1em;
		-webkit-transition: bottom 0.3s;
		transition: bottom 0.3s;
	}

	.nav a:hover:after {
		bottom: .3rem;
		-webkit-transition: bottom 0.3s;
		transition: bottom 0.3s;
	}
}

@media screen and (min-width:1200px) {
	.nav ul {
		max-width: 1024px;
	}
}



/* ==========================================================
	コンテンツ
========================================================== */


/* 画像リスト
********************************* */
.images_list li:not(:last-child) {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	.images_list {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: calc(750 / 964 * 100%);
		margin: 0 auto;
	}

	.images_list li {
		margin-left: calc(5 / 750 * 100%);
		margin-right: calc(5 / 750 * 100%);
		margin-bottom: 0 !important;
		min-width: calc(110 / 750 * 100%);
		width: 100%;
	}

}

/* 画像スライダー
********************************* */
.images_slider figcaption {
	margin-top: .5em;
}

.slick-arrow {
	display: block;
	position: absolute;
	top: -3em;
	bottom: 0;
	margin: auto;
	z-index: 3;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
}

.slick-arrow::before {
	content: "";
	display: block;
	width: .7em;
	height: .7em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.slick-arrow.prev {
	left: 0;
	margin-left: calc(-25 / 650 * 100%);
}

.slick-arrow.prev::before {
	left: .2em;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.slick-arrow.next {
	right: 0;
	margin-right: calc(-25 / 650 * 100%);
}

.slick-arrow.next::before {
	right: .2em;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.slide-dots {
	margin-top: 1em;
	text-align: center;
}

.slide-dots li,
.slide-dots button,
.slide-dots button::before {
	width: 1em;
	height: 1em;
}

.slide-dots li {
	display: inline-block;
	margin: 0 .5em;
	cursor: pointer;
}

.slide-dots button {
	position: relative;
	text-indent: -9999px;
	line-height: 0;
}

.slide-dots button::before {
	content: '';
	border-radius: 50%;
	background-color: #e0dcdc;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	line-height: 1em;
}

@media screen and (min-width: 768px) {
	.slick-arrow {
		cursor: pointer;
		-webkit-transition: .3s ease;
		transition: .3s ease;
	}

	.slick-arrow.prev {
		margin-left: 0;
	}

	.slick-arrow.next {
		margin-right: 0;
	}

	.images_slider figure {
		width: calc(750 / 964 * 100%);
		margin: 0 auto;
	}
}

/* バナーリスト
********************************* */
.banner_list li {
	width: calc(500 / 650 * 100%);
	margin: 1em auto 0;
}

.banner_list li:first-child {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.banner_list {
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.banner_list li {
		width: calc(240 / 964 * 100%);
		margin: 1em calc(5 / 964 * 100%) 0;
	}

	.banner_list li:nth-child(-n+3) {
		margin-top: 0;
	}

	.banner_list a:hover,
	.banner_wide a:hover {
		opacity: .7;
	}

	.banner_wide {
		width: 100%;
	}
}

/* ツイッター
********************************* */
.twitter {
	position: relative;
}

.twitter_box {
	position: relative;
	padding-top: calc(600 / 650 * 100%);
	background-color: #fff;
	overflow: hidden;
}

.twitter_box iframe {
	width: 740px !important;
	height: 30em !important;
	font-size: 2rem;
	position: absolute !important;
	top: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
	.twitter {
		width: calc(500 / 964 * 100%);
		margin: 0 auto;
		height: 100%;
	}

	.twitter_box {
		padding-top: calc(500 / 500 * 100%);
	}

	.twitter_box iframe {
		height: 100% !important;
	}
}


/* 動画
********************************* */
.movie {
	margin: 0 auto;
}

.movie:not(:last-child) {
	margin-bottom: 2em;
}

.movie_box {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.movie_box + p {
	margin-top: 5%;
}

.movie_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.movie {
		width: calc(750 / 964 * 100%);
	}
}


/* キャスト
********************************* */
.cast_btn_5,
.cast_btn_7 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cast_btn_5 li {
	width: calc(310 / 650 * 100%);
	margin-top: calc(40 / 650 * 100%);
}

.cast_btn_5 li:nth-child(-n+2) {
	margin-top: 0;
}

.cast_btn_7 li {
	width: calc(205 / 650 * 100%);
	margin-top: calc(30 / 650 * 100%);
}

.cast_btn_7 li:nth-child(-n+3) {
	margin-top: 0;
}

.cast_btn_5 figcaption,
.cast_btn_7 figcaption {
	text-align: center;
	margin-top: 1em;
}

.cast_btn_5 dt,
.cast_btn_7 dt {
	font-size: 2.8rem;
	font-weight: bold;
}

.cast_btn_5 dd,
.cast_btn_7 dd {
	color: #b2b1b1;
}

@media screen and (min-width: 768px) {

	.cast_btn_5,
	.cast_btn_7 {
		width: calc(750 / 964 * 100%);
		margin: auto;
	}

	.cast_popup li {
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.cast_popup li:hover {
		opacity: .6;
	}

	.cast_btn_5 li {
		width: calc(143 / 750 * 100%);
		margin-top: calc(40 / 750 * 100%);
	}

	.cast_btn_5 li:nth-child(-n+5) {
		margin-top: 0;
	}

	.cast_btn_7 li {
		width: calc(100 / 750 * 100%);
		margin-top: calc(30 / 750 * 100%);
	}

	.cast_btn_7 li:nth-child(-n+7) {
		margin-top: 0;
	}

	.cast_btn_5 dt,
	.cast_btn_7 dt {
		font-size: 1.6rem;
	}

	.cast_btn_5 dd,
	.cast_btn_7 dd {
		font-size: 1.2rem;
	}

}


/* ポップアップ
********************************* */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}

.popup * {
	position: relative;
}

.popup_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
}

.popup_area {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.popup_inner {
	width: calc(650 / 750 * 100%);
	margin: calc(150 / 750 * 100%) auto;
	padding: 0;
}

.popup_close {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(90 / 650 * 100%);
	margin: calc(-30 / 650 * 100%) calc(-30 / 650 * 100%) 0 0;
	z-index: 110;
	border-radius: 50%;
	border: .8em solid;
}

.popup_close::before,
.popup_close::after {
	content: "";
	display: block;
	width: 1px;
	padding-top: 100%;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto;
}

.popup_close::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup_list {
	width: 100%;
	height: 100%;
}

.popup_details {
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2em;
	padding: calc(50 / 650 * 100%);
}

.cast_photo {
	width: calc(350 / 550 * 100%);
	margin: 0 auto calc(30 / 550 * 100%);
}

.popup img {
	width: 100%;
	height: auto;
	display: block;
}

.cast_name {
	text-align: center;
	margin: 0 auto calc(30 / 550 * 100%);
	padding: 1em 0;
	border-bottom: 1px solid #d4d4d4;
}

.cast_name1 {
	display: block;
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: .5em;
}

.cast_name1 rt {
	text-align: center;
}

/*FireFox対策*/
@-moz-document url-prefix() {
	.cast_name1 rt {
		margin-bottom: -.5rem;
	}
}

.cast_name2 {
	font-size: 2.8rem;
	padding-bottom: .5em;
}

.cast_txt {
	font-size: 2.6rem;
	line-height: 1.7;
}


@media screen and (min-width: 768px) {
	.popup_bg {
		cursor: pointer;
	}

	.popup_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.popup_inner {
		width: calc(1000 / 1200 * 100%);
		max-width: 1000px;
		margin: auto;
		padding: calc(60 / 1200 * 100%) 0 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.popup_close {
		cursor: pointer;
		width: calc(64 / 1000 * 100%);
		margin: calc(30 / 1000 * 100%) calc(-30 / 1000 * 100%) 0 0;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.popup_close::before,
	.popup_close::after {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}

	.popup_details {
		padding: calc(50 / 1000 * 100%);
	}

	.cast_photo {
		width: calc(300 / 900 * 100%);
		margin: 0 auto calc(30 / 900 * 100%);
	}

	.cast_name {
		margin: 0 0 calc(30 / 900 * 100%);
	}

	.cast_name1 {
		font-size: 2.6rem;
	}

	.cast_name2 {
		font-size: 1.8rem;
	}

	.cast_txt {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1200px) {
	.popup_inner {
		padding: 60px 0 0;
	}

}

/* スタッフ一覧
********************************* */
.staff_list2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	/* height: calc(352 / 750 * 100vw); */
}

.staff_list2 li {
	/* width: calc(310 / 650 * 100%); */
	margin-right: calc(20 / 650 * 100%);
}

.staff_list1 li,
.staff_list2 li {
	margin-bottom: .5em;
}

.staff_list1 li:last-child {
	margin-bottom: 0;
}

.staff_list1 dl,
.staff_list2 dl {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.staff_list1 dt,
.staff_list2 dt {
	font-weight: bold;
}

.staff_list1 dd,
.staff_list2 dd {
	color: #b2b1b1;
	margin-left: .3em;
}

@media screen and (min-width: 768px) {
	/* .staff_list2 {
		height: calc(212 / 1200 * 100vw);
	}

	.staff_list2 li {
		width: calc(350 / 964 * 100%);
		margin-right: calc(20 / 964 * 100%);
	} */
}

@media screen and (min-width: 1200px) {
	/* .staff_list2 {
		height: 212px;
	} */
}
