html{
	margin:0;
	padding:0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"}
body{
	margin:0;
	padding:0;
}
body a:hover{
	opacity: 0.6;
}
.cf{
	clear:both;
}
/*** resp_autowrap **********************************/
.resp_autowrap {
    display: inline-block;
    vertical-align: bottom;
    word-spacing: normal;
    margin: 0em;
}

/*@media screen and (max-width: 768px) {
h5 .resp_autowrap{
	display: inline;
}
}*/

.a-link{
	margin-top: 20px;
	padding-top: -20px;
}

/*************************************************************************************************************

base.css

*************************************************************************************************************/
.pc{
}
.sp{
	display:none;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}

ul li{
	list-style: none;
}
img{
	width:100%;
	height:auto;
}
a {
	text-decoration: none;
	outline: none;
}
@media screen and (max-width: 768px) {
.pc{
	display:none;
}
.sp{
	display: block;
	width:100%;
	max-width:640px;
	height:auto;
	margin:0 auto;
}
}

/*************************************************************************************************************

header

*************************************************************************************************************/
header{
	height: 100px;
	padding: 0 20px;
	display: flex;
	align-content: center;
	/*border-bottom: 5px solid #00a8e1;*/
}
header .header-wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-content: center !important;
	align-items: center;
	justify-content: space-between !important;
}
header img{
	width: auto;
	max-height: 84px;
	padding: 0;
	vertical-align: middle;
}

@media screen and (max-width:840px) {
header{
	height: 90px !important;
}
	header img{
	width: auto;
	max-height: 78px;
}
}
@media screen and (max-width: 768px) {
header{
	height: 82px !important;
	padding: 0 20px;
}
	header img{
	width: auto;
	max-height: 70px;
}
}
@media screen and (max-width: 640px) {
header{
	height: 66px !important;
	padding: 0 20px;
}
	header img{
	width: auto;
	max-height: 56px;
}
}
@media screen and (max-width: 480px) {
header{
	height: 60px !important;
	padding: 0 10px;
}
	header img{
	width: auto;
	max-height: 48px;
}
}

@media screen and (max-width: 360px) {
	header{
	height: 56px !important;
}
	header img{
	width: auto;
	max-height: 40px;
}
}

/*************************************************************************************************************

foter

*************************************************************************************************************/
footer{
	background-color: #000;
	color: #808080;
	font-size: 15px;
	text-align: center;
	padding:14px 10px;
}

@media screen and (max-width: 768px) {
footer{
	font-size: 12px;
	padding: 10px;
}
}
@media screen and (max-width: 480px) {
footer{
	font-size: 10px;
	padding: 10px;
}
}
/*************************************************************************************************************

main

************************************************************************************************************/
.main-visual{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0/*6% 6%*/;
	text-align: center;
	background-color: #ffdc6e;
	/*background: url("../img/header/top-bg.gif") no-repeat top;*/
	/*background-size: cover;
	text-align: center;*/
	/*display: flex;
	justify-content: center;
	text-align: center;*/
}
/* @2x Images (Pixel Ratio of 1.25+) */
/*@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
.bg-bottom{
	background: url("../img/header/top-bg@2x.gif") no-repeat top;
	background-size: cover;
}
}*/
.main-visual img{
	/*max-width: 881px;*/
	max-width: 1200px;
	height: auto;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
.main-visual{
		padding: 0;
	}
.main-visual img{
	width: 100%;
	/*max-width: 320px;*/
	height: auto;
	vertical-align: middle;
}
}

@media screen and (max-width: 640px) {
.main-visual img{
	max-width: 640px;
	height: auto;
}
}
/*************************************************************************************************************

content

*************************************************************************************************************/
.main_content{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.contents{
	max-width:1000px;
	margin:52px auto 83px;
	padding:0 40px;
}

@media screen and (max-width: 640px) {
.contents{
	padding:0 30px;
}
}
@media screen and (max-width: 480px) {
.contents{
	padding:0 20px;
}
}

/******** bunner ********************************************************************************************/
.bnr{
	max-width: 560px;
	margin: 40px auto;
	padding: 0;
	display: flex;
	align-content: center;
	justify-content: space-around;
	flex-direction: row;
}
.twitter {
	width: 252px;
	height: auto;
	margin: 40px 0;
	padding: 0;
	border: 1px solid #5e9ceb;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.twitter a{
	color: #24272b;
}
.twitter li {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center !important;
}
.twitter li:first-child{
	padding: 8px 0 0;
	font-weight: 600;
}
.twitter li:first-child .twitter-id{
	margin: -6px 0 0;
}
.twitter li:last-child{
	max-height: 20px;
	color: #fff;
	font-size: 15px;
	background-color: #5e9ceb;
	padding: 5px;
}
.twitter li .icon{
	margin-right: 3%;
}
.twitter li .icon img{
	max-width: 38px;
	height: auto;
}

.sak{
	max-width: 400px;
	height: auto;
	margin: 40px 0;
	padding:11px 10px 10px;
	border: 1px solid #c00d23;
}
.sak a{
	display: block;
/*	max-height: 52px;*/
	margin: 10px 0 0;
	padding: 0;
}
.sak img{
	width: 100%;
	max-width: 230px;
	height: auto;
}
@media screen and (max-width: 768px) {
.bnr{
	margin: 40px auto;
	padding: 0 20px;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-direction: column;
}
.twitter{
	max-width: 300px !important;
	margin: 0;
}
.twitter li:first-child{
	padding: 6px 0 0;
	font-size: 16px;
}
.twitter li:first-child .twitter-id{
	margin: -6px 0 0;
}
.twitter li:last-child{
	max-height: 28px;
	font-size: 15px;
	padding: 1px 10px 0;
}
.sak{
	margin: 20px auto 0;
	padding: 15px 15px 5px;
	vertical-align: middle;
}
	.sak a{
	margin:0;
	}
}
@media screen and (max-width: 480px) {
.twitter li:first-child{
	padding: 6px 0 0;
	font-size: 13px;
}
.twitter li:last-child{
	max-height: 28px;
	font-size: 13px;
}
.twitter li .icon img{
	max-width: 28px;
	height: auto;
}
}
/******** bunner end********************************************************************************************/


/*************************************************************************************************************/
.movie{
}
.movie .sec-inner{
	margin: 0 auto;
	padding:0 3.5%;
}
h3{
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	padding: 10px;
}
.subttl{
	margin: 20px 0 -8px;
	border-bottom: 2px solid #e66d8d;
}
.subttl p{
	color: #e66d8d;
	font-size: 22px;
	font-weight: 600;
}

.orange{
	background-color: #f28c50;
}
.pink{
	background-color: #e66d8d;
}

.movie .list{
	margin: 30px 0 4rem;
}
.movie .list li{
	margin:0 0 2.5rem;
}
.movie .list li:last-child{
	margin:0;
}
.movie .list li .new-plan{
	max-width: 140px;
	height: auto;
	margin-top: 10px;
}
.movie .list li .new-plan img{
	width: 100%;
	height: auto;
}

.list{
	margin:0 , 2rem;;
	padding: 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.list li{
	width: 47.4%;
	height: auto;
	margin:2.5rem 0 auto;
	display: block;
}
.list li img{
	width:100%;
	height: auto;
}

.list li a{
	outline: none;
	display: block;
	cursor: hand;
}
.txt-btn{
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	margin: 1rem 0 0;
	vertical-align: middle;
}
.txt-btn span{
	margin-right: 8px;
	vertical-align: middle;
/*	width: auto;
	max-height: 22px !important;*/
}
.txt-btn span img{
	max-width: 22px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 2px;
}
.txt-btn p{
	font-size: 18px;
	text-align: left;
	line-height: 1.6;
}
.txt-btn a{
	color: #595757;
	margin-bottom: -6px;
	margin-left: 5px;
}
.txt-btn:hover{
	opacity: 0.5;
}


h4{
	color: #4d4d4d;
	font-size: 22px;
	font-weight: bold;
	line-height: 2rem;
	margin:6px 0;
	padding: 0;
}
h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6rem;
	margin: 8px 0 2px;
	padding: 0;
}
.variety h5{
	color: #f28c50;
}
.drama h5{
	color: #e66d8d;
}
p{
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
}

@media screen and (max-width: 1000px) {
.pick-up .sec-inner{
	margin: 0 auto;
	padding: 4%;
	}
}

@media screen and (max-width: 840px) {
.movie .list li .new-plan{
	max-width: 100px;
	height: auto;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 20px;
	line-height: 1.6rem;
 margin: 6px 0;
}
h5{
	line-height: 1.5rem;
	margin: 8px 0 2px;
}
.txt-btn p{
	font-size: 17px;
}
}
@media screen and (max-width: 768px) {
.movie .list{
	margin-top: 20px;
}
.subttl p{
	font-size: 20px;
}
h3{
	font-size: 20px;
	line-height: 2rem;
}
h4{
	font-size: 19px;
	line-height: 1.6rem;
 margin: 8px 0;
}
h5{
	font-size: 17px;
	line-height: 1.5rem;
	margin: 6px 0 2px;
}
h5 br{
	display: none;
}
.txt-btn{
	margin-top: 10px;
	align-content: center;
}
.txt-btn span{
	max-width: 16px !important;
	height: auto;
}
.txt-btn span img{
	margin-bottom: 3px;
}
.txt-btn a{
	margin-bottom: -6px;
	margin-left: 4px;
}
.txt-btn p{
	font-size: 15px;
}
.movie .list li .new-plan{
	max-width: 96px;
	height: auto;
}
}

@media screen and (max-width: 640px) {
.pick-up .sec-inner .list{
	margin-top: 20px;
}
.pick-up .sec-inner .list li{
	margin:0 0 2rem;
}
.subttl p{
	font-size: 18px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 17px;
	line-height: 1.4rem;
 margin: 6px 0;
}
h5{
	font-size: 15px;
	line-height: 1.5rem;
	margin: 6px 0 2px;
}

.txt-btn span{
	margin-right: 5px;
}
.txt-btn span img{
	max-width: 16px;
	height: auto;
}
.txt-btn a{
	margin-bottom: -3px;
	margin-left: 3px;
}
.txt-btn p{
	font-size: 13px;
}
}
@media screen and (max-width: 480px) {
.pick-up .sec-inner .list{
	margin-top: 14px;
}
.pick-up .sec-inner .list li{
	margin:0 0 1.5rem;
}
.subttl p{
	font-size: 15px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
	line-height: 1rem;
}
	h5{
	font-size: 12px;
	line-height: 1.15rem;
	margin: 6px 0 2px;
	}
	.movie .list{
	margin: 30px 0 2rem;
}
.movie .list li .new-plan {
  max-width: 85px;
  height: auto;
	margin-top: 4px;
}
	
.txt-btn{
	margin-top: 5px;
	align-content: center;
}
.txt-btn span img{
	max-width: 13px;
	height: auto;
}
.txt-btn a{
	margin-bottom: -2px;
	margin-left: 2px;
}
.txt-btn p{
	font-size: 12px;
}
.list li{
	margin:1.8rem 0 auto;
}
}
@media screen and (max-width: 360px) {
.pick-up .sec-inner .list li{
	margin:0 0 1rem;
}
.movie .list{
	margin: 30px 0 1.6rem;
}
.subttl p{
	font-size: 13px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 12px;
 margin: 3px 0;
}
	h5{
	font-size: 10px;
	line-height: 0.8rem;
	margin: 6px 0 2px;
	}
.txt-btn span img{
		max-width: 11px;
		height: auto;
	}
.txt-btn a{
	margin-bottom: 3px;
	margin-left: 2px;
}
.txt-btn p{
	font-size: 10px;
}

.list li{
	margin:1.5rem 0 auto;
}
}
/*************************************************************************************************************/


.genre{
	margin: 10% 0;
}
.orange .list-ttl,
.pink .list-ttl{
	max-width: 920px;
	margin: 0 auto;
	padding:1.2rem 40px;
	
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5rem;
}
.small{
	font-size: 24px;
}

.asia-list{
	padding: 36px 0 70px;
}
.grey-bg{
	background-color: #f5f5f5;
}

.asia-list .list-inner{
	max-width: 920px;
	margin: 0 auto 50px;
	padding: 0 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.asia-list .list-inner .left{
	width: 48%;
	height: auto;
}
.asia-list .list-inner .left img{
	width: 100%;
	height: auto;
}
.list-inner .left .new-plan{
	max-width: 120px;
	height: auto;
}
.list-inner .left .new-plan img{
	width: 100%;
	height: auto;
}

.asia-list .list-inner .right{
	width: 48%;
	height: auto;
	position: relative;
}

.asia-list .list-inner .right h4{
	margin-bottom: 10px;
}
.asia-list .list-inner .right .red-ttl{
	font-size: 18px;
	color: #e60012;
	font-weight: bold;
	margin-bottom: 4px;
}
.asia-list .list-inner .right p{
	font-size: 16px;
}

.link-btn{
	max-width: 330px;
	height: auto;
	margin: 3rem 0 40px;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 840px) {
.list-ttl{
	font-size: 20px;
	padding: 0.3rem 0 0.8rem;
	}
}

@media screen and (max-width: 768px) {
.orange .list-ttl,
.pink .list-ttl{
	font-size: 26px;
	}
.small{
	font-size: 20px;
}
.asia-list .list-inner{
	max-width: 920px;
	margin: 0 auto 50px;
	padding: 0 40px;
	flex-direction: column;
}
.asia-list .list-inner .left,
.asia-list .list-inner .right{
	width: 100%;
	height: auto;
}
	.asia-list .list-inner .right{
		margin-top: 10px;
	}
	
.list-ttl{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8rem;
	padding: 0 0 0.6rem;
}
.link-btn{
	max-width: 400px;
	height: auto;
	margin: 3rem 0;
}
}
@media screen and (max-width: 640px) {
.orange .list-ttl,
.pink .list-ttl{
	font-size: 22px;
	padding:1.2rem 30px;
	}
.small{
	font-size: 18px;
}
	
.asia-list{
	padding: 30px 0 60px;
}
.asia-list .list-inner{
	padding: 0 30px;
}

.asia-list .list-inner .right h4{
	font-size: 18px;
}
.asia-list .list-inner .right{
		margin-top: 14px;
}
.asia-list .list-inner .right .red-ttl{
	font-size: 16px;
	margin-bottom: 4px;
}
.asia-list .list-inner .right p{
	font-size: 14px;
}
.link-btn{
	max-width: 350px;
	height: auto;
	margin: 2.5rem 0;
}
.link-btn .pc{
	display: none;
}
.link-btn .sp{
	display: block;
}
}
@media screen and (max-width: 480px) {
.orange .list-ttl,
.pink .list-ttl{
	font-size: 20px;
	padding:1.2rem 20px;
	}
.small{
	font-size: 16px;
}
	
.asia-list{
	padding: 30px 0 50px;
}
.asia-list .list-inner{
	padding: 0 20px;
}
.list-inner .left .new-plan{
	max-width: 100px;
	height: auto;
}
.asia-list .list-inner .right h4{
	font-size: 18px;
	line-height: 1.4rem;
}
.asia-list .list-inner .right .red-ttl{
	font-size: 15px;
	margin-bottom: 3px;
}
.asia-list .list-inner .right p{
	font-size: 12px;
}
.link-btn{
	max-width: 360px;
	height: auto;
	margin: 2rem 0;
}
}
@media screen and (max-width: 360px) {

.asia-list{
	padding: 30px 0 36px;
}
.asia-list .list-inner .right h4{
	font-size: 17px;
	line-height: 1.4rem;
}
.asia-list .list-inner .right .red-ttl{
	font-size: 14px;
}
.asia-list .list-inner .right p{
	font-size: 10px;
}
.link-btn{
	max-width: 320px;
	height: auto;
}
}



/*************************************************************
topへ戻る用
returnToTop
*************************************************************/
#returnToTop {
	position: fixed;
	bottom: 0px;
	right: 40px;
	display: none;
	font-size: 10px;
	z-index:100;
}
#returnToTop a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 6px 6px 0 0;
	background-color:rgba(31,39,92,0.9);
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
}
#returnToTop a:hover {
	padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
#returnToTop {
	right: 20px;
}
}

