@charset "UTF-8";


html{
    font-size: 625%;
}
body {
	position: relative;
	width: 100%;
	color: #111;
	text-align: left;
    font-size: .16em;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", 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;
	/* font-feature-settings:"palt"; */
}

.sans-serif {
	font-family: 'Oswald', sans-serif;
}
.serif {
	font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
figure {
    display: block;
    margin: 0;
    padding: 0;
}
.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: 60%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}

@media only screen and (max-width: 834px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
}

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

/* ===================== */
/* body
/* ===================== */


/* ================================================= */
/* header */
/* ================================================= */
.social_buttons {
	width: 980px;
	margin: 0px auto;
	padding: 10px 0;
	text-align: right;
}
.social_buttons li {
	float: none;
	display: inline-block !important;
}


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

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

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


#tu_wrap {
    background: #060a1a;
	width: 100%;
}

#tu_wrap > .tu_kv {
    width: 100%;
    height: 660px;
    position: relative;
}
#tu_wrap > .tu_kv .kv_img {
    background: url(kv.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
#tu_wrap > .tu_kv h1 {
    display: block;
    width: 650px;
    position: absolute;
    left: 50%;
    top: 190px;
    transform: translateX(-50%);
}
#tu_wrap > .tu_kv .ttl_sub {
    display: block;
    width: 100%;
    padding: 14px 0;
    position: absolute;
    left: 0;
    top: 400px;
}
#tu_wrap > .tu_kv .ttl_sub::before {
    content: "";
    display: block;
    background: url(h1_bg_line1.jpg) center top no-repeat;
    background-size: 100% 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
#tu_wrap > .tu_kv .ttl_sub::after {
    content: "";
    display: block;
    background: url(h1_bg_line2.jpg) center top no-repeat;
    background-size: 100% 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#tu_wrap > .tu_kv .ttl_sub .ttl_img {
    display: block;
    width: 550px;
    margin: 0 auto;
}

#tu_wrap > .tu_kv_p2 {
    width: 100%;
    height: 330px;
    position: relative;
}
#tu_wrap > .tu_kv_p2 .kv_img {
    background: url(kv.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
#tu_wrap > .tu_kv_p2 h1 {
    display: block;
    width: 420px;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
}
#tu_wrap > .tu_kv_p2 .ttl_sub {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 210px;
}
#tu_wrap > .tu_kv_p2 .ttl_sub::before {
    content: "";
    display: block;
    background: url(h1_bg_line1.jpg) center top no-repeat;
    background-size: 100% 2px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#tu_wrap > .tu_kv_p2 .ttl_sub::after {
    content: "";
    display: block;
    background: url(h1_bg_line2.jpg) center top no-repeat;
    background-size: 100% 2px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#tu_wrap > .tu_kv_p2 .ttl_sub .ttl_img {
    display: block;
    width: 330px;
    margin: 0 auto;
}


#tu_wrap .tu_read {
    background: rgb(10,17,43);
    width: 100%;
    padding: 50px 0 180px;
    position: relative;
}
#tu_wrap .tu_read .tu_read_inner {
    width: 820px;
    margin: 0 auto;
}
#tu_wrap .tu_read .tu_read_inner p {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    color: #fff;
    text-align: justify;
}
#tu_wrap .tu_read .tu_read_inner .btn {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 230px;
    transform: translateX(-50%);
}
#tu_wrap .tu_read .tu_read_inner .btn::before {
    content: "";
    display: block;
    background: url(bg_line1.jpg) center top no-repeat;
    background-size: 100% 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#tu_wrap .tu_read .tu_read_inner .btn::after {
    content: "";
    display: block;
    background: url(bg_line2.jpg) center top no-repeat;
    background-size: 100% 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#tu_wrap .tu_read .tu_read_inner .btn a {
    background: #fff;
    display: block;
    width: 100%;
    padding: 20px 0 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #060a1a;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
}
#tu_wrap .tu_read .tu_read_inner .btn a:hover {
    background: #fff;
    padding: 26px 0 46px;
    color: #11cbff;
}
#tu_wrap .tu_read .tu_read_inner .btn a::before {
    content: "";
    display: block;
    background: url(icon_arrow.png) center center no-repeat;
    background-size: 100%;
    width: 50px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}



#tu_wrap > .tu_contents {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
#tu_wrap > .tu_contents .bg_circle1 {
    width: 400px;
    position: absolute;
    right: 0;
    top: 0;
}
#tu_wrap > .tu_contents .bg_circle2 {
    width: 400px;
    position: absolute;
    right: 55%;
    top: 400px;
}
#tu_wrap > .tu_contents .bg_circle3 {
    width: 400px;
    position: absolute;
    left: 55%;
    top: 920px;
}

#tu_wrap > .tu_contents .ttl {
    margin: 0 auto 60px;
    position: relative;
    z-index: 10;
}
#tu_wrap > .tu_contents .ttl h2 {
    display: block;
    width: 240px;
    margin: 0 auto;
}

#tu_wrap > .tu_contents .contents_link_box {
    width: 100%;
    max-width: 1212px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#tu_wrap > .tu_contents .contents_link_box .link_item {
    width: 400px;
    margin: 0 2px 60px;
    padding: 0;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a {
    display: block;
    width: 100%;
    position: relative;
    transition: opacity ease .3s;
    cursor: pointer;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a:hover {
    opacity: .7;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_dx a::before {
    background: url(contents_line1.jpg) center center no-repeat;
    background-size: 100%;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_cx a::before {
    background: url(contents_line2.jpg) center center no-repeat;
    background-size: 100%;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_bx a::before {
    background: url(contents_line3.jpg) center center no-repeat;
    background-size: 100%;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_ax a::before {
    background: url(contents_line4.jpg) center center no-repeat;
    background-size: 100%;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a .link_ph {
    border: #fff solid 1px;
    width: 100%;
    position: relative;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a .link_ph figure {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a .link_ph .cat {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_dx a .link_ph .cat {
    border-top: #ff8b2d solid 10px;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_cx a .link_ph .cat {
    border-top: #6458ff solid 10px;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_bx a .link_ph .cat {
    border-top: #ed135c solid 10px;
}
#tu_wrap > .tu_contents .contents_link_box .link_item.cat_ax a .link_ph .cat {
    border-top: #11cbff solid 10px;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a .link_ph .cat .cat_item {
    background-color: #060a1a;
    display: block;
    width: 50%;
    padding: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a .link_ph .cat .cat_item img {
    display: block;
    width: 30px;
    margin: 0 auto;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a .link_ttl {
    background-color: #fff;
    width: 100%;
    height: 6em;
    margin: 0;
    padding: 0 12px;
    position: relative;
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    align-items: center;
}
#tu_wrap > .tu_contents .contents_link_box .link_item a .link_ttl p {
    display: block;
    font-weight: bold;
    font-feature-settings: "palt";
}



#tu_wrap > .tu_contents_p2 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}
#tu_wrap > .tu_contents_p2 .bg_circle1 {
    width: 400px;
    position: absolute;
    right: 0;
    top: 0;
}
#tu_wrap > .tu_contents_p2 .bg_circle2 {
    width: 400px;
    position: absolute;
    left: -200px;
    bottom: 200px;
}

#tu_wrap > .tu_contents_p2 .contents_head {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0 1px;
    position: relative;
}
#tu_wrap > .tu_contents_p2 .contents_head::before {
    content: "";
    display: block;
    background: url(h1_bg_line1.jpg) center top no-repeat;
    background-size: 100% 2px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
#tu_wrap > .tu_contents_p2 .contents_head::after {
    content: "";
    display: block;
    background: url(h1_bg_line2.jpg) center top no-repeat;
    background-size: 100% 2px;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#tu_wrap > .tu_contents_p2 .contents_head .head_ttl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 22px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    position: relative;
}
#tu_wrap > .tu_contents_p2 .contents_head .head_ttl::before {
    content: "";
    display: block;
    background: #fff;
    width: 120px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#tu_wrap > .tu_contents_p2 .contents_head .head_text {
    display: block;
    width: 100%;
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
#tu_wrap > .tu_contents_p2 .contents_head .head_fig {
    width: 100%;
    margin: 0 auto 30px;
}
#tu_wrap > .tu_contents_p2 .contents_body {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
#tu_wrap > .tu_contents_p2 .contents_body .body_fig {
    width: 100%;
    margin: 0 auto 30px;
}
#tu_wrap > .tu_contents_p2 .contents_body .body_text {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
#tu_wrap > .tu_contents_p2 .contents_body .btn {
    width: 300px;
    margin: 0 auto;
    position: relative;
}
#tu_wrap > .tu_contents_p2 .contents_body .btn a {
    background: #fff;
    display: block;
    width: 100%;
    padding: 24px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: relative;
    transition: all ease .3s;
}
#tu_wrap > .tu_contents_p2 .contents_body .btn a:hover {
    background: #fff;
    color: #11cbff;
}
#tu_wrap > .tu_contents_p2 .contents_body .btn a::before {
    content: "";
    display: block;
    background: url(bg_line1.jpg) center top no-repeat;
    background-size: 100% 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#tu_wrap > .tu_contents_p2 .contents_body .btn a::after {
    content: "";
    display: block;
    background: url(bg_line2.jpg) center top no-repeat;
    background-size: 100% 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}


#tu_linkbnr {
    background-color: #e6e6e6;
    width: 100%;
    padding: 40px 0;
    position: relative;
}
#tu_linkbnr .btn {
    width: 300px;
    margin: 0 auto 30px;
}
#tu_linkbnr .btn a {
    display: block;
    border-radius: 16px;
    background: #e6e6e6;
    box-shadow:  10px 10px 16px #ccc,
        -10px -10px 16px #fff;
    transition: all ease .3s;
    padding: 30px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#tu_linkbnr .btn a:hover {
    background: #f1f1f1;
    box-shadow:  10px 10px 20px #cfcfcf,
        -10px -10px 20px #fdfdfd;
    transition: all ease .3s;
}
#tu_linkbnr .logo {
    display: block;
    width: 200px;
    margin: 0 auto;
}
#tu_linkbnr .logo a img {
    width: 100%;
}

@media only screen and (max-width: 1212px) {
    #tu_wrap > .tu_contents .contents_link_box {
        width: 100%;
        max-width: 808px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

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

    #tu_wrap {
        background: #060a1a;
        width: 100%;
    }

    #tu_wrap > .tu_kv {
        width: 100%;
        height: 100vw;
        position: relative;
    }
    #tu_wrap > .tu_kv .kv_img {
        background: url(kv.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    #tu_wrap > .tu_kv h1 {
        display: block;
        width: 90vw;
        position: absolute;
        left: 5vw;
        top: 25vw;
        transform: translateX(0);
    }
    #tu_wrap > .tu_kv .ttl_sub {
        display: block;
        width: 100%;
        padding: 4vw 0;
        position: absolute;
        left: 0;
        top: 55vw;
    }
    #tu_wrap > .tu_kv .ttl_sub::before {
        content: "";
        display: block;
        background: url(h1_bg_line1.jpg) center top no-repeat;
        background-size: 100% 2px;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
    }
    #tu_wrap > .tu_kv .ttl_sub::after {
        content: "";
        display: block;
        background: url(h1_bg_line2.jpg) center top no-repeat;
        background-size: 100% 2px;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #tu_wrap > .tu_kv .ttl_sub .ttl_img {
        display: block;
        width: 86vw;
        margin: 0 auto;
    }

    #tu_wrap > .tu_kv_p2 {
        width: 100%;
        height: 45vw;
        position: relative;
    }
    #tu_wrap > .tu_kv_p2 .kv_img {
        background: url(kv.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    #tu_wrap > .tu_kv_p2 h1 {
        display: block;
        width: 60vw;
        position: absolute;
        left: 20vw;
        top: 6vw;
        transform: translateX(0);
    }
    #tu_wrap > .tu_kv_p2 .ttl_sub {
        display: block;
        width: 100%;
        padding: 3vw 0;
        position: absolute;
        left: 0;
        top: 25vw;
    }
    #tu_wrap > .tu_kv_p2 .ttl_sub .ttl_img {
        display: block;
        width: 60vw;
        margin: 0 auto;
    }


    #tu_wrap .tu_read {
        background: rgb(10,17,43);
        width: 100%;
        padding: 10vw 0;
    }
    #tu_wrap .tu_read .tu_read_inner {
        width: 100%;
        margin: 0 auto;
    }
    #tu_wrap .tu_read .tu_read_inner p {
        display: block;
        margin-bottom: 2em;
        padding: 0 4vw;
        font-size: 15px;
        font-weight: normal;
        line-height: 2;
        color: #fff;
    }
    #tu_wrap .tu_read .tu_read_inner .btn {
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: auto;
        top: auto;
        transform: translateX(0);
    }



    #tu_wrap > .tu_contents {
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
        position: relative;
        overflow: hidden;
    }
    #tu_wrap > .tu_contents .bg_circle1 {
        width: 50vw;
        position: absolute;
        right: 0;
        top: 0;
    }
    #tu_wrap > .tu_contents .bg_circle2 {
        width: 50vw;
        position: absolute;
        right: 55vw;
        top: 150vw;
    }
    #tu_wrap > .tu_contents .bg_circle3 {
        width: 50vw;
        position: absolute;
        left: 55vw;
        top: 300vw;
    }

    #tu_wrap > .tu_contents .ttl {
        margin: 0 auto 10vw;
    }
    #tu_wrap > .tu_contents .ttl h2 {
        display: block;
        width: 200px;
        margin: 0 auto;
    }

    #tu_wrap > .tu_contents .contents_link_box {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 6vw;
    }
    #tu_wrap > .tu_contents .contents_link_box .link_item {
        width: 100%;
        margin: 0 0 6vw;
        padding: 0;
    }
    #tu_wrap > .tu_contents .contents_link_box .link_item a .link_ph .cat .cat_item {
        background-color: #060a1a;
        display: block;
        width: 50%;
        padding: 4px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #tu_wrap > .tu_contents .contents_link_box .link_item a .link_ph .cat .cat_item img {
        display: block;
        width: 8vw;
        margin: 0 auto;
    }
    #tu_wrap > .tu_contents .contents_link_box .link_item a .link_ttl {
        background-color: #fff;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 2.5vw;
        position: relative;
        display: flex;
        font-size: 3.6vw;
        line-height: 1.5;
        align-items: center;
    }
    #tu_wrap > .tu_contents .contents_link_box .link_item a .link_ttl p {
        display: block;
        font-weight: bold;
        font-feature-settings: "palt";
    }



    #tu_wrap > .tu_contents_p2 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #tu_wrap > .tu_contents_p2 .bg_circle1 {
        width: 50vw;
        position: absolute;
        right: 0;
        top: 0;
    }
    #tu_wrap > .tu_contents_p2 .bg_circle2 {
        width: 50vw;
        position: absolute;
        left: -25vw;
        bottom: 22vw;
    }

    #tu_wrap > .tu_contents_p2 .contents_head {
        width: 100%;
        margin: 0 auto;
        padding: 8vw 4vw 2vw;
        position: relative;
    }
    #tu_wrap > .tu_contents_p2 .contents_head .head_ttl {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 22px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
        color: #fff;
        position: relative;
    }
    #tu_wrap > .tu_contents_p2 .contents_head .head_ttl::before {
        content: "";
        display: block;
        background: #fff;
        width: 90px;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    #tu_wrap > .tu_contents_p2 .contents_head::before {
        content: "";
        display: block;
        background: url(h1_bg_line1.jpg) center top no-repeat;
        background-size: 100% 5px;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        top: 0;
    }
    #tu_wrap > .tu_contents_p2 .contents_head::after {
        content: "";
        display: block;
        background: url(h1_bg_line2.jpg) center top no-repeat;
        background-size: 100% 5px;
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #tu_wrap > .tu_contents_p2 .contents_head .head_text {
        font-size: 15px;
    }
    #tu_wrap > .tu_contents_p2 .contents_head .head_fig {
        width: 100%;
        margin: 0 auto 30px;
        padding: 0 4vw;
    }
    #tu_wrap > .tu_contents_p2 .contents_body {
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
        position: relative;
    }
    #tu_wrap > .tu_contents_p2 .contents_body .body_fig {
        width: 100%;
        margin: 0 auto 30px;
        padding: 0 4vw;
    }
    #tu_wrap > .tu_contents_p2 .contents_body .body_text {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 4vw;
        font-size: 15px;
        line-height: 2;
        color: #fff;
    }
    #tu_wrap > .tu_contents_p2 .contents_body .btn {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    #tu_wrap > .tu_contents_p2 .contents_body .btn a {
        width: 100%;
        padding: 24px 0;
        font-size: 18px;
    }



    #tu_linkbnr {
        background-color: #e6e6e6;
        width: 100%;
        padding: 30px 0;
        position: relative;
    }
    #tu_linkbnr .btn {
        width: 260px;
        margin: 0 auto 20px;
    }
    #tu_linkbnr .btn a {
        display: block;
        border-radius: 16px;
        background: #e6e6e6;
        box-shadow:  10px 10px 16px #ccc,
            -10px -10px 16px #fff;
        transition: all ease .3s;
        padding: 24px 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #tu_linkbnr .btn a:hover {
        background: #f1f1f1;
        box-shadow:  10px 10px 16px #ccc,
            -10px -10px 16px #fff;
        transition: all ease .3s;
    }
    #tu_linkbnr .logo {
        display: block;
        width: 120px;
        margin: 0 auto;
    }
    #tu_linkbnr .logo a img {
        width: 100%;
    }
}
	