@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 834px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #efefef;
}

@media only screen and (max-width: 834px) {
}

/* ================================================= */
/* footer */
/* ================================================= */

#tu_footer {
    background-color: #fff;
    width: 100%;
}

.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#tu_wrap {
    background-color: #fff;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}

#tu_wrap > .__mainvisual {
    margin: 0 auto;
    position: relative;
}

#tu_wrap > .__mainvisual h1 {
    display: block;
    width: 100%;
}

#tu_wrap > .__mainvisual .__page {
    border: #fff solid 3px;
    border-right: none;
    width: 21%;
    position: absolute;
    right: 0;
    bottom: 35%;
    z-index: 10;
    line-height: 1 !important;
}
#tu_wrap > .__mainvisual .__page .__page__text {
    width: 100%;
    padding: 10%;
}
#tu_wrap > .__mainvisual .__page .__page__text img {
    width: 33%;
}

#tu_wrap > .__mainvisual .__navi {
    border: #fff solid 3px;
    border-right: none;
    width: 21%;
    position: absolute;
    right: 0;
    bottom: 15%;
    z-index: 10;
    line-height: 1 !important;
}
#tu_wrap > .__mainvisual .__navi .__navi__text {
    width: 100%;
    padding: 10% 10% 0;
}
#tu_wrap > .__mainvisual .__navi .__navi__text img {
    width: 55%;
}
#tu_wrap > .__mainvisual .__navi .__navi__num {
    padding: 6% 10% 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .__mainvisual .__navi .__navi__num li {
    width: 13%;
}
#tu_wrap > .__mainvisual .__navi .__navi__coming {
    width: 100%;
    padding: 0 5% 6% 62%;
}

#tu_wrap > .__read {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#tu_wrap > .__read .__read__bg1 {
    width: 76.7142%;
    height: 100%;
    position: absolute;
    left: 11.6429%;
    top: 0;
    z-index: 2;
}
#tu_wrap > .__read .__read__bg1 img {
    width: 100%;
    height: 100%;
}
#tu_wrap > .__read .__read__bg2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

#tu_wrap > .__read .__navi__bg {
    display: none;
}
#tu_wrap > .__read .__en__text1 {
    width: 6.1%;
    position: absolute;
    right: 4%;
    top: 50px;
    z-index: 50;
}
#tu_wrap > .__read .__read__contents {
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
    position: relative;
}
@media only screen and (max-width: 1400px) {
    #tu_wrap > .__read .__en__text1 {
        top: 3vw;
    }
    #tu_wrap > .__read .__read__contents {
        padding-top: 6vw;
    }
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 10;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__img1 {
    width: 66%;
    position: relative;
    z-index: 1;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__img2 {
    width: 42%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__img3 {
    display: none;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__en__text1sp {
    display: none;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__title1 {
    width: 15%;
    position: absolute;
    top: 0;
    right: 16%;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__text1 {
    display: block;
    padding: 1.5% 0 1.5% 15%;
    font-size: 21px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.8;
    color: #281f52;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__text1 span {
    display: block;
    font-size: 60%;
}
#tu_wrap > .__read .__read__contents .__read__contents__body1 .__en__text2 {
    display: block;
    width: 56%;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1400px) {
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__text1 {
        font-size: 1.5vw;
    }
}

#tu_wrap > .__read .__read__contents .__read__contents__body2 {
    width: 76.7142%;
    padding: 60px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#tu_wrap > .__read .__read__contents .__read__contents__body2 .__read__title2 {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 50px;
}
#tu_wrap > .__read .__read__contents .__read__contents__body2 .__read__text2 {
    display: block;
    width: 75%;
    margin: 0 auto 2em;
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.8;
    color: #281f52;
}

#tu_wrap > .__read__img {
    display: block;
    width: 76.7142%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#tu_wrap > .__read__img .__read__img3 {
    width: 100%;
}


#tu_wrap > .__contents {
    width: 100%;
    position: relative;
}
#tu_wrap > .__contents .__contents__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#tu_wrap > .__contents .__contents__bg img {
    width: 100%;
    height: 100%;
}
#tu_wrap > .__contents .__contents__img1 {
    width: 74%;
    position: relative;
    z-index: 10;
}
#tu_wrap > .__contents .__contents__img2 {
    width: 100%;
    padding-left: 26%;
    position: relative;
    z-index: 10;
}
#tu_wrap > .__contents .__contents__img3 {
    width: 100%;
    position: relative;
    z-index: 10;
}
#tu_wrap > .__contents .__contents__body {
    background-color: #fff;
    width: 48%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#tu_wrap > .__contents .__contents__body__num1 {
    width: 54.2%;
    position: absolute;
    left: -54.2%;
    top: 20px;
}
#tu_wrap > .__contents .__contents__body__num2 {
    width: 26%;
    position: absolute;
    right: 0;
    top: 2.5%;
}
#tu_wrap > .__contents .__contents__body .__contents__body__title1 {
    width: 54.2%;
    padding: 0 11%;
    position: absolute;
    right: -54.2%;
    top: 60px;
}
#tu_wrap > .__contents .__contents__body .__contents__body__title2 {
    width: 54.2%;
    padding: 0 11%;
    position: absolute;
    right: -54.2%;
    top: -630px;
}
#tu_wrap > .__contents .__contents__body .__contents__body__title3 {
    width: 54.2%;
    padding: 0 11%;
    position: absolute;
    right: -54.2%;
    top: calc(60px + 31%);
}
@media only screen and (max-width: 1400px) {
    #tu_wrap > .__contents .__contents__body .__contents__body__title2 {
        top: -44.5vw;
    }
}
#tu_wrap > .__contents .__contents__body .__contents__body__img {
    width: 54.2%;
    padding: 0 5%;
    position: absolute;
    right: -54.2%;
    bottom: 0;
}

#tu_wrap > .__contents .__contents__body .__contents__body__inner {
    width: 100%;
    padding: 60px 0 20px;
}

#tu_wrap > .__contents .__contents__body .__body__title {
    width: 100%;
    margin-bottom: 60px;
    line-height: 1;
    text-align: center;
}
#tu_wrap > .__contents .__contents__body .__body__title img {
    width: 550px;
}
#tu_wrap > .__contents .__contents__body .__body__img {
    width: 100%;
}
#tu_wrap > .__contents .__contents__body .__body__text1 {
    margin-bottom: 2em;
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    text-indent: 1em;
    text-align: justify;
    line-height: 1.8;
    color: #281f52;
}

#tu_wrap > .__contents .__contents__body .__body__linklist {
    padding-bottom: 60px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li {
    display: table;
    margin-left: 10px;
    margin-bottom: 10px;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li a {
    display: block;
    width: 100%;
    padding: 14px;
    position: relative;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li.__link1 a {
    background: url(bg5.png) center center no-repeat;
    background-size: 100% 100%;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li.__link2 a {
    background: url(bg6.png) center center no-repeat;
    background-size: 100% 100%;
}
#tu_wrap > .__contents .__contents__body .__body__linklist li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    height: calc(tan(60deg) * 8px);
    width: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#tu_wrap > .__contents .__contents__body .__body__linklist li a span {
    display: block;
    padding-left: 16px;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    color: #fff;
}



#tu_wrap > .__footer {
    position: relative;
}
#tu_wrap > .__footer .__footer__inner {
    background: url(bg4.png) center center no-repeat;
    background-size: 100% 100%;
    padding-top: 6%;
    padding-bottom: 12.5%;
}
#tu_wrap > .__footer .__en__text3 {
    width: 6%;
    position: absolute;
    left: 9.2%;
    top: -37%;
    z-index: 10;
}
@media only screen and (max-width: 1400px) {
    #tu_wrap > .__footer .__en__text3 {
        top: -17.2vw;
    }
}
#tu_wrap > .__footer .__en__text4 {
    width: 55%;
    position: absolute;
    left: 10%;
    bottom: 7%;
    z-index: 10;
}
#tu_wrap > .__footer .__footer__contents {
    width: 460px;
    margin-left: 18.5%;
}
#tu_wrap > .__footer .__footer__contents .__footer__contents__title {
    width: 66%;
    margin-bottom: 30px;
}
#tu_wrap > .__footer .__footer__contents p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7;
    color: #fff;
    text-indent: 1em;
    text-align: justify;
}
#tu_wrap > .__footer .__footer__navi {
    border: #fff solid 7px;
    border-right: none;
    width: 35%;
    padding: 1.5% 3% 1.5% 1.5%;
    position: absolute;
    right: 0;
    bottom: 3%;
    line-height: 1;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__logo {
    width: 28%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi {
    width: 66%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul li {
    width: 14%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__next {
    width: 32%;
    margin-left: 77%;
    padding-bottom: 2%;
}
#tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__comingsoon {
    width: 110%;
    padding-top: 3%;
    padding-left: 64%;
}


@media screen and (max-width: 834px) {

    #tu_wrap > .__mainvisual {
        margin: 0 auto;
        position: relative;
    }

    #tu_wrap > .__mainvisual h1 {
        display: block;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    #tu_wrap > .__mainvisual .__page {
        border: #fff solid .3vw;
        border-right: none;
        width: 20%;
        height: 8vw;
        padding: 2vw 0;
        position: absolute;
        right: 0;
        top: 42vw;
        z-index: 10;
        font-size: 1px;
        line-height: 1 !important;
    }
    #tu_wrap > .__mainvisual .__page .__page__text {
        width: 50%;
        padding: 0;
        margin: 0 0 0 3vw;
    }
    #tu_wrap > .__mainvisual .__page .__page__text img {
        width: 100%;
    }

    #tu_wrap > .__mainvisual .__navi {
        border: #fff solid .3vw;
        border-right: none;
        width: 20%;
        height: 82%;
        padding: 3vw 0;
        position: absolute;
        right: 0;
        top: 52vw;
        z-index: 10;
        font-size: 1px;
        line-height: 1 !important;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__text {
        width: 50%;
        padding: 0;
        margin: 0 0 2vw 3vw;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__text img {
        width: 100%;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__num {
        padding: 0;
        display: block;
        width: 5.5vw;
        margin-left: 5vw;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__num li {
        width: 100%;
        margin-bottom: 3.5vw;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__num li:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    #tu_wrap > .__mainvisual .__navi .__navi__coming {
        width: 2vw;
        padding: 0;
        position: absolute;
        left: 11.5vw;
        top: 34vw;
    }
    
    #tu_wrap > .__read {
        width: 100%;
        position: relative;
        overflow: hidden;
        pointer-events: none;
    }
    #tu_wrap > .__read .__read__bg1 {
        width: 75%;
        height: 185vw;
        position: absolute;
        left: 12.5%;
        top: 0;
        z-index: 2;
    }
    #tu_wrap > .__read .__read__bg2 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
    }

    #tu_wrap > .__read .__navi__bg {
        display: block;
        width: 20%;
        height: 40vw;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }
    #tu_wrap > .__read .__navi__bg img {
        width: 100%;
        height: 100%;
    }
    #tu_wrap > .__read .__en__text1 {
        display: none;
    }
    #tu_wrap > .__read .__read__contents {
        width: 100%;
        margin: 0 auto;
        padding-top: 6vw;
        position: relative;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__img1 {
        width: 75vw;
        position: relative;
        z-index: 1;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__img2 {
        width: 40vw;
        position: absolute;
        right: 0;
        bottom: auto;
        top: 40vw;
        z-index: 2;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__img3 {
        display: block;
        width: 75%;
        margin: 0 auto;
        padding-top: 3vw;
        position: relative;
        z-index: 1;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__en__text1sp {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 60vw;
        z-index: 2;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__title1 {
        width: 50vw;
        margin: 0 auto;
        padding: 22vw 0 5vw;
        position: relative;
        top: auto;
        right: auto;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__read__text1 {
        display: block;
        padding: 0 0 0 16vw;
        font-size: 3.8vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 2;
        color: #281f52;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body1 .__en__text2 {
        display: none;
    }
    
    #tu_wrap > .__read .__read__contents .__read__contents__body2 {
        background-color: #fff;
        width: 80vw;
        padding: 8vw 0 1px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body2 .__read__title2 {
        width: 85vw;
        margin-left: -2.5vw;
        padding-bottom: 5vw;
    }
    #tu_wrap > .__read .__read__contents .__read__contents__body2 .__read__text2 {
        display: block;
        width: 100%;
        margin: 0 auto 2em;
        font-size: 16px;
    }

    #tu_wrap > .__read__img {
        display: none;
    }

    

    #tu_wrap > .__contents {
        width: 100%;
        position: relative;
    }
    #tu_wrap > .__contents .__contents__bg {
    }
    #tu_wrap > .__contents .__contents__img1 {
        width: 100%;
        position: relative;
        z-index: 10;
    }
    #tu_wrap > .__contents .__contents__img2 {
        width: 100%;
        padding-left: 0;
        position: relative;
        z-index: 10;
    }
    #tu_wrap > .__contents .__contents__img3 {
        width: 100%;
        margin: 0 auto 10vw;
        position: relative;
        z-index: 10;
    }
    #tu_wrap > .__contents .__contents__body {
        background-color: inherit;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    #tu_wrap > .__contents .__contents__body__num1 {
        display: none;
    }
    #tu_wrap > .__contents .__contents__body__num2 {
        display: none;
    }
    #tu_wrap > .__contents .__contents__body .__contents__body__title1 {
        width: 100%;
        padding: 10vw 10vw 0;
        position: relative;
        right: auto;
        top: auto;
    }
    #tu_wrap > .__contents .__contents__body .__contents__body__title2 {
        width: 100%;
        padding: 10vw 10vw 0;
        position: relative;
        right: auto;
        top: auto;
    }
    #tu_wrap > .__contents .__contents__body .__contents__body__title3 {
        width: 100%;
        padding: 10vw 10vw 0;
        position: relative;
        right: auto;
        top: auto;
    }
    #tu_wrap > .__contents .__contents__body .__contents__body__img {
        max-width: 280px;
        width: 48%;
        padding: 0 8% 0 2%;
        position: absolute;
        right: auto;
        left: 0;
        bottom: -10vw;
    }

    #tu_wrap > .__contents .__contents__body .__contents__body__inner {
        width: 100%;
        padding: 6vw 0 1px 0;
    }

    #tu_wrap > .__contents .__contents__body .__body__img {
        width: 100%;
    }
    #tu_wrap > .__contents .__contents__body .__body__text1 {
        margin-bottom: 2em;
        padding: 0 10vw;
        font-size: 15px;
        font-weight: normal;
    }

    #tu_wrap > .__contents .__contents__body .__body__linklist {
        width: 80vw;
        margin: 0 auto;
        padding: 2vw 0 35vw 15%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li {
        display: block;
        width: 210px;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li a {
        display: block;
        width: 100%;
        padding: 10px 5px 10px 10px;
        position: relative;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li a::before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: #ffffff;
        height: calc(tan(60deg) * 6px);
        width: 10px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li.__link1 a {
        background: url(bg5.png) center center no-repeat;
        background-size: 100% 100%;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li.__link2 a {
        background: url(bg5.png) center center no-repeat;
        background-size: 100% 100%;
    }
    #tu_wrap > .__contents .__contents__body .__body__linklist li a span {
        display: block;
        padding-left: 14px;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #tu_wrap > .__contents.__layout1 .__contents__img {
        display: none;
    }
    #tu_wrap > .__contents.__layout2 .__contents__img {
        display: none;
    }
    #tu_wrap > .__contents .__contents__img figure {
        width: 100%;
    }



    #tu_wrap > .__footer {
        background-color: #ffffff;
        position: relative;
        padding-top: 10vw;
    }
    #tu_wrap > .__footer .__footer__inner {
        padding-top: 8vw;
        padding-bottom: 5vw;
    }
    #tu_wrap > .__footer .__en__text3 {
        width: 86vw;
        position: absolute;
        left: 8vw;
        top: 0;
        z-index: 10;
    }
    #tu_wrap > .__footer .__en__text4 {
        width: 10vw;
        position: absolute;
        left: 10.5vw;
        bottom: auto;
        top: 12vw;
        z-index: 10;
    }
    #tu_wrap > .__footer .__footer__contents {
        width: 65vw;
        margin-left: 25vw;
        margin-bottom: 5vw;
    }
    #tu_wrap > .__footer .__footer__contents .__footer__contents__title {
        width: 40vw;
        margin-bottom: 5vw;
    }
    #tu_wrap > .__footer .__footer__contents p {
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 2;
        color: #fff;
        text-indent: 0;
        text-align: justify;
    }
    #tu_wrap > .__footer .__footer__navi {
        border: #fff solid .8vw;
        width: 79vw;
        margin: 0 auto;
        padding: 3vw 5vw;
        position: relative;
        right: auto;
        bottom: auto;
        line-height: 1;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__logo {
        width: 28%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi {
        width: 66%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi ul li {
        width: 14%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__next {
        width: 32%;
        margin-left: 77%;
        padding-bottom: 2%;
    }
    #tu_wrap > .__footer .__footer__navi .__footer__navi__inner .__navi .__comingsoon {
        width: 100%;
        padding-top: 0;
        padding-left: 63%;
    }
}
