/* =============================================================================================== */
/* Lity(Customize)                                                                                 */
/* =============================================================================================== */
.lity-content {
    width: 80% !important;
}
@media screen and (max-width: 768px) {
    .lity-content {
        width: 100% !important;
    }
}
/* =============================================================================================== */
/* First View                                                                                      */
/* =============================================================================================== */
#first_view {
    width:  100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#first_view .slider {
    width: 100%;
    height: 100%;
}
#first_view .slider .slider_item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#first_view .product_logo {
    width: 980px;
    position: absolute;
    top: calc((100% - 157px) / 2);
    left: calc(50% - 490px);
}
@media screen and (max-width: 768px) {
    #first_view {
        height: 125vw;
    }
    #first_view .slider {
    }
    #first_view .slider .slider_item {
        height: 125vw;
    }
    #first_view .product_logo {
        width: 100%;
        top:  8vh;
        left: 0;
    }
    #first_view .product_logo img {
        width: 32.8vw;
    }
}
/* =============================================================================================== */
/* Product Abstract                                                                                */
/* =============================================================================================== */
#product_abstract {
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
    overflow: hidden;
}
#product_abstract .item.num01 {
    padding: 45px 0 25px;
}
#product_abstract .item.num02 {
    width: 400px;
    margin: 0 auto;
}
#product_abstract .item.num02 .sub_item:nth-child(1) {
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3.5px solid #000000;
}
#product_abstract .item.num02 .sub_item:nth-child(2) {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}
#product_abstract .item.num02 .sub_item:nth-child(2) span {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    #product_abstract {
        padding-bottom: 9vw;
    }
    #product_abstract .item.num01 {
        padding: 10vw 0 6vw;
    }
    #product_abstract .item.num01 img {
        width: 29vw;
    }
    #product_abstract .item.num02 {
        width: 92vw;
        margin: 0 auto;
    }
    #product_abstract .item.num02 .sub_item:nth-child(1) {
        padding-bottom: 2vw;
        font-size: 4.5vw;
        border-bottom: 3.5px solid #000000;
    }
    #product_abstract .item.num02 .sub_item:nth-child(2) {
        margin-top: 3vw;
        font-size: 5.5vw;
    }
    #product_abstract .item.num02 .sub_item:nth-child(2) span {
    }
}
/* =============================================================================================== */
/* Product Abstract:Slider                                                                         */
/* =============================================================================================== */
#product_abstract .slider {
    margin-top: 50px;
}
#product_abstract .slider .slider_item {
}
#product_abstract .slider .slider_item img {
    width: 100%;
}
#product_abstract .slider .slick-dots li button:before {
    font-size: 8px;
}
#product_abstract .slider .slick-prev,
#product_abstract .slider .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
}
#product_abstract .slider .slick-prev {
    left: 0;
}
#product_abstract .slider .slick-next {
    right: 0;
}
#product_abstract .slider .slick-prev::before,
#product_abstract .slider .slick-next::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#product_abstract .slider .slick-prev::before {
    background-image: url('../../images/common/bs/arrow-left.png');
}
#product_abstract .slider .slick-next::before {
    background-image: url('../../images/common/bs/arrow-right.png');
}
@media screen and (max-width: 768px) {
    #product_abstract .slider {
        margin-top: 10vw;
    }
    #product_abstract .slider .slider_item {
        width: 62vw;
        margin: 0 0.5vw;
    }
    #product_abstract .slider .slider_item img {
    }
    #product_abstract .slider .slick-dots li {
        width: 2.5vw;
    }
    #product_abstract .slider .slick-dots li button:before {
        font-size: 2.5vw;
    }
    #product_abstract .slider .slick-prev,
    #product_abstract .slider .slick-next {
        width: 7vw;
        height: 7vw;
    }
    #product_abstract .slider .slick-prev {
    }
    #product_abstract .slider .slick-next {
    }
    #product_abstract .slider .slick-prev::before,
    #product_abstract .slider .slick-next::before {
    }
    #product_abstract .slider .slick-prev::before {
    }
    #product_abstract .slider .slick-next::before {
    }
}
/* =============================================================================================== */
/* Features                                                                                        */
/* =============================================================================================== */
#features {
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}
#features h2 {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
#features .list {
    width: 980px;
    margin: 0 auto;
    letter-spacing: -.40em;
}
#features .list .item {
    display: inline-block;
    width: 460px;
    letter-spacing: normal;
    vertical-align: top;
}
#features .list .item:nth-child(n + 3) {
    margin-top: 30px;
}
#features .list .item:nth-child(2n) {
    margin-left: 60px;
}
#features .list .item .sub_item.type_name {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 3.5px solid #000000;
}
#features .list .item .sub_item.type_explain {
    margin-top: 5px;
    font-size: 13px;
}
#features .list .item .sub_item.type_annotation {
    margin-top: 3px;
    font-size: 9px;
}
@media screen and (max-width: 768px) {
    #features {
        padding-bottom: 6vw;
    }
    #features h2 {
        margin-bottom: 5vw;
        font-size: 6vw;
    }
    #features .list {
        width: 92vw;
    }
    #features .list .item {
        display: block;
        width: auto;
    }
    #features .list .item:nth-child(n + 2) {
        margin-top: 8vw;
    }
    #features .list .item:nth-child(n + 3) {
        margin-top: 8vw;
    }
    #features .list .item:nth-child(2n) {
        margin-left: 0;
    }
    #features .list .item .sub_item.type_name {
        padding-bottom: 1vw;
        font-size: 4.5vw;
        border-bottom: 2px solid #000000;
    }
    #features .list .item .sub_item.type_explain {
        margin-top: 1vw;
        font-size: 3.5vw;
    }
    #features .list .item .sub_item.type_annotation {
        margin-top: 0.2vw;
        font-size: 3vw;
    }
}
/* =============================================================================================== */
/* Features:画像/GIFアニメ/スライダー                                                              */
/* =============================================================================================== */
#features .list .item .sub_item.type_image {
    margin-bottom: 15px;
    position: relative;
}
#features .list .item .sub_item.type_image img {
    width: 100%;
}
#features .list .item .sub_item.type_image .retry_button {
    display: none;
    padding: 1px 9px 1px 11px;
    background: #efefef;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    z-index: 2;
}
#features .list .item .sub_item.type_image .retry_button.active {
    display: inline-block;
}
#features .list .item .sub_item.type_image .retry_button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#features .list .item .sub_item.type_image .retry_button span:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 20px;
    margin-right: 2px;
    background-image: url('../../images/common/bs/icon_retry.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
#features .list .item .sub_item.type_image.slider {
}
#features .list .item .sub_item.type_image.slider .slick-dots li button:before {
    font-size: 8px;
}
#features .list .item .sub_item.type_image.slider .slick-prev,
#features .list .item .sub_item.type_image.slider .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
}
#features .list .item .sub_item.type_image.slider .slick-prev {
    left: 0;
}
#features .list .item .sub_item.type_image.slider .slick-next {
    right: 0;
}
#features .list .item .sub_item.type_image.slider .slick-prev::before,
#features .list .item .sub_item.type_image.slider .slick-next::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#features .list .item .sub_item.type_image.slider .slick-prev::before {
    background-image: url('../../images/common/bs/arrow-left.png');
}
#features .list .item .sub_item.type_image.slider .slick-next::before {
    background-image: url('../../images/common/bs/arrow-right.png');
}
@media screen and (max-width: 768px) {
    #features .list .item .sub_item.type_image {
        margin-bottom: 4vw;
    }
    #features .list .item .sub_item.type_image img {
    }
    #features .list .item .sub_item.type_image .retry_button {
        padding: 0 2vw 0 3vw;
        border-radius: 4vw;
        font-size: 3vw;
        line-height: 6vw;
        top: calc(100% + 1.5vw);
    }
    #features .list .item .sub_item.type_image .retry_button.active {
    }
    #features .list .item .sub_item.type_image .retry_button span {
    }
    #features .list .item .sub_item.type_image .retry_button span:before {
        width: 3vw;
        height: 6vw;
        margin-right: 0.4vw;
        top: -0.3vw;
    }
    #features .list .item .sub_item.type_image.slider {
    }
    #features .list .item .sub_item.type_image.slider .slick-dots li {
        width: 2.5vw;
    }
    #features .list .item .sub_item.type_image.slider .slick-dots li button:before {
        font-size: 2.5vw;
    }
    #features .list .item .sub_item.type_image.slider .slick-prev,
    #features .list .item .sub_item.type_image.slider .slick-next {
        width: 7vw;
        height: 7vw;
    }
    #features .list .item .sub_item.type_image.slider .slick-prev {
    }
    #features .list .item .sub_item.type_image.slider .slick-next {
    }
    #features .list .item .sub_item.type_image.slider .slick-prev::before,
    #features .list .item .sub_item.type_image.slider .slick-next::before {
    }
    #features .list .item .sub_item.type_image.slider .slick-prev::before {
    }
    #features .list .item .sub_item.type_image.slider .slick-next::before {
    }
}
/* =============================================================================================== */
/* Spec                                                                                            */
/* =============================================================================================== */
#spec {
    padding-bottom: 35px;
}
#spec h2 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
#spec .list {
    width: 980px;
    height: 165px;
    margin: 0 auto;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    letter-spacing: -.40em;
}
#spec .list .item {
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    padding: 20px 0 0 25px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    letter-spacing: normal;
    vertical-align: top;
}
#spec .list .item .sub_item:nth-child(1) h3 {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
#spec .list .item .sub_item:nth-child(1) h3:after {
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #000000;
    position: absolute;
    left: 0;
    bottom: -5px;
}
#spec .list .item .sub_item:nth-child(2) {
    margin-top: 10px;
}
#spec .list .item .sub_item:nth-child(2) .mini_item.normal {
    font-size: 12px;
}
#spec .list .item .sub_item:nth-child(2) .mini_item.annotation {
    font-size: 10px;
}
@media screen and (max-width: 768px) {
    #spec {
        padding-bottom: 10vw;
    }
    #spec h2 {
        margin-bottom: 2vw;
        font-size: 6vw;
    }
    #spec .list {
        width: 92vw;
        height: auto;
    }
    #spec .list .item {
        display: block;
        height: auto;
        padding: 4.5vw 5vw;
    }
    #spec .list .item .sub_item:nth-child(1) h3 {
        font-size: 4vw;
    }
    #spec .list .item .sub_item:nth-child(1) h3:after {
        border-bottom: 2px solid #000000;
        bottom: -2vw;
    }
    #spec .list .item .sub_item:nth-child(2) {
        margin-top: 3vw;
    }
    #spec .list .item .sub_item:nth-child(2) .mini_item.normal {
        font-size: 2.5vw;
    }
    #spec .list .item .sub_item:nth-child(2) .mini_item.annotation {
        font-size: 2.5vw;
    }
}
/* =============================================================================================== */
/* Spec(個別調整)                                                                                  */
/* =============================================================================================== */
#spec .list .item.num01 {
    width: 240px;
}
#spec .list .item.num02 {
    width: 395px;
}
#spec .list .item.num03 {
    width: 345px;
}
#spec .list .item.num02 .sub_item:nth-child(2) .mini_item.normal {
    letter-spacing: -.40em;
}
#spec .list .item.num02 .sub_item:nth-child(2) .mini_item.normal .nano_item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}
#spec .list .item.num02 .sub_item:nth-child(2) .mini_item.normal .nano_item.name .text_jusify {
    width: 50px;

    display: -webkit-bod;
    display: flex;
    display:-ms-flexbox;
    display: box;
    -webkit-box-pack: justify;
    justify-content:  space-between;
    -ms-flex-pack: justify;
    box-pack: justify;
}
@media screen and (max-width: 768px) {
    #spec .list .item.num01 {
        width: auto;
    }
    #spec .list .item.num02 {
        width: auto;
    }
    #spec .list .item.num03 {
        width: auto;
    }
    #spec .list .item.num02 .sub_item:nth-child(2) .mini_item.normal {
    }
    #spec .list .item.num02 .sub_item:nth-child(2) .mini_item.normal .nano_item {
    }
    #spec .list .item.num02 .sub_item:nth-child(2) .mini_item.normal .nano_item.name .text_jusify {
        width: 13vw;
    }
}
/* =============================================================================================== */
/* Other Lineup                                                                                    */
/* =============================================================================================== */
#other_lineup {
    padding: 60px 0 90px;
    background: #f0f0f0;
}
#other_lineup h2 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
#other_lineup .list {
    width: 980px;
    margin: 0 auto;

    display: -webkit-bod;
    display: flex;
    display:-ms-flexbox;
    display: box;
    -webkit-box-pack: justify;
    justify-content:  space-between;
    -ms-flex-pack: justify;
    box-pack: justify;
}
#other_lineup .list .item {
    line-height: 0;
    position: relative;
}
#other_lineup .list .item .detail_link {
    display: inline-block;
    width: 106px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;

    position: absolute;
    top:  calc(50% - 16px);
    left: calc(68.75% - 53px);
    z-index: 0;
}
#other_lineup .list .item .detail_link span:after {
    content: "";
    display: inline-block;
    width:  12px;
    height: 32px;
    margin-left: 3px;
    line-height: 0;
    background-image: url('../../images/top/white_arrow_right.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    #other_lineup {
        padding: 9vw 0 12vw;
    }
    #other_lineup h2 {
        margin-bottom: 3.5vw;
        font-size: 6vw;
    }
    #other_lineup .list {
        display: block;
        width: 92vw;
    }
    #other_lineup .list .item:nth-child(n + 2) {
        margin-top: 4vw;
    }
    #other_lineup .list .item img {
        width: 100%;
    }
    #other_lineup .list .item .detail_link {
        display: none;
        width: 40vw;
        font-size: 4.5vw;
        line-height: 12vw;

        position: absolute;
        top:  calc(50% - 6vw);
        left: calc(68.75% - 20vw);
        z-index: 0;
    }
    #other_lineup .list .item .detail_link span:after {
        width:  4vw;
        height: 8vw;
        margin-left: 2vw;
    }
}
