@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.4rem;
    background-image: url(../img/shikkui.jpg);
    background-size: contain;
}

a {
    color: inherit;
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

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

input {
    -webkit-appearance: none;
    max-width: 100%;
}

input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}

.mainContainer {
    /* width: 950px;
        max-width: 100%;
        margin: 0 auto; */
}


/* .wrapper {
        margin-bottom: 50px; */


/* } */

 ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/*スクロールバーの背景色・角丸指定*/

 ::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f2f2f2;
}


/*スクロールバーの色・角丸指定*/

 ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}


/*==============================================================

ここから！！！

==============================================================*/

.wrapper {
    height: 100%;
    width: 100%;
    /* overflow-x: hidden; */
}

header .logotop {
    /* max-width: 1080px;
    width: 60%; */
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
    background-image: url(../img/shikkui.jpg);
    background-size: cover;
}

header .logotop img {
    width: 25%;
    margin-top: 1rem;
}

header .logotop p {
    text-align: center;
    margin: 2rem 0 1rem;
    color: #d9a927;
    font-weight: bold;
    font-size: 4rem;
}


/*==============================================================

ハンバーガーメニュー中

==============================================================*/

nav {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background: #dca900ea;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 10;
    opacity: 0;
}

nav .inner {
    padding: 25px;
}

nav .inner span {
    font-size: 0.8rem;
}

header nav .inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #727171;
}

nav .inner ul li a {
    display: block;
    /* color: #727171; */
    font-size: 1.2rem;
    padding: 1em 1rem 0.3rem;
    text-decoration: none;
    transition-duration: 0.2s;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 22px;
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 15;
}

.toggle_btn span:nth-child(1) {
    top: 4px;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #727171;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(2) {
    top: 14px;
}

.toggle_btn span:nth-child(3) {
    bottom: 4px;
}

#mask {
    display: none;
    transition: all .5s;
}

.open nav {
    right: 0;
    opacity: 1;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate( -315deg);
    transform: translateY(10px) rotate( -315deg);
}

.open .toggle_btn span {
    /* background-color: #fff; */
}

.toggle_btn span:nth-child(1) {
    top: 4px;
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate( 315deg);
    transform: translateY(-10px) rotate( 315deg);
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5c5b58;
    opacity: .5;
    z-index: 5;
    cursor: pointer;
}

.forsp {
    display: none;
}


/*==============================================================

配信タブ

==============================================================*/

.sec01 {
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    border-bottom: solid 1px #dca900;
}

.tab-area {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}

.tab-area .tab.active {
    position: relative;
    background-color: white;
    border-left: solid 3px #dca900;
    border-top: solid 3px #dca900;
    border-right: solid 3px #dca900;
}

.tab-area .tab {
    width: calc(100% / 2);
    height: 80px;
    /* line-height: 80px; */
    text-align: center;
    background-color: #dca900;
    border-radius: 20px 20px 0 0;
    /* border-bottom: 2px solid #f37680; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-area .tab.active p,
.tab-area .tab.active p span {
    color: #dca900;
}

.tab-area .tab p {
    color: white;
    font-weight: bold;
    line-height: 1.2;
}

.tab-area .tab.active::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    /* background: #dca900; */
    bottom: 0;
}

.tab-area .tab span {
    position: relative;
    color: white;
    font-size: 1rem;
}

.tab-area .tab span::before {
    content: '＼';
}

.tab-area .tab span::after {
    content: '／';
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*,
 ::before,
 ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

.inner.tab_inner article:nth-child(2) {
    border-top: solid 1px #dca900;
}

.content-area .content.show {
    display: block;
}

.content-area .content {
    display: none;
}

.content {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.sec01 .inner>article {
    position: relative;
    background: #fff;
    /* border: 3px solid #f69aa1; */
    border-radius: 0 0 10px 10px;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px 40px;
}

.sec01 .inner>article .thumb {
    position: relative;
    /* display: block; */
    /* margin-right: 40px; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 90%;
    margin: 0 auto 40px;
}

.sec01 .inner>article .thumb .cate-box_inner {
    width: 70%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sec01 .inner>article .thumb .cate-box {
    /* display: block; */
    color: #333;
    padding: 12px 20px;
}

.sec01 .inner article .thumb p.cate {
    display: inline-block;
    padding: 10px 40px;
    margin-right: 12px;
    margin-bottom: 30px;
    color: #fff;
    background: rgb(112, 110, 110);
    font-size: 1.5rem;
    text-align: center;
    /* max-width: 112px; */
    font-weight: bold;
    line-height: 1;
    /* letter-spacing: 0.02em; */
    border-radius: 5px;
    z-index: 2;
    opacity: 1;
}

.sec01 .inner article .thumb p.date {
    /* display: inline-block; */
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
}

.sec01 .inner article .thumb p.sub-title {
    /* display: inline-block; */
    padding-top: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.sec01 .inner article .thumb p.sub-title .red {
    font-size: 1.5rem;
    color: red;
}

.sec01 .inner article .thumb p.sub-title .small {
    font-size: 1.5rem;
}

.red {
    color: red;
}

.small2 {
    font-size: 1rem;
}

.small2 br {
    display: block;
    content: "";
    margin-top: -28px;
}

@media (min-width: 601px) .is-pc {
    display: block !important;
}

.sec01 .inner article .thumb .movie_inner {
    width: 27%;
}

.sec01 .inner article .thumb figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

figure.movie {
    position: relative;
    display: block;
}

.sec01 .inner>article .movie_inner figure img {
    border-radius: 5px;
    max-width: 320px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-top: 5rem;
}

.sec01 .inner>article .txt-box {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

@media (min-width: 1080px) .sec01 .inner>article p.overview {
    font-size: 2.0rem;
}

.sec01 .inner article p.overview {
    font-size: 1.6rem;
    margin-top: 20px;
}

.sec01 .inner article .btn-box {
    margin-bottom: 40px;
}

.sec01 .inner article .btn-box a.btn {
    background: #dca900;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 auto 0;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0 #d9d9d9;
    text-align: center;
    max-width: 60%;
    width: 100%;
}

a {
    transition: all 0.3s;
}

.sec01 #past.inner .sec04 {
    padding: 20px 0 20px;
    border-top: none;
    border-bottom: none;
    background: none;
}

.sec04 {
    background: url(../img/sec04_bg.gif);
    padding: 80px 0 44px;
}

h4 {
    position: relative;
    font-size: 3.2rem;
    text-align: center;
    margin-top: 0;
    color: #727171;
    line-height: 1.3;
    font-weight: bold;
}

@media (min-width: 601px) .is-sp {
    display: none !important;
}

.sec01 #past.inner .sec04 .item-list ul {
    margin-top: 20px;
    display: block;
}

.sec04 .item-list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 60px;
}

.sec01 #past.inner .sec04 .item-list li {
    margin: 0 auto 30px;
    max-width: 90%;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 2px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.sec04 .item-list li {
    width: 22%;
    margin-bottom: 56px;
}

.sec01 #past.inner .sec04 .item-list .card .card-img {
    width: 25%;
}

.sec04 .item-list .card .card-img {
    text-align: center;
    /* border: 1px solid #f2f2f2; */
    border-radius: 5px;
}

.sec04 .item-list .card .card-img img {
    vertical-align: bottom;
    margin: 0;
    border-radius: 5px;
}

.sec01 #past.inner .sec04 .item-list .card .card-body {
    width: 70%;
}

.sec04 .item-list .card .card-body {
    margin-top: 20px;
}

.sec04 .item-list .card .card-body .title {
    font-size: 1.6rem;
    font-weight: bold;
}

.sec01 .inner article p.title {
    color: rgb(112, 110, 110);
    font-size: 2.2rem!important;
    font-weight: bold;
    /* margin-top: 28px; */
}

.sec01 .inner article .btn-box a.btn.small {
    font-size: 1.8rem;
    max-width: 50%;
    margin-top: 20px;
    margin-left: 0;
}

#past .past_link {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 1rem;
}

.sec01 #past.inner .sec04 .past_link {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.sec02 {
    margin-top: 2rem;
    text-align: center;
    color: #333;
    padding-bottom: 3rem;
    border-bottom: #dca900 solid 1px;
}

p.talk span {
    background: linear-gradient(transparent 60%, #dca90048 0%);
}

.sec03 {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-image: url("../img/shikkui.jpg");
    background-size: cover;
    border-top: #dca900 solid 1px;
}

.sec03 img {
    display: block;
    margin: 0 auto;
}

h3 {
    font-size: 3rem;
    text-align: center;
}

h3 span {
    font-size: 5rem;
}

.sec05 {
    background-color: #dca900;
    padding: 5rem;
}

.cast {
    display: block;
    margin: 5rem 23rem 0 auto;
}

.sec05 .cast1 {
    width: 55%;
    display: block;
    margin: 0 auto;
}

.sec06 {
    margin: 4rem 0;
    padding: 10rem;
    border-bottom: 1px solid #dca900;
}

h4 {
    position: relative;
    padding-bottom: 50px;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 20px;
    color: #727171;
    line-height: 1.3;
    font-weight: bold;
}

.sec10 {
    padding: 80px 0 80px;
}

.sec10 .col-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.sec10 .col-2 article {
    display: flex;
    position: relative;
    background: #fff;
    border-top: 2px solid #e5e5e5;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.sec10 article.endDelivery a {
    width: 30%;
    margin-right: 3%;
}

.sec10 .col-2 article figure {
    margin-right: 26px;
}

.sec10 figure.movie::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 96px;
    background: url(../img/play.png) left top / 100% auto no-repeat;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sec10 .col-2 article figure img {
    width: 100%;
    object-fit: cover;
    padding-left: 1rem;
}

.sec10 article.endDelivery .txt-box {
    max-width: 67%;
}

.sec10 article.endDelivery p.title {
    margin-top: 2rem;
}

.sec10 article p.title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 28px;
}

.sec10 article.endDelivery .endDelivery-date {
    margin-top: 10px;
    font-size: 1.5rem;
}

.follow {
    display: block;
    margin: 0 auto;
    width: 20%;
}

.sns {
    display: flex;
    justify-content: center;
}

.sns img:not(:last-child) {
    margin-right: 3rem;
}

.sns2 {
    text-align: center;
    width: 19%;
}

.sns span {
    font-size: 1rem;
}

.sec07 {
    text-align: center;
    color: #333;
    margin: 10rem;
}

.suishou {
    font-size: 2.5rem;
}

.pcsp {
    display: flex;
    justify-content: center;
    font-size: 1rem;
}

.pcsp p::first-line {
    font-weight: bold;
}

.small {
    font-size: 1rem;
}

.pcsp span {
    font-weight: bold;
}

h5 {
    font-size: 0.8rem;
    font-weight: 100;
    text-align: center;
    padding: 0.5rem;
    background-color: #dca900;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 8px;
    bottom: 50px;
    background: #dca900;
    opacity: 0.6;
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
}

#page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
}


/*==================================

@media screen TABLET

==================================*/

@media screen and (max-width:760px) {
    .sec01 .content-area .inner>article .thumb p.sub-title {
        text-align: left!important;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .sec01 .inner article .thumb p.sub-title {
        display: block;
        padding-top: 8px;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.02em;
        text-align: center;
    }
    .sec01 .inner article p.overview {
        font-size: 1.4rem;
        margin-top: 0;
    }
    .sec01 .inner article .btn-box {
        margin-bottom: 0;
    }
    .sec01 .inner article .btn-box a.btn {
        max-width: 100%;
        padding: 12px;
        font-size: 1.8rem;
    }
}


/*==================================

@media screen SP

==================================*/

@media screen and (max-width:480px) {
    .forpc {
        display: none;
    }
    .forsp {
        display: block;
    }
    body {
        font-size: 1rem;
    }
    header .logotop img {
        width: 45%;
    }
    header .logotop p {
        text-align: center;
        margin: 1rem 0 0;
        font-size: 1.3rem;
    }
    nav {
        width: 280px;
    }
    nav .inner ul li a {
        font-size: 1rem;
    }
    nav .inner span {
        font-size: 0.6rem;
    }
    .sec01 .inner article .thumb p.date {
        font-size: 1rem;
        font-weight: bold;
    }
    .sec01 .inner article p.overview {
        font-size: 0.8rem;
    }
    .sec01 .inner>article .movie_inner figure img {
        border-radius: 5px;
        max-width: 320px;
        width: 100%;
        height: inherit;
        object-fit: cover;
        margin: 1rem 0 0;
    }
    .tab-area .tab span {
        font-size: 0.6rem;
    }
    .tab-area .tab.active {
        position: relative;
        background-color: white;
        border-left: solid 2px #dca900;
        border-top: solid 2px #dca900;
        border-right: solid 2px #dca900;
    }
    .tab-area .tab {
        height: 50px;
    }
    .sec01 .inner>article {
        padding: 30px;
    }
    .sec01 .inner article .thumb p.sub-title .red {
        font-size: 1rem;
        color: red;
    }
    .sec01 .inner article .thumb p.sub-title .small {
        font-size: 1rem;
    }
    .sec01 .inner>article .thumb .cate-box {
        padding: inherit;
    }
    .sec01 .inner article .thumb p.cate {
        font-size: 1rem;
    }
    .sec01 .content-area .inner>article .thumb p.sub-title {
        font-size: 1.2rem;
    }
    .sec01 .inner>article .thumb {
        display: inherit;
        margin: 0 auto 20px;
    }
    .sec01 .inner>article .thumb .cate-box_inner {
        width: 100%;
    }
    .sec01 .inner article .thumb .movie_inner {
        width: 100%;
    }
    .sec01 .inner article .btn-box a.btn {
        font-size: 1.2rem;
    }
    .sec01 {
        margin-top: 25px;
    }
    .btn-box {
        width: 90%;
        margin: 0 auto;
    }
    section#about img {
        width: 80%;
    }
    p.talk {
        font-size: 0.9rem;
    }
    .sec03 {
        padding: 5rem 0;
    }
    h2 {
        font-size: 1.3rem;
    }
    h3 {
        font-size: 1.5rem;
        text-align: center;
    }
    h3 span {
        font-size: 3rem;
    }
    section.sec03 img {
        width: 10%;
        display: block;
        margin: 0 auto;
    }
    .sec05 {
        padding: 1.5rem;
    }
    .sec05 .cast1 {
        width: inherit;
    }
    .cast {
        margin: 1.5rem 0 0 auto;
        width: 60%;
    }
    .sec06 {
        margin: inherit;
        padding: 4rem 0;
        font-size: 0.55rem;
    }
    .sns img {
        width: 80%;
    }
    .sns span {
        font-size: 0.5rem;
    }
    .sns2 {
        width: 23%;
    }
    .sec07 {
        margin: inherit;
        padding: 4rem 0;
        font-size: 0.7rem;
    }
    .sec10 {
        padding: 20px 0 30px;
    }
    h4 {
        font-size: 1.3rem;
        padding-bottom: 40px;
    }
    .inner {
        padding: 0 3%;
    }
    .sec10 .col-2 {
        margin: 0 auto;
    }
    .sec10 .col-2 article {
        padding: 15px 0;
    }
    .sec10 .col-2 article a {
        display: block;
        /* width: 100%; */
        text-align: center;
    }
    .sec10 .col-2 article figure {
        display: inline-block;
        text-align: center;
        width: 100px;
        margin: 1rem 0;
    }
    .sec10 figure.movie::before {
        width: 50px;
        height: 60px;
        left: 58%;
    }
    .sec010 .col-2 article figure img {
        height: 90px;
    }
    .sec10 article.endDelivery .txt-box {
        max-width: 67%;
    }
    .sec10 article p.title {
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.4;
    }
    .sec10 article.endDelivery .endDelivery-date {
        font-size: 0.6rem!important;
    }
    .sec10 article.endDelivery p.title {
        margin-top: 1.3rem;
    }
    .sec03 figure.movie::before {
        width: 50px;
        height: 60px;
    }
    .suishou {
        font-size: 1.5rem;
    }
    .small {
        font-size: 0.5rem;
    }
    .pcsp {
        display: inherit;
        justify-content: inherit;
        font-size: inherit;
    }
    h5 {
        font-size: 0.3rem;
        font-weight: bold;
    }
    .pcsp img {
        width: 30%;
    }
    .small2 {
        font-size: 0.5rem;
    }
    .small2 br {
        display: block;
        content: "";
        margin-top: -8px;
    }
}