@charset "UTF-8";
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*--------------------
共通
---------------------*/
body {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic, "Helvetica Neue", sans-serif;
	font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  overflow-y: scroll;
}
img {
  max-width: 100%;
  height: auto;
	vertical-align: bottom;
}
.mainSite {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrapper {
	max-width: 1200px;
	min-height: 85vh;
	padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  position: relative;
  text-align: center;
}
section {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 3% 0;
}
.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
 
}
.site-header {
    width: 100%;
    overflow: visible;
    z-index: 1000;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	background-color: #000000;
}
.site-header-container {
	
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
    .site-header-logo {
            max-width: 1080px;
    margin: 0 auto;
    }


/*====================================================================
slick
====================================================================*/
.sliderWrap{
	    width: 100%;
    overflow: hidden;
	height: 600px;
}

.sliderArea {
	max-width: 100%;
	height: 600px;
	margin: 0 auto;
	background: #313231;
}
.slick-slide img {
	width: auto;
	height: 600px;
	margin: 0 auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}
h1.midashi_title {
	
	text-align: left;
	    margin: 5% auto 0;
}
h1.midashi_title img{
	height: 22px;
    margin: 0 auto 0 0;
}

h2.midashi_titile{
color: #fff;
	background: linear-gradient(0deg, rgb(2, 2, 1) 0%, rgb(100, 101, 100) 100%);
    margin-top: 0;
	padding: 10px;
	text-align: left;
	    font-weight: bold;
}
.site-text{
	text-align: justify;
    text-align-last: left;
    margin: 3% auto 0;
    font-size: 17px;
}
.lineup_wrap{
border-color: #ececee;
    border-width: 1px;
        padding: 6% 4%;
    border: 1px solid #ececee;
    box-sizing: border-box;
}
ul.lineup_list{
	width: 100%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: stretch;
}
li.lineup_list_item{
    width: calc(94% / 4);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
   /* flex-grow: 1;*/
    margin: 0 2% 5% 0;
}
li.lineup_list_item:nth-child(4n){
    margin: 0 0 5% 0;
}
.poster{
	margin: 0 auto 5%;
    display: flex;
	align-items: flex-start;
}
.poster_inner{
	display: flex;
    align-items: center;
	    aspect-ratio: 1 / 1.414;
}
.text_wrap{
	flex: 1;
    display: flex;
	flex-direction: column;
}
.movie_title{
	margin: 0 0 0.8vw;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}
.date{
	    margin: 2% auto 0;
	font-size: 15px;
}
.category{
    font-size: 13px;
    color: #fff;
    padding: 0 16px;
    line-height: 1.7;
    height: 1.7;
    box-sizing: border-box;
    text-align: center;
	font-weight: bold;
	width: 90px;
}
.distribution{
	    background-color: #dd9933;
}
.invest{
	background-color: #5abcec
}
.event{
	    background-color: #33b371;
}
.info .site-text{
	margin: 0 auto;
}
.info .site-text.confirm {
    text-align: center;
    text-align-last: center;
}
.info .site-text.text2{
	margin: 2% auto 0;
}
.info_wrap{
border-color: #ececee;
    border-width: 1px;
    padding: 4% 2%;
    border: 1px solid #ececee;
    box-sizing: border-box;
}
table.form{
    width: 100%;
	    margin: 2% auto 0;
	font-size: 14px;
}
tbody{
    width: 100%;
}
th{
width: 30%;
	 border-collapse: collapse;
	border: 1px solid #ececee;
	padding: 10px 2rem;
	box-sizing: border-box;
	        vertical-align: middle;
}
th div{
	    display: flex;
    justify-content: flex-start;
    align-items: center;
}
td{
	width: 70%;
	border: 1px solid #ececee;
	box-sizing: border-box;
	 border-collapse: collapse;
	    padding: 5px 10px;
}
td input{
	    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
	    line-height: 1.5;
}
textarea{
	width: 100%;
	resize: vertical;
	    height: 100px;
}
.required{
margin: 0 0 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    background-color: #e70e30;
    padding: 4px 5px 3px;
    border-radius: 5px;
    line-height: 1;
}
.contact_info{
	font-size: 20px;
    font-weight: bold;
    margin: 5% auto 3%;
}
.contact_btn{
	    margin: 0 auto 3%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px;
    width: 300px;
    font-size: 18px;
}
.form_btn, .back_btn, .send_btn, .top_btn{
    margin: 3% auto 0;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px;
    width: 300px;
    font-size: 18px;
}
.form_btn input, .back_btn input, .send_btn input{
	background-color: inherit;
	border: none;
	color: white;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	height: 100%;
	width: 100%;
	display: block;
	text-align: center;
	transition: 0.7s;
	font-size: 18px;
}
.back_btn{
	    margin: 3% 5% 0 0;
	background: #5c5d5c;
}
.send_btn{
	margin: 3% 0 0;
	background: #e70e30;
}
.top_btn{
	 margin: 5% auto 0;
}
.contact_btn a, .form_btn input, .back_btn input, .send_btn input, .top_btn a{
	transition: .7s;
	color: #fff;
	display: block;
}
.contact_btn a:hover, .form_btn input:hover, .back_btn input:hover, .send_btn input:hover, .top_btn a:hover{
	transition: .7s;
	opacity: .7;
}
.btn_wrap{
	display: flex;
    justify-content: center;
    align-items: center;
}
h2.cmp_midashi{
font-size: clamp(18px, 2vw, 24px);
	    font-weight: bold;
    margin: 0 auto 3%;
    text-align: left;
}
ul.pagination{
	    display: flex;
    justify-content: center;
    align-items: center;
	    margin: 5% auto 0;
}
ul.pagination li.page-item{
    width: auto;
	min-width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    color: #313231;
    border: 1px solid #313231;
    line-height: 30px;
    margin: 0 10px 0 0;
    box-sizing: border-box;
}
ul.pagination li.page-item.first, ul.pagination li.page-item.last {
display: none;
}
ul.pagination li a{
	display: block;
	padding: 0 5px;
	color: #313231;
}
ul.pagination li.current{
	background: #313231;
    color: #fff;
}
ul.pagination li.current a{
    color: #fff;
}
footer{
	background-color: #313231;
	padding: 1rem;
}
footer p {
    text-align: center;
    margin: .5rem;
    font-size: 10px;
	color: #fff
}

.error {
	padding-top: 3px;
	padding-bottom: 0px;
}

@media screen and (max-width: 960px) {
	    .site-header-logo {
            max-width: 720px;
			text-align: center;
	}
	    .site-header-logo img {
        max-height: 50px;
    }
    .wrapper{
     max-width: 720px;
    }
	}
@media screen and (max-width: 768px) {
	    .site-header-logo {
            max-width: 540px;
	}
	.wrapper{
		       max-width: 540px;
	}
	section {
		padding: 5% 0;
	}
	h1.midashi_title {
    margin: 5% auto 0;
	}
	h1.midashi_title img {
    height: auto;
		max-height: 18px;
	}
/*====================================================================
slick
====================================================================*/
.sliderWrap{
	height: 300px;
}
.sliderArea {
	height: 300px;
}
.slick-slide img {
	height: 300px;
}
	.site-text {
    margin: 5% auto 0;
    font-size: 15px;
	}
	.info .site-text {
    font-size: 16px;
	}
	.form_btn, .back_btn, .top_btn {
    margin: 5% auto 0;
    font-size: 16px;
}
	.send_btn {
    margin: 7% auto 0;
    font-size: 16px;
}
.btn_wrap {
    flex-direction: column-reverse;
}
	
	li.lineup_list_item {
    width: calc(98% / 2);
    margin: 0 2% 10% 0;
}
	    li.lineup_list_item:nth-child(2n) {
        margin: 0 0 10% 0;
    }
	.lineup_wrap{
        padding: 6% 4%;
}
	.info_wrap{
    padding: 6% 4%;
}
	table.form {
    margin: 5% auto 0;
}
	th {
    width: 35%;
		padding: 10px;
	}
	th div {
		font-size: 14px;
    flex-direction: column;
	}
	td {
    width: 65%;
	}
	.required {
    margin: 5px 5px;
	}
	.movie_title {
    margin: 0 0 2vw;
		    font-size: 15px;
	}
	    .form_btn {
margin: 10% auto 4%;
        font-size: 17px;
        box-sizing: border-box;
        width: 100%;
    }
	.info .site-text.text2 {
    margin: 5% auto 0;
}
	.top_btn{
		margin: 10% auto 4%;
	}
	h2.cmp_midashi {
    margin: 0 auto 5%;
	}
	.poster {
    margin: 0 auto 10%;
	}
	h2.midashi_titile{
		font-size: 15px;
		}
	.contact_btn{
	    margin: 0 auto 7%;
	}
	.contact_info {
    font-size: 18px;
    margin: 10% auto 5%;
}
}

.page-footer {
  background-color: transparent; }
.page-footer .centered {
  position: relative;
  overflow: hidden;
  height: 180px; }
.page-footer .footer-copyright {
  text-align: center;
  font-size: 0.5rem;
  background: #000; }
.page-footer .footer-copyright p {
  width: 100%; }
  

@media screen and (max-width: 768px) {
  table.form, table.form tbody, table.form tr, table.form th, table.form td {
    display: block;
    width: 100%;
  }

  table.form tr {
    margin-bottom: 20px;
    border-bottom: 1px solid #ececee;
    padding-bottom: 10px;
  }

  table.form th {
    padding: 5px 0;
    background: none;
    border: none;
    font-weight: bold;
    text-align: left;
  }

  table.form td {
    padding: 5px 0;
    border: none;
  }

  table.form th div {
    flex-direction: row;
    gap: 0.5em;
  }

#inquiry_form .form_box .data {
    width: 100%; } }
#inquiry_form #verisign {
  margin: 20px 0;
  padding: 20px;
  background: #EEE; }
#inquiry_form #verisign .verisignImage {
  float: left;
  width: 130px; }
#inquiry_form #verisign .txt {
  padding-left: 80px;
  font-size: 90%;
  color: #333;
  margin: 0; }

@media screen and (max-width: 576px) {
    .wrapper{
        max-width: 540px;
    }
	}
