@charset "UTF-8";
html {
    scroll-padding-top: 130px;
}
@media screen and (max-width: 767px) {
    html {
        scroll-padding-top: 100px;
    }
}
.l-globalInner.video-library {
    max-width: 1200px !important;
}
.bold {
    font-weight: bold;
}
.bolder {
    font-weight: bolder;
}
.large {
    font-size: large;
}

.pagePanel.-singleCol .pagePanel {
    display: block;
}
.pagePanel.-singleCol .pageLabel .pageTitleWrap {
    padding: 7vw 0;
    aspect-ratio: auto;
}
.pagePanel.-singleCol .pageLabel .pageTitleWrap img {
    transition: none;
}
.pagePanel.-singleCol .pageLabel:hover .pageTitleWrap img {
    transform: scale(1);
    filter: brightness(1);
}

/* カテゴリー */
.pagePanel {
/*    display: flex;*/
    position: relative;
}
.pagePanel.moviePage {
    max-width: 1000px;
    margin: 0 auto;
}

.pageLabel {
    display: block;
    width: 100%;
    margin-right: 1rem;
}
.pageLabel:last-child {
    margin-right: 0;
}
.pageLabel .pageTitleWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32em; /* 16em */
    padding: 7vw 0 8vw;
/*    aspect-ratio: 1/1;*/
    position: relative;
    line-height: 1.2;
    box-sizing: border-box;
    overflow: hidden;
}
@media screen and (min-width: 1201px) {
    .pageLabel .pageTitleWrap {
/*        max-height: 400px;*/
        aspect-ratio: auto;
    }
    .pageLabel .pageTitleWrap .tvCm {
        object-position: 50% 25%;
    }
}
@media screen and (max-width: 1024px) {
    .pageLabel .pageTitleWrap {
        max-height: 400px;
        aspect-ratio: auto;
        height: 286px;
    }    
}

/* ボタン背景 */
.pageLabel .pageTitleWrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
    font-family: "object-fit: cover; object-position: center;";
    transform: scale(1);
    transition: .5s ease-in-out;
}
.pageLabel:hover .pageTitleWrap img {
    transform: scale(1.1);
    filter: brightness(0.8);
}

/* ボタンテキスト */
.pageLabel .pageTitle {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-align: center;
}
.pageLabel .pageTitle .text {
    display: inline-block;
    font-size: 200%;
    line-height: 1.2;
    position: relative;
}
.pageLabel .pageTitle .text::after {
    position: absolute;
    content: "";
    top: 65%;
    left: 50%;
    display: block;
    width: 2em;
    height: 2em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateX(-50%) rotate(135deg);
}
.pageLabel .pageMovieTitle .text {
    display: inline-block;
    font-size: 400%;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    color: white;
    border-bottom: solid 2px white;
    padding: 0 1em 0.2em;
}
.pageLabel .pageMovieTitle .text::after {
    position: absolute;
    content: "";
    top: 15%;
    left: 100%;
    display: block;
    width: 1em;
    height: 1em;
    border-right: solid 2px #fff;
    transform: translateX(-50%) rotate(135deg);
}
.pageLabel .pageTitleWrap .text span {
    padding-left: 14rem; /* 6.7rem */
    position: relative;
    z-index: 3;
}
.pageLabel .pageTitleWrap .text span:before {
    content: "";
    width: 132px; /* 63px */
    height: 72px; /* 23px */
    margin-top: 0.6rem;
    background: url(../../img/movie/fuji-white_logo.svg) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition: none;
}
.pageLabel .pageTitleWrap .text .tbShow {
    display: none;
}
@media screen and (max-width: 1030px) {
    .pageLabel .pageTitleWrap .text .tbShow {
        display: inline;
    }
    .pageLabel .pageTitle .text::after {
        width: 1.5em;
        height: 1.5em;
    }
    .pageLabel.cateBtn .pageTitle .text::after {
        top: 90%;
    }
    div.pageLabel .pageMovieTitle .text::after {
        top: 55%;
    }
}
@media screen and (max-width: 767px) {
    .pageLabel .pageTitleWrap .text {
        font-size: 160%;
    }
    .pageLabel:hover .pageTitleWrap img {
        transition: none;
    }
    .pageLabel:hover .pageTitleWrap img {
        transform: scale(1);
        filter: brightness(1);
    }
    .pageLabel .pageTitleWrap .text span {
        padding-left: 4.6rem;
    }
    .pageLabel .pageTitleWrap .text span:before {
        width: 43px;
        height: 16px;
        margin-top: 0.3rem;
    }
}
@media screen and (max-width: 670px) {
    .pageLabel .pageTitleWrap {
        padding: 8vw 4vw  10vw
    }
    .pageLabel .pageTitleWrap .text {
        font-size: 140%;
    }
}
@media screen and (max-width: 555px) {
    .pageLabel.conceptMovie .pageTitleWrap .text::after {
        top: 20%; /* 90% */
    }
}
@media screen and (max-width: 480px) {
    .pageLabel .pageTitleWrap {
        padding: 8vw 3vw  10vw;
        height: 150px;
    }
    .pageLabel .pageTitleWrap .text {
        font-size: 250%;
    }
    .pageLabel.cateBtn .pageTitleWrap .text{
        letter-spacing: 0;
    }
    .pageLabel .pageTitleWrap .text span {
        padding-left: 3.7rem;
    }
    .pageLabel .pageTitleWrap .text span:before {
        width: 35px;
        height: 13px;
        margin-top: 0.3rem;
    }
}


/* Video Library */
.cateBtn {
    cursor: pointer;
}

/* カテゴリーエリア */
.cateBtn .cateBox {
/*    width: 100%;*/
/*    height: 0;*/
/*    background: rgba(255, 255, 255, 0.7);*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0%;*/
/*    z-index: 90;*/
/*    cursor: auto;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: .4s;*/
}
.cateBtn .cateBox.open {
/*    height: auto;*/
/*    opacity: 1;*/
/*	visibility: visible;    */
}

.cateBtn .cateBox img {
    position: static;
    width: 100%;
    height: auto;
}

.cateBtn .cateWrap {
    display: flex;
    border: 2px solid #D5D5D5;
}
.moviePage .cateBtn .cateWrap {
    border: none;
}
.cateBtn .cateBox .cateArea {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 3em;
    border-right: 2px solid #D5D5D5;
}
.moviePage .cateBtn .cateBox .cateArea {
    width: 100%;
}

.cateBtn .cateBox .cateArea:last-child {
    border-right: none;
}

#cateArea0 {
    background-image: url('../../img/movie/video-library_bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 33em;
}

#cateArea1 {
    background-image: url('../../img/movie/video-library_bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 33em;
}

@media screen and (max-width: 400px) {
    #cateArea0 {
/*        background-size: 220%;*/
    }
    #cateArea1 {
/*        background-size: 230%;*/
    }
}

.cateBtn .cateBox .cateTtl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 4em;
    max-height: 100px;
    min-height: 8em;
}

.cateBtn .cateBox .cateTtl img {
    max-width: 350px;
}

/* カテゴリー一覧 */
.cateBtn .cateBox .cateList {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
}
.cateBtn .cateBox .cateList.-center {
    justify-content: center;
}
.moviePage .cateBtn .cateBox .cateArea {
    padding: 0;
}
.moviePage .cateBtn .cateBox .cateList {
/*    gap: 5em;*/
}
.moviePage .cateBtn .cateBox .cateList.-center {
    justify-content: normal;
}

.cateBtn .cateBox .cateList .cateList__item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 6em)/3);
    background: #fff;
    box-shadow: 7px 7px 16px 3px rgba(56, 56, 56, 0.5);
    transition: 0.5s;
}
.cateBtn .cateBox .cateList .cateList__item .category-red-corner{
    background: linear-gradient(135deg, #a51016 12px, transparent 0);
}

.moviePage .cateBtn .cateBox .cateList .cateList__item {
    width: calc((100% - 15em)/4);
    height: 6em;
}

.cateBtn .cateBox .cateList .cateList__item:hover {
    box-shadow: none;
}

.cateBtn .cateBox .cateList .cateList__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 1em;
}
.cateBtn .cateBox .cateList .cateList__item a::after {
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 38px;
    height: 10px;
    background-image: url(../../img/arrow-line-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.cateBtn .cateBox .cateList .cateList__item .cateLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.3;
}

.cateBtn .cateBox .cateList .cateList__item .cateLogo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 35px;
    object-fit: contain;
}

@media screen and (max-width: 1500px) {
    .cateBtn .cateBox .cateList {
        gap: 2em;
    }

    .cateBtn .cateBox .cateList .cateList__item {
        width: calc((100% - 4em)/3);
        background-color: white;
    }

    .cateBtn .cateBox .cateList .cateList__item .cateLogo {
        font-size: 1.5rem;
    }

    .cateBtn .cateBox .cateArea {
        padding: 2em;
    }
}

@media screen and (max-width: 1300px) {
    .cateBtn .cateBox .cateTtl {
        max-height: 80px;
        margin-bottom: 3em;
    }

    .cateBtn .cateBox .cateTtl img {
        max-width: 250px;
    }

    .cateBtn .cateBox .cateList {
        gap: 1.5em;
    }

    .cateBtn .cateBox .cateList .cateList__item {
        width: calc((100% - 1.5em)/2);
    }
    .moviePage .cateBtn .cateBox .cateList .cateList__item {
        width: calc((100% - 4em)/3);
    }
    .moviePage .cateBtn .cateBox .cateList.-center {
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .cateBtn .cateBox .cateList .cateList__item .cateLogo {
        font-size: 1.4rem;
    }

    .cateBtn .cateBox .cateArea {
        padding: 1.5em;
    }

    .moviePage .cateBtn .cateBox .cateList .cateList__item {
        width: calc((100% - 2em)/2);
    }
}

@media screen and (max-width: 767px) {
    .cateBtn .cateBox .cateList .cateList__item {
        width: calc((100% - 10em)/3);
    }
    .cateBtn .cateWrap {
        flex-wrap: wrap;
        padding: 4em 1.5em;
    }
    .cateBtn .cateBox {
        background: rgba(255, 255, 255, 0.8);
    }
    .cateBtn .cateBox .cateArea {
        width: 100%;
        margin-bottom: 4em;
        padding: 0;
        border-right: none;
    }
    .cateBtn .cateBox .cateArea:last-child {
        margin-bottom: 0;
    }
    .cateBtn .cateBox .cateTtl {
        max-height: 65px;
        margin-bottom: 2em;
        min-height: 16em;
        gap: 1.2em;
    }
    .cateBtn .cateBox .cateTtl img {
        max-width: 200px;
    }
    .cateBtn .cateBox .cateList .cateList__item .cateLogo {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 670px) {
    .cateBtn .cateBox .cateTtl {
        min-height: 12em;
    }
    .cateBtn .cateBox .cateList {
    }
    .cateBtn .cateBox .cateList .cateList__item {
        width: calc((100% - 4em)/3);
    }
    .cateBtn .cateBox .cateList .cateList__item .cateLogo {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .cateBtn .cateBox .cateList .cateList__item {
        width: calc((100% - 5em)/2);
    }
    .cateBtn .cateBox .cateList .cateList__item .cateLogo {
        font-size: 1.4rem;
    }
    .cateBtn .cateBox .cateList .cateList__item .cateLogo img {
        max-height: 30px;
    }
    .cateBtn .cateBox .cateTtl {
        min-height: 8em;
        gap: 1.2em;
    }
}

@media screen and (max-width: 380px) {
    .cateBtn .cateBox .cateTtl {
        min-height: 8em;
        gap: 1.2em;
    }
}

/* 動画ライブラリー */
.mvCont {
    display: block;
    width: 100%;
}
.mvCont .contLabel .contTitleWrap {
    width: 100%;
    padding: 7vw 0;
    position: relative;
    line-height: 1.2;
    box-sizing: border-box;
    overflow: hidden;
}

/* 背景 */
.mvCont .contLabel .contTitleWrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
    font-family: "object-fit: cover; object-position: center;";
    filter: brightness(0.8);
}

/* テキスト */
.mvCont .contLabel .contTitle {
    display: inline-block;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-align: center;
}
.mvCont .contLabel .contTitle .text {
    display: inline-block;
    padding: 0 1.7em;
    font-size: 300%;
    line-height: 1.2;
}
.mvCont .contLabel .contTitle .text span {
    padding-left: 9.8rem;
    position: relative;
    z-index: 3;
}
.mvCont .contLabel .contTitle .text span:before {
    content: "";
    width: 95px;
    height: 35px;
    margin-top: 0.6rem;
    background: url(../../img/movie/fuji-white_logo.svg) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition: none;
}
.mvCont .contLabel .contTitle .text .spShow {
    display: none;
}
@media screen and (max-width: 767px) {
    .mvCont .contLabel .contTitle .text {
        font-size: 280%;
    }
    .mvCont .contLabel .contTitle .text span {
        padding-left: 7.5rem;
    }
    .mvCont .contLabel .contTitle .text span:before {
        width: 70px;
        height: 26px;
    }
}
@media screen and (max-width: 670px) {
    .mvCont .contLabel .contTitleWrap {
        padding: 13vw 4vw;
    }
    .mvCont .contLabel .contTitle .text {
        font-size: 260%;
    }
}
@media screen and (max-width: 480px) {
    .mvCont .contLabel .contTitle .text {
        font-size: 240%;
    }
    .mvCont .contLabel .contTitle .text span {
        padding-left: 7rem;
    }
    .mvCont .contLabel .contTitle .text span:before {
        width: 65px;
        height: 24px;
        margin-top: 0.3rem;
    }
    .mvCont .contLabel .contTitle .text .spShow {
        display: inline;
    }
}

.video-library {
    padding-top: 5em !important;
}
.fujitackle .cateWrap .leftArea {
    border: 1px solid black;
    padding-bottom: 4em;
    padding-top: 4em;
}
.fujitackle .cateWrap .leftArea .cateTtl {
    text-align: center;
    border-bottom: 0px;
}
.fujitackle .cateWrap .leftArea .cateTtl img {
    width: 37%;
}

.fujitackle-plus .cateWrap .leftArea {
    border: 1px solid black;
    padding-bottom: 2.5em;
    padding-top: 2.5em;
}
.fujitackle-plus .cateWrap .leftArea .cateTtl {
    text-align: center;
    border-bottom: 0px;
}
.fujitackle-plus .cateWrap .leftArea .cateTtl img {
    width: 37%;
}
.fujitackle-plus .cateWrap .leftArea .cateTtl span {
    font-size: 2em;
}
.movie-term img {
    max-height: 30px;
    width: auto;
    height: 100%;
    object-fit: contain;
}
#gitoku img {
    max-height: 25px;
}
@media screen and (max-width: 767px) {
    .movie-term img {
        max-height: 25px;
    }
    #gitoku img {
        max-height: 20px;
    }
}
.mainImage--none-short {
    height: 90px;
}
.mainImage.movie-page img {
    padding-top: 156px;
}

.l-globalInner.video-library .to-link {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.l-globalInner.video-library .to-link .link-con {
    width: 120px;
    font-size: 20px;
    line-height: 1;
}
.l-globalInner.video-library .to-link .link-con:before {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 52px;
    height: 10px;
    background-image: url(../../img/link-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
.l-globalInner.video-library .to-link .link-con::after {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
}
.cateBox .cateWrap .cateArea .cateList .categoryItem {}
.pagePanel .cateBox section .video-library_bg {}
.pagePanel .cateBox section .video-library_bg img {}
.mainImage.moviePage img {
    margin-bottom: 0;
}
div.pagePanel > div.pageLabel.cateBtn {
    cursor: default;
}
.pageLabel.cateBtn:hover .pageTitleWrap img {
    transform: scale(1);
    filter: brightness(1);
}

