
:root {
    --wrapper: 120rem;

}

.wrapper {
    margin-bottom: 9.6rem;
}

.mv__contents,
.relation__list,
.order__list,
.download__inner,
.relation__list{
    width: 100%;
    max-width: var(--wrapper);
}

.__video .relation__list {
    padding: 0;
}

.tabContent__bottom {
    display: none;
}

.tabContentArea .tabContent img {
    max-width: 89.6rem;
    margin-top: 6.4rem;
    margin-bottom: 0;
}


.order {
    padding-top: 6.4rem;
}

.order__num {
    font-weight: lighter;
    font-size: 9.6rem;
    line-height: 12rem;
    position: relative;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0
}
.tabArea .tab.active .order__num::before, .tabArea .tab.active .order__num::after{
    width: 14.4rem;
    height: .1rem;
}
.order__num::before, .order__num::after {
    width: 4.8rem;
    height: .1rem;
}
.order__text {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-top: 1.6rem !important;
}


.download {
    padding: 6.4rem 0;
    margin-top: 9.6rem;
}

.download__left {
    width: 44rem;
    height: 24.8rem;
}
.download__text {
    font-weight: inherit;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 5.6rem;
}

.downloadLInk {
    display: block;
    width: 28.8rem;
    height: 6.4rem;
}

.relation.__video {
    padding-top: 9.6rem;
}

.relation.__video .relation__link:hover {
    opacity: 1;
}
.relation__link--movie::before {
    top: 50%;
    left: 50%;
    width: 6.4rem;
    height: 6.4rem;
    transform: translate(-50%, -50%);
    border: none;
    background: url(../images/append/video-play.png) center center no-repeat;
    background-size: contain;
}


.section__inner {
    position: relative;
    padding-bottom: 9.6rem;
    margin-bottom: 8.8rem;
}
.section__inner::after {
    content: '';
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: 11.2rem;
    height: 6.4rem;
    background: url(../images/append/gud.png) center center no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.relation__title {
    font-size: 4rem;
    font-weight: bold;
    color: #1E1E1E;
    line-height: 4.8rem;
    margin-top: 9.6rem;
    margin-bottom: 3.2rem;
}

@media screen and (min-width: 800px){
    .order__item:hover .order__num::before, .order__item:hover .order__num::after{
        width: 14.4rem;
        height: .1rem;
    }

    .relation__item {
        width: calc((100% - 1.6rem * 3) / 4);
        margin: 1.6rem 1.6rem 0 0;
    }

    .tabContentArea .tabContent img.phone-show {
        display: none;
    }
}

@media screen and (max-width: 800px){
    /*.mv__contents,*/
    /*.relation__list,*/
    /*.order__list,*/
    /*.download__inner,*/
    /*.relation__list{*/
    /*    padding-left: 1.6rem;*/
    /*    padding-right: 1.6rem;*/
    /*}*/

    .relation {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .wrapper {
        margin-bottom: 6.4rem;
    }

    .tabContentArea .tabContent img.pc-show {
        display: none;
    }

    .mv__contents, .relation__list, .order__list, .download__inner, .relation__list {
        padding-left: 0;
        padding-right: 0;
    }
    .mv__inner {
        background-position: top 5% right;
        padding-bottom: 0px;
        padding: 3.2rem 1.6rem 0;
    }

    .relation.__video {
        padding: 3.2rem 1.6rem 0;
    }
    .relation.__video .relation__list{
        width: 100%;
        margin: 0;
    }

    .relation__link--movie::before {
        top: 50%;
        left: 50%;
        width: 4.8rem;
        height: 4.8rem;
        transform: translate(-50%, -50%);
        border: none;
        background: url(../images/append/video-play.png) center center no-repeat;
        background-size: contain;
    }

    .relation__list {
        width: auto;
        margin: -.4rem;
    }

    .order {
        padding: 3.2rem 1.6rem 0;
    }

    .order__num {
        font-weight: lighter;
        font-size: 4rem;
        line-height: 4.8rem;
        position: relative;
        font-style: italic;
        margin-bottom: 0;
        padding-bottom: .8rem;
    }
    .tabArea .tab.active .order__num::before, .tabArea .tab.active .order__num::after{
        width: 4rem;
        height: .2rem;
    }
    .order__num::before, .order__num::after {
        width: 1.6rem;
        height: .2rem;
    }
    .order__text {
        font-size: 1.4rem !important;
        line-height: 2.4rem !important;
        padding-top: 1.6rem !important;
    }
    .tabContentArea .tabContent img {
        max-width: 100%;
        margin-top: 3.2rem;
        margin-bottom: 0;
    }

    .download {
        padding: 3.2rem 1.6rem;
        margin-top: 3.2rem;
    }

    .download__left {
        width: 100%;
        height: auto;
        margin-bottom: 3.2rem;
    }

    .download__text {
        font-weight: inherit;
        font-size: 2rem;
        line-height: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .downloadLInk {
        display: inline-block;
        width: 90%;
        height: 4.8rem;
    }
    .downloadLInk img{
        height: 100%;
        object-fit: contain;
    }

    .relation__title {
        font-size: 2.4rem;
        font-weight: bold;
        color: #1E1E1E;
        line-height: 3.2rem;
        margin-top: 4.8rem;
        margin-bottom: 1.6rem;
    }

    .relation__item {
        width: calc((100% - .8rem * 2) / 2);
        margin: 1.6rem 1.6rem 0;
        margin: .4rem !important;
    }

    .section__inner {
        position: relative;
        padding-bottom: 5.6rem;
        margin-bottom: 7.2rem;
    }
    .relation__bottom {
        height: 4rem;
        line-height: 1.4rem;
        font-size: 1.2rem;
        padding-right: 0;
    }
    .tabContentArea .tabContent {
        padding: 0;
    }


    .relation__bottom .fa-chevron-right {
        position: static;
        font-size: 12px;
        margin: .2rem 0 0 .2rem;
    }

    .mv__catch {
        text-align: left;
        font-size: 2.4rem;
        padding: 0 1.6rem;
    }
    .mv__inner {
        background-position: center 34%;
    }
    .mv__image {
        margin-top: 15rem;
        margin-left: 4rem;
    }
    .mv__link {
        text-align: center;
    }

    .mv__linkImage {
        width: 93%;
    }

    .mv__contents {
        padding: 0;
    }

    .mv__bottom {
        padding: 5.6rem 3.2rem 3.2rem;
        text-align: center;
        margin-top: 0;
    }
    .mv__bottomText--top {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .mv__bottomText--bottom {
        font-size: 2.4rem;
        margin-top: 2.4rem;
        font-weight: normal;
    }
    .mv__bottomUnderline::after {
        height: .2rem;
    }
}


