@charset "UTF-8";
body {
    font-family: "Zen Antique", serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.content-wrap {
    width: 960px;
    margin: auto;.content-01 p.content-01 p
}
.section {
    padding: 100px 0;
}
.section h2 {
    margin: 0;
    padding: 0;
}
.header {
    position: relative;
    background-color: #E60012;
    width: 100vw;
    height: 100vh;
}
.header-pc {
    display: block;
    padding-top: 5vh;
}
.header-pc img {
    height: 90vh;
    margin: auto;
    display: block;
}
.header-sp {
    display: none;
}
/* オーバーレイ */
.overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.overlay-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: auto;
}
iframe {
    width: 100%;
    height: 450px;
}
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
/* ハンバーガー */
.menu-icon {
    width: 30px;
    cursor: pointer;
    margin: 20px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
.menu-icon .bar {
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin: 5px 0;
}
.menu {
    display: none;
    background-color: #333;
    position: fixed;
    top: 60px;
    right: 0;
    width: 200px;
    z-index: 8888;
}
.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu ul li {
    text-align: center;
    padding: 15px;
}
.menu ul li a {
    color: white;
    text-decoration: none;
    display: block;
}
.menu ul li a:hover {
    background-color: #555;
}
.header2 .overlay {
    display: none;
    background: transparent;
}
ul.header-icnlist {
    position: absolute;
    top: 30px;
    left: 20px;
    margin: 0;
    padding: 0;
    z-index: 999;
}
ul.header-icnlist li {
    display: inline-block;
    width: 40px;
    margin: 0 10px 0 0;
    vertical-align: top;
}
h1.main-logo {
    height: auto;
    position: relative;
    top: 460px;
    margin: 0;
    text-align: center;
}
h1.main-logo img {
    max-width: 450px;
    height: auto;
}
.header-staff {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.header-staff p {
    color: #fff;
    margin: 0 0 5px;
}
.content-01 {
    background-image: url(/kihs/movie_ako/img/content-01-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height:55vh;
    position: relative;
}
.content-01 p {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #000;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1em;
}
.content-01 p span {
    display: block;
    font-size: 1.3em;
    padding: 0 0 0.3em;
}
.section.content-02 {
    background: #000;
    color: #FFF100;
    line-height: 160%;
    padding-bottom: 0;
}
.content-0202-img {
    padding-top: 50px;
    margin: 0;
    line-height: 0;
    position: relative;
}
.content-0202-img p {
    position: absolute;
    line-height: 150%;
    bottom: 20px;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 30px;
    font-size: 1.2em;
    left: 0;
    right: 0;
    margin: auto;
}
p.syutten {
    font-size: 0.8em;
}
.content-03 {
    background: #E8380D;
    color: #fff;
}
.content-03 ul {
    margin: 0;
    padding: 0 0 30px;
    list-style: none;    
}
.content-03 h2,.content-04 h2 {
    padding: 0 0 30px;
}
.content-03 ul.cast-unit-01 li {
    display: inline-block;
    width: 305px;
    margin: 0 18px 15px 0;
    vertical-align: top;
    text-align: center;
}
.content-03 ul.cast-unit-01 li:nth-child(3n) {
    margin-right: 0;
}
.content-03 ul.cast-unit-02 li {
    display: inline-block;
    width: 223px;
    margin: 0 18px 17px 0;
    vertical-align: top;
    text-align: center;
}
.content-03 ul.cast-unit-02 li:nth-child(4n) {
    margin-right: 0;
}
.content-03 ul.cast-unit-02 li span {
    font-size: 0.8em;
}
.content-03 ul.cast-unit-01 li p,.content-03 ul.cast-unit-02 li p {
    margin: 0;
    font-size: 0.9em;
}
.content-04 {
    background: #0000ff;
    color: #fff;
}
.staff-unit {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}
.staff-col1-unit,.staff-col3,.staff-col2 {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 30px;
}
.staff-col1-unit .staff-image {
    display: table-cell;
    width: 45%;
}
.staff-col1-unit  .staff-text {
    display: table-cell;
    width: 55%;
    padding: 0 0 1em;
}
.staff-col1-unit .staff-image p.staff-img {
    margin: 0;
    width: 150px;
}
.staff-col1-unit .staff-image p.staff-img span {
    padding: 0 0 0.5em;
    display: block;
}
.staff-col1-unit .staff-image p.staff-img span.credit {
    bottom: 3px;
}
.staff-col3-unit {
    display: table-cell;
    width: 34%;
    vertical-align: top;
    padding: 0 1em 0 0;
}
.staff-col2-unit {
    display: table-cell;
    vertical-align: top;
}
.staff-col2-unit:first-child {
    width: 33%;
    padding-right: 1em;
}
.staff-col2-unit:nth-child(2) {
    width: 66%;
}
.staff-col2-unit:first-child p.staff-img {
    width: 180px;
}
.staff-col3 .staff-image span {
    display: block;
    padding: 0 0 0.5em;
}

.staff-col3 .staff-col3-unit .staff-img {
    margin: 0;
    width: 180px;
}
.staff-col3 .staff-col3-unit p.staff-img-ver2 {
    position: relative;
    top: -3px;
}
.staff-col3 .staff-col3-unit p.staff-img-ver2 img {
    height: 173px;
}
.staff-col3 .staff-col3-unit:nth-child(2) {
    width: 45%;
    position: relative;
    left: 45px;
}
.staff-col3 .staff-col3-unit:nth-child(3) {
    width: 22%;
    position: relative;
    left: 34px;
}
.staff-col1-ver2 .staff-image,.staff-col1-ver2 .staff-text {
    display: block;
    width: 100%;
}
.staff-image {
    display: block;
}
.staff-text {
    display: block;
    vertical-align: top;
    padding-top: 10px;
}
.staff-col1-ver2 .staff-text {
    padding-top: 10px;
}
.staff-text p {
    margin: 0 0 1em;
    line-height: 160%;
    font-size: 0.8em;
}
p.staff-img {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    position: relative;
}
p.staff-img span {
    font-size: 0.9em;
}
p.staff-img span.credit {
    font-weight: 300;
    font-size: 0.8em;
    position: absolute;
    left: 10px;
    bottom: 30px;
}
span.sub-sub-info {
    font-size: 0.8em;
}
p.staff-img-ver2 {
    padding: 0;
    margin: 0;
}
.content-05 {
    background: #F39800;
}
.section.content-05 h2 {
    padding: 0 0 20px;
}
.content-download {
    text-align: center;
    padding: 50px 0 0;
}
.content-download a {
    background: #fff;
    color: #000;
    padding: 1em 2em;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}
.content-download a:after {
    content: "⬇︎";
    position: relative;
    left: 2px;
}
.content-download a:hover {
    background: #000;
    color: #fff;
}
.section.content-06 {
    padding-top: 0;
}
.section.content-06 h1.main-logo {
    position: static;
    width: 100%;
    background: #000;
    padding: 20px 0;
}
.section.content-06 h1.main-logo img {
    width: 600px;
}
.section.content-06 h2 {
    padding: 50px 0 20px;
}
.theater-link a {
    color: #000;
}
.theater-link a:hover {
    color: #E60012;
}
.footer {
    background: #000;
    text-align: center;
}
p.footer-image {
    margin: 0;
    padding: 0;
    line-height: 0;
}
p.footer-image img {
    width: 100%;
}
.footer-logo {
    padding: 50px 0;
}
ul.comment-unit {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.comment-unit li {
    display: inline-block;
    width: 290px;
    min-height: 260px;
    vertical-align: top;
    padding: 10px;
    margin: 0 8px 13px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #d08316;
}
ul.comment-unit li:nth-child(3n) {
    margin: 0 0 13px 0;
}
ul.comment-unit li p {
    font-size: 0.8em;
     padding: 0;
    margin: 0;
}
ul.comment-unit li p.com-ttl {
    padding: 0 0 0.5em;
    margin: 0;
    font-size: 1.0em;
}
.staff-col1-kantoku .staff-image p.staff-img {
    width: 200px;
}
.staff-col1-kantoku .staff-image p.staff-img.staff-img-kantoku {
    position: relative;
    left: -5px;
}
p.staff-img.staff-img-ookawa {
    position: relative;
    left: -5px;
}
.staff-col3 .staff-col3-unit:nth-child(3) .staff-text {
    width: 180px;
}
p.staff-img.staff-img-hensyu {
    position: relative;
    left: -5px;
}
p.staff-img.staff-img-hensyu2 {
    position: relative;
    left: -10px;
}
p.staff-img.staff-img-hensyu3 {
    position: relative;
    left: -15px;
}
p.staff-img.staff-img-hensyu4 {
    position: relative;
    left: -20px;
}
p.staff-img.staff-img-hensyu5 {
    position: relative;
    left: -25px;
}
.staff-col1-ver2 .staff-image {
    width: 1000px;
}
.staff-col1-ver2 .staff-image p.staff-img {
    display: inline-block;
    width: 161px;
}
.theater-link {
    padding: 0 0 10px 35px;
}
.staff-col1.staff-col1-kantoku .staff-text {
    padding: 20px 0 0;
}
.staff-col3 .staff-col3-unit:nth-child(2) .staff-text {
    width: 360px;
}
.staff-col3-unit .staff-text p {
    margin: 0;
}
ul.movie-list {
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
}
ul.movie-list li {
    display: inline-block;
    width: 49%;
    margin: 0 13px 13px 0;
}
ul.movie-list li:nth-child(2n) {
    margin: 0 0 13px 0;
}
.twitter-tweet.twitter-tweet-rendered {
    padding-bottom: 30px;
    margin: auto;
}
@media only screen and (max-width : 736px){
.header-pc {
    display: none;
}
.header-sp {
    display: block;
    padding: 10vh 10px 10vh;
}
.header {
    height: auto;
}
.content-wrap {
    width: 100%;
}
h1.main-logo {
    padding: 15px;
    width: 85%;
}
ul.header-icnlist {
    padding: 0;
}
.header-staff {
    width: 60%;
}
.section.content-02 {
    padding-top: 0;
}
.section.content-02 p {
    padding: 0 10px 15px;
}
.section.content-03,.section.content-04,.section.content-05 {
    padding: 50px 0;
}
.content-03 h2,.content-04 h2,.content-05 h2 {
    padding: 0 10px 15px;
}
.content-03 ul {
    padding: 0 10px 15px;
}
.content-03 ul.cast-unit-01 li {
    width: 100%;
    margin: 0 0 15px;
}
.content-03 ul.cast-unit-02 li {
    width: 100%;
    margin: 0 0 15px;
}
.staff-unit {
    width: 95vw;
    margin: auto;
    padding: 0 10px 15px;
}
.staff-image,.staff-text {
    display: block;
    width: 100%;
    padding-left: 0;
}
.section.content-06 h1.main-logo img {
    width: 85%;
    padding: 2em 0 0;
}
.staff-col1-kantoku .staff-image p.staff-img {
    width: 190px;
}
.section.content-06 .content-wrap {
    width: 90%;
}
.content-0202-img p {
    width: 95%;
    font-size: 0.9em;
    padding: 20px 0!important;
    margin: auto;
    position: static;
    background: transparent;
    color: #fff;
}
.staff-col1-unit,.staff-col3-unit,.staff-col2-unit:first-child,.staff-col2-unit:nth-child(2) {
    display: block;
    width: 100%;
}
.staff-col1-unit .staff-image,.staff-col1-unit .staff-text,.staff-col3 .staff-col3-unit:nth-child(2),.staff-col3 .staff-col3-unit:nth-child(3) {
    display: block;
    width: 100%;
}
ul.comment-unit li {
    width: 95%;
    min-height: 150px;
}
ul.comment-unit li p {
    text-align: left;
}
ul.comment-unit {
    text-align: center;
}
.staff-col3-unit {
    padding-right: 0;
}
.staff-col3 .staff-col3-unit:nth-child(2),.staff-col3 .staff-col3-unit:nth-child(3) {
    left: 0;
}
.staff-col3 .staff-col3-unit:nth-child(3) .staff-text {
    width: 100%;
}
.staff-col1-ver2 .staff-image p.staff-img {
    width: 130px;
}
p.staff-img.staff-img-hensyu3 {
    left: 0;
}
p.staff-img.staff-img-hensyu4 {
    left: -5px;
}
p.staff-img.staff-img-hensyu5 {
    left: -10px;
}
.content-05 .content-wrap {
    width: 95%;
}
.staff-col3 .staff-col3-unit:nth-child(2) .staff-text {
    width: 100%;
}
.staff-col3-unit {
    padding-bottom: 30px;
}
.mb-none {
    display: none;
}
ul.movie-list li {
    display: inline-block;
    width: 100%;
    margin: 0 0 1% 0;
}
ul.movie-list li:nth-child(2n) {
    margin: 0 0 1% 0;
}
ul.cast-unit-02 li img {
    width: 100%;
}
}
@media only screen and (max-width : 440px){
p.staff-img.staff-img-hensyu2 {
    left: 0;
}
p.staff-img.staff-img-hensyu3 {
    left: -5px;
}
p.staff-img.staff-img-hensyu4 {
    left: 0;
}
.staff-col1-kantoku .staff-image p.staff-img.staff-img-kantoku {
    left: 0;
}
p.staff-img.staff-img-ookawa {
    left: 0;
}
}