
@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

a {
    color: #00c002;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.1em;
}

.features, .blog, .gallery, .clients, .prefooter .container-fluid {
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}

span.typcn::before, i.typcn::before {
    font-size: 2em;
}

span.x2:before, i.x2:before {
    font-size: 3.4em;
}

span.x3:before, i.x3:before {
    font-size: 4.4em;
}

span.x4:before, i.x4:before {
    font-size: 6em;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header .container-fluid {
    background-image: url('images/mv_bg02.jpg');
    background-repeat: no-repeat;
    background-size: 120%;
    background-position-y: -350px !important;
    background-position-x: 30px;
    background-attachment: fixed;
}

.hamburger {
    font-size: 2.3em;
    color: #000;
}

.hamburger:hover {
    color: #FFF;
    cursor: pointer;
}

.logo {
    background: none;
    border: 0px;
}

.jumbotron {
    background: none;
    text-align: center;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6, .jumbotron small {
    color: #FFFFFF;
}

.jumbotron p {
    color: #FFFFFF;
    margin-bottom: 5%;
}

/*------------------------------------*\
    SECTIONS
\*------------------------------------*/
.number .container-fluid {
    background-image: url('https://unsplash.it/3000/2000?image=685');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opaline {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: rgba(128, 215, 247, 0.660);
}

.opaline h1, .opaline h2, .opaline h3, .opaline h4, .opaline h5, .opaline h6, .opaline p {
    color: #FFFFFF;
}

.opaline .boxes {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.boxes .odometer.odometer-theme-default {
    font-family: 'Roboto Slab', serif;
}

.story .container-fluid {
    background-image: url('https://unsplash.it/3000/2000?image=531');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery {
    background-color: #dddddd;
}

.prefooter .container-fluid {
    background: linear-gradient( rgba(33, 37, 43, 0.6), rgba(33, 37, 43, 0.6) ), url(https://unsplash.it/4000/3000?image=528);
}

.prefooter h1, .prefooter h2, .prefooter h3, .prefooter h4, .prefooter h5, .prefooter h6, .prefooter p {
    color: #FFFFFF;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer .col-md-4 {
    display: none;
}

footer {
    background-color: rgb(200 91 98);
    padding-top: 1px;
    padding-bottom: 1.2em;
    color: white;
}

.container h3 {
    text-align: center;
    color: white;
    width: 100%;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
    /* color: #12891c; */
}

.social {
    padding-top: 50px;
}
header#home .col-md-3 {
    /* width: 560px; */
}

header#home .row {
    position: fixed;
    left: 50%;
    top: -20px;
    /* padding: 0 40px; */
    z-index: 9999;
    transform: translate(-400px, 0%);
}

header#home .col-md-1 {
    display: inline-block;
    width: auto;
    margin-left: 0;
    float: inherit;
    position: fixed;
    right: 0;
    top: 0;
    background: #12891b;
    z-index: 999;
}

header#home .container {
    width: auto;
    padding: 0;
}

header#home span.hamburger {
    font-size: 50px;
    color: white;
}

header#home .col-md-1 .menu-btn {
    line-height: initial;
}

header .container-fluid {
    padding-top: 0;
    height: 570px;
    position: relative;
    /* background-attachment: fixed; */
    background-color: #e8e8e8;
}

header .container .jumbotron {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 100px;
}

header .container .jumbotron p {
    font-size: 30px;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1em;
    color: rgb(255 255 255 / 86%);
    font-weight: 500;
    height: 130px;
}

p.fadein.inview {
    display: block;
}
section.header_under {
    background: white;
}
header#home {
    /* display:none;*/
    height: auto !important;
    overflow: hidden;
}

.catch-intro {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.8em;
    text-align: left;
    line-height: 1.8em;
    /* font-family: 'Zen Kurenaido', sans-serif; */
    /* -webkit-text-stroke: 1px #000; */
    text-stroke: 1px #000;
}

.absolete {
    position: absolute;
}

.wrap {
    /* width: 1000px; */
    margin: 0 3%;
}

.center {
    text-align: center;
}

.fadein_4000 {
    display: none;
}

/*h2*/
h2 {
    text-align: center;
    line-height: 1.2em;
    font-size: 60px;
    color: #06b6e2;
    font-weight: bold;
    /* font-family: 'Gloock', serif !important; */
    letter-spacing: 0.05em;
    font-family: 'Red Rose', cursive !important;
    margin-top: 0;
    /* -webkit-text-stroke: 2px #06b6e2; */
    text-stroke: 2px #06b6e2;
}

h2 span.mini {
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-family: 'Noto Serif JP', serif;
}

h2 span.txt-s {
    font-size: 0.4em;
    letter-spacing: 1.1em;
}

/*pushy*/
body .pushy {
    background: none !important;
    box-shadow: none !important;
    width: 32vw !important;
    display: flex;
    align-items: end;
}

.pushy a {
    border: none !important;
    line-height: 1.2em;
    color: white !important;
    padding-left: 3vw !important;
}

.pushy a:hover {
    background: #ffe000;
    color: #000 !important;
}

.pushy-active .site-overlay {
    background-color: rgb(0 0 0 / 35%);
    mix-blend-mode: multiply;
}

/*pushy*/
section.banana_bg:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: white; */
    opacity: 0.7;
}

/*news*/
section.banana_bg {
    padding: 60px 0;
    /* margin-bottom: 60px; */
    /* background-image: url(images/banana_kusa01.png),url(images/banana_kusa02.png); */
    background-position: -114px 370px,right top;
    background-size: 460px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background: aliceblue;
}

section.news:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.7;
}

section.news .wrap {
    position: relative;
    z-index: 3;
}

section.news .twitter {
    padding-bottom: 60px;
}

section.news {
    padding: 60px 0;
    /* margin-bottom: 60px; */
    background-image: url(images/banana_kusa01.png),url(images/banana_kusa02.png);
    background-position: -114px 370px,right top;
    background-size: 460px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

section.news ul.review {
    text-align: left;
}

section.news ul.review a {
    /* text-decoration: none; */
    /* color: inherit; */
    /* border-bottom: 1px solid #ffe700; */
}

section.news p.text_left {
    text-align: left;
}

section.news p.big_txt {
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.5em;
}

.twitter-timeline.twitter-timeline-rendered {
    border: 7px solid #000000;
    border-radius: 10px;
    height: 400px;
    overflow: scroll;
}

/*intro*/
section.intro .box .catch-intro {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 2em;
    /* font-family: "Sawarabi Mincho",'Noto Serif JP', serif; */
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

section.intro.intro06 {
    padding: 50vh 0;
    /* background-image: url(images/mainvisual07.jpg); */
    background-size: 780px;
    background-position: center;
}
section#intro {
    position: relative;
}
intro02 .background_img01 {
    background-color: rgb(0 0 0 / 41%);
    background-blend-mode: color;
}

section.intro {
    padding: 60px 0;
}

ÃƒÂ¢Ã¢â‚¬Â°Ã‹â€  {
    position: relative !important;
}

section.intro05 {
    /* background-image: url(images/mainvisual05_sp.jpg); */
    /* background-color: rgb(0 0 0 / 1%); */
    /* background-size: contain; */
    /* background-position: 7vw; */
}

section.intro05 {
    /* background-size: auto; */
    /* background-position: top; */
}

section#intro.intro03 {
    height: 1500px;
    /* background-image: url(images/mainvisual06.png); */
    background-color: rgb(0 0 0 / 0%);
    background-blend-mode: color;
    background-position: center center;
    background-size: 700px;
    background-position: center;
}

section.intro04 {
    height: 1500px;
    /* background-image: url(images/mainvisual04_sp.jpg); */
    background-color: rgb(0 0 0 / 35%);
    background-blend-mode: color;
    padding-top: 0;
    background-size: 887px;
    /* background-position: 90px; */
}

section#intro.intro08 {
    height: 1500px;
    background-image: url(images/mainvisual06.png);
    background-color: rgb(0 0 0 / 0%);
    background-blend-mode: color;
    background-position: center center;
}

section.intro10,section.intro11 {
    height: 1500px;
    background-color: rgb(0 0 0 / 0%);
    background-blend-mode: color;
}


section.intro12 {
    height: 1500px;
    background-color: rgb(0 0 0 / 0%);
    background-blend-mode: color;
}

section.intro13 {
    height: 1500px;
    background-color: rgb(0 0 0 / 0%);
    background-blend-mode: color;
}


section.intro14 {
    height: 1500px;
    background-color: rgb(0 0 0 / 0%);
    background-blend-mode: color;
}



.twitter .twitter-tweet {
    text-align: center;
    margin: auto;
}

.twitter {
}

section.intro .box {
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    /* background: #ffffff6e; */
    margin-top: 400px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-bottom: 400px;
    background: rgba(255,255,255,.1);
}

section.intro .box p {
    font-weight: normal;
    /* font-family: 'Zen Maru Gothic', sans-serif; */
    font-size: 18px;
    padding: 10px 0;
    color: #d0d0d0;
    text-align: center;
    font-weight: normal;
}

/*discription*/
section.discription .center {
    margin-bottom: 90px;
}

section.discription .catch-intro {
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.8em;
    font-family: 'Zen Kurenaido', sans-serif;
}

section.discription {
    padding: 100px 0;
    background-image: url(images/note_bg.jpg);
    background-size: 60px;
    position: relative;
}

section.discription p {
    font-family: 'Zen Kurenaido', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

section.discription .box02 .img {
    transform: rotateZ(2deg);
}

section.discription .box03 .img {
    transform: rotateZ(-2deg);
    transition: all 0.5s 1s ease-in-out;
}

section.discription .img {
    width: 200px;
    height: 190px;
    float: left;
    padding: 10px;
    background: white;
    display: inline-block;
    margin-right: 20px;
}

section.discription .img img {
    width: 200px;
    height: 140px;
    object-fit: cover;
}

section.discription .box {
    /* width: 800px; */
    margin: auto;
    margin-bottom: 50px;
}

section.discription .box.box01 {
}

section.discription .box:after {
    content: "";
    display: block;
    clear: both;
}

section.discription .box.box01 .img {
    transform: rotateZ(-1deg);
}

section.discription p b {
    font-size: 1.1em;
}

section.discription .absolete {
    right: 0;
    bottom: 0;
    width: 330px;
    transform: scale(-1, 1);
    opacity: 0.4;
}

/*comment*/
section.comment .comment_box {
    border: 1px solid #eee;
    padding: 30px 30px;
    margin-bottom: 30px;
    margin: 30px;
    background: #fffee8;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.1em;
    /* width: 800px; */
    margin: auto;
    margin-bottom: 50px;
    box-shadow: 0 0 20px #cecece;
}

section.comment {
    padding: 60px 0;
    background-image: url(images/note_bg.jpg);
    background-size: 60px;
    position: relative;
}

section.comment {
}

section.comment .comment_box .name {
    display: block;
    text-align: right;
    font-size: 25px;
    line-height: 1.2em;
    margin-top: 20px;
}

section.comment .comment_box .name span.job {
    display: block;
    font-size: 0.7em;
}

section.director {
    padding: 60px 0;
    position: relative;
    z-index: 3;
    border-bottom: 1px dashed #cacaca;
    background: white;
}

section.director .wrap {
    /* width: 800px; */
    margin: auto;
}

section.director .box {
    padding: 5%;
}

section.director .box .img {
    /* width: 268px; */
    /* height: 197px; */
    background: border-box;
    display: flex;
    margin-right: 40px;
    align-items: center;
    margin-bottom: 40px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
    width: 50%;
    border-radius: 170px;
}

section.director .box:after {
    content: "";
    display: block;
    clear: both;
}

.archive {
    margin: 30px 0;
    padding: 21px;
    border: 1px solid #eee;
    background: #f6f6f6;
}

section.director ul {
    list-style: none;
    padding-left: 0;
    padding: 0 20px;
    margin: 20px 0;
    padding-left: 0;
}

section.staff .staff_box h4 {
    margin-top: 30px;
}

section.staff .staff_box {
    /* margin: 40px 0; */
    width: auto;
    display: inline-block;
    vertical-align: top;
    gap: 30px;
}

hr {
    width: 100%;
    border-top: 1px dashed #aaaaaa;
    margin: 0;
}

section.director ul li {
    margin-bottom: 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #c9c9c9;
    padding: 2px 0;
    font-size: 17px;
    padding-bottom: 10px;
}

section.staff span.name {
    position: relative;
    color: white;
    /* width: 57%; */
    display: inline-block;
    padding-top: 0px;
    padding: 0 0.3em;
}

section.staff .staff_box .inbox {
    /* padding-left: 230px; */
}

section.staff .staff_box .inbox h4 {
    background: black;
    position: relative;
    padding-top: 0.7em;
}

section.staff .staff_box .inbox h4 span.role_name {
    font-size: 13px;
    bottom: 0;
    position: absolute;
    right: 5px;
    color: #a3f0ff;
    letter-spacing: -0.1em;
    font-weight: bold;
}

section.staff .staff_box .inbox h4 span.name {
}

#staff > div > div > div > p {
    /* padding-left: 230px; */
}

.staff_box.staff_box02 {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

section.staff span.name b {
    top: inherit;
    position: absolute;
    width: 100%;
    font-size: 12px;
    left: 00.5em;
    transform: translate(0px, -100%);
    letter-spacing: 0.2em;
    TOP: -0.1em;
    text-align: center;
    white-space: nowrap;
}
section.director h4 b {
    position: absolute;
    right: 50%;
    top: 0;
    font-size: 12px;
    transform: translate(50%, -50%);
    width: 100%;
}
section.director h4 {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}

span.name b {
}

span.name {
    position: relative;
}

/*cast_intro*/
section.cast_intro .cast_box h4 {
    font-size: 1.3em;
}

section.cast_intro {
    position: relative;
    z-index: 3;
}

section.cast_intro .cast_box p {
    width: 100%;
    height: 140px;
    background: #eeeeee;
    overflow: hidden;
    margin-bottom: 22px;
}

section.cast_intro .cast_box {
    width: 32%;
    text-align: center;
    overflow: hidden;
    /* margin-bottom: 30px; */
    padding: 30px 10px;
}

section.cast_intro .display_flex {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 2%;
}

section#Cast {
    /* padding: 60px 0; */
    text-align: center;
    padding-bottom: 0;
    color: white;
}

section#Cast p.cast {
    font-size: 1em;
}

section#Cast p {
    font-size: 13px;
}

section.cast_intro .cast_box:nth-child(odd) span.name {
    transform: rotate(2deg);
}

section.cast_intro .cast_box span.name {
    position: relative;
    min-inline-size: 130px;
    display: inline-block;
    background: #ffef90;
    padding: 5px 0px;
    transform: rotate(-2deg);
}

section.cast_intro .cast_box span.name b {
    position: absolute;
    width: 100%;
    font-size: 9px;
    top: -5px;
    left: 0;
    transform: translate(0px, -50%);
    letter-spacing: 0.2em;
    text-align: center;
}

/* staff */
ection#intro.intro05 {
    background-image: url(images/mainvisual05.png);
    background-color: rgb(0 0 0 / 9%);
}

section.staff {
    padding: 60px 0;
    position: relative;
    z-index: 3;
    border-bottom: 1px dashed #cacaca;
    /* background: #ffffff00; */
    background: white;
}

section.staff .display_flex {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 0;
}

.js-marker {
    display: inline;
    position: relative;
    background-image: linear-gradient(90deg, #ffff66, #ffff66);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 40%;
    transition: all 3s ease-out;
    font-weight: bold;
}

.js-marker.inview {
    background-size: 100% 40%;
}

.marker01, .marker02, .marker03 {
    background-image: linear-gradient(90deg, #70da76, #70da76);
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.modal-content {
    z-index: 999999999999999999;
    /* max-width: 90%; */
    /* max-height: 90%; */
    width: 80%;
    height: 70%;
    position: relative;
}

#close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 12px;
    background-color: #ddd;
    border: none;
    cursor: pointer;
}

/*modal*/
@media screen and (min-width: 600px) {
    .sp {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width:1140px) {
    section#intro.intro05 {
        background-size: auto;
        background-position: top;
    }

    section#intro.intro04 {
        background-position: top;
        background-size: cover;
    }

    section.intro.intro06 {
        /* background-position: top; */
        /* background-size: cover; */
    }

    .wrap {
        width: auto;
        margin: 3%;
    }

    header .container-fluid {
        background-position-y: -10vw !important;
    }
}

@media screen and (max-width: 768px) {
    body .pushy {
        background: none !important;
        box-shadow: none !important;
        width: 32vw !important;
        display: flex;
        align-items: end;
    }
}

img.img-responsive {
    margin: auto;
}

.slider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.slider .box {
    width: 48%;
    margin-bottom: 30px;
}

a.btn {
    background: #12891c;
    color: white;
    border-radius: 10pc;
    /* padding: 20px 30px; */
    font-size: 0.9em;
    font-weight: bold;
    /* min-width: 330px; */
    /* width: 60%; */
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 1em 2em;
}

h1 a.thumbnail.logo {
    display: flex;
    gap: 20px;
    width: 100px;
    flex-wrap: wrap;
}

h1 a.thumbnail.logo img.img-responsive {
    width: 100px;
    display: none;
    height: 70px;
    transition: transform 1.5s;
    /*  transform: scale(0);*/
    display: none;
}

main.main_wrap {
    width: 600px;
    margin: auto;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    margin-bottom: 100vh;
}

section.staff .staff_box img.img-responsive {
    float: left;
    width: 210px;
    height: 210px;
    border-radius: 140px;
    margin-right: 20px;
    border: 1px solid #2d9bb1;
}
body:before {
    content: "";
    display:block;
    position:fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background-position:50% 100%;
    background-image: url(images/main_bg01.jpg);
    z-index: -1;
    background-repeat: repeat;
}
body {
    /* overflow-x: hidden; */
    /* background-image: url(images/main_bg01.jpg); */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    font-family: 'Zen Maru Gothic', sans-serif;
    position: relative;
}

header#home .container {
}

section.header_under div#news {
    background: black;
    color: white;
    text-align: center;
    padding: 10px;
}

p {
    margin: 0 0 0px;
}
section.intro.intro06 .wrap {
    width: 90%;
    margin-bottom: 3em;
    /* font-size: 1.2em; */
    font-weight: bold;
}


section.intro.intro06 b {
    border-bottom: 2px solid #ccc;
    display: block;
    font-size: 1.3em;
    color: #2d9bac;
}
.wrap.bg_White {
    background: white;
    border-radius: 10px;
    padding: 2em 1em;
}
section.intro .wrap {
    margin: auto;
    position: relative;
}

section.header_under div#cast {
    font-size: 16px;
    text-align: center;
    line-height: 1.3em;
    padding: 10px 0;
}

section.header_under div#news p {
    line-height: 1.1em;
}

section.header_under div#news {
    font-size: 21px;
    font-family: 'Noto Serif JP', serif;
}

section.intro .box p svg {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    color: #77bbca;
}

h2.type_02 {
    text-align: left;
    font-size: 41px;
    color: #04b6e2;
    font-family: 'Zen Maru Gothic', sans-serif !important;
    text-align: center;
    -webkit-text-stroke: inherit;
}

h2.type_02 b {
    font-size: 1.3em;
}

img {
    max-width: 100%;
}

.container-fluid.para1 .moving01 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 190px;
    display: none;
}

.container-fluid.para1 {
    overflow: hidden;
}

.container-fluid.para1 .img01 {
    width: 350px;
    position: absolute;
    right: 51%;
    transform: translate(50%, 0%);
    bottom: -70px;
    z-index: 1;
}

.container-fluid.para1 .img02.index01 {
    position: absolute;
    bottom: 0;
/*    left: -20px;
    width: 1;*/
    z-index: 1;
}

.container-fluid.para1 .img03 {
    display: none;
}

.container-fluid.para1 .img03 img {
    /* display: none; */
    width: 2000px;
}

.container-fluid.para1 .img03 {
    width: 1300px;
    position: absolute;
    top: 193px;
    z-index: 1;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 2;
    opacity: 0.4;
    border-top: 202px solid #2d9bb1;
}

section.director h2 {
    margin-bottom: 0;
}

section.staff .staff_box p {
    font-size: 16px;
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Zen Maru Gothic', sans-serif;
}

section.director ul li span {
}

section#intro.intro02 p {
    text-align: left;
    color: white;
    width: 85%;
    margin: auto;
}

p.right {
    text-align: right !important;
    display: block;
}

section#intro.intro02 .box {
    background: #00000038;
    padding: 100px 0;
}

section.intro01 {
    /* background-color: rgb(0 0 0 / 24%); */
    /* background-blend-mode: color; */
    /* background-image: url(images/mainvisual_sp.jpg); */
    /* background-size: 100%; */
    /* background-repeat: repeat; */
    position: relative !important;
}
.innner {
    position: absolute; /* positionÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢absoluteÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Å¡ */
    top: 0; /* topÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¨Ã‚Â¨Ã‚Â­ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Å¡ */
    left: 0; /* leftÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¨Ã‚Â¨Ã‚Â­ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Å¡ */
    width: 100%;
    height: 100%;
    clip: rect(auto, auto, auto, auto) !important;
    z-index: -1;
    clip-path: inset(0);
}
section.intro02 {}

section.intro02 .background_img01 {
    background-color: rgb(0 0 0 / 28%);
    background-color: #00000047;
    background-blend-mode: color;
    background-size: 100%;
}
.background_img01 {
    position: fixed!important; /* fixedÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Å¡ÃƒÂ£Ã‚ÂÃ‚ÂÃƒÂ£Ã¢â‚¬Å¡Ã…â€™ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¥Ã‚Â¤Ã¢â‚¬â€œÃƒÂ£Ã‚ÂÃ‚Â¯ÃƒÂ¥Ã‚ÂÃ…â€™ÃƒÂ£Ã‚ÂÃ‹Å“ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Å¡ */
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: 598px;
    height: 100vh;
    background-position: center center;
    transform: translate(-50%, 0%);
}
section.intro10 .background_img01 {
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgb(0 0 0 / 41%);
    background-blend-mode: color;
}
section.intro11 .background_img01 {
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgb(0 0 0 / 41%);
    background-blend-mode: color;
}

section.intro12 .background_img01 {
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgb(0 0 0 / 41%);
    background-blend-mode: color;
}


section.intro13 .background_img01 {
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgb(0 0 0 / 41%);
    background-blend-mode: color;
}

section.intro14 .background_img01 {
    background-size: 100%;
    background-repeat: repeat;
    background-color: rgb(0 0 0 / 41%);
    background-blend-mode: color;
}

section.intro01 p {
    width: 85%;
    margin: auto;
    line-height: 1.6em;
    font-size: 17px !important;
}

h2.type_02 b.big_size {
    font-size: 1.6em;
}

section.intro01 .box {
    background: #00000038;
}

section#intro.intro04 .bgimg {
    position: relative;
}

section.director ul.display_flex.flex01 {
    /* display: flex; */
    justify-content: unset;
    gap: 3%;
    padding: 0;
    flex-wrap: wrap;
    flex: ;
    display: flex;
    margin-bottom: 0;
}

ul.display_flex.flex01.flex01_02 {
    margin-top: 0 !important;
}

ul.display_flex.flex01.flex01_02 li {
    margin-bottom: 10px !important;
}

section.director ul.display_flex.flex01 li {
    background: white;
    border: 1px solid #eee;
    width: 31%;
    padding: 1%;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    /* padding-bottom: 40px; */
    /* box-shadow: 1px 1px 8px 0px #c6c2c2; */
    display: inline-block;
    border: 1px solid #c8c8c8;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 6px; */
    /* border-bottom-left-radius: 6px; */
}

section.staff ul.display_flex.flex01 li {
    background: white;
    border: 1px solid #eee;
    width: 32.1%;
    padding: 1%;
    border-radius: 6px;
    position: relative;
    /* padding-bottom: 40px; */
    /* box-shadow: 1px 1px 8px 0px #c6c2c2; */
    display: inline-block;
    border: 1px solid #c8c8c8;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 6px; */
    /* border-bottom-left-radius: 6px; */
}

span.trophy {
    height: 80px;
    padding: 0px 20%;
    padding-right: 20%;
    line-height: 1.2em;
    text-align: center;
    font-size: 12px;
    width: 100%;
    /* margin-left: 40%; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2fa3bb;
    font-weight: bold;
}

span.trophy:before {
    content: "";
    display: block;
    width: 31px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(images/trophy_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

span.trophy:after {
    content: "";
    display: block;
    width: 31px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(images/trophy_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

section.director ul.display_flex.flex01 li.director {
    /* background: #d6f6ff; */
}

section.director ul.display_flex.flex01 li.director span.year {
    /* background: #d6f6ff; */
}

section.staff ul.display_flex.flex01 li.director {
    /* background: #d6f6ff; */
}

section.staff ul.display_flex.flex01 li.director span.year {
    /* background: #d6f6ff; */
    bottom: inherit;
    top: 9px;
    font-size: 16px;
        display: none;
}

span.year {
    position: absolute;
    bottom: 1px;
    right: -1px;
    color: #f0f8ff00;
    font-size: 21px;
    /* opacity: 0.3; */
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    width: auto;
    text-align: center;
    font-family: 'Red Rose', cursive,'Noto Serif JP', serif !important;
    /* transform: translate(0%, -70%); */
    /* background: white; */
    display: inline-block;
    padding: 0px 5px 0 5px;
    /* border-radius: 5px; */
    /* border: 1px solid #c8c8c8; */
    border-bottom: none;
    z-index: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 1em;
    opacity: 0.3;
}

span.join {
    background: #c85b62;
    color: #f4f5d4;
    border-radius: 40px;
    padding: 0px 10px;
    font-size: 11px;
    line-height: 0em;
}

p.title {
    text-align: center;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 41px; */
    flex-wrap: wrap;
    margin-top: 5px;
}

p.title span {
    display: block;
    font-size: 0.7em;
}

#staff > div > div.display_flex > ul > li:nth-child(6) > p > span:nth-child(1) {
    font-size: 10px;
}

span.join.join02 {
    background: #ffaa00;
}

span.join.join03 {
    background: black;
}

span.join.join04 {
    background: cadetblue;
}

span.join.join01 {
    background: #00439b;
}

section.staff .staff_box ul.display_flex {
    padding-left: 0;
    gap: 10px;
    margin-top: 20px;
}

section.staff .staff_box ul.display_flex li {
    width: 32%;
    margin-bottom: 0;
    padding-top: 0;
}

.clea_both {
    clear: both;
}

section.staff .staff_box ul.display_flex li p.title {
    line-height: 1.1em;
}

.bgimg {
    position: fixed;
    height: 260px;
    width: 100px;
    display: inline-block;
    right: 50%;
    -webkit-transform-origin-y: top;
    right: 50%;
    transform: translate(380px, 0px);
    top: -20px;
}

.text.typing {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    animation: typing 3s steps(23), caret 1.5s steps(1) infinite;
    margin: 0;
    line-height: 1.7;
    max-width: 300px;
    font-size: 2.7rem;
    max-height: 300px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 114%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    letter-spacing: 0.04rem;
    color: #fff;
    /* text-shadow: 0px 0px 4px #000; */
    z-index: 999;
}

@keyframes typing {
    from {
        height: 0;
    }
}

@keyframes caret {
    50% {
        border-bottom-color: currentColor;
    }
}

.catch-intro {
    display: block;
    height: 60px;
    width: 100%;
    overflow: hidden;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.catch-intro span.name b {
    top: -4px;
    left: -7px;
}

header#home .container .catch-intro {
    margin-top: 90%;
    position: relative;
    z-index: 23;
}

.catch-intro_inbox {
    display: inline-block;
    color: #ffffff;
    line-height: 30px;
    padding-left: 100%;
    white-space: nowrap;
    animation: animate-banner 30s linear infinite;
}
.catch-intro_inbox > * {
    display: inline-block;
}

@keyframes animate-banner {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
.catch-intro_inbox.text2 {
    animation-delay: 8s;
}

.animation_move {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 5s;
}

.keyframe2 {
    /* animation-name: anim_h; */
}

@keyframes anim_h {
    0% {
        transform: translate(0px, 0);
    }

    100% {
        transform: translate(20px, 0);
    }
}

.keyframe6 {
/*    animation-name: poyopoyo;*/
}

.keyframe7 {
    /* animation: poyopoyo02 3s ease-in-out 1s infinite; */
}

@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }

    50%, 70% {
        transform: scale(0.95);
    }
}

@keyframes poyopoyo02 {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }

    50%, 70% {
        transform: scale(0.95);
    }
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.scroll-container {
    position: relative;
    overflow: auto;
    height: 100%;
}

.js-fix-wrapper {
    height: 100%;
   position: relative;
    width: 100%;
    overflow-x: hidden;
}

.js-fix.is-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.scroll-container .js-fix {
    text-align: center;
    /* background: white; */
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    width: 1200px;
    /* transition: all 0.5s 1s ease-in-out; */
}

.js-fix.is-fixed {
}

.scroll-container .js-fix.is-fixed {
    position: fixed;
    top: 0;
    right: 50%;
    transform: translate(50%, 0px);
    width: 600px;
    left: inherit;
    transition: all 0.5s 1s ease-in-out;
}

.scroll-container .js-fix p {
    /* margin-top: 300px; */
    height: 300px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    color: white;
    flex-wrap: wrap;
    margin-top: 30vh;
    line-height: 1em;
    /* font-family: 'Noto Serif JP', serif; */
    font-weight: bold;
    -webkit-transition: all 0.5s 1s ease-in-out;
    -moz-transition: all 0.5s 1s ease-in-out;
    -ms-transition: all 0.5s 1s ease-in-out;
    -o-transition: all 0.5s 1s ease-in-out;
    transition: all 0.5s 1s ease-in-out;
    font-size: 20px;
}

.scroll-container .js-fix p span {
    display: block;
    width: 100%;
    /* writing-mode: vertical-rl; */
    line-height: 1.8em;
}

.scroll-container .js-fix p span.writer {
    margin-top: 30px;
    font-size: 0.9em;
}

body .pushy {
    display: none;
}

.col-md-1.col-md-offset-8.col-xs-2.text-center {
    display: none !important;
}

@media screen and (max-width: 600px) {
    header#home .container .bgimg {
        top: 50%;
        right: 50%;
        transform: translate(50%, -100%);
        z-index: -1;
    }

    .container-fluid.para1 .img01 {
        bottom: -50px;
        width: 57vw;
    }

    .container-fluid.para1 {
        padding: 0;
        background-position-y: -2vh !important;
        background-position-x: 0px;
        background-size: 150%;
        height: 103vw;
    }

    header#home .container .catch-intro {
        width: auto !important;
        margin: 0;
        bottom: 0;
        margin-top: 90% !important;
    }

    body {
        /* width: 100vw !important; */
        background-size: 220vw;
        background-position: 100vw top;
    }

    .container-fluid.para1 .moving01 {
        width: 28vw;
        top: 18vw;
        left: 3vw;
    }

    main.main_wrap {
        width: 100vw;
        overflow-x: hidden;
    }

    .container-fluid.para1 .img03 {
        top: 31vw;
        width: 214vw;
    }

    section.header_under div#cast p {
        font-size: 3vw !important;
        line-height: 1.4em;
    }

    footer h3 {
        margin-bottom: 02vw;
    }

    footer {
        padding-top: 3vw;
    }

    section.intro .box p {
        font-size: 4vw !important;
        width: 90%;
    }

    section#Cast {
        /* padding: 10vw 0; */
    }

    section#Cast .wrap {
        line-height: 1.3em;
    }

    footer .col-md-8 h3 {
        text-align: center;
        margin: 0;
        color: white;
    }

    h2 {
        font-size: 9vw;
        margin-bottom: 0vw;
    }

    section.intro05 {
        /* background-size: 100%; */
        /* background-position: -41vw; */
        /* background-image: url(images/mainvisual05_sp.jpg) !important; */
        /* background-repeat: repeat; */
    }

    section#intro.intro03,section.intro10,section.intro11 {
        background-size: 100%;
        background-position: top;
        background-repeat: repeat;
    }
    section.intro12 {
        background-size: 100%;
        background-position: top;
        background-repeat: repeat;
    }

    section#intro.intro06 {
        background-size: cover;
        background-position: -46vw;
    }
section.intro04 .background_img01 {
    background-size: contain;
}

section#intro.intro03 .background_img01 {
    background-size: contain;
}

section.intro10 .background_img01 {
    background-size: contain;
}
section.intro11 .background_img01 {
    background-size: contain;
}
section.intro12 .background_img01 {
    background-size: contain;
}
body:before {
    background-size: 250%;
    background-position: top right;
}
section#intro.intro06 .background_img01 {
}


.butai_aisatsu span.inwrap b {
    font-size: 5vw !important;
    margin-top: 3vw !important;
    display: block;
}

    section.intro01 {
        /* background-size: 100%; */
        /* background-position-x: 50%; */
        /* background-image: url(images/mainvisual_sp.jpg); */
        /* background-repeat: repeat; */
    }
    section.intro02 {
    /* background-image: url(images/mainvisual02_sp.jpg); */
    /* background-size: 100%; */
    /* background-repeat: repeat; */
}
section.intro05 .background_img01 {
    background-repeat: repeat;
    background-size: contain;
}
    section.intro04 {
        height: 1500px;
        /* background-size: 100%; */
        /* background-image: url(images/mainvisual04_sp.jpg); */
        /* background-repeat: repeat; */
    }

    section.staff .display_flex {
        padding-bottom: 5vw;
    }

    section#staff {
        /* margin: 0 calc(50% - 50vw); */
        /* padding: 0 3%; */
        background: #e0f9ff;
        padding-bottom: 0;
    }

    section.staff .staff_box:nth-child(3), section.staff .staff_box:nth-child(6), section.staff .staff_box:nth-child(9), section.staff .staff_box:nth-child(11), section.staff .staff_box:nth-child(13) {
        background: #ffffff;
    }

    #staff > div > div:nth-child(3) {
    }

    .js-fix-wrapper {
        width: 100vw;
        overflow-x: hidden;
    }
section#intro.intro12 {}

section#intro.intro12 span {
font-size: 0.65em;
    width: 100vw;
}
    .scroll-container .js-fix p span {
        width: 90vw;
        margin: auto;
        font-size: 4.7vw;
    }

    .scroll-container .js-fix p {
        margin-top: 30vh;
        font-size: 5vw;
    }

    section.director ul.display_flex.flex01 li {
        width: 48%;
        padding-top: 3vw;
    }

    span.year {
        font-size: 9vw;
    }

    span.join {
        font-size: 3vw;
    }

    p.title {
        font-size: 4.5vw;
    }

    span.trophy {
        font-size: 3vw;
        width: 84%;
        margin: auto;
        padding: 0px 14%;
        margin-top: 3vw;
    }

    section.director .box span.name b {
        position: absolute;
        top: 0;
        right: 50%;
        font-size: 3vw;
        text-align: center;
        width: 100%;
        transform: translate(50%, -50%);
    }

    section.director ul.display_flex.flex01 {
        margin-bottom: 9vw;
    }

    section.header_under div#cast {
        font-size: 3vw;
    }

    section.director h2 {
        font-size: 9vw;
    }

    section.staff .staff_box .inbox h4 span.role_name {
        font-size: 3.3vw;
        width: 26vw;
        bottom: 50%;
        transform: translate(0px, 50%);
        text-align: center;
    }

    section.staff .staff_box h4 {
        font-size: 6vw;
        margin-top: 0;
        margin-bottom: 2vw;
        padding-bottom: 2vw;
    }

    section.staff span.name b {
        font-size: 2vw;
        letter-spacing: -0.2em;
    }

    section.staff .staff_box p {
        font-size: 3.4vw;
        line-height: 1.4em;
    }

    section.staff .staff_box img.img-responsive {
        width: 30vw;
        height: 30vw;
    }

    section.staff .staff_box {
        gap: 2vw;
        margin-bottom: 10vw;
        margin: 0 calc(50% - 50vw);
        padding: 10vw 3%;
    }

    section.staff ul.display_flex.flex01 li {
        width: 48%;
    }

    #staff > div > div.display_flex > ul > li:nth-child(6) p.title {
        font-size: 3.3vw;
    }

    /*  */
    header#home .row {
        left: 50%;
        top: 1vw;
        transform: translate(-50%, 0%);
        margin: 0;
    }

    header#home .col-md-3 {
        width: auto;
    }

    header#home .col-md-3 h1 a.thumbnail.logo {
        flex-wrap: wrap;
        width: 81vw;
        margin-bottom: 0;
    }

    header#home .col-md-3 h1 a.thumbnail.logo img {
        width: 15vw;
        height: auto;
    }

    header#home .col-md-3 h1 {
        margin: 0;
    }
}


.mail {
    text-align: center;
    color: #ffed00;
    line-height: 1.3em;
    font-size: 2.1rem;
}

.butai_aisatsu span.inwrap {
width: 48%;
    display: block;
    /* margin: auto; */
    background: #ffffff1c;
}


.butai_aisatsu span.inwrap  p {
    text-align: left;
}

.butai_aisatsu .display_flex {
    display: flex;
        flex-wrap: wrap;
        gap: 17px;
}

.butai_aisatsu span.inwrap b {
    font-size: 1.7em;
    margin-left: 20px;
    border-bottom: 1px dashed #7e7e7e;
    color: #06b6e2;
}

.twitter-tweet {
    text-align: center;
    margin: auto;
}

