@charset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


html {
    overflow-y: scroll;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family:
        'EB Garamond',
        'Noto Sans JP',
        "游ゴシック",
        "Yu Gothic",
        serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    color: #341707;
    background: #fafafa;
}

.serif {
    font-family: 'Noto Serif JP',
        'Noto Serif KR',
        serif;
}

.shutter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #282828;
    z-index: 9999;
}

.shutter img {
    width: 280px;
}

.shutter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fafafa;
    width: 0;
    height: 1px;
}

.shutter {
    -webkit-animation: byeShutter 3s forwards;
    animation: byeShutter 3s forwards;
}

.shutter::before {
    -webkit-animation: shutterOpen 3s forwards;
    animation: shutterOpen 3s forwards;
}

.slider {
    max-width: 800px;
    margin: 0 auto;
}



h1 {
    font-family: 'Noto Serif JP',
        serif;
}

h2 {
    font-family: 'Noto Serif JP',
        serif;
    font-size: 4.2rem;
    color: #341707;
    font-weight: normal;
    margin-bottom: 45px;
}

h3 {
    font-family: 'Noto Serif JP',
        serif;
    font-weight: normal;
    margin-bottom: 15px;
}

p {
    margin-bottom: 1em;
}

.sp-only {
    display: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.container {
    overflow: hidden;
    width: 100%;
    max-width: 1400px;
    padding-left: 255px;
    padding-right: 45px;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.textRight {
    text-align: right;
}

.cl {
    clear: both;
}

.alignMiddle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

a {
    color: #341707;
    transition: all 0.3s;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-1 {
    width: 8.333333%;
}

.col-sm-2 {
    width: 16.66666%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-4 {
    width: 33.3333%;
}

.col-sm-5 {
    width: 41.6666%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-7 {
    width: 58.333333%;
}

.col-sm-8 {
    width: 66.66666%;
    margin: 0 auto;
}

.col-sm-9 {
    width: 75%;
    margin: 0 auto;
}

.col-sm-10 {
    width: 83.33333%;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-offset-1 {
    margin-left: 8.333333%;
}

.col-sm-offset-2 {
    margin-left: 16.66666%;
}

.col-sm-offset-3 {
    margin-left: 25%;
}

h1 {}

a {
    color: #fff;
}

.b {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.fs10 {
    font-size: 1.0rem;
}

.fs12 {
    font-size: 1.2rem !important;
}

.fs14 {
    font-size: 1.4rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs19 {
    font-size: 1.9rem !important;
}

.fs20 {
    font-size: 2rem;
}

.fs22 {
    font-size: 2.2rem;
}

.fs24 {
    font-size: 2.4rem;
}

.fs26 {
    font-size: 2.6rem;
}

.fs28 {
    font-size: 2.8rem;
}

.fs30 {
    font-size: 3rem;
}

.fs32 {
    font-size: 3.2rem;
}

.fs36 {
    font-size: 3.6rem;
}

.fs40 {
    font-size: 4rem;
}

.fs48 {
    font-size: 4.8rem;
}

.fs50 {
    font-size: 5rem;
}

.fs56 {
    font-size: 5.6rem;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt45 {
    margin-top: 45px;
}

.mt60 {
    margin-top: 60px;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb60 {
    margin-bottom: 60px;
}

.pl15 {
    padding-left: 15px;
}

.pl30 {
    padding-left: 30px;
}

.pr15 {
    padding-right: 15px;
}

.pr30 {
    padding-right: 30px;
}

.pt60 {
    padding-top: 60px;
}

.cb {
    clear: both;
}

.oh {
    overflow: hidden !important;
}

.bb {
    border-bottom: 1px solid #000;
}


.por {
    position: relative;
}

.sect,
.row {
    clear: both;
    overflow: hidden;
}

.fadein {
    opacity: 0;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein01 {
    transform: translate(-500px, 0);
    transition: all 700ms;
}

.fadein02 {
    transform: translate(0, 100px);
    transition: all 400ms;
}

@keyframes byeShutter {
    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    visibility: hidden;
    transition: 1s;
    animation-name: fadein;
    animation-duration: 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

.popup.is-show {
    display: block;
    visibility: visible;
}

.popup-inner,
.modal_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 10px 10px;
    background-color: #fff;
    z-index: 2;
    max-height: 90%;
    width: 100%;
    max-width: 600px;
}

.popup-inner.modal00 {}

.modal_inner.modal01 {}

.modal_inner.modal02 {}

.modal_inner.modal03 {
    width: 100%;
    max-width: 1000px;
    height: auto;
    max-height: 100%;
}

.close-btn,
.modal_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.close-btn i,
.modal_close i {
    font-size: 20px;
    color: #333;
}

.black-background,
.modal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    cursor: pointer;
}

.youtube_closeBtn {
    color: #341707;
}

.modal_box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 1s;
}

@media screen and (max-width: 480px) {
    #sect08 ul {
        display: block !important;
    }

    #sect08 ul li {
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    .modal_inner,
    .modal_inner.modal03 {
        width: 90%;
        overflow: scroll;
    }

    .modal_close {
        top: 5px;
        font-size: 2.2rem;
    }
}




header {
    height: 100%;
    position: fixed;
    z-index: 99;
    width: 210px;
    left: 0;
    padding: 30px 0;
    background: #fafafad9
}

header li {
    overflow: hidden;
}

header li a {
    opacity: 0.7;
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    color: #341707;
    padding: 15px 30px;
}

header li.smallTxt a {
    font-size: 1.4rem;
}

header li.sns {
    padding: 15px 30px;
}

header li.sns a {
    color: #341707;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    background: #341707;
    font-size: 2rem;
    padding: 0;
    display: block;
    float: left;
    margin-right: 15px;
    opacity: 1;
}

header li.major {
    clear: both;
    opacity: 1;
}

header li.major a {
    opacity: 1;
}

header li a:hover,
header li.on a {
    opacity: 1;
    background: #fff;
}

header li.major a:hover {
    opacity: 0.7;
    background: none;
}

header li.sns a {
    color: #fafafa;
}

header li.sns a:hover {
    color: #341707;
    background: #fff;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    padding-top: 60px;
    top: 0;
    right: 0;
    width: 250px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: #000;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}

.sidebarMenuInner li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    font-size: 1.4rem;
    text-align: center;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 15px;
    height: 22px;
    width: 36px;
    color: #fff;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
    margin-bottom: 3px;
}

input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 6px;
    margin-bottom: 3px;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -14px;
}


#sect02,
#sect03,
#sect04,
#sect05,
#sect06,
#sect07,
#sect08,
#sect09,
#sect10 {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 550px;
}

#sect01 {
    height: 100%;
    position: relative;
    animation-name: fadein;
    animation-duration: 2s;
    background: url(images/sect01Bg.png) #555;
    background-size: cover;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

#sect01 .container {
    height: 100%;
    padding: 0 0 0 210px;
}

.sect01Inner {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    background: url(images/sect0102Bg.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 60px;
}

#sect01 img {
    max-height: 120%;
    max-width: 100%;
    margin: -8% auto;
}

.sect01Bottom {
    color: #fff;
    background: #000;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#sect01 .sect01Bottom .container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sect01 .sect01Bottom .container .fs10 {
    display: inline-block;
    text-align: left;
}

#sect02 {
    font-size: 1.7rem;
    text-shadow: #fff 1px 1px 4px,
        #fff -1px 1px 4px,
        #fff 1px -1px 4px,
        #fff -1px -1px 4px;
    ;
    background: url(images/sect02Bg.png) no-repeat center;
    background-attachment: fixed;
}

#sect02 h3 {
    font-size: 2.2rem;
}

.imgSect {
    height: 80%;
}

.imgSect01 {
    background: url(images/imgSect01.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}


.imgSect02 {
    background: url(images/imgSect02.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.imgSect03 {
    background: url(images/imgSect03.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.imgSect04 {
    background: url(images/imgSect04.jpg) no-repeat center top 25% fixed;
    background-attachment: fixed;
    background-size: cover;
}

.imgSect05 {
    background: url(images/imgSect05.jpg) no-repeat center top 25% fixed;
    background-attachment: fixed;
    background-size: cover;
}

.imgSect06 {
    background: url(images/imgSect06.jpg) no-repeat center top 25% fixed;
    background-attachment: fixed;
    background-size: cover;
}

#sect03 {
    font-size: 1.7rem;
    font-weight: bold;
    background: url(images/sect03Bg.jpg) no-repeat center;
    background-attachment: fixed;
}

#sect03 h2 {}

.name {
    font-family: 'Noto Serif KR',
        'Noto Serif JP',
        serif;
    overflow: hidden;
    position: relative;
    font-size: 3rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;

}

.name .role {
    font-family:
        'EB Garamond',
        'Noto Sans JP',
        "游ゴシック",
        "Yu Gothic",
        serif;
    font-size: 2rem;
}

.name .en {
    bottom: 0;
    right: 0;
    position: absolute;
    top: -22px;
    opacity: 0.2;
    z-index: -1;
    font-size: 5rem;
    padding-left: 10px;
    padding-right: 10px;
    color: #aaa;
}

.personImg {
    width: 40%;
    float: right;
    margin: 0 0 0px 20px;
}

.personImg {
    float: left;
    margin: 0 20px 0 0;
}

.personImg.fr {
    float: right;
    margin: 0 0 0 15px;
}


.personArticle .personTxt {}

.personArticleSub .name {
    font-size: 2rem;
}

.personArticleSub .name .en {
    font-size: 2rem;
}

.personArticleSub .name .role {
    font-size: 1.4rem;

}

.filmography {
    clear: both;
    padding: 10px 0 30px;
}

.filmography dt {
    color: #aaa;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.filmography dd {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.filmography dd .age {
    padding-right: 10px;
}

.personArticle {
    margin-bottom: 60px;
}

#sect05 {
    color: #fff;
    background: #282828;
}

#sect05 h2 {
    color: #fff;
}

#sect07 {
    background: url(images/sect07Bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}


.commmentInner {
    font-size: 1.7rem;
    line-height: 1.8;
    font-family: 'Noto Serif KR', 'Noto Serif JP', serif;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.commentName {
    font-size: 2.4rem;
    margin-bottom: 0;
    float: right;
    text-align: right;
}

.commentName span {
    font-size: 1.8rem;
    display: block;
}

#sect08 {
    color: #fff;
    background: #282828;
}

#sect08 h2 {
    color: #fff;

}

#sect08 ul {
    display: flex;
}

#sect08 ul li {
    width: 30%;
    margin: 10px 3.333% 10px 0;
    text-align: center;
}

#sect08 ul li {
    text-align: center;
}

#sect08 ul li div {
    color: #ccc;
    cursor: pointer;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
    overflow: hidden;
}


#sect08 ul li:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

#sect08 ul li.coming div {
    cursor: auto;
}

#sect08 ul li.coming:hover {
    opacity: 1;
}

#sect09 {
    background: #f1f1f1;
}

#sect10 {
    background: url(images/sect10Bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.theaterDl {
    padding: 10px;
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 30px;
}

.theaterDl dt {
    display: inline-block;
    color: #fff;
    background: #341707;
    padding: 3px;
    line-height: 1;
}

.theaterDl dd {}

.theaterDl dd a {
    font-family: 'Noto Serif JP',
        'Noto Serif KR',
        serif;
    font-size: 1.8rem;
    color: #341707;
    border-bottom: 1px solid;
}

.theaterDl dd .date {
    padding-left: 20px;
}

/* footer */

footer {
    padding: 15px 0;
    color: #fff;
    background: #282828;
    overflow: hidden;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerLogo {
    width: 230px;
    padding-right: 30px;
    float: left;
}

.footerRight {
    max-width: 590px;
    overflow: hidden;
    text-align: right;
}

.copy {
    font-size: 1.4rem;
    margin-bottom: 0;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#page-top .fa {
    font-size: 3.6rem;
    opacity: 0.7;
    display: block;
    width: 5rem;
    height: 5rem;
    line-height: 4rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #333;
}

@media screen and (max-width: 1025px) {
    html {
        font-size: 50%;
    }

    #sect02,
    #sect03,
    #sect07,
    #sect08,
    .imgSect01,
    .imgSect02,
    .imgSect03,
    .imgSect04,
    .imgSect05,
    .imgSect06 {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 768px) {


    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-10 {
        width: 83.33333%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .fs28 {
        font-size: 2.4rem;
    }

    .fs30 {
        font-size: 2.6rem;
    }

    .fs36 {
        font-size: 3.2rem;
    }

    .fs40 {
        font-size: 3.4rem;
    }

    h2 {
        font-size: 3.2rem;
        margin-bottom: 30px;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block;
    }

    header {
        height: 60px;
        width: 100%;
        top: 0;
        left: 0;
        background: none;
    }

    .sidebarMenuInner li {
        padding: 0;
        margin-bottom: 0;
    }

    .sns {
        position: absolute;
        top: 2px;
        right: 58px;
        display: flex;
    }

    .sns li {
        padding: 8px 6px;
    }

    .sns li a {
        font-size: 2.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #282828;
        background: #fff;
        opacity: 1;
        padding: 0;
        text-align: center;
    }

    section {
        padding-left: 0;
    }

    #sect02,
    #sect03,
    #sect04,
    #sect05,
    #sect06,
    #sect07,
    #sect08,
    #sect09,
    #sect10 {
        padding-top: 45px;
        padding-bottom: 45px;
        min-height: 65%;
        background-attachment: scroll;
    }



    #sect01 {
        background-size: cover;
    }

    .sect01Bottom {
        font-size: 1.5rem;
    }

    #sect01 .container {
        padding: 0;
    }



    #sect01 img {
        display: block;
        margin: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #sect01 .sect01Bottom .container {
        padding: 10px;
    }

    .imgSect {
        height: 50%;
    }

    .name {
        font-size: 2.8rem;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .name .role {
        display: block;
        padding: 0 !important;
    }

    .personArticle {
        margin-bottom: 30px;
    }

    .commmentInner {
        padding: 20px;
        margin: 0 -15px 30px;
    }

    footer .container {
        display: block;
        text-align: center;
    }

    .footerLogo {
        float: none;
        margin-bottom: 10px;
    }

    .footerRight {
        text-align: center;
    }
}


@media screen and (max-width: 400px) {

    .personArticle .personImg,
    .personArticle .personTxt {
        width: 100%;
        float: none;
        padding: 0;
    }

}