@charset "utf-8";

.book-list{
    display:flex;
    flex-wrap:wrap;
}

.book-list_in{
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-sizing:border-box;
    flex-basis:100%;
    margin-bottom:20px;
}

.book-list .ttl_video{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.catalog img {
    border: 1px solid #ccc;
    max-height:290px;   
}



.youtube-channel {
    width: 100%;
    display: flex;
    max-width: 540px;
    margin: 0 auto;
    align-items: center;
    border: solid 1px #000000;
}

.yc-logo img {
    vertical-align: middle;
}

.yc-logo {
    flex-basis: 55%;
    box-sizing: border-box !important;
    background: #000000;
    padding: 2% 6%;
}

.yc-desc {
    box-sizing: border-box !important;
    padding: 1% 10% 1% 3%;
    text-align: center;
    flex-grow: 1;
    position: relative;
    flex-basis: 46%;
    line-height: 1.3;
    font-size: 86%;
}

.yc-desc::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 3px #e60012;
    border-top: none;
    border-left: none;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: rotate(-45deg);
    margin-top: -10px;
}

.youtube-channel img {
    max-width: 280px !important;
}

.cboxhiddenarea {
    width: 1px;
    height: 0px;
    overflow: hidden;
}

.flexbox_movie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flexbox_movie .movie_frame:not(:nth-last-of-type(1)) {
    margin-bottom: 15px;
}

.flexbox_movie .ttl_bdr_b {
    width: 100%;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .catalog {
        width: 50%;
        margin: auto;
    }
    .catalog_ttl {
        text-align: center;
    }
    .movie_frame .video_btn:before {
        content: "";
        display: block;
        position: absolute;
        top: 78%;
        left: 90%;
        transform: translate(-50%, -50%);
        background: url(/corporate/images/gallery_play.png) no-repeat;
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    #lineman{
        padding-top: 60px;
    }
}

#openModalMovie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#openModalMovie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#openModalMovie button {
    position: absolute;
    z-index: 500;
    background: #ffffff;
    right: 0;
    bottom: 20px;
    box-sizing: border-box;
    opacity: 0.8;
}

.swiper-slide {
    height: auto;
}

.movie-thumb-container {
    display: flex;
    height: 100%;
    background: #3c3c3c;
}

.swiper-container .ttl_video {
    color: #ffffff;
    font-size: 12px;
    padding: 12px;
    width: 100%;
}

.video_btn img {
    vertical-align: middle;
    width: 100%;
}

.swiper-container .video_btn::before {
    display: none;
}

.swiper-container .video_btn span {
    display: block;
    position: relative;
}

.swiper-container .video_btn span::before {
    content: "";
    display: block;
    position: absolute;
    top: 96%;
    left: 90%;
    transform: translate(-50%, -50%);
    background: url(/corporate/images/gallery_play.png) no-repeat;
    width: 35px;
    height: 45px;
    background-size: contain;
}

.swiper-pagination {
    position: static;
}

.swiper-prev, .swiper-next {
    display: none;
}

@media screen and (min-width:768px) {
    .book-list_in{
        flex-basis:calc(100% / 2);
    }
    .flexbox_movie .movie_frame {
        flex-basis: 48%;
    }
	.flexbox_movie .movie_frame.solo {
        flex-basis: 100%;
    }
    .flexbox_movie .movie_frame.solo .video_btn,
    .flexbox_movie .movie_frame.solo .ttl_video{
        width:48%;
    }
    .movie_frame .video_btn:before {
        content: "";
        display: block;
        position: absolute;
        top: 78%;
        left: 90%;
        transform: translate(-50%, -50%);
        background: url(/corporate/images/gallery_play.png) no-repeat;
        width: 40px;
        height: 40px;
        background-size: contain;
    }
    .swiper-pagination {
        display: none;
    }
    .swiper-outer {
        display: flex;
        align-items: center;
        background: #eeeeee;
        padding: 20px 5px;
        justify-content: space-around;
    }
    .swiper-prev, .swiper-next {
        font-family: swiper-icons;
        color: transparent;
        font-size: 30px;
        width: 30px;
        height: 30px;
        display: block;
        padding: 10px;
        cursor: pointer;
        position: relative;
        border-radius: 100%;
        /* background: #3c3c3c; */
        box-sizing: border-box !important;
        text-align: center;
    }
    .swiper-prev::before, .swiper-next::before {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        position: absolute;
        top: calc(50% - 5px);
        transform: rotate(45deg);
    }
    .swiper-prev::before {
        border-bottom: solid 3px #4d4d4d;
        border-left: solid 3px #4d4d4d;
        left: calc(50% - 3px);
    }
    .swiper-next::before {
        border-top: solid 3px #4d4d4d;
        border-right: solid 3px #4d4d4d;
        right: calc(50% - 3px);
    }
    .swiper-is-beginning .swiper-prev, .swiper-is-end .swiper-next {
        cursor: default;
        opacity: 0;
    }
    .swiper-container {
        width: 90% !important;
        margin: 0 auto;
    }
    #lineman{
        padding-top: 90px;
    }
}

.flexbox_movie .style2{
    display:flex;
    flex-direction:column-reverse;
    background:#3c3c3c;
    height: auto;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

.flexbox_movie .style2 .ttl_video{
    color:#ffffff;
    padding:12px;
    font-size:14px;
    height: 100%;
}