@charset "utf-8";

/* common */

html,body{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.5;
	background: #fffddc url(../img/bg.jpg) top no-repeat;
	background-size: 100%;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #000;
    opacity: 0.7;
    text-decoration: none;
}
.pc{
	display: none;
}

@media print, screen and (min-width: 769px){
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}


/* header */
header #header{
	background: url(../img/enter_bg.png) center top no-repeat;
	background-size: 100%;
}
header #logo{
    position :relative;
    overflow :hidden;
	background: url(../img/logo.png) left bottom no-repeat;
	background-size: 70%;
}
header img{
	width: 100%;
}
header #logo img{
	width: 70%;
}
header #sns{
	float: left;
	width: 20%;
}
header #tel{
	float: right;
	margin: -50px 0 0 20px;
	padding: 50px 0 0 0;
	width: calc(80% - 20px);
	background: url(../img/header_text.png) top 10px right 10px no-repeat;
	background-size: 80%;
	z-index: 10;
}
header nav{
	padding: 5px 0;
	text-align: center;
	background: url(../img/menu_bg.png);
}
header nav li{
	float: left;
	width: 33%;
}
header nav li img{
	vertical-align: bottom;
}
 
_#flash{
	height: 50px;
	width: 15px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 2s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 2s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media print, screen and (min-width: 769px){
	header #header{
		position: relative;
		margin: 0 auto;
		width: 1280px;
		background-position: left 50px top;
		background-size: 50%;
	}
	header #logo{
		float: left;
		margin: 0 0 30px 102px;
		padding: 20px 0 0 0;
		width: 618px;
	}
	header #sns{
		float: none;
		width: 133px;
		position: absolute;
		left: 0;
		bottom: 10px;
	}
	header #tel{
		margin: 30px 0 0 0;
		padding: 0 0 50px 0;
		width: 560px;
		background: url(../img/header_text.png) bottom 10px left no-repeat;
		background-size: auto;
	}
	#header #tel img{
		width: 100%;
	}
	header h1 img{
		width: auto;
	}
	header nav li{
		float: none;
		display: inline;
		width: auto;
	}
	header nav li img{
		width: auto;
	}
	#flash{
		width: 25px;
	}
}


/* main */
main article{
	margin: 10px 10px 0;
}
main h2{
	color: #f78956;
	text-align: right;
}

main #cast_list{
	background-color: #FFF;
}
main .cast li{
	border-bottom: 1px solid #CCC;
}
main .cast li a{
	position: relative;
	display: block;
	padding: 10px;
}
main .cast li .cast_image{
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
}
main .cast li .left_icon{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 50px;
	z-index: 2;
}
@media all and (min-width: 1025px) {
	main .cast li img.left_icon{
		width:80px;
	}
}
@media all and (max-width: 1024px) {
	main .cast li .left_icon.campaign_icon{
		position: absolute;
		top: 90px;
		right: 10px;
		width: 50px;
		z-index: 2;
	}
}
main .cast li .left_icon2{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 80px;
	z-index: 2;
}
main .cast li .right_icon{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	z-index: 2;
}
main .cast li .right_icon2{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	z-index: 2;
}
main .cast li .text{
	position: absolute;
	top: 40px;
	right: 0;
	width: calc(100% - 120px);
}
main .cast li img{
	vertical-align: bottom;
}
main .cast li .text .cast_title{
	color: #F69;
}
main .cast li .text .cast_name{
	font-weight: bold;
}
main .cast .REGULAR{
	background-color: #fff0c5;
}
main .cast .REGULAR .rank{
	background-color: #ffdb6f;
}
main .cast .PREMIUM{
	background-color: #edebff;
}
main .cast .PREMIUM .rank{
	background-color: #c4bfff;
}
main .cast .SUPERPREMIUM{
	background-color: #ffe1e0;
}
main .cast .SUPERPREMIUM .rank{
	background-color: #ffa9a8;
}
main .cast .VIP{
	background-color: #ffe1e0;
}
main .cast .VIP .rank{
	background-color: #ff7c7a;
}
main .cast .rank{
	color: #FFF;
	text-align: center;
}
#modal .title{
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
}
#modal i{
	margin: 0 5px 0 0;
}
#modal #twitter{
	margin: 10px 10px 0 10px;
}
#modal #twitter b{
	color: blue;
}
#modal #line{
	margin: 10px;
}
#modal #line b{
	color: green;
}
#modal #line img{
	float: right;
	width: 100px;
}

@media print, screen and (min-width: 769px){
	#breadcrumb{
		margin: 10px auto 0;
		width: 1080px;
	}
	#breadcrumb li{
		display: inline;
	}
	main{
		padding: 0 0 50px 0;
	}
	main article{
		margin: 0 auto;
		width: 1080px;
	}
	main .cast li{
		float: left;
		margin: 0 0 20px 20px;
		padding: 0;
		width: 192px;
		height: 384px;
		text-align: center;
		border: none;
	}
	main .cast li a{
		padding: 66px 0 0 10px;
	}
	main .cast li .image{
		float: none;
		margin: 0 0 5px 0;
		width: 172px;
	}
	main .cast li .cast_image{
		float: none;
		margin: 0;
		width: 100%;
	}
	main .cast li .text{
		position: static;
		width: 172px;
	}
	main .cast li .text .cast_title{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 10px;
	}
	main .cast li .list_icon{
		padding: 0 0 16px 0;
	}
	main .cast li .text .cast_size{
		margin: 3px 0 0 0;
		font-size: 12px;
	}
	main .cast li .text .cast_time{
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
	}
	main .cast li .left_icon{
		position: absolute;
		top: 159px;
		left:10px;
		width: auto;
	}

	main .cast li .icon_last{
		width: 60px;
		top: 213px;
		left: 10px;
	}
	main .cast li img.icon_last{
		width: 76px !important;
	}
	main .cast li .left_icon2{
		position: absolute;
		top: 250px;
		left: 45px;
		width: 100px;
	}
	main .cast li .right_icon{
		position: absolute;
		top: 230px;
		right: 10px;
		width: 60px;
	}
	main .cast li .right_icon2{
		position: absolute;
		top: 238px;
		top: 70px;
		right: 15px;
		width: 40px;
	}
	main .cast li .list_icon img{
		width: 31px;
	}
	main .cast .REGULAR{
		background: url(../img/regular.png);
		background-size: 100%;
	}
	main .cast .PREMIUM{
		background: url(../img/premium.png);
		background-size: 100%;
	}
	main .cast .SUPERPREMIUM{
		background: url(../img/spremium.png);
		background-size: 100%;
	}
	main .cast .VIP{
		background: url(../img/vip.png);
		background-size: 100%;
	}
	main .cast .rank{
		display: none;
	}
	#modal{
		text-align: center;
	}
	#modal b{
		font-size: 30px;
	}
	#modal #twitter{
		float: left;
		margin: 10px 5px 10px 10px;
		padding: 10px;
		width: calc(50% - 35px);
		height: 120px;
		background-color: aquamarine;
		border-radius: 5px;
	}
	#modal #line{
		float: right;
		margin: 10px 10px 10px 5px;
		padding: 10px;
		width: calc(50% - 35px);
		background-color: lightgreen;
		border-radius: 5px;
	}
}


/* aside */

@media print, screen and (min-width: 769px){
}


/* footer */
footer{
	margin: 10px 0 60px 0;
	color: #FFF;
	background-color: #c0a615;
}
footer nav{
	display: none;
}
footer p{
	padding: 10px;
	width: calc(100% - 20px);
}
footer small{
	display: block;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	background-color: #514200;
}
footer #footer_tel{
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 26px;
	line-height: 1;
	background-color: rgba(255,200,100,0.9);
	z-index: 10;
}
footer #footer_tel a{
	display: block;
	padding: 10px 0;
	text-align: center;
}
footer #footer_tel i{
	margin: 0 5px 0 0;
}
footer #footer_tel p{
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 10px;
}

@media print, screen and (min-width: 769px){
	footer{
		margin: 0;
	}
	footer nav{
		display: block;
		padding: 30px 0;
		text-align: center;
		background-color: #FFF;
	}
	footer nav li{
		display: inline;
		margin: 0 20px;
	}
	footer p{
		margin: 0 auto;
		padding: 30px 0;
		width: 1000px;
		background: url(../img/footer_bg_right.png) right no-repeat;
	}
	footer small{
		padding: 10px 0;
	}
	footer #footer_tel{
		display: none;
	}
}


/* contact__btn */
.contact__btn{
	position: fixed;
	right: 10px;
	bottom: 71px;
	z-index: 2;
	padding: 0;
	width: auto;
}
.contact__btn-link{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 30px;
	background: #F78956;
	border-radius: 50%;
}
.contact__btn-link span{
	display: block;
	font-size: 10px;
}

@media print, screen and (min-width: 769px){
	.contact__btn{
		display: none;
	}
}


/* mmenu */

@media print, screen and (min-width: 769px){
}
