@charset "utf-8";
/* CSS Document */
.ui_modal_wp,.ui_modal_over{
	position: fixed;
	z-index: 1010;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui_modal_wp{
	display: none;
	opacity: 0;
}
.ui_modal_over{
	background: rgba(0,0,0,0.6);
}
.ui_modal_container{
	padding: 20px 30px 0;
	position: relative;
	z-index: 1011;
	background: #fff;
	max-height: calc(95vh - 105px);
    max-width: 960px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
}
.ui_modal_s{
	max-width: 500px;
	max-height: 250px;
}
.ui_modal_head{
	margin-bottom: 1em;
	position: relative;
}
.ui_modal_head h4{
	margin: 0;	
}
.ui_modal_close{
	position: absolute;
	z-index: 102;
	right: 0;
	top: -0.4em;
	width: 2em;
	height: 2em;
	cursor: pointer;
}
.ui_modal_close:before,.ui_modal_close:after{
	content: '';
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 75%;
	height: 0.1em;
	background: #333;
}
.ui_modal_close:before{
	transform: rotate(45deg);
}
.ui_modal_close:after{
	transform: rotate(-45deg);
}
.ui_modal_content{
	display: none;
}
.ui_modal_body{
	overflow-y: auto;
    position: relative;
}

.ui_modal_container_you,.ui_modal_container_mp4{
	background: none;
}
.ui_modal_container_you .ui_modal_body,.ui_modal_container_mp4 .ui_modal_body {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.4%;
}
.ui_modal_container_you .ui_modal_close,.ui_modal_container_mp4 .ui_modal_close{
	top: -20px;
}
.ui_modal_container_you .ui_modal_head h4,.ui_modal_container_mp4 .ui_modal_head h4{
	display: none;
}
.ui_modal_container_you .ui_modal_close:before,.ui_modal_container_you .ui_modal_close:after,.ui_modal_container_mp4 .ui_modal_close:before,.ui_modal_container_mp4 .ui_modal_close:after{
	background: #fff;
}
.ui_you_iframe,.ui_mp4{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: black;
}

@media only screen and (min-width: 0) and (max-width: 766px) {
	.ui_modal_container{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.pcNone {
	display:none;
}
.movie_wide{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.06em;
	box-sizing: border-box;
	word-wrap: break-word;
}
.movie_wide * {
	box-sizing: border-box;
	word-wrap: break-word;
}
.movie_wide img{
	max-width: 100%;
}
.movie_lead{
	margin-bottom: 90px;
	text-align: center;
	font-size: 0.875rem;
}
.movie_lead h1{
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 2.6rem;
	color: #d6001c;
}
.movie_list{
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.movie_item{
	margin-bottom: 90px;
	width: 48.7%;
}
.movie_list .movie_item:first-child {
	width: 100%;
}
.movie_list .movie_item2 {
	width: 80%;
    margin: 0 auto;
    text-align: center;
}
.movie_list .movie_item:first-child .movie_mark {
	right: 30px;
	bottom: 30px;
	width: 166px;
	height: 166px;
}
.movie_list .movie_item:first-child .movie_arr {
	width: 27px;
	height: 26px;
}
.movie_title{
	margin-bottom: 40px;
	text-align: center;
	line-height: 1;
}
.movie_title_p{
	margin-top: -10px;
	margin-bottom: 40px;
	font-size: 0.875rem;
	text-align: center;
}
.movie_cap{
	margin-bottom: 15px;
	text-align: center;
	font-size: 0.8125rem;
}

.movie_box{
	position: relative;
	display: block;
	transition: 0.3s;
}
.movie_box:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.movie_mark{
	position: absolute;
	right: 13px;
	bottom: 13px;
	width: 105px;
	height: 105px;
}
[class *= "movie_play"]{
	width: 100%;
	height: 100%;
	background: url(/images/index02/movie_play.png) no-repeat;
	background-size: 100% 100%;
}
.movie_arr{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 17px;
	height: 16px;
	background: url(/images/index02/movie_arr.png) no-repeat;
	background-size: 100% 100%;
	transform: translateX(-30%) translateY(-50%);
}
.movie_play_rotate{
	animation:rotate 40s infinite linear;
}
@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.new_pro{
	margin-bottom: 140px;
	padding: 90px 0;
	background: #ededed;
}
.new_pro_list{
	padding: 0 50px;
	display: flex;
	align-items: stretch;
}
.new_pro_list li{
	width: calc((100% - 25px)/3.00001);
	margin-right: 25px;
}
.new_pro_list li:nth-child(3n){
	margin-right: 0;
}
.new_pro_pic a{
	transition: 0.3s;
}
.new_pro_pic a:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.new_pro_text{
	padding-top: 25px;
	font-size: 0.8125rem;
	text-align: center;
}
.new_pro_text p{
	font-size: 0.8125rem;
    line-height: 1.85em;
	text-align: left;    
	padding: 0px 15px 10px !important;
}
.new_pro_text a::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 6px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #d91a33;
	border-right: 1px solid #d91a33;
	transform: rotate(45deg);
}
.notes_box {
    margin: 60px 0px 0px;
    padding: 15px;
    width: 100%;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}
.notes_box li {
  list-style-type: none;
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
}

.comment_box{
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.875rem;
}
.comment_box h4{
	margin-bottom: 8px;
	font-size: 0.9375rem;
	font-weight: bold;
}
.comment_pic{
	width: 49%;
}
.comment_text{
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 5px;
	width: 45.8%;
}
.comment_info{
	margin-top: 50px;
	padding: 30px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.movie_links_title{
	padding-top: 50px;
	margin-bottom: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #d91a33;
	text-align: center;
}
.movie_links_box{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.movie_links{
    display: block;
	width: 348px;
    margin: 0 6px;
    padding: 12px 0 12px 20px;
    border-radius: 25px;
    background: #d6001c;
    color: #fff!important;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.8;
    transition: all 0.3s;
    opacity: 1;
}
.movie_links:hover{
	opacity: 0.6;
	text-decoration: none;
	transition: 0.3s;
}

.movie_links:after {
    content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.comment_more{
	display: none;
}

@media only screen and (min-width: 0) and (max-width: 766px) {
	.spNone {
		display:none!important;
	}
	.pcNone {
		display:block!important;
	}
	.movie_mark{
		right: 3vw !important;
		bottom: 3vw !important;
		width: 20vw !important;
		height: 20vw !important;
	}
	.movie_arr{
		width: 3.5vw !important;
		height: 3.4vw !important;
	}
	.movie_wide{
		padding: 0 5vw;
	}
	.movie_lead{
		margin-bottom: 60px;
		text-align: left;
		font-size: 0.9375rem;
	}
	.movie_lead h1{
		margin: 25px 0 15px;
	}
	.movie_lead h1 img{
		width: auto;
		height: 24px;
	}
	.movie_title img{
		width: auto;
		height: 22px;
	}
	.movie_cap{
		margin-bottom: 5px;
		font-size: 0.875rem;
	}
	.movie_item{
		margin-bottom: 40px;
		width: 100%;
	}
	.movie_list .movie_item2 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.new_pro{
		margin-bottom: 90px;
		padding: 50px 0;
	}
	.new_pro_list{
		padding: 0;
		display: block;
	}
	.new_pro_list li{
		margin-bottom: 15px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.new_pro_pic{
		margin-left: 6%;
		width: 40%;
	}
	.new_pro_text{
		margin-top: -10px;
		padding-top: 0;
		width: 52%;
		font-size: 0.75rem;
	}
	.new_pro_text a{
		font-size: 0.625rem;
	}
	.movie_title_p{
		margin-top: -5px;
		margin-bottom: 20px;
		text-align: left;
	}
	.comment_box{
		margin-bottom: 40px;
		display: block;
	}
	.comment_box h4{
		margin-bottom: 2px;
		text-align: center;
	}
	.comment_pic{
		margin-bottom: 25px;
		width: 100%;
	}
	.comment_text{
		padding: 0;
		width: 100%;
	}
	.comment_info{
		overflow: hidden;
		position: relative;
		margin-top: 30px;
		padding: 0;
		height: 195px;
		transition: 0.3s;
	}
	.comment_info_height{
		padding: 25px 0;
	}
	.comment_info::after{
		content: '';
		position: absolute;
		z-index: 3;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 105px;
		background: linear-gradient(180deg , rgba(255,255,255,0) 0% , rgba(255,255,255,1) 52%);
		transition: 0.3s;
	}
	.comment_more{
		position: absolute;
		z-index: 5;
		padding: 0 3px 0 10px;
		left: 50%;
		bottom: 16px;
		cursor: pointer;
		transform: translateX(-50%);
		display: block;
		font-size: 0.625rem;
	}
	.comment_more::after{
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-top: -2px;
		margin-left: 6px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #d91a33;
		border-right: 1px solid #d91a33;
		transform: rotate(135deg);
	}
	.comment_info.is_open::after,
	.comment_info.is_open .comment_more{
		pointer-events: none;
		opacity: 0;
		transition: 0.3s;
	}
	.movie_links_title{
		padding-top: 60px;
		font-size: 1.125rem;
	}
	.movie_links_box{
		padding: 0 15px;
		display: block;
	}
	.movie_links{
		margin: 0 0 15px;
		width: 100%;
	}
}
/* アンカーリンク：位置ズレ対応 */
a.jump_point {
height: 1px;
display: block;
padding-top: 130px;
margin-top: -130px;
}

@media screen and (max-width: 766px) {  
a.jump_point {
height: 1px;
display: block;
padding-top: 90px;
margin-top: -90px;
}
}  
/* コンテンツ間余白調整 */
/* pc */
.MT01 { margin-top: -80px !important; }
.MT02 { margin-top: -50px !important; }
.MT03 { margin-top: 0px !important; }

/* sp */
@media screen and (max-width: 766px) {   
.MT01 { margin-top: -60px !important; }
.MT02 { margin-top: -50px !important; }
.MT03 { margin-top: -25px !important; }
}
