@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;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "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: #efefef;
}

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

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


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

#_footer {
    background-color: #fff;
    width: 100%;
    max-width: 1100px;
    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;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 1px;
    position: relative;
    z-index: 1;
}

#_tu ._tu_hdr {
    background: url(bg1.jpg) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 3% 5% 3% 25%;
    position: relative;
}
#_tu ._tu_hdr h1 {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}
#_tu ._tu_hdr p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #ffffff;
}
#_tu ._tu_hdr ._h1_sub {
    display: block;
    width: 16.5%;
    position: absolute;
    left: 2%;
    top: 10%;
}

#_tu ._tu_mv {
    background-color: #feed02;
    position: relative;
}
#_tu ._tu_mv ._tu_mv_img {
    display: block;
    width: 100%;
}
#_tu ._tu_mv ._tu_mv_fukidashi {
    display: block;
    width: 58%;
    position: absolute;
    right: 3%;
    top: -4%;
    z-index: 2;
}

#_tu ._tu_prd {
    background-color: #feed02;
    padding: 0 5% 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#_tu ._tu_prd ._tu_prd_text {
    width: 42%;
}
#_tu ._tu_prd ._tu_prd_text h2 {
    width: 100%;
    margin-bottom: 15px;
}
#_tu ._tu_prd ._tu_prd_text p {
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6;
}
#_tu ._tu_prd ._tu_prd_info {
    width: 53%;
    position: relative;
}
#_tu ._tu_prd ._tu_prd_info h2 {
    width: 100%;
    margin-bottom: 15px;
}
#_tu ._tu_prd ._tu_prd_info p {
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.6;
}
#_tu ._tu_prd ._tu_prd_info p span {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
@media only screen and (max-width: 900px) {
    #_tu ._tu_prd ._tu_prd_info p {
        font-size: 13px;
    }
    #_tu ._tu_prd ._tu_prd_info p span {
        font-size: 10px;
    }
}
#_tu ._tu_prd ._tu_prd_info ._gooddesign {
    width: 36%;
    position: absolute;
    right: 0;
    bottom: 0;
}


#_tu ._tu_contents {
    width: 100%;
    margin: 0 auto;
}

#_tu ._tu_contents ._title {
    border-bottom: #000000 solid 6px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 0 24px;
    position: relative;
}
#_tu ._tu_contents ._title h2 {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

#_tu ._tu_contents ._body {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 25px 20px;
}

#_tu ._tu_contents ._body ._body_text_1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}

#_tu ._tu_contents ._body ._body_text_1 span {
    display: block;
    font-size: 10px;
    text-indent: 0;
}

#_tu ._tu_contents ._body_point {
    background-color: #feed02;
    width: 100%;
}
#_tu ._tu_contents ._body_point ._body_point_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 25px 1px;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_title {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_img1 {
    width: 35%;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_img2 {
    width: 47%;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_text1 {
    width: 61%;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_text2 {
    width: 50%;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item h3 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item p {
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.8;
    text-align: justify;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item p span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
#_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_fig {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#_tu ._tu_contents ._body_bnr {
    max-width: 800px;
    margin: 0 auto;
}

#_tu .tu_contact {
    width: 100%;
    margin: 0 auto;
    padding: 30px 70px;
    position: relative;
}
#_tu .tu_contact .contact_body {
    max-width: 100%;
    margin: 0 auto;
}
#_tu .tu_contact .contact_body ._logo {
    width: 200px;
    margin: 0 auto 25px;
    position: relative;
}
#_tu .tu_contact .contact_body ._text1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 auto 25px;
}
#_tu .tu_contact .contact_body ._btn {
    display: block;
    max-width: 300px;
    margin: 0 auto 40px;
}
#_tu .tu_contact .contact_body ._btn a {
    position: relative;
    display: block;
    background-color: #feed02;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu .tu_contact .contact_body ._btn a span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
#_tu .tu_contact .contact_body ._btn a:hover {
    opacity: .8;
}
#_tu .tu_contact .contact_body ._sns {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu .tu_contact .contact_body ._sns ._sns_link {
    width: 40px;
    margin: 0 10px;
}



@media screen and (max-width:834px) {
    #_tu {
        max-width: inherit;
        z-index: 1;
    }

    #_tu ._tu_hdr {
        background: none;
        background: #000000;
        width: 100%;
        padding: 0;
        position: relative;
    }
    #_tu ._tu_hdr h1 {
        display: block;
        width: 100%;
        padding: 4vw;
    }
    #_tu ._tu_hdr p {
        display: block;
        width: 100%;
        padding: 0 4vw 4vw;
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.6;
        color: #ffffff;
    }
    #_tu ._tu_hdr ._h1_sub {
        background-color: #feed02;
        display: block;
        width: 100%;
        padding: 2vw 10vw;
        position: relative;
        left: auto;
        top: auto;
    }

    #_tu ._tu_mv {
        background-color: #feed02;
        position: relative;
    }
    #_tu ._tu_mv ._tu_mv_img {
        display: block;
        width: 100%;
    }
    #_tu ._tu_mv ._tu_mv_fukidashi {
        display: block;
        width: 70vw;
        position: absolute;
        right: 1vw;
        top: -2vw;
        z-index: 2;
    }

    #_tu ._tu_prd {
        background-color: #feed02;
        padding: 0 4vw 4vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    #_tu ._tu_prd ._tu_prd_text {
        order: 2;
        width: 100%;
    }
    #_tu ._tu_prd ._tu_prd_text h2 {
        width: 100%;
        margin-bottom: 3vw;
    }
    #_tu ._tu_prd ._tu_prd_text p {
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.6;
        text-align: justify;
    }
    #_tu ._tu_prd ._tu_prd_info {
        order: 1;
        width: 100%;
        margin-bottom: 5vw;
        padding-top: 6vw;
        position: relative;
    }
    #_tu ._tu_prd ._tu_prd_info h2 {
        width: 100%;
        margin-bottom: 3vw;
    }
    #_tu ._tu_prd ._tu_prd_info p {
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.6;
        text-align: justify;
    }
    #_tu ._tu_prd ._tu_prd_info p br {
        display: none;
    }
    #_tu ._tu_prd ._tu_prd_info p span {
        display: inline;
        padding-left: 1em;
        font-size: 10px;
        font-weight: normal;
    }
    #_tu ._tu_prd ._tu_prd_info ._gooddesign {
        width: 34vw;
        position: absolute;
        right: 0;
        bottom: auto;
        top: -2vw;
    }


    #_tu ._tu_contents {
        width: 100%;
        margin: 0 auto;
    }

    #_tu ._tu_contents ._title {
        border-top: #000000 solid 1px;
        border-bottom: #000000 solid 5px;
        width: 100%;
        margin: 0 auto 20px;
        padding: 4vw 6vw;
        position: relative;
    }
    #_tu ._tu_contents ._title h2 {
        display: block;
        max-width: inherit;
        margin: 0 auto;
    }

    #_tu ._tu_contents ._body {
        max-width: inherit;
        margin: 0 auto;
        padding: 4vw;
    }

    #_tu ._tu_contents ._body ._body_text_1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }

    #_tu ._tu_contents ._body ._body_text_1 span {
        display: block;
        font-size: 10px;
        text-indent: 0;
    }

    #_tu ._tu_contents ._body_point {
        background-color: #feed02;
        width: 100%;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner {
        max-width: inherit;
        margin: 0 auto;
        padding: 0;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_title {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding: 4vw 4vw 0;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item {
        border-bottom: #000 dotted 1px;
        width: 100%;
        margin-bottom: 0;
        padding: 4vw;
        display: flex;
        flex-wrap: wrap;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_img1 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4vw;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_img2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4vw;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_text1 {
        width: 100%;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_text2 {
        width: 100%;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._order1 {
        order: 1;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._order2 {
        order: 2;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_img1 figure {
        width: 50%;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_img2 figure {
        width: 50%;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_img2 figure.w80 {
        width: 80vw;
        margin: 0 auto;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item h3 {
        display: block;
        width: 100%;
        margin-bottom: 3vw;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item p {
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.6;
        text-align: justify;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item p span {
        display: block;
        font-size: 10px;
        font-weight: normal;
    }
    #_tu ._tu_contents ._body_point ._body_point_inner ._point_item ._point_item_fig {
        display: block;
        width: 100%;
        margin-bottom: 3vw;
    }

    #_tu ._tu_contents ._body_bnr {
        max-width: inherit;
        width: 100%;
        margin: 0 auto 5vw;
        padding-left: 4vw;
    }

    #_tu .tu_contact {
        width: 100%;
        margin: 0 auto;
        padding: 5vw 0;
        position: relative;
    }
    #_tu .tu_contact .contact_body {
        max-width: 100%;
        margin: 0 auto;
    }
    #_tu .tu_contact .contact_body ._logo {
        width: 180px;
        margin: 0 auto 20px;
        position: relative;
    }
    #_tu .tu_contact .contact_body ._text1 {
        font-size: 16px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
        margin: 0 auto 20px;
    }
    #_tu .tu_contact .contact_body ._btn {
        display: block;
        max-width: 260px;
        margin: 0 auto 40px;
    }
    #_tu .tu_contact .contact_body ._btn a {
        position: relative;
        display: block;
        background-color: #feed02;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #_tu .tu_contact .contact_body ._btn a span {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #_tu .tu_contact .contact_body ._btn a:hover {
        opacity: .8;
    }
    #_tu .tu_contact .contact_body ._sns {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #_tu .tu_contact .contact_body ._sns ._sns_link {
        width: 40px;
        margin: 0 10px;
    }
}
