/* =============================================================================================== */
/* 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;
    background-image: url('../../images/top/first_view.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
#first_view .stage_curtain {
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#first_view .drawing {
    padding-top: 34.21vh;
    text-align: center;
}
#first_view .drawing svg {
    display: inline-block;
    width: 169.47px;
    height: 78.85px;
}
#first_view .drawing svg .cls-1 {
    stroke: #000000;
    stroke-width: 1;
    fill: none;
}
@media screen and (max-width: 768px) {
    #first_view {
        background-image: url('../../images/top/first_view_sp.jpg');
    }
    #first_view .stage_curtain {
    }
    #first_view .drawing {
        padding-top: 15.4vh;
    }
    #first_view .drawing svg {
        width:  26.0vw;
        height: 12.1vw;
    }
    #first_view .drawing svg .cls-1 {
    }
}
@media screen and (max-width: 640px) {
    #first_view .drawing svg {
        width: 44vw;
        height: 20.5vw;
    }
}
/* =============================================================================================== */
/* First View(Scroll Promotion)                                                                    */
/* =============================================================================================== */
#first_view .scroll_promotion {
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
}
#first_view .scroll_promotion img {
    -webkit-animation: an_scroll_promotion 1.5s infinite;
    animation: an_scroll_promotion 1.5s infinite;
    position: absolute;
    top: 40px;
    left: calc(50% - 11.5px);
}
@-webkit-keyframes an_scroll_promotion {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 15px);
    opacity: 0;
  }
}
@keyframes an_scroll_promotion {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 15px);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
    #first_view .scroll_promotion {
        bottom: 18vh;
    }
    #first_view .scroll_promotion img {
        width: 5vw;
        top: 0vw;
        left: calc(50% - 3vw);
    }
    @-webkit-keyframes an_scroll_promotion {
      0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      100% {
        -webkit-transform: translate(0px, 6vw);
        opacity: 0;
      }
    }
    @keyframes an_scroll_promotion {
      0% {
        transform: translate(0, 0);
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      100% {
        transform: translate(0px,  6vw);
        opacity: 0;
      }
    }
}
/* =============================================================================================== */
/* Product Abstract                                                                                */
/* =============================================================================================== */
#product_abstract {
    padding-top: 70px;
    text-align: center;
}
#product_abstract .icons {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.40em;
}
#product_abstract .icons .item {
    display: inline-block;
    width: 270px;
    letter-spacing: normal;
    vertical-align: bottom;
}
#product_abstract .icons .item:nth-child(1) {
    text-align: right;
}
#product_abstract .icons .item:nth-child(2) {
    text-align: center;
}
#product_abstract .icons .item:nth-child(3) {
    text-align: left;
}
#product_abstract .explain {
    margin-top: 45px;
    overflow: hidden;
}
#product_abstract .explain h2 {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.4;
}
#product_abstract .explain p {
    font-size: 14px;
    font-weight: bold;
}
#product_abstract .explain p span {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1;
}
#product_abstract .product_images {
    padding-top: 65px;

    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;
}
#product_abstract .product_images .item {
}
#product_abstract .product_images .item img {
    width: 50vw;
}
@media screen and (max-width: 768px) {
    #product_abstract {
        padding-top: 0;
    }
    #product_abstract .icons {
        display: block;
        width: auto;
    }
    #product_abstract .icons .item {
        display: block;
        width: auto;
        margin-top: 9vw;
    }
    #product_abstract .icons .item:nth-child(1) {
        text-align: center;
    }
    #product_abstract .icons .item:nth-child(2) {
        text-align: center;
    }
    #product_abstract .icons .item:nth-child(3) {
        text-align: center;
    }
    #product_abstract .icons .item:nth-child(1) img {
        height: 8.6vw;
    }
    #product_abstract .icons .item:nth-child(2) img {
        height: 10.63vw;
    }
    #product_abstract .icons .item:nth-child(3) img {
        height: 10.94vw;
    }
    #product_abstract .explain {
        margin-top: 12vw;
    }
    #product_abstract .explain h2 {
        margin-bottom: 5vw;
        font-size: 6vw;
    }
    #product_abstract .explain p {
        font-size: 4vw;
    }
    #product_abstract .explain p span {
        margin-bottom: 4vw;
    }
    #product_abstract .product_images {
        display: block;
        padding-top: 4vw;
    }
    #product_abstract .product_images .item {
    }
    #product_abstract .product_images .item img {
        width: 100%;
    }
}
/* =============================================================================================== */
/* Lineup                                                                                          */
/* =============================================================================================== */
#lineup {
    padding: 50px 0 150px;
    text-align: center;
}
#lineup h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1;
}
#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;
}
#lineup .list .item {
    line-height: 0;
    position: relative;
}
#lineup .list .item .sub_item.type_image {
    position: relative;
}
#lineup .list .item .sub_item.type_image .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(50% - 53px);
    z-index: 0;
}
#lineup .list .item .sub_item.type_image .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;
}
#lineup .list .item .sub_item.type_name {
    width: 100%;
    height: 127px;
    line-height: 127px;
    position: absolute;
    top: calc(100% - 35px);
    z-index: 11;
}
#lineup .list .item .sub_item.type_name img {
    vertical-align: bottom;
}
@media screen and (max-width: 768px) {
    #lineup {
        padding: 8vw 0;
    }
    #lineup h2 {
        margin-bottom: 4vw;
        font-size: 6.5vw;
    }
    #lineup .list {
        display: block;
        width: 92vw;
        margin: 0 auto;
    }
    #lineup .list .item {
        padding-bottom: 35vw;
    }
    #lineup .list .item:last-child {
        padding-bottom: 25vw;
    }
    #lineup .list .item .sub_item.type_image {
    }
    #lineup .list .item .sub_item.type_image .detail_link {
        display: none;
        width: 40vw;
        font-size: 4.5vw;
        line-height: 12vw;
        top:  calc(50% - 6vw);
        left: calc(50% - 20vw);
    }
    #lineup .list .item .sub_item.type_image .detail_link span:after {
        width:  4vw;
        height: 8vw;
        margin-left: 2vw;
    }
    #lineup .list .item .sub_item.type_name {
        top: calc(100% - 10vw - 35vw);
    }
    #lineup .list .item:last-child .sub_item.type_name {
        height: auto;
        line-height: 1.6;
        top: calc(100% - 10vw - 25vw);
    }
    #lineup .list .item .sub_item.type_name img {
        height: 34vw;
    }
}
/* =============================================================================================== */
/* Garelly                                                                                         */
/* =============================================================================================== */
#garelly {
    text-align: center;
    position: relative;
}
#garelly h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    #garelly {
    }
    #garelly h2 {
        width: 92vw;
        margin: 0 auto 4vw;
        padding-top: 10vw;
        border-top: 1px solid #333333;
        font-size: 6.5vw;
    }
}
/* =============================================================================================== */
/* Garelly:List Control                                                                            */
/* =============================================================================================== */
#garelly .list_control {
    width: 70px;

    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;

    position: absolute;
    top: 0;
    left: calc(50% + 490px - 50px);
}
#garelly .list_control img {
    display: none;
    width: 30px;
}
#garelly .list_control.state_list img.state_list_act,
#garelly .list_control.state_list img.state_box_dis,
#garelly .list_control.state_box img.state_list_dis,
#garelly .list_control.state_box img.state_box_act {
    display: inline;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #garelly .list_control {
        width: 23vw;
        margin: 0 auto 4vw;
        position: static;
        top: 0;
        left: 0;
    }
    #garelly .list_control img {
        display: none;
        width: 9vw;
    }
    #garelly .list_control.state_list img.state_list_act,
    #garelly .list_control.state_list img.state_box_dis,
    #garelly .list_control.state_box img.state_list_dis,
    #garelly .list_control.state_box img.state_box_act {
    }
}
/* =============================================================================================== */
/* Garelly:List                                                                                    */
/* =============================================================================================== */
#garelly .list.type_slider .item {
    margin-right: 3px;
    overflow: hidden;
}
#garelly .list.type_slider .item img {
    width: 100%;
}


#garelly .list.type_slider .slick-dots li button:before {
    font-size: 8px;
}
#garelly .list.type_slider .slick-prev,
#garelly .list.type_slider .slick-next {
    width: 30px;
    height: 30px;
    z-index: 1;
}
#garelly .list.type_slider .slick-prev {
    left: 0;
}
#garelly .list.type_slider .slick-next {
    right: 0;
}
#garelly .list.type_slider .slick-prev::before,
#garelly .list.type_slider .slick-next::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
#garelly .list.type_slider .slick-prev::before {
    background-image: url('../../images/common/bs/arrow-left.png');
}
#garelly .list.type_slider .slick-next::before {
    background-image: url('../../images/common/bs/arrow-right.png');
}

@media screen and (max-width: 768px) {
    #garelly .list.type_slider .item {
        margin-right: 1vw;
    }
    #garelly .list.type_slider .item img {
    }
    #garelly .list.type_slider .slick-dots li {
        width: 2.5vw;
    }
    #garelly .list.type_slider .slick-dots li button:before {
        font-size: 2.5vw;
    }
    #garelly .list.type_slider .slick-prev,
    #garelly .list.type_slider .slick-next {
        width: 7vw;
        height: 7vw;
    }
    #garelly .list.type_slider .slick-prev {
    }
    #garelly .list.type_slider .slick-next {
    }
    #garelly .list.type_slider .slick-prev::before,
    #garelly .list.type_slider .slick-next::before {
    }
    #garelly .list.type_slider .slick-prev::before {
    }
    #garelly .list.type_slider .slick-next::before {
    }
}
/* =============================================================================================== */
/* Garelly:Box                                                                                     */
/* =============================================================================================== */
#garelly .list.type_box {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    letter-spacing: -.40em;
}
#garelly .list.type_box .item {
    display: inline-block;
    width: 196px;
    letter-spacing: normal;
}

#garelly .list.type_box .item img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #garelly .list.type_box {
        width: 100%;
    }
    #garelly .list.type_box .item {
        width: calc(50% - 1vw);
    }
    #garelly .list.type_box .item:nth-child(2n) {
        margin-left: 1vw;
    }
    #garelly .list.type_box .item:nth-child(n + 3) {
        margin-top: 1vw;
    }
    #garelly .list.type_box .item img {
    }
}
