@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;
}
.bgcolor1 {
    background-color: #edeff3;
}
.bgcolor2 {
    background-color: #e4e8ed;
}

.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: #ffffff;
}
body.preload {
    background: #ffffff url(loading.gif) no-repeat calc(50vw - 20px) calc(50vh - 20px);
    background-size: 40px 40px;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

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


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

#_footer {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

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

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

#_tu {
    background-color: #fff;
    margin: 0 auto;
    opacity: 1;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
}

body.preload #_tu {
    opacity: 0;
}

#_tu ._mainvisual {
    background: url(bg.jpg) center top repeat-x;
    background-size: 1200px auto;
    width: 100%;
    padding: 50px 0;
}
#_tu ._mainvisual ._mainvisual_body {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#_tu ._mainvisual ._mainvisual_body img {
    width: 100%;
}
#_tu ._mainvisual ._mainvisual_body ._slide1,
#_tu ._mainvisual ._mainvisual_body ._slide2 {
    box-shadow: 22px 22px 13px 0px rgba(0,0,0,.1);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
}
#_tu ._mainvisual ._mainvisual_body ._kv {
    position: relative;
    display: block;
    width: 100%;
    z-index: 50;
    opacity: 0;
}
#_tu ._mainvisual ._mainvisual_body ._kv ._h1_ph {
    box-shadow: 22px 22px 13px 0px rgba(0,0,0,.1);
    display: block;
    width: 55%;
    margin-left: 45%;
}
#_tu ._mainvisual ._mainvisual_body ._kv h1 {
    display: block;
    position: absolute;
    left: 10px;
    top: 20%;
    width: 55%;
}

#_tu ._mainvisual ._slide1.active {
    animation: fadeIn1 5s ease 1s 1 forwards;
}
#_tu ._mainvisual ._slide2.active {
    animation: fadeIn1 5s ease 5.5s 1 forwards;
}
#_tu ._mainvisual ._kv.active {
    animation: fadeIn2 1s ease 10s 1 forwards;
}

@keyframes fadeIn1 {
    0% {opacity: 0; transform: scale(1.1)}
    15% {opacity: 1; transform: scale(1)}
    85% {opacity: 1; transform: scale(1)}
    100% {opacity: 0; transform: scale(.95)}
}
@keyframes fadeIn2 {
    0% {opacity: 0; transform: translateY(8%)}
    100% {opacity: 1; transform: translateY(0)}
}
@keyframes scaleIn1 {
    0% {opacity: 1; transform: scaleX(0)}
    20% {opacity: 1; transform: scaleX(1)}
    90% {opacity: 1; transform: scaleX(1)}
    100% {opacity: 0; transform: scaleX(1)}
}

.scl-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all ease .8s;
}
.scl-fade-in.scl-anim-init {
    opacity:1;
    transform: translateY(0);
}


#_tu  ._read {
    background-color: #f1ece6;
    width: 100%;
    padding: 50px 20px;
}
#_tu  ._read ._read_inner {
    max-width: 840px;
    margin: 0 auto;
}
#_tu  ._read ._read_inner ._text1 {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
}

#_tu > ._contents {
    background-color: #f1ece6;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
}

#_tu > ._contents ._ttl {
    background-color: #fff;
    width: 100%;
    height: 150px;
    margin: 0 auto 40px;
    position: relative;
    display: flex;
    align-items: center;
}
#_tu > ._contents ._ttl::before {
    content: "";
    display: block;
    background-color: #f6ab00;
    width: 200px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#_tu > ._contents ._ttl h2 {
    display: block;
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
}

#_tu > ._contents ._body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#_tu > ._contents ._body ._bodytext1 {
    margin-bottom: 2em;
    padding: 0 30px;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#_tu > ._contents ._body ._bodytext1 .notes {
    display: block;
    font-size: 11px;
}
#_tu > ._contents ._body ._bodytext1 a {
    font-weight: bold;
    text-decoration: underline;
    color: #e6002d;
}

#_tu > ._contents ._body ._ph1 {
    width: 600px;
    margin: 0 auto 40px;
    position: relative;
}
#_tu > ._contents ._body ._ph1 figure {
    width: 100%;
}
#_tu > ._contents ._body ._ph1 .profile {
    display: table;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f6ab00;
    padding: 8px 30px;
}
#_tu > ._contents ._body ._ph1 .profile .proftext1 {
    display: block;
    margin-bottom: .5em;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
}
#_tu > ._contents ._body ._ph1 .profile .proftext2 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
#_tu > ._contents ._body ._ph1 .profile .proftext2 span {
    font-size: 66%;
}

#_tu > ._contents .acc {
    background-color: #fff;
    border: #f6ab00 solid 4px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    width: 900px;
    margin: 0 auto 60px;
    position: relative;
    overflow: hidden;
}
#_tu > ._contents .acc .acc__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#_tu > ._contents .acc .acc__title .acc__title__ph {
    width: 50%;
}
#_tu > ._contents .acc .acc__title .acc__title__ph figure {
    display: block;
    width: 100%;
}
#_tu > ._contents .acc .acc__title .acc__title__body {
    width: 50%;
    padding-left: 40px;
}
#_tu > ._contents .acc .acc__title .acc__title__body h3 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.3;
    color: #f6ab00;
}
#_tu > ._contents .acc .acc__title .acc__title__body .acc__title__prof1 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}
#_tu > ._contents .acc .acc__title .acc__title__body .acc__title__prof2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
#_tu > ._contents .acc .acc__title .acc__title__body .acc__title__prof2 span {
    font-size: 60%;
}
#_tu > ._contents .acc .acc__btn {
    background-color: #f6ab00;
    border-radius: 10px 10px 0 0;
    width: 240px;
    padding: 14px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all ease .3s;
    cursor: pointer;
    z-index: 10;
}
#_tu > ._contents .acc .acc__btn:hover {
    background-color: #151515;
    cursor: pointer;
}

#_tu > ._contents .acc .acc__content {
    background-color: #fff;
    border-top: #f5f2ed solid 1px;
    width: 100%;
    height: 250px;
    padding: 40px 40px 100px 40px;
    overflow: hidden;
    position: relative;
}
#_tu > ._contents .acc .acc__content::before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#_tu > ._contents .acc .acc__content .acc__content__text {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#_tu > ._contents .acc .acc__content .acc__content__prof {
    background-color: #f3f3f3;
    width: 600px;
    margin: 0 auto;
    display: flex;
}
#_tu > ._contents .acc .acc__content .acc__content__prof ._prof__ph {
    width: 50%;
}
#_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text {
    display: table;
}
#_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text ._prof__text1 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}
#_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text ._prof__text2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
#_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text ._prof__text2 span {
    font-size: 60%;
}

#_tu > ._contents .acc .acc__content .acc__content__link {
    width: 600px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#_tu > ._contents .acc .acc__content .acc__content__link .acc__content__link__body {
    width: 48%;
}
#_tu > ._contents .acc .acc__content .acc__content__link .acc__link__logo {
    width: 100%;
    margin-bottom: 10px;
}
#_tu > ._contents .acc .acc__content .acc__content__link .acc__link__text {
    background-color: #f3f3f3;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

#_tu > ._link {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
#_tu > ._link ._link_logo {
    width: 290px;
    margin: 0 auto 20px;
}
#_tu > ._link ._link_logotext {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#_tu > ._link ._link_btn {
}
#_tu > ._link ._link_btn a {
    background-color: #f6ab00;
    display: table;
    margin: 0 auto 80px;
    padding: 6px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

#_tu > ._link ._sdp_title {
    width: 600px;
    margin: 0 auto 30px;
}
#_tu > ._link ._sdp_link {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
#_tu > ._link ._sdp_link_img {
    width: 100%;
}
#_tu > ._link ._sdp_link_btn {
    width: 240px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#_tu > ._link ._sdp_link_btn a {
    display: block;
    transition: opacity ease .3s;
}
#_tu > ._link ._sdp_link_btn a:hover {
    opacity: .85;
}

#_tu > ._link ._link_inner ._link_img {
    width: 54%;
}
#_tu > ._link ._link_inner ._link_img figure {
    border: #fff solid 1px;
}
#_tu > ._link ._link_inner ._link_body {
    width: 43%;
}
#_tu > ._link ._link_inner ._link_body ._link_body_ttl1 {
    width: 60%;
    margin-bottom: 10px;
}
#_tu > ._link ._link_inner ._link_body ._link_body_ttl2 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #fff;
}
#_tu > ._link ._link_inner ._link_body ._btn {
    width: 100%;
}
#_tu > ._link ._link_inner ._link_body ._btn a {
    display: block;
    background-color: #ffffff;
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #e8380d;
    transition: all ease .3s;
}
#_tu > ._link ._link_inner ._link_body ._btn a:hover {
    display: block;
    background-color: #f18d00;
}


@media screen and (max-width:834px) {
    #_tu {
        padding: 0;
    }

    #_tu ._mainvisual {
        background: url(bg.jpg) center top repeat-x;
        background-size: 100% auto;
        width: 100%;
        padding: 5vw 0;
    }
    #_tu ._mainvisual ._mainvisual_body {
        width: 90vw;
        margin: 0 auto;
        position: relative;
    }
    #_tu ._mainvisual ._mainvisual_body img {
        width: 100%;
    }
    #_tu ._mainvisual ._mainvisual_body ._slide1,
    #_tu ._mainvisual ._mainvisual_body ._slide2 {
        box-shadow: 11px 11px 6px 0px rgba(0,0,0,.1);
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        opacity: 0;
    }
    #_tu ._mainvisual ._mainvisual_body ._kv {
        position: relative;
        display: block;
        width: 100%;
        z-index: 50;
        opacity: 0;
    }
    #_tu ._mainvisual ._mainvisual_body ._kv ._h1_ph {
        box-shadow: 11px 11px 6px 0px rgba(0,0,0,.1);
        display: block;
        width: 100%;
        margin-left: 0;
    }
    #_tu ._mainvisual ._mainvisual_body ._kv h1 {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding-top: 6vw;
    }
    
    
    #_tu  ._read {
        background-color: #f1ece6;
        width: 100%;
        padding: 5vw;
    }
    #_tu  ._read ._read_inner {
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu  ._read ._read_inner ._text1 {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        text-align: justify;
    }
    
    #_tu > ._contents {
        background-color: #f1ece6;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5vw;
    }
    
    #_tu > ._contents ._ttl {
        background-color: #fff;
        width: 100%;
        height: 24vw;
        margin: 0 auto 8vw;
        position: relative;
        display: flex;
        align-items: center;
    }
    #_tu > ._contents ._ttl::before {
        content: "";
        display: block;
        background-color: #f6ab00;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(0);
    }
    #_tu > ._contents ._ttl h2 {
        display: block;
        width: 100%;
        font-size: 6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.3;
        text-align: center;
    }
    
    #_tu > ._contents ._body {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    #_tu > ._contents ._body ._bodytext1 {
        margin-bottom: 2em;
        padding: 0 5vw;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }
    #_tu > ._contents ._body ._bodytext1 .notes {
        display: block;
        font-size: 10px;
    }
    
    #_tu > ._contents ._body ._ph1 {
        width: 100%;
        margin: 0 auto 6vw;
        position: relative;
    }
    #_tu > ._contents ._body ._ph1 figure {
        width: 100%;
    }
    #_tu > ._contents ._body ._ph1 .profile {
        display: table;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #f6ab00;
        padding: 2vw 6vw;
    }
    #_tu > ._contents ._body ._ph1 .profile .proftext1 {
        display: block;
        margin-bottom: .5em;
        font-size: 10px;
        line-height: 1.3;
        color: #fff;
    }
    #_tu > ._contents ._body ._ph1 .profile .proftext2 {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #_tu > ._contents ._body ._ph1 .profile .proftext2 span {
        font-size: 66%;
    }
    
    #_tu > ._contents .acc {
        background-color: #fff;
        border: #f6ab00 solid 2px;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
        width: 92vw;
        margin: 0 auto 10vw;
        position: relative;
        overflow: hidden;
    }
    #_tu > ._contents .acc .acc__title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #_tu > ._contents .acc .acc__title .acc__title__ph {
        width: 100%;
        order: 1;
    }
    #_tu > ._contents .acc .acc__title .acc__title__ph figure {
        display: block;
        width: 100%;
    }
    #_tu > ._contents .acc .acc__title .acc__title__body {
        width: 100%;
        padding: 4vw;
        order: 2;
    }
    #_tu > ._contents .acc .acc__title .acc__title__body h3 {
        margin-bottom: 4vw;
        font-size: 6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.3;
        color: #f6ab00;
    }
    #_tu > ._contents .acc .acc__title .acc__title__body .acc__title__prof1 {
        margin-bottom: 2vw;
        font-size: 3.6vw;
        line-height: 1.5;
    }
    #_tu > ._contents .acc .acc__title .acc__title__body .acc__title__prof2 {
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1;
    }
    #_tu > ._contents .acc .acc__title .acc__title__body .acc__title__prof2 span {
        font-size: 60%;
    }
    #_tu > ._contents .acc .acc__btn {
        background-color: #f6ab00;
        border-radius: 5px 5px 0 0;
        width: 240px;
        padding: 12px 0;
        font-size: 17px;
    }
    #_tu > ._contents .acc .acc__btn:hover {
        background-color: #151515;
        cursor: pointer;
    }
    
    #_tu > ._contents .acc .acc__content {
        background-color: #fff;
        border-top: #f5f2ed solid 1px;
        width: 100%;
        height: 60vw;
        padding: 4vw 4vw 80px 4vw;
        overflow: hidden;
        position: relative;
    }
    #_tu > ._contents .acc .acc__content::before {
        content: "";
        display: block;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
        width: 100%;
        height: 70px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    #_tu > ._contents .acc .acc__content .acc__content__text {
        margin-bottom: 1.5em;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }
    #_tu > ._contents .acc .acc__content .acc__content__prof {
        background-color: #f3f3f3;
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    #_tu > ._contents .acc .acc__content .acc__content__prof ._prof__ph {
        width: 100%;
    }
    #_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body {
        width: 100%;
        height: 22vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text {
        display: table;
    }
    #_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text ._prof__text1 {
        margin-bottom: 3vw;
        font-size: 3.2vw;
        line-height: 1.4;
    }
    #_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text ._prof__text2 {
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1;
    }
    #_tu > ._contents .acc .acc__content .acc__content__prof ._prof__body ._prof__body__text ._prof__text2 span {
        font-size: 60%;
    }

    #_tu > ._contents .acc .acc__content .acc__content__link {
        width: 80%;
        margin: 0 auto;
        padding-top: 8vw;
        display: block;
    }
    #_tu > ._contents .acc .acc__content .acc__content__link .acc__content__link__body {
        width: 100%;
        margin-bottom: 14px;
    }
    #_tu > ._contents .acc .acc__content .acc__content__link .acc__link__logo {
        width: 100%;
        margin-bottom: 6px;
    }
    #_tu > ._contents .acc .acc__content .acc__content__link .acc__link__text {
        background-color: #f3f3f3;
        border-top: #ddd solid 1px;
        border-bottom: #ddd solid 1px;
        width: 100%;
        margin-bottom: 6px;
        padding: 10px;
        font-size: 14px;
        line-height: 1;
        text-align: center;
    }
    
    #_tu > ._link {
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
    }
    #_tu > ._link ._link_logo {
        width: 75vw;
        margin: 0 auto 5vw;
    }
    #_tu > ._link ._link_logotext {
        margin-bottom: 3vw;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #_tu > ._link ._link_btn {
    }
    #_tu > ._link ._link_btn a {
        background-color: #f6ab00;
        display: table;
        margin: 0 auto 12vw;
        padding: 2vw;
        border-radius: 3px;
        font-size: 4vw;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    
    #_tu > ._link ._sdp_title {
        width: 90vw;
        margin: 0 auto 4vw;
    }
    #_tu > ._link ._sdp_link {
        max-width: inherit;
        width: 96vw;
        margin: 0 auto;
        position: relative;
    }
    #_tu > ._link ._sdp_link_img {
        width: 100%;
    }
    #_tu > ._link ._sdp_link_btn {
        width: 50vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    #_tu > ._link ._sdp_link_btn a {
        display: block;
        transition: opacity ease .3s;
    }
    #_tu > ._link ._sdp_link_btn a:hover {
        opacity: .85;
    }
    
    #_tu > ._link ._link_inner ._link_img {
        width: 54%;
    }
    #_tu > ._link ._link_inner ._link_img figure {
        border: #fff solid 1px;
    }
    #_tu > ._link ._link_inner ._link_body {
        width: 43%;
    }
    #_tu > ._link ._link_inner ._link_body ._link_body_ttl1 {
        width: 60%;
        margin-bottom: 10px;
    }
    #_tu > ._link ._link_inner ._link_body ._link_body_ttl2 {
        margin-bottom: 16px;
        font-size: 22px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.4;
        color: #fff;
    }
    #_tu > ._link ._link_inner ._link_body ._btn {
        width: 100%;
    }
    #_tu > ._link ._link_inner ._link_body ._btn a {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 18px 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #e8380d;
        transition: all ease .3s;
    }
    #_tu > ._link ._link_inner ._link_body ._btn a:hover {
        display: block;
        background-color: #f18d00;
    }
}
