@charset "UTF-8";

/* ---------------------------------
全体
------------------------------------*/
#includeContent .mainContainer {
    background-color: #000;
    color: #fff;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#includeContent .fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s ease;
}

/* ---------------------------------
ヒーロー
------------------------------------*/
#includeContent .heroWrapper {
    height: 900px;
}
#includeContent .hero {
    display: none;
}
#includeContent .hero .df {
    display: flex;
}
#includeContent .hero .heroPrimewood {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
}

/* ---------------------------------
リード
------------------------------------*/
#includeContent .mainLead {
    padding: 80px 80px 0;
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

/* ---------------------------------
カタログ請求ボタン
------------------------------------*/
#includeContent .btn {
    display: block;
    position: relative;
    width: 470px;
    margin: 80px auto 100px;
    color: #fff;
    text-decoration:none!important;
}
#includeContent .btn .btnText {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 50px;
    border: 1px solid #939393;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .1em;
}
#includeContent .btn img {
    position: absolute;
    top: -30px;
    right: 55px;
    width: 100px;
    z-index: 1;
}
#includeContent .btn i {
    content: "";
    position: absolute;
    top: 0;
    right: 1.1em;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #939393;
    border-right: 2px solid #939393;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#includeContent .btn span{
    display: block;
}
#includeContent .btn::before,
#includeContent .btn::after{
    content:"";
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.4s ease;
}
#includeContent .btn span::before,
#includeContent .btn span::after {
    content:"";
    position: absolute;
    width:1px;
    height:0;
    background: #fff;
    transition: all 0.4s ease;
}
#includeContent .btn:hover::before,
#includeContent .btn:hover::after {
    width: 100%;
}
#includeContent .btn:hover span::before,
#includeContent .btn:hover span::after {
    height: 100%;
}
#includeContent .btn::before {
    top: 0;
    right: 0;
}
#includeContent .btn::after {
    bottom: 0;
    left: 0;
}
#includeContent .btn span::before {
    top: 0;
    left: 0;
}
#includeContent .btn span::after{
    right: 0;
    bottom: 0;
}

/* ---------------------------------
特徴
------------------------------------*/
#includeContent .feature {
    margin: 100px 0;
    border: 1px solid #000;
    border-bottom: 1px solid #939393;
}
#includeContent .feature > ul > li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 240px;
    border-top: 1px solid #939393;
}
#includeContent .featureTextWrapper {
    display: flex;
    flex-basis: 368px;
    align-items: center;
    padding: 35px;
}
#includeContent .featureTitle {
    padding-bottom: 15px;
    color: #fff;
    font-size: 28px;
    text-align: center;
}
#includeContent .featureText {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}
#includeContent .feature .featureImg {
    display: flex;
    flex-basis: 240px;
    position: relative;
    overflow: hidden;
}
#includeContent .feature li:nth-child(2n) .featureImg {
    order: -1;
}
#includeContent .feature .featureImg img {
    align-items: center;
    justify-content: center;
    width: 240px;
    transition: all 1s ease;
}
#includeContent .feature .video-open:before {
    display: block;
    content: "";
    position: absolute;
    top: 86px;
    left: 42%;
    width: 65px;
    height: 65px;
    margin-left: -15px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    opacity: 0.7;
    transition: all 1s ease;
}
#includeContent .video-open {
    box-sizing: border-box;
    overflow: hidden;
    background: none;
    border: none;
    cursor: pointer;
}
#includeContent .feature .video-open:after {
    display: block;
    content: "";
    position: absolute;
    top: 109px;
    left: 49%;
    width: 0px;
    height: 0px;
    margin-left: -5px;
    border: 10px solid transparent;
    border-left: 15px solid #000;
    z-index: 2;
    opacity: 0.7;
    transition: all 1s ease;
}
#includeContent .feature .video-open:hover:before,
#includeContent .feature .video-open:hover:after {
    opacity: 1;
}
#includeContent .feature .video-open:hover > img {
    width: 280px;
    opacity: 0.6;
    margin-top: -20px;
    margin-left: -20px;
}

/* ---------------------------------
モーダル
------------------------------------*/
#includeContent .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    color: #fff;
}
/* Modal Content/Box */
#includeContent .modal-content {
    background-color: rgba(0,0,0,0.6);
    margin: 1% auto; /* 15% from the top and centered */
    padding: auto;
    border: 0px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
    height: 100%;
}
#includeContent .modal-content .video-js {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-right: -50%;
    transform: translate(-50%, -40%);
    transition: all 1s ease;
}
@media (min-width: 1000px) {
    #includeContent .modal-content .video-js {
        width: 1000px;
    }
    #includeContent .modal-content .video-js.vjs-16-9 {
        padding-top: 562.5px;
    }
}
/* The Close Button */
#includeContent .video-close {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50px;
    right: 10px;
    width: 70px;
    height: 70px;
    font-size: 0;
}
#includeContent .video-close span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#includeContent .video-close span {
    position: relative;
    width: 31px;
    height: 1px;
}
#includeContent .video-close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#includeContent .video-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#includeContent .video-close:hover span:before {
    -webkit-animation: moveLineLeftRight .4s cubic-bezier(.39, .575, .565, 1);
    animation: moveLineLeftRight .4s cubic-bezier(.39, .575, .565, 1)
}
#includeContent .video-close:hover span:nth-child(2):before {
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}
#includeContent .video-close:hover,
#includeContent .video-close:focus {
    cursor: pointer;
}
@-webkit-keyframes moveLineLeftRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    50.0001% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}
@keyframes moveLineLeftRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    50.0001% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

/* ---------------------------------
フッターロゴ
------------------------------------*/
#includeContent .sfclogo {
    padding: 50px 0 150px;
    text-align: center;
}
#includeContent .sfclogo img {
    width: 180px;
}