@charset "UTF-8";

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

/*- reset -----------------------*/

.mrh-root .mfh-cm2018 {
	font-size: 18pt;
}

.mrh-header,
.mrh-header--popup {
	padding: 0 0 0 !important;
	border-bottom: #9c2b33 solid 2px;
}

.mfh-cm2018 ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

/*
p:last-child {
	margin: 0;
}
*/
.pc {
	display: block;
}

.sp {
	display: none;
}

@media (max-width: 640px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*- contents -----------------------*/

.container-max {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: #010001;
}

.mfh-cmtitle--title {
	font-family: "Lato";
	font-size: 4em;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.mfh-cmtitle--subtitle {
	font-family: "Lato";
	font-size: 1.2rem;
	margin: -10px auto 45px auto;
	padding: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/* - nav --------- */

.sec-nav {
	background: #000;
	text-align: right;
	z-index: 49;
}

ul.sec-nav--list {
	margin: 0 auto 0;
	padding: 0;
	color: #fff;
	list-style: none;
	font-size: 1rem;
	max-width: 1280px;
}

.sec-nav--list li {
	display: inline-block;
	font-size: 0.8rem;
	margin: 15px 0;
	padding: 0 10px;
	border-left: 1px solid #fff;
	text-align: center;
}

.sec-nav--list li:first-child {
	border-left: none;
}

.sec-nav--list li a {
	color: #fff;
	transition: .3s;
}

.sec-nav--list li a:hover {
	opacity: .5;
	transition: .3s;
}

.sec-nav_title {
	font-size: 0.8rem;
	padding: 5px 0;
	background: #eeeeee;
}

.sec-nav_title p {
	padding: 0 0 0 15px;
}

@media (min-width: 768px) {
	.sec-nav_title p {
		padding: 0 0 0 20px;
	}
}

@media (min-width: 1280px) {
	.sec-nav_title p {
		display: block;
		max-width: 1280px;
		margin: 0 auto;
		padding: 0;
	}
}

/* - video --------- */

.sec-movie {
	position: relative;
	padding: 0;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	box-sizing: border-box;
	background: #010001;
	z-index: 1000;
}

.sec-movie .sec-cmtitle {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
	width: 40%;
	color: #fff;
	z-index: 10000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.sec-movie_title {
	position: absolute;
	left: 20px;
	bottom: 138px;
	background: #fff;
	padding: 13px 40px;
	opacity: 0.9;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.sec-movie_copy {
	position: absolute;
	left: 40px;
	bottom: 90px;
	background: #fff;
	padding: 13px 20px;
	opacity: 0.6;
}

.slider-nav_line {
	background: #fff;
	width: 3px;
	height: 100%;
}

/* - cast --------- */

.sec-cast {
	font-size: 1rem;
	padding: 50px 0 70px 0;
	background: #f0f0e1;
	text-align: center;
}

.sec-castlist--containter {
	display: flex;
	width: calc(100% - 70px);
	max-width: 1200px;
	margin: 0 auto;
	/*190905追加*/
	justify-content: center;
}

.sec-castlist--containter2 {
	margin: 50px auto 0;
}

.sec-castlist--child {
	width: 33.3%;
	text-align: left;
}

.sec-castlist--containter2 .sec-castlist--child {
	width: 25%;
	text-align: left;
}

.sec- .sec-castlist--photo img {
	width: auto;
}

.sec-castlist--photo {
	margin: 0 auto 15px auto;
	background-size: cover;
	width: 190px;
	height: 245px;
}
.sec-castlist--photo1 {
	background-image: url(../img/sec2-cast_1.png);
}
.sec-castlist--photo2 {
	background-image: url(../img/sec2-cast_2.png);
}
.sec-castlist--photo3 {
	background-image: url(../img/sec2-cast_3.png);
}
.sec-castlist--photo4 {
	background-image: url(../img/sec2-cast_4.png);
}

.mfh-cm3 .sec-castlist--photo1 {
	background-image: url(../img/sec2-cast_3_1.png);
}
.mfh-cm3 .sec-castlist--photo2 {
	background-image: url(../img/sec2-cast_3_2.png);
}
.mfh-cm3 .sec-castlist--photo3 {
	background-image: url(../img/sec2-cast_3_3.png);
}

.mfh-cm3w .sec-castlist--photo1 {
	background-image: url(../img/sec2-cast_3web_1.png);
}
.mfh-cm3w .sec-castlist--photo2 {
	background-image: url(../img/sec2-cast_3web_2.png);
}
.mfh-cm3w .sec-castlist--photo3 {
	background-image: url(../img/sec2-cast_3web_3.png);
}

.sec-castlist--profile {
	padding: 0 40px;
}

.sec-castlist--photo,
.sec-castlist--name,
.sec-castlist--work
 {
	text-align: center;
}
.sec-castlist--work {
	margin-bottom: 0;
}

.sec-castlist--name {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto 15px auto;
}

.sec-castlist--name .sec-castlist--san {
	font-size: 0.8em;
	font-weight: bold;
}

.sec-castlist-caracter {
	line-height: 1.8;
	font-size: 1.1em;
}

.sec-castlist--containter2 .sec-castlist--profile {
	padding: 0 25px;
}

.sec-castlist--containter2 .sec-castlist--name {
	font-size: 1.0em;
}

.sec-castlist--containter2 .sec-castlist--work {
	font-size: 0.9em;
}

.sec-castlist--containter2 .sec-castlist-caracter {
	font-size: 1.0em;
}

.sec-castlist--containter-more {
	max-width: 1200px;
	width: 100%;
	margin: 70px auto 0;
	text-align: right;
	padding-right: 1em;
}
.sec-castlist--containter-more a:hover {
	color: #2c9fe1;
}
.sec-castlist--containter-more .sp {
	display: none;
}
.sec-castlist--containter-more .pc {
	display: inline;
}


/* - specialmovie --------- */
.sec-specialmovie {
	font-size: 1rem;
	padding: 70px 0;
	background: #f0f0e1;
	text-align: center;
	margin-bottom:100px;
}
.sec-specialmovie .mfh-cmtitle--title{
	margin-bottom:45px;
}
.specialmovie-set{
	display: inline-block;
	position:relative;
	margin-top:50px;

}
.specialmovie-frame{
	position:relative;
	z-index: 1;
	pointer-events: none;
}
.specialmovie-video{
	position:absolute;
	top:118px;
	left:240px;	
	width:334px;
	height:220px;
	overflow: hidden;			
}

.specialmovie-video img{
	width:100%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.smShowSp{
	display:none;
}
/*specialmovieモーダルスタイル*/
#mdOverlay {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: #000;
	display: none;
}

#mdWindow {
	top: 50%;
	left: 50%;
	width: 50%;
	padding-top: 28.5%;
	position: fixed;
	z-index: 99999;
	background: #fff;
	display: none;
	transform: translateX(-50%) translateY(-50%);
}

#mdWindow > .mdClose {
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 1.5em;
	background: #757575;
	border-radius: 30px;
	position: absolute;
	z-index: 99;
	cursor: pointer;
	box-shadow: 0 0 3px 0 #000;
}
.mdClose span{
	position:absolute;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.modalBtn {
	padding: 15px 20px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	background: #ececec;
	border: #fff 1px solid;
	border-radius: 5px;
	box-shadow: 0 0 3px #666;
	transition: all 0.2s ease-in-out;
}

.modalBtn:hover {
	opacity: 0.7;
}

#modalInclude {
	display: none;
}

#contWrap {
	box-sizing: border-box;
	overflow-y: auto;
	position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#modalWrapper h2 {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-bottom: #333 1px dotted;
}

#modalWrapper p {
	padding-bottom: 2em;
	font-size: 1em;
}

/****タブのスタイル****/
.tab_item {
	font-size: 1em;
	text-align: center;
	display:inline-block;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-bottom:15px;
	letter-spacing:0.2em;
	padding: 0 10px;


}
.ri {
	border-left: 1px solid #333;
	padding: 0 15px;
}
	
.specialmovie-set .tab_item:first-of-type{
	margin-left:0;
}
.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.sec-specialmovie input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#first:checked ~ #firstPart,
#second:checked ~ #secondPart {
	display: block;
}


@media (max-width: 768px) {
.smHideSp{
	display:none;
}
.smShowSp{
	display:block;
}
.specialmovie-set_sp{
	padding:0 2%;
	margin-top:50px;
}
.specialmovie-frame img{
	width:100%;
}
.specialmovie-video_sp img{
	width:100%;
}

/****タブのスタイル****/
.tab_item_sp {
	font-size: 0.8em;
	text-align: center;
	display:  inline-block;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 0 10px;
	margin-bottom:15px;
	letter-spacing:0.2em;
}
.specialmovie-set_sp .tab_item_sp:first-of-type{
	margin-left:0;
}

.tab_item_sp .ri {
	border-left: 1px solid #333;
	padding: 0 15px;
}

/*ラジオボタンを全て消す*/
.specialmovie-set_sp input[name="tab_item_sp"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_sp {
	display: none;
	clear: both;
	overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#first_sp:checked ~ #firstPart_sp,
#second_sp:checked ~ #secondPart_sp {
	display: block;
}
}
@media (max-width: 768px) {
	.sec-castlist--containter2 .sec-castlist--name br {
		display: block;
	}
}

@media (min-width: 1040px) {
	.sec-castlist--containter2 .sec-castlist--name br {
		display: none;
	}
}

.sec-castlist--containter-chart {
	display: block;
	width: calc(100% - 200px);
	max-width: 1200px;
	margin: 0 auto;
}

.sec-castlist--containter-chart img.chart {
	display: block;
	width: 100%;
	height: auto;
}

.sec-castlist--linkarea {
	display: block;
	margin: 50px auto 0;
	width: 100%;
	line-height: 35px;
	border-radius: 5px;
	background: #FFF;
	text-align: center;
}

.sec-castlist--linkarea a {
	display: block;
	font-size: 16px;
	color: #333;
}

.sec-castlist--linkarea a:hover {
	color: #F00;
}

@media (max-width: 1000px) {
	.sec-castlist--containter-chart {
		width: calc(100% - 20px);
		max-width: 1000px;
		margin: 0 auto;
	}
}

/* - story --------- */

.sec-story {
	color: #333;
	padding: 80px 0 100px 0;
	font-size: 1rem;
	text-align: center;
	background: #FFF;
}

.sec-story--copy {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto 40px auto;
}

.sec-story--text {
	font-size: 1.3rem;
	line-height: 2.6rem;
	margin: 0 auto 30px auto;
}

.mfh-cm2018 {
	background: #fff;
}

.arrow-prev {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 32px;
	height: 100%;
	background: url(../img/arrow-left.png) center center no-repeat;
	background-size: contain;
	z-index: 99;
}

.arrow-next {
	position: absolute;
	top: 0px;
	right: 220px;
	width: 32px;
	height: 100%;
	background: url(../img/arrow-right.png) center center no-repeat;
	background-size: contain;
	z-index: 100;
}

.mfh-cm3w + .banArea ul {
	margin-top: 20px;
}

.banArea ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	list-style-type: none;
	padding: 5px;
	
}
.banArea li {
	padding: 5px;
}
.banArea img {
	border: solid 1px #ccc;
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.banArea ul {
		flex-wrap: wrap;
	}
	.banArea li {
		width: 50%;
	}
}

/* - SP --------- */

@media (max-width: 980px) {
	.arrow-prev {
		left: 10px;
		background: url(../img/arrow-left2.png) center center no-repeat;
		background-size: contain;
	}

	.arrow-next {
		right: 10px;
		background: url(../img/arrow-right2.png) center center no-repeat;
		background-size: contain;
	}

	.sec-movie_title {
		bottom: 50px;
		left: 0;
		font-size: 0.8rem;
		padding: 10px 15px;
	}

	.sec-movie_copy {
		font-size: 0.74rem;
		padding: 10px 15px;
		left: 0;
		bottom: 10px;
	}
}

@media (max-width: 640px) {
	.arrow-next {
		width: 18px;
	}

	.arrow-prev {
		width: 18px;
	}

	.mfh-cmtitle--title {
		font-size: 2em;
		margin: 0 0 3px 0;
	}

	.mfh-cmtitle--subtitle {
		margin: -5px auto 40px auto;
		font-size: 0.6rem;
	}

	.sec-nav--list li {
		margin: 5px 0;
		font-size: 12px;
	}

	/*  */

	.sec-movie {
		position: relative;
		padding: 0;
	}

	.sec-movie .sec-cmtitle {
		top: 10px;
	}

	.sec-movie_title {
		padding: 5px 10px;
		bottom: 30px;
		font-size: 0.65em;
	}

	.sec-movie_copy {
		padding: 5px 10px;
		bottom: 5px;
		font-size: 0.55em;
	}

	/*  */

	.sec-cast {
		font-size: 1rem;
		padding: 50px 0 30px 0;
	}

	.sec-castlist--containter {
		width: calc(100% - 30px);
	}

	.sec-castlist--containter2 {
		margin: 0 auto 0;
	}

	.sec-castlist--containter {
		display: block;
	}

	.sec-castlist--child {
		display: flex;
		width: 100%;
		text-align: left;
		margin: 0 0 30px 0;
	}

	.sec-castlist--containter2 .sec-castlist--child {
		display: flex;
		width: 100%;
		text-align: left;
		margin: 0 0 30px 0;
	}

	.sec-castlist--photo {
		margin: 0 auto;
		padding: 3px 0 0 0;
		width: 35%;
		height: 40%;
	}


	.sec-castlist--photo img {
		width: 100%;
	}

	.sec-castlist--profile {
		padding: 0 0 0 20px;
		width: 65%;
		font-size: 0.8rem;
	}

	.sec-castlist--name {
		font-size: 0.8rem;
		text-align: left;
		margin: 0;
	}

	/*  */

	.sec-story {
		color: #333;
		padding: 80px 0 100px 0;
		background: #FFF;
	}

	.mfh-cm2018 {
		background: #fff;
	}

	.sec-castlist--work {
		margin: 10px 0;
		text-align: left;
	}

	.sec-story--text {
		font-size: 0.8rem;
		line-height: 1.6rem;
		margin: 0 auto 30px auto;
	}

	.sec-story--copy {
		font-size: 1.4rem;
	}
	
	.sec-castlist--containter-more {
		font-size: 0.8rem;
		text-align: center;
		padding-right: 0;
	}
	.sec-castlist--containter-more div {
		margin-top: .5em;
		line-height: 1.5;
	}
	.sec-castlist--containter-more .sp {
		display: block;
	}
	.sec-castlist--containter-more .pc {
		display: none;
	}

}

@media (max-width: 640px) {
	.sec-castlist--profile {
		font-size: 0.6rem;
	}
}

.container-past {
	width: 100%;
	border-top: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
}

.sec-past {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 800px;
	font-size: 1rem;
	text-align: center;
	box-sizing: border-box;
	background: #FFF url(../img/contact_cat.png) right center no-repeat;
	background-size: 130px;
}

.sec-past2 {
	background-image: none;
}

.sec-past a {
	color: #333;
}

.sec-past a:hover {
	color: #F00;
}

@media (max-width: 640px) {
	.sec-past {
		font-size: 0.6rem;
		background-size: 100px;
	}
}


/* slick-------------------- */

@keyframes RightToLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%) translateX(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%) translateX(0);
	}
}

.slider {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.slider video,
.slider img.poster {
	width: 100%;
	padding: 40px 0 0 0;
	margin: 0 0 -5px 0;
}

.slider-nav_line {
	display: none;
}

.slick-slide .pointer-events_none {
	pointer-events: none;
}

.slider .slider-nav-wrap {
	position: relative;
}

.slider .slider-nav-wrap .slider-nav .slick-list {
	padding: 0 !important;
	background-image: none;
}

.slider .slider-nav-wrap .slick-current {
	background: #333;
}

.slider .slider-nav-wrap .cmgsn {
	background: #000;
}

.slider .slider-nav-wrap .slider-nav .slick-track {
	left: 0 !important;
	width: 100%;
	opacity: 1;
	margin-top: 20px;
}

.slider .slider-nav-wrap .pc-thumb {
	margin: 5px;
}

.slider .slider-nav-wrap .slick-current .pc-thumb {
	background: #FFF;
}

.slider .slider-nav-wrap .slick-current .pc-thumb-none {
	background: none;
}

.slider .slider-nav-wrap .slick-current img {
	opacity: 0.5;
}

.slider .slider-nav-wrap img {
	display: block;
	width: 100%;
}

.slider .slider-nav-wrap .slider-nav-title {
	display: block;
	color: #fff;
	font-size: 0.45rem;
	text-align: center;
	height: 100%;
	opacity: 0.7;
	padding: 5px 0 10px 0;
}

.slider .slider-nav-wrap .slider-nav-title_line {
	border-right: 1px solid #666;
}

.slider .slider-nav-wrap .slider-nav-title.slider-nav-off {}

.slider .slider-nav-wrap .slider-nav .slick-slide {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
}

.slider .slider-nav-wrap .slider-nav .slick-slide:hover {
	opacity: .5;
}

.slider .slider-nav-wrap .slick-arrow {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 980px) {
	.slider .slider-for {
		width: 100%;
	}

	.slider .slider-for .slick-slide {
		padding-top: 40px;
	}

	.slider video,
	.slider img.poster {
		width: 100%;
		padding: 0 40px 40px 40px;
	}

	.slider .slick-slider {
		height: 100%;
	}

	.slider .slider-nav {
		padding-top: 39px;
	}

	.slider .slider-nav-wrap {
		position: absolute;
		top: 50%;
		right: -10px;
		left: auto;
		height: 100%;
		width: 222px;
		padding: 0 5px;
		margin: 0 2px 0 0;
		box-sizing: border-box;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 100;
		animation-duration: 2s;
		animation-name: RightToLeft;
		animation-iteration-count: 1;
	}

	.slider .slider-nav-wrap img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.slider .slider-nav-wrap .pc-thumb {
		width: calc(100% - 26px);
		margin: 0 auto;
	}

	.slider-nav-title {
		height: 4rem;
		font-size: 14px;
		padding: 4% 0 0 0;
		color: #fff;
		font-weight: bold;
		opacity: 0.7;
	}

	.slider .slider-nav-wrap .slider-nav-title {
		color: #fff;
		font-size: 0.7rem;
		padding: 1% 0 1% 0;
		text-align: center;
		height: 100%;
		opacity: 0.7;
		transform: none;
		-webkit-transform: none;
	}

	.slider .slider-nav-wrap .slider-nav-title.slider-nav-off {
		color: #fff;
		background: transparent;
		border-left: 0;
	}

	.slider .slider-nav-wrap .slider-nav .slick-list {
		height: 100% !important;
		padding: 0 0 !important;
		background-image: url(../img/sec-movie_side_bg.png);
	}

	.slider .slider-nav-wrap .slick-current {
		background: none;
	}

	.slider .slider-nav-wrap .cmgsn {
		background: none;
	}

	.slider .slider-nav-wrap .slider-nav .slick-track {
		left: 0 !important;
		height: 100% !important;
	}

	.slider .slick-vertical .slick-slide {
		border: none;
	}

	.slider .slider-nav-wrap .slider-nav .slick-slide {
		padding: 0;
		border-left: none;
		height: 25%;
	}

	.slider .slider-nav-wrap .slick-arrow {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
		.slider .slider-nav-wrap .slider-nav-title_line p {
	color: #000;
}


}

/* iphone-------------------- */

.show-iphone {
	display: none;
	border-top: 1px solid #333;
	background: #010001;
	font-size: 11px;
	line-height: 35px;
	text-align: center;
}

.show-iphone a {
	display: block;
	color: #FFF;
	padding: 0 0 25px 0;
	background-image: url('../img/yt_logo_rgb_dark.png');
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center 30px;
}

.videoframe {
	width: 100%;
	background: #010001;
}

.videowrapper {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.youtube {
	width: 100%;
	background: #010001;
	position: relative;
	padding-top: 56.25%;
}

.youtube iframe, .youtube img {
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sec-story-solo {
	background: url(../img/sec-story_bg1.png) left top no-repeat;
	background-size: 50%;
	padding: 50px 0 0;
}

.sec-story--containter-solo {
	background: url(../img/sec-story_bg2.png) right bottom no-repeat;
	background-size: 50%;
	padding: 0 0 70px 0;
}

.story-unit {
	max-width: 700px;
	margin: 50px auto;
	text-align: left;
	clear: both;
}

.story-unit .story-txt {
	float: left;
	width: 380px;
}

.story-unit h4 {
	font-weight: bold;
}

.story-unit p {
	line-height: 1.8;
}

.story-unit .story-youtube {
	width: 320px;
	height: 180px;
	overflow: hidden;
	background: #FAFAFA;
}

.sec-story--linkarea {
	display: block;
	margin: 50px auto 0;
	width: calc(100% - 20px);
	line-height: 35px;
	border-radius: 5px;
	background: #F5F5F5;
	text-align: center;
}

.sec-story--linkarea a {
	display: block;
	font-size: 16px;
	color: #333;
}

.sec-story--linkarea a:hover {
	color: #F00;
}

@media (max-width: 640px) {
	.story-unit .story-txt {
		float: none;
		width: 320px;
		margin: 20px auto;
	}

	.story-unit .story-youtube {
		margin: 10px auto;
	}

	.story-unit h4 {
		padding: 0 10px;
		margin: 60px 0 20px;
	}

	.story-unit p {
		padding: 0 10px 10px;
		font-size: 0.8rem;
	}
}

.videowrapper video {
	width: 100%;
}

.video-btn {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	/*コントローラー分下部に余白を*/
	cursor: pointer;
}

/* 190516 追加 */

.sec-behind {
	color: #333;
	padding: 80px 0 100px 0;
	font-size: 1rem;
	text-align: center;
	background: #FFF;
}

.sec-behind--copy {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto 40px auto;
}

.sec-behind--text {
	font-size: 1.3rem;
	line-height: 2.6rem;
	margin: 0 auto 30px auto ;
  max-width: 500px;
}
.sec-behind--link {
  margin-top: 50px !important;
}
.sec-behind--btn {
	position: relative;
	display: inline-block;
	padding: 1.5em 6em;
	line-height: 1;
	text-decoration: none;
	transition: all 0.2s ease-out;
	z-index: 999;
	opacity: 1;
  border: 1px solid #000000;
  background: white;
  color: black;
  font-size: 1.2em;
}
.sec-behind--btn::after {
	position: absolute;
	top: 50%;
	right: 26px;
	width: 16px;
	height: 16px;
  margin-top: -8px;
	border: 2px solid #1c1c1c;
	border-bottom-width: 0;
	border-left-width: 0;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sec-behind--btn:hover {
  background: black;
  color:white;
}
.sec-behind--btn:hover::after {
	border: 2px solid #ffffff;
	border-bottom-width: 0;
	border-left-width: 0;
}
.sec-behindcont{
  padding: 80px 0 0 0;
}    

@media screen and (min-width:781px){
.sec-behindcont−bg{
  padding: 80px;
  background-image: url("../img/story_bg.jpg");
background-position: center top;
width: 700px;
margin: 0 auto;
}
}


   
.sec-behindcont--copy,
.sec-behindcont--img,
.sec-behindcont--text {
  max-width: 600px;
  margin: 0 auto 30px;
}
.sec-behindcont--copy img,
.sec-behindcont--img img {
  width: 100%;
}
.sec-behindcont--copy img {
  max-width: 540px;
}
.sec-behindcont--text {
	font-size: 20px;
	line-height: 2.6rem;
  margin-bottom: 2em;
}
.sec-behindcont--pager {
  border-top: 1px solid #a0a0a0;
  padding: 50px 0;
  margin-top:100px;
  background: #FFF;
}
.sec-behindcont--link {
  max-width: 600px;
  margin: 0 auto;
  width : -webkit-calc(100% - 40px) ;
  width : calc(100% - 40px) ;
  display: flex;
  justify-content: space-between;
}
.sec-behindcont--link.center {
  justify-content: center;
}
.sec-behindcont--btn {
	position: relative;
	display: inline-block;
  font-size: 0.9em;
  color: black;
	transition: all 0.2s ease-out;
  padding: 0 45px;
}
.sec-behindcont--btn.prev::before,
.sec-behindcont--btn.next::after {
	display: block;
	width: 24px;
	height: 24px;
  position:  absolute;
  vertical-align: text-bottom;
	border: 2px solid #1c1c1c;
	border-bottom-width: 0;
	border-left-width: 0;
	content: "";
	transition: all 0.2s ease-out;
  top:0;
}
.sec-behindcont--btn.prev::before {
  left: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.sec-behindcont--btn.next::after {
  right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sec-behindcont--btn:hover,
.sec-behindcont--btn.prev:hover::before,
.sec-behindcont--btn.next:hover::after  {
  color: #ac0123;
  border-color: #ac0123;
}
.sec-behindcont--btn.prev:hover::before{
  left: -3px;
}
.sec-behindcont--btn.next:hover::after  {
  right: -3px;
}
.sec-banWrap {
  background: #f0f0e1;
  padding: 30px 0 0;
}


@media (max-width: 640px) {
  .sec-behind--text {
    font-size: 0.8rem;
    line-height: 1.6rem;
    width : -webkit-calc(100% - 40px) ;
    width : calc(100% - 40px) ;
  }
  .sec-behind--btn {
    padding: 1.2em 5em;
    font-size: 0.8em;
  }
  .sec-behind--btn::after {
    position: absolute;
    top: 50%;
    right: 26px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .sec-behindcont{
padding: 0;
  } 
  
.sec-behindcont−bg{
    padding: 10vw 0;
    background-image: url("../img/story_bg.jpg");
}
  .sec-behindcont--copy {
    width : -webkit-calc(100% - 40px) ;
    width : calc(100% - 40px) ;
  }
  .sec-behindcont--text {
    font-size: 0.8em;
    line-height: 2em;
    width : -webkit-calc(100% - 40px) ;
    width : calc(100% - 40px) ;
  }
  .sec-behindcont--pager {
  border-top: 1px solid #a0a0a0;
  padding: 50px 0;
  background: #FFF;
  margin-top: 0;
}
  .sec-behindcont--btn,
  .sec-behindcont--btn {
    padding: 0 30px;
  }
  .sec-behindcont--btn.prev,
  .sec-behindcont--btn.next {
    font-size: 0.8em;
  }
  .sec-behindcont--btn.prev::before,
  .sec-behindcont--btn.next::after {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .sec-behindcont--text:last-child {
  	margin: 0 auto;
  }
  
}

