@charset "utf-8";
#spinoff .clrTxt {
    text-indent: -10000px;
    text-decoration: none;
    overflow: hidden;
    line-height: 0;
}
#spinoff img{
	width: 100%;
	vertical-align: bottom;
}
.pc{
	display: none;
}
#spinoff .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#spinoff{
	font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
	background: #238fa7;
	font-size: 15px;
	color: #262508;
	font-weight: bold;
	line-height: 2;
}
#spinoff #wrap{
	max-width: 1280px;
	margin: 0 auto;
	background: #ffffff;
}
#spinoff #header{
	position: relative;
	width: 100%;
	max-height: 720px;
	overflow: hidden;
}
#spinoff #header .img{
	position: relative;
	background: url("../images/sp_header.jpg") no-repeat top center / cover;
	width: 100%;
	padding-top: 109.375%;
}
#spinoff #main{
	width: 100%;
}
section.top {
   padding: 5% 0;
   background: url("../images/top_bg.png") no-repeat top center;
   background-size: cover;
}
#spinoff .movie {
	width: 94%;
	margin: 0 auto;
}
#spinoff .movieCon p{
	font-size: 19px;
	text-align: left;
	color: #333;
}
#spinoff .movieCon h3{
	text-align: left;
	font-size: 16px;
	color: #666;
	letter-spacing: 0.1em;
}

#spinoff figure div {
    position: relative;
    display: block;
    max-width: 640px;
    margin: 0 auto;
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
#spinoff figure div div {
    padding-top: 56.25%;
}
#spinoff figure iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
}


#spinoff .catch_bg{
	width: 100%;
}
#spinoff .catch_txt {
    position: absolute;
    bottom: -40px;
    right: 0;
    background: #262508;
    color: #fff;
    font-size: 2.9vw;
    padding: 1%;
    width: 95%;
}
#spinoff .catch {
    position: relative;
    margin-bottom: 15%;
}
#spinoff section.about{
	background: url("../images/about_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 6% 3%;
}
#spinoff .ttl {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 4%;
}
#spinoff .a_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#spinoff .a_txt {
	width: 100%;
	font-size: 90%;
}
#spinoff .a_img {
    width: 100%;
    padding: 2% 0;
}

#spinoff .a_img.center {
    width: 100%;
    margin: 0 auto;
}
section.cast {
    background: #f0fffe;
    padding: 6% 3% 9%;
}
#spinoff .c_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10%;
}
#spinoff .c_img {
    width: 100%;
}
#spinoff .c_txt {
    width: 100%;
}
#spinoff .c_txt h3{
    font-size: 130%;
    text-align: center;
}
#spinoff .c_txt span.small {
    font-size: 60%;
}
#spinoff .c_txt p {
    padding: 4% 0;
    font-size: 90%;
}
#spinoff a.twbtn {
    display: block;
    width: 65%;
    margin: 0 auto;
    transition-duration: .3s;
}
#spinoff a.twbtn:hover {
    opacity: 0.7;
}
#spinoff a.btn {
    display: block;
    width: 300px;
    background: #00495f;
    border: 1px solid #00495f;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    transition-duration: .3s;
    font-family: 'Noto Sans JP';
}
#spinoff a.btn:hover {
    background: #fff;
    color: #00495f;
}
