#cboxOverlay {
    background: #fff;
    z-index: 10000001
}

#colorbox {
    z-index: 10000002
}

@media screen and (max-width:900px) {
    #colorbox {
        width: 100% !important;
        height: 100% !important;
        max-width: 640px;
        min-width: 320px;
        max-height: 360px;
        left: 50% !important;
        -webkit-transform: translate(-50%,20%);
        transform: translate(-50%,20%);
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
}

@media screen and (max-width:900px) {
    #colorbox * {
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
}

@media screen and (max-width:900px) {
    #cboxWrapper {
        width: 100% !important;
        height: 100% !important;
        padding: 30px
    }
}

@media screen and (max-width:640px) {
    #cboxWrapper {
        padding: 30px calc(4.688vw + 0px)
    }
}

@media screen and (max-width:320px) {
    #cboxWrapper {
        padding: 30px 15px
    }
}

@media screen and (max-width:900px) {
    #cboxMiddleLeft {
        float: none !important;
        height: 100% !important
    }
}

#cboxContent {
    position: relative;
    margin: 0
}

@media screen and (max-width:900px) {
    #cboxContent {
        width: 100% !important;
        height: 100% !important;
        float: none !important
    }
}

#cboxLoadedContent {
    border: none;
    padding: 45px 30px
}

@media screen and (max-width:900px) {
    #cboxLoadedContent {
        width: 100% !important;
        min-width: 290px;
        height: auto !important;
        padding: 56.25% 0 0;
        position: relative
    }
}

@media screen and (max-width:900px) {
    #cboxLoadedContent iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0
    }
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    background: #00744b;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

@media screen and (max-width:900px) {
    #cboxClose {
        top: -30px
    }
}

@media screen and (min-width:901px) {
    #cboxClose:hover {
        opacity: 0.75
    }
}

#cboxClose:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    right: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 100
}

#cboxClose:after {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100
}

.l-top_visual {
    height: 430px;
    padding-bottom: 130px
}

@media screen and (max-width:900px) {
    .l-top_visual {
        height: auto;
        padding-bottom: calc(10.385vw + 36.538px)
    }
}

@media screen and (max-width:640px) {
    .l-top_visual {
        padding-bottom: 103px
    }
}

.l-top_visual__deco {
    height: 430px
}

@media screen and (max-width:900px) {
    .l-top_visual__deco {
        height: auto
    }
}

.l-content__inner {
    padding: 0
}

@media screen and (max-width:900px) {
    .l-content_wide__large {
        padding: 0
    }
}

.c-filter {
    width: 1200px;
    margin: 0 auto;
    padding: 64px 0 48px
}

@media screen and (max-width:900px) {
    .c-filter {
        width: 100%;
        padding: calc(5.862vw + 11.241px) 0 calc(2.069vw + 29.379px)
    }
}

@media screen and (max-width:320px) {
    .c-filter {
        padding: 30px 0 36px
    }
}

.c-filter__cont .ib {
    display: inline-block
}

.p-video_tab {
    margin-top: -64px;
    padding: 0 30px;
    border-bottom: 1px solid #dcdde4;
    z-index: 10
}

@media screen and (max-width:640px) {
    .p-video_tab {
        padding: 0 calc(4.688vw + 0px)
    }
}

@media screen and (max-width:320px) {
    .p-video_tab {
        padding: 0 15px
    }
}

.p-video_tab__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.p-video_tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .p-video_tab__list > li {
        width: 392px;
        z-index: 1
    }

@media screen and (max-width:900px) {
    .p-video_tab__list > li {
        width: 32%
    }
}

@media screen and (max-width:640px) {
    .p-video_tab__list > li {
        width: 31%
    }
}

.p-video_tab__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #939fa8;
    width: 100%;
    height: 64px;
    border-radius: 10px 10px 0 0;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out
}

@media screen and (min-width:901px) {
    .p-video_tab__link:hover {
        background: #f1f9fd
    }
}

.p-video_tab__link.active {
    border: 1px solid #dcdde4;
    border-bottom: 1px solid #fff;
    background: #fff;
    position: relative
}

    .p-video_tab__link.active:after {
        content: "";
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: -2px;
        left: 0
    }

.p-video_tab__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

@media screen and (max-width:900px) {
    .p-video_tab__cont {
        font-size: calc(0.862vw + 10.241px)
    }
}

@media screen and (max-width:600px) {
    .p-video_tab__cont {
        line-height: 1.38
    }
}

@media screen and (max-width:320px) {
    .p-video_tab__cont {
        font-size: 13px
    }
}

@media screen and (min-width:901px) {
    .p-video_tab__link:hover .p-video_tab__cont {
        color: #3c9568
    }
}

.p-video_tab__link.active .p-video_tab__cont {
    color: #00744b
}

.p-video_tab__cont br {
    display: none
}

@media screen and (max-width:600px) {
    .p-video_tab__cont br {
        display: inline
    }
}

.p-video_contents {
    background: #f1f9fd;
    padding: 64px 0 96px
}

@media screen and (max-width:900px) {
    .p-video_contents {
        width: auto;
        padding: calc(1.379vw + 35.586px) 30px calc(2.759vw + 39.172px);
        margin: 0 -30px
    }
}

@media screen and (max-width:640px) {
    .p-video_contents {
        padding-left: calc(4.688vw + 0px);
        padding-right: calc(4.688vw + 0px);
        margin: 0 calc(-4.688vw + 0px)
    }
}

@media screen and (max-width:320px) {
    .p-video_contents {
        padding: 40px 15px 48px;
        margin: 0 -15px
    }
}

.p-video_contents__inner {
    width: 1200px;
    margin: 0 auto
}

@media screen and (max-width:900px) {
    .p-video_contents__inner {
        width: 100%
    }
}

.p-video_contents__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:900px) {
    .p-video_contents__flex {
        display: block
    }
}

.p-video_contents_side {
    width: 240px
}

@media screen and (max-width:900px) {
    .p-video_contents_side {
        width: 100%;
        margin-bottom: calc(1.379vw + 19.586px)
    }
}

@media screen and (max-width:320px) {
    .p-video_contents_side {
        margin-bottom: 24px
    }
}

.p-video_contents_side__inner {
    width: 100%;
    background: #fff;
    padding: 32px 23px 41px
}

@media screen and (max-width:900px) {
    .p-video_contents_side__inner {
        padding: 0
    }
}

.p-video_contents_side__check {
    display: none
}

.p-video_contents_side__ttl {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 31px;
    border-bottom: 1px solid #d1d0d5;
    cursor: pointer
}

@media screen and (max-width:900px) {
    .p-video_contents_side__ttl {
        padding: 20px 0 21px;
        border-bottom: none;
        margin-bottom: 0;
        position: relative
    }
}

.p-video_contents_side__ttl:before {
    width: 12px;
    height: 2px;
    background: #697381;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

@media screen and (max-width:900px) {
    .p-video_contents_side__ttl:before {
        content: ""
    }
}

.p-video_contents_side__ttl:after {
    width: 12px;
    height: 2px;
    background: #697381;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(50%,-50%) rotate(-90deg);
    transform: translate(50%,-50%) rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out
}

@media screen and (max-width:900px) {
    .p-video_contents_side__ttl:after {
        content: ""
    }
}

.p-video_contents_side__check:checked + .p-video_contents_side__ttl:after {
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.p-video_contents_side__ttl.open:after {
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.p-video_contents_side__ttl .cont {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: -4px;
    margin-bottom: -4px;
    font-weight: 500
}

@media screen and (max-width:900px) {
    .p-video_contents_side__ttl .cont {
        padding: 0 calc(2.586vw + 6.724px);
        position: relative
    }
}

@media screen and (max-width:320px) {
    .p-video_contents_side__ttl .cont {
        padding: 0 15px
    }
}

.p-video_contents_side__ttl .cont:after {
    width: 1px;
    height: 36px;
    background: #d1d6dc;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width:900px) {
    .p-video_contents_side__ttl .cont:after {
        content: ""
    }
}

@media screen and (max-width:900px) {
    .p-video_contents_side__content {
        padding: 0 calc(2.586vw + 6.724px) 0;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: hidden;
        -webkit-transition: padding 0.5s ease-in-out,opacity 0.2s ease-out,visibility 0.2s ease-out;
        transition: padding 0.5s ease-in-out,opacity 0.2s ease-out,visibility 0.2s ease-out
    }
}

@media screen and (max-width:320px) {
    .p-video_contents_side__content {
        padding: 0 15px
    }
}

@media screen and (max-width:900px) {
    .p-video_contents_side__check:checked + .p-video_contents_side__ttl + .p-video_contents_side__content {
        padding: calc(0.345vw + 16.897px) calc(2.586vw + 6.724px) calc(0.862vw + 22.241px);
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

@media screen and (max-width:320px) {
    .p-video_contents_side__check:checked + .p-video_contents_side__ttl + .p-video_contents_side__content {
        padding: 18px 15px 25px
    }
}

.p-video_contents_side__list > li {
    font-size: 16px;
    position: relative;
    line-height: 1.5;
    margin-top: -4px;
    margin-bottom: -4px
}

@media screen and (max-width:900px) {
    .p-video_contents_side__list > li {
        line-height: 1.5;
        margin-top: -4px;
        margin-bottom: -4px
    }
}

.p-video_contents_side__list > li:not(:first-child) {
    margin-top: 22px
}

@media screen and (max-width:900px) {
    .p-video_contents_side__list > li:not(:first-child) {
        margin-top: 22px
    }
}

.p-video_contents_side__link {
    display: block;
    padding-left: 18px;
    position: relative
}

@media screen and (min-width:901px) {
    .p-video_contents_side__link:hover:before {
        background: #3c9568
    }
}

.p-video_contents_side__link.active:before {
    background: #00744b
}

.p-video_contents_side__link:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #939fa8;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out
}

.p-video_contents_side__cont {
    display: block;
    word-break: break-word;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

@media screen and (min-width:901px) {
    .p-video_contents_side__link:hover .p-video_contents_side__cont {
        color: #3c9568
    }
}

.p-video_contents_side__link.active .p-video_contents_side__cont {
    color: #00744b
}

.p-video_contents_main {
    width: 900px
}

@media screen and (max-width:900px) {
    .p-video_contents_main {
        width: 100%
    }
}

.p-video_contents_main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .p-video_contents_main__list > li {
        width: 284px
    }

        .p-video_contents_main__list > li:nth-child(n+4) {
            margin-top: 40px
        }

        .p-video_contents_main__list > li:nth-child(3n+2):last-child {
            margin-right: auto;
            margin-left: calc(50% - 284px * 1.5)
        }

@media screen and (max-width:900px) {
    .p-video_contents_main__list > li {
        width: 31.5%
    }

        .p-video_contents_main__list > li:nth-child(n+4) {
            margin-top: 28px
        }

        .p-video_contents_main__list > li:nth-child(3n+2):last-child {
            margin-right: auto;
            margin-left: calc(50% - 31.5% * 1.5)
        }
}

@media screen and (max-width:800px) {
    .p-video_contents_main__list > li {
        width: 48.5%
    }

        .p-video_contents_main__list > li:nth-child(n+3) {
            margin-top: 26px
        }

        .p-video_contents_main__list > li:nth-child(3n+2):last-child {
            margin-left: 0;
            margin-right: 0
        }
}

@media screen and (max-width:560px) {
    .p-video_contents_main__list > li {
        width: 100%
    }

        .p-video_contents_main__list > li:nth-child(3n+2):last-child {
            margin-left: auto;
            margin-right: auto
        }

        .p-video_contents_main__list > li:not(:first-child) {
            margin-top: 24px
        }
}

@media screen and (max-width:560px) {
    .p-video_contents_main__list > li:not(:first-child) {
        margin-top: calc(3.333vw + 5.333px)
    }
}

@media screen and (max-width:320px) {
    .p-video_contents_main__list > li:not(:first-child) {
        margin-top: 16px
    }
}

.p-video_contents_main__link {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out
}

    .p-video_contents_main__link:before {
        display: none;
        content: "";
        border-width: 32px;
        border-style: solid;
        border-color: #d20000 transparent transparent #d20000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10
    }

    .p-video_contents_main__link:after {
        display: none;
        content: "NEW";
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 22px;
        left: 22px;
        z-index: 11;
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg)
    }

    .p-video_contents_main__link.new:after, .p-video_contents_main__link.new:before {
        display: block
    }

.p-video_contents_main__image {
    width: 100%;
    height: 159px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:800px) {
    .p-video_contents_main__image {
        height: 180px
    }
}

@media screen and (max-width:560px) {
    .p-video_contents_main__image {
        height: calc(24.167vw + 84.667px)
    }
}

@media screen and (max-width:320px) {
    .p-video_contents_main__image {
        height: 162px
    }
}

.p-video_contents_main__image .photo {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out
}

@media screen and (min-width:901px) {
    .p-video_contents_main__link:hover .p-video_contents_main__image .photo {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7
    }
}

.p-video_contents_main__image .time {
    display: inline-block;
    max-width: 70%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 2px 5px 3px;
    background: rgba(10,10,51,0.75);
    border-radius: 3px
}

    .p-video_contents_main__image .time ._cont {
        display: block;
        color: #fff;
        font-size: 13px
    }

.p-video_contents_main__image:before {
    content: "";
    width: 49px;
    height: 49px;
    background: #00744b;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 12
}

.p-video_contents_main__image:after {
    content: "";
    border-width: 10px 0 10px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: calc(50% + 2px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 13
}

.p-video_contents_main__text {
    padding: 23px 20px
}

@media screen and (max-width:900px) {
    .p-video_contents_main__text {
        padding: 19px 16px
    }
}

.p-video_contents_main__text .product {
    display: block;
    font-size: 18px;
    line-height: 1.4444444444;
    margin-top: -4px;
    margin-bottom: 11px;
    font-weight: bold
}

@media screen and (max-width:900px) {
    .p-video_contents_main__text .product {
        font-size: 16px;
        line-height: 1.375;
        margin-top: -3px;
        margin-bottom: 6px
    }
}

.p-video_contents_main__text .ttl {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    margin-top: -3px;
    margin-bottom: 16px;
    font-weight: 500
}

@media screen and (max-width:900px) {
    .p-video_contents_main__text .ttl {
        font-size: 14px;
        line-height: 1.4285714286;
        margin-top: -3px;
        margin-bottom: 12px
    }
}

.p-video_usage .p-video_contents_main__text .ttl {
    font-size: 18px;
    line-height: 1.4444444444;
    margin-top: -4px;
    margin-bottom: -4px;
    font-weight: bold
}

@media screen and (max-width:900px) {
    .p-video_usage .p-video_contents_main__text .ttl {
        font-size: 16px;
        line-height: 1.375;
        margin-top: -3px;
        margin-bottom: -3px
    }
}

.p-video_contents_main__text .area {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-top: -4.5px;
    margin-bottom: 4.5px
}

@media screen and (max-width:900px) {
    .p-video_contents_main__text .area {
        font-size: 13px;
        line-height: 1.3846153846;
        margin-top: -2.5px;
        margin-bottom: 5.5px
    }
}

.p-video_contents_main__text .user {
    display: block;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: -5px;
    margin-bottom: -5px
}

@media screen and (max-width:900px) {
    .p-video_contents_main__text .user {
        font-size: 13px;
        line-height: 1.3846153846;
        margin-top: -2.5px;
        margin-bottom: -2.5px
    }
}
/*# sourceMappingURL=common_video.css.map */
