@charset "UTF-8";
.movie-catch{
font-size: 5rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 900;
letter-spacing: 2px;
background: transparent;
color: #2ca2b7;
}
ruby{font-size: 5.5rem;}
.movie-catch-cp{
font-size: 1rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 900;
letter-spacing: 2px;
padding: 1rem 6rem 1rem 0rem;
position: relative;
display: inline-block;
}
rt {
  font-size: 0.7rem;
  word-spacing: 1rem;
}
.movie-catch-cp:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 70px;
height: 1px;
background-color: black;right: 0;
}
@media only screen and (max-width: 1024px) {
.movie-catch-cp:after {
display: none;
}
}

@media only screen and (max-width: 599px) {
.movie-catch{
font-size: 1.9rem;
text-align: center;
}
ruby{font-size: 2rem;}
rt {
  font-size: 0.4rem;
  word-spacing: 0rem;
}
.movie-catch-cp{
font-size: 0.7rem;
padding: 1em 2.8rem 0em 2.8rem;
position: relative;
display: inline-block;
}
.movie-catch-cp:after {
width: 40px;
}
}
.oasch_title {
font-size: 1.3em;
text-align: center;
padding: 10px;
background-color: #2ca0b6;
color: #FFFFFF;
margin-bottom: 20px;
}
.oasch_time{
line-height: 1.5rem;
font-weight: bold;
margin: 30px 0 5px 0;
}
.oasch_time02{
line-height: 1.5rem;
background-color: #A6A6A6;
}
.oasch_scname{
font-size: 0.9rem;
line-height: 1.5rem;
}

.tab_container {
margin: 40px auto;
}
.tab_item {
width: calc(98%/5);
padding:5px 0;
text-align: center;
color: #939393;
display: block;
float: left;
text-align: center;
transition: all 0.2s ease;
font-size: 0.8rem;
background-color: #e5e5e5;
border-right: solid 1px #939393;
border-bottom: solid 1px #939393;
}
.tab_item:hover {
background-color: #c5e2e7;
color: #7F7F7F;
}
/*
.tab_item span:hover  {
border-bottom: solid 1px #000;
}
*/
input[name="tab_item"] {
display: none;
}
.tab_content {
display: none;
clear: both;
overflow: hidden;
max-width: 1200px;
margin: 0px auto;
padding: 15px 0 0;
}
.tab_item:last-of-type{
border-right: none;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content,
#tab9:checked ~ #tab9_content,
#tab10:checked ~ #tab10_content,
#tab11:checked ~ #tab11_content,
#tab12:checked ~ #tab12_content{
display: block;
}
.tab_container input:checked + .tab_item {
background-color: #2ca0b6 ;
color: #FFF;
}
@media screen and (min-width : 600px){
.tab_item {
width: calc(98%/6);
letter-spacing:2px;
font-size: 1rem;
}
}
@media screen and (min-width : 1025px){
.tab_item {
width: calc(100%/11);
letter-spacing:3px;
font-size: 0.95rem;
padding:15px 0;
background-color: #e5e5e5;
text-align: center;
align-items: center;
color: #939393;
margin-bottom: 20px;
}
}
.hide-area{
display: none;
}
.flex-col1 {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.flex-col2,.flex-col2-1,.flex-col3,.flex-col4,.flex-col5,.flex-col6,.flex-col7,.flex-col8 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex-col2-1 {
align-items: flex-end;
}
.flex-col3l {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.flex-child a:hover{
opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.flex-col1 .flex-child {width: calc( (100% - 500px) / 1 );justify-content: center;
  align-items: center;}
.flex-col2 .flex-child,.flex-col2-1 .flex-child {
width: calc( (100% - 30px) / 2 );
margin: 15px 0;
}
.flex-col3l .flex-child {width: calc( (100% - 40px) / 3 );margin: 15px 0;}
.flex-col3 .flex-child {
width: calc( (100% - 100px) / 3 );margin: 5px 0;
}
.flex-col4::before,
.flex-col4::after,
.flex-col4 .flex-child { width: calc( (100% - 70px) / 4 );margin-bottom: 15px;
}
.flex-col5 .flex-child { width: calc( (100% - 70px) / 5 );margin-bottom: 30px;
}
.flex-col8 .flex-child { width: calc( (100% - 20%) / 8 );
display: flex;
align-items: center;
}
.flex-col4::before,
.flex-col4::after{ content: ""; }
.flex-col4::before{ order: 1; }
.flex-col4 img{ width: 100%; border-radius: 15px;}
.flex-col1 .flex-child img,.flex-col2 .flex-child img,.flex-col3l .flex-child img,.flex-col3 .flex-child img,.flex-col5 .flex-child img,.flex-col8 .flex-child img{width: 100%;}
.flex-col4 p{margin: 10px auto 10px; font-size: 0.9em;letter-spacing: 0.2px;text-align: center;}

@media screen and (max-width: 991px) {
.flex-col2-1 .flex-child { width: calc( (100% - 10px) / 1 );margin: 0px 0;text-align: center;}
.flex-col4 p{line-height:2em;}
.flex-col1 .flex-child {width: calc( (100% - 300px) / 1 );}
.flex-col4::after,
.flex-col4 .flex-child,
.flex-col5::after,
.flex-col5 .flex-child	{ width: calc( (100% - 20px) / 3 ); }
.flex-col8 .flex-child	{ width: calc( (100% - 20px) / 4 ); }
.flex-col4 p{font-size: 1.1em;}
}
@media screen and (max-width: 768px) {
.flex-child { border-radius: 5px;padding-top: 0px;}
.flex-col1 .flex-child {width: calc( (100% - 200px) / 1 );}
.flex-col2 .flex-child{ width: calc( (100% - 200px) / 1 );}
.flex-col3l .flex-child { width: calc( (100% - 20px) / 3 );}
.flex-col3 .flex-child { width: calc( (100% - 40px) / 3 );}
.flex-col2 .flex-child { width: calc( (100% - 30px) / 2 );}
.flex-col4 .flex-child	{
width: calc( (100% - 30px) / 2 ); 
}
.flex-col5 .flex-child{
width: calc( (100% - 20px) / 4 ); 
}
.flex-col5 .flex-child img{
border-radius: 10px; 
}
.flex-col8 .flex-child{
width: calc( (100% - 20px) / 4 ); 
}
.flex-col8 .flex-child img{
border-radius: 10px; 
}
}
@media screen and (max-width: 575px) {
.flex-col1 .flex-child {width: calc( (100% - 150px) / 1 );}
.flex-col2 .flex-child { width: calc( (100% - 10px) / 2 );}
.flex-col3 .flex-child { width: calc( (100% - 10px) / 3 );margin: 0px;}
.flex-col3l .flex-child { width: calc( (100% - 0px) / 3 );margin: 5px 0;}
.flex-col4 .flex-child{
width: calc( (100% - 1px) / 2 );
}
.flex-col4 img{ width: 90%; border-radius: 7px;}
.flex-col4 p{font-size: 0.85em;letter-spacing: 0px;line-height: 1.5em;}
.flex-col5 .flex-child,.flex-col8 .flex-child{
width: calc( (100% - 20px) / 2 ); 
}
}
.modaal-video .modaal-inner-wrapper{
padding:0px;
}
.btn_message,.btn_movie {
display: block;
max-width: 500px;
width: 100%;
height: 70px;
text-align: center;
line-height: 70px;
text-decoration: none;
border-radius: 50px;
font-size: 1rem;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
-ms-transition: 0.2s;
transition: 0.2s;
background-color: #000000;
}
.btn_message {margin: 50px auto;}
.btn_movie {margin: 0px auto 0;}
.btn_message:hover,.btn_movie:hover {opacity: 0.8;}
.btn_message span,.btn_movie span{
color: #FFF;
position: relative;
padding-left: 10px;
}
.btn_message span::after,.btn_movie span::after{
content: "";
position: absolute;
top: 50%;
left: 110%;
width: 7px;
height: 7px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
transform: rotate(45deg);
margin-top: -5px;
}
@media screen and (max-width:798px){
.btn_message,.btn_movie{
width: 90%;
font-size: 0.75em;
height: 45px;
line-height: 24px;
padding: 10px 0;
margin: 20px auto 0px;
}
}
/* -----------------------------------------------------------------
 youtube
----------------------------------------------------------------- */
.youtube{
position:relative;
width:100%;
padding-top:56.25%;
margin: 30px auto;
}
.youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
@media screen and (max-width: 820px){
.youtube{
width:85%;
margin: 20px auto 20px;
}
}
.youtube_bg02 {
background-color: #f5f4f2;
}
.content_youtube {
width: 100%;
position: relative;
}
.content_youtube .container {
width: 1200px;
margin: 0 auto;
padding: 40px 0 30px 0;
}
@media screen and (max-width : 1280px){
.content_youtube .container {
width: 90%;
}
}
@media screen and (max-width : 768px){
.content_youtube .container {
}
}