@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: #EFEFEF;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

hr {
    height: 1px;
    background-color: #fff;
    border: none;
    margin: 0;
    position: relative;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

::selection {
    background-color: #A79691;
    color: #fff;
}

/*
heading******************************/

.title_x_large {
    font-size: 7.2rem;
    font-weight: normal;
}

@media screen and (max-width: 896px) {
    .title_x_large {
        font-size: 5.0rem;
    }
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 4.2rem;
    font-weight: normal;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.6rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.title_img {
    padding-bottom: 8.0rem;
    text-align: center;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_1020 {
    width: 1020px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner_1020 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_bebas_neue {
    font-family: bebas-neue, sans-serif;
}

.lines {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.lines:before, .lines:after {
    content: '';
    position: absolute;
    top: 50%;
    display: revert;
    width: 10px;
    height: 1px;
    background-color: #fff;
    transform: translate(0, -50%);
}

.lines:before {
    left: 0;
}

.lines:after {
    right: 0;
}

.title_x_large .lines {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

.title_x_large .lines:before, .title_x_large .lines:after {
    content: '';
    position: absolute;
    top: 50%;
    display: revert;
    width: 15px;
    height: 5px;
    background-color: #fff;
    transform: translate(0, -50%);
}


/*
header******************************/

#header {
    width: 100%;
    position: relative;
    z-index: 20;
    padding: 60px 0 45px;
    /* height: 210px; */
}

@media only screen and (max-width: 896px) {
    #header {
        /* height: 75px; */
        width: 100%;
        min-width: 0;
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 100;
        margin: 0;
        padding: 40px 0 28px;
    }
}

#header_inner {
    /* height: 100px; */
    width: 96%;
    margin: 0 auto;
    position: relative;
    max-width: 1718px;
}

@media only screen and (max-width: 896px) {
    #header_inner {
        height: auto;
        width: 100% !important;
        margin: 0;
        position: relative;
        padding: 0 !important;
    }
}

/* ロゴ */

#logo_image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



@media only screen and (max-width: 896px) {
    #logo_image {
        z-index: 10;
        float: left;
        text-align: left;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        overflow: hidden;
        z-index: 1;
        padding-left: 15px;
        width: 140px;
    }
}

#logo_image img {
    display: block;
}

#logo_image h1 a {
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* グローバルメニュー */

.global_menu {
    float: right;
}

@media only screen and (max-width: 896px) {
    .global_menu {
        display: none;
        clear: both;
        width: 100%;
        margin: 0;
        top: 26px;
        position: absolute;
        z-index: 9;
        box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
    }
}

.global_menu>ul {
    font-size: 0;
    position: relative;
    margin-right: -25px;
}

@media only screen and (max-width: 1100px) {
    .global_menu>ul {
        margin-right: -15px;
    }
}

@media only screen and (max-width: 896px) {
    .global_menu>ul {
        margin: 0;
    }
}

.global_menu>ul>li {
    font-size: 1%;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 896px) {
    .global_menu>ul>li {
        display: block;
    }
}

.global_menu>ul>li>a {
    font-size: 1.6rem;
    display: block;
    padding: 0 25px;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .global_menu>ul>li>a {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1100px) {
    .global_menu>ul>li>a {
        font-size: 1.2rem;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 896px) {
    .global_menu>ul>li>a {
        position: relative;
        display: block;
        margin: 0;
        padding: 0px 15px;
        height: 70px;
        line-height: 70px;
        overflow: hidden;
        text-decoration: none;
        color: #fff;
        background: #333;
        font-size: 1.6rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .global_menu>ul>li>a:hover {
        color: #fff;
    }
}

/* メニューボタン */

@media only screen and (max-width: 896px) {
    a.menu_button {
        position: absolute;
        right: 0px;
        z-index: 9;
        display: inline-block;
        font-size: 1.1rem;
        color: #333;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-decoration: none;
        top: -34px;
    }

    a.menu_button span {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    a.menu_button:before {
        color: #888;
        display: block;
        position: absolute;
        top: 17px;
        left: 15px;
        width: 26px;
        height: 23px;
        line-height: 23px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    a.menu_button:before {
        content: url(../images/nav_menu.png);
    }

    a.menu_button:hover, a.menu_button.active {
        background: #333;
    }

    a.menu_button:hover:before, a.menu_button.active:before {
        color: #fff;
    }
}

.global_menu .online_shop_link {
    border-bottom: 1px solid #fff;
}

.global_menu .icon_link {
    padding-right: 7px;
}

.global_menu .icon_link img {
    vertical-align: -2px;
}

@media only screen and (max-width: 896px) {
    .global_menu .icon_link img {
        vertical-align: -5px;
    }
}

/*
top_kv******************************/

.top_kv {
    height: 100vh;
    margin-top: -138px;
}

@media only screen and (max-width: 1200px) {
    .top_kv {
        max-height: 700px !important;
    }
}

.top_kv_img {
    position: absolute;
    top: 0;
    left: 0;
}

.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
}

.top_kv .sns_wrap {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
}

@media only screen and (max-width: 896px) {
    .top_kv .sns_wrap {
        bottom: -5%
    }
}

.top_kv .sns_wrap p {
    font-family: bebas-neue, sans-serif;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 2.0rem;
}

.top_kv .sns_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
}

.top_kv .sns_wrap ul li {
    padding: 0 38px;
}

.top_kv .sns_wrap ul li.vertical_line {
    background-color: #fff;
    width: 1px;
    height: 64px;
    padding: 0;
}

/*
sub_kv******************************/

.sub_kv {
    position: relative;
}

.sub_kv img {
    margin-top: -138px;
    width: 100%;
    height: 236px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: right;
}

@media only screen and (max-width: 896px) {
    .sub_kv img {
        height: 250px;
        object-position: 93% 50%;
    }
}

/*
top_aboutus******************************/

.top_aboutus {
    padding: 10.0rem 0 0;
}

.top_aboutus .lines:before, .top_aboutus .lines:after {
    background-color: #000;
}

/* stage_1st  */

.top_aboutus .stage_1st .img_left_auto {
    width: 100%;
    text-align: left;
    height: 0;
}

@media screen and (max-width: 896px) {
    .top_aboutus .stage_1st .img_left_auto {
        height: auto;
    }
}

.top_aboutus .stage_1st .img_left_auto .images_inner {
    width: 50%;
    margin-right: auto;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 896px) {
    .top_aboutus .stage_1st .img_left_auto .images_inner {
        width: 100%;
        margin-right: auto;
        padding-right: 0;
    }
}

.top_aboutus .stage_1st .text_area {
    position: relative;
    min-height: 33.35vw;
    margin-left: 50px;
    top: 0;
}

@media screen and (max-width: 896px) {
    .top_aboutus .stage_1st .text_area {
        margin-top: 0;
        margin-left: 0;
    }
}

.top_aboutus .stage_1st .text {
    font-size: 1.6rem;
    line-height: 1.8;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 992px) {
    .top_aboutus .stage_1st .text {
        position: inherit;
        top: 0;
        transform: inherit;
        padding: 5rem 0;
    }
}

.top_aboutus .stage_1st span.btn {
    display: block;
    text-align: right;
    padding-top: 5.0rem;
}

/* stage_2st */

.top_aboutus .stage_2st .img_right_auto {
    width: 100%;
    text-align: right;
    height: 0;
}

@media screen and (max-width: 896px) {
    .top_aboutus .stage_2st .img_right_auto {
        width: 100%;
        text-align: right;
        height: auto;
    }
}

.top_aboutus .stage_2st .img_right_auto .images_inner {
    width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 896px) {
    .top_aboutus .stage_2st .img_right_auto .images_inner {
        width: 100%;
        margin-left: auto;
        padding-left: 0;
    }
}

.top_aboutus .stage_2st .text_area {
    position: relative;
    min-height: 33.35vw;
    margin-right: 50px;
    top: 0;
}

@media screen and (max-width: 896px) {
    .top_aboutus .stage_2st .text_area {
        margin-right: 0;
    }
}

.top_aboutus .stage_2st .text {
    font-size: 1.6rem;
    line-height: 1.8;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 992px) {
    .top_aboutus .stage_2st .text {
        position: inherit;
        top: 0;
        transform: inherit;
        padding: 5rem 0;
    }
}

.top_aboutus .stage_2st span.btn {
    display: block;
    text-align: right;
    padding-top: 5.0rem;
}

/*
online_shop******************************/

.online_shop {
    color: #000;
}

.online_shop .text_area {
    padding: 6.0rem 55px;
}

.online_shop .d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* list*3カラム */

.online_shop .three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.online_shop .three_list .list_item {
    width: -webkit-calc((100% - 0%) / 3);
    width: calc((100% - 0%) / 3);
}

@media screen and (min-width: 1401px) {
    .online_shop .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .online_shop .three_list .list_item {
        width: -webkit-calc((100% - 0%) / 2);
        width: calc((100% - 0%) / 2);
    }
}

@media screen and (max-width: 1400px) {
    .online_shop .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 896px) {
    .online_shop .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.online_shop .three_list .list_item .title {
    font-size: 5.0rem;
    font-weight: bold;
    padding-right: 30px;
}

@media screen and (max-width: 1400px) {
    .online_shop .three_list .list_item.f_item03 {
        position: relative;
        left: 50%;
    }

    .online_shop .three_list .list_item.f_item04 {
        position: relative;
        right: 50%;
    }
}

@media screen and (max-width: 896px) {
    .online_shop .three_list .list_item.f_item03 {
        left: 0;
    }

    .online_shop .three_list .list_item.f_item04 {
        right: 0;
    }
}

.online_shop .three_list .list_item.f_item02 {
    position: relative;
}

.online_shop .three_list .list_item.f_item02 .text_area {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1400px) {
    .online_shop .three_list .list_item.f_item02 .text_area {
        position: inherit;
    }
}

/*
graft******************************/

.graft {
    position: relative;
    background: url(../images/graft_img.jpg) no-repeat;
    height: 555px;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 896px) {
    .temp-graft {
        height: 412px;
    }
}

.graft_content {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    z-index: 5;
}

@media screen and (max-width: 896px) {
    .graft_content {
        width: 192px;
    }
}

.graft_content .inner_sns {
    width: 280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 64px;
    height: 64px;
    margin-top: 4.0rem;
}

@media screen and (max-width: 896px) {
    .graft_content .inner_sns {
        width: 100%;
    }
}

.graft_content .inner_sns .facebook a {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.graft_content .inner_sns .facebook a:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 13px;
    margin-left: 0;
    background: url(../images/icon_facebook_wh_02.png) no-repeat;
    vertical-align: middle;
}

.graft_content .inner_sns .instagram a {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.graft_content .inner_sns .instagram a:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -4px;
    margin-right: 13px;
    margin-left: 0;
    background: url(../images/icon_instagram_wh_02.png) no-repeat;
    vertical-align: middle;
    background-size: 23px;
}

.graft_content .inner_sns .vertical_line {
    background-color: #fff;
    width: 1px;
    height: 64px;
}

/*
footer******************************/

.footer {
    background: #000;
    color: #fff;
    padding: 2.8rem 0 1.4rem;
}

.footer address {
    font-style: normal;
}

.footer address p {
    padding-top: 1.2rem;
}

.footer address p.title {
    font-size: 4.2rem;
    padding-top: 0rem;
}

@media screen and (max-width: 896px) {
    .footer address p.title {
        font-size: 2.94rem;
        padding-top: 4.0rem;
    }
}

.footer address p.btn {
    padding-top: 4rem;
}

/* Google Map */

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 50.241545%;
    position: relative;
    z-index: 2;
    clear: both;
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.copyright {
    font-family: bebas-neue, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 4.0rem;
}

/*
top_news******************************/

.top_news {
    padding: 8.5rem 0 10.5rem;
    color: #000;
    background: #fff url(../images/news_bg.png) no-repeat left 0px center;
    background-size: contain;
    width: 100%;
    height: 452px;
}

@media screen and (max-width: 1200px) {
    .top_news {
        background-size: cover;
    }
}

@media screen and (max-width: 896px) {
    .top_news {
        padding: 6.0rem 0 10.0rem;
        height: 745px;
        background-position: left -426px center;
    }
}

@media screen and (max-width: 480px) {
    .top_news {
        background-position: left -630px center;
    }
}



.top_news .d_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 896px) {
    .top_news .d_flex {
        display: block;
    }

    .top_news .d_flex .btn {
        padding-bottom: 8.0rem;
    }
}

.top_news .w_left {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .top_news .w_left {
        width: 100%;
    }
}

.top_news .w_right {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .top_news .w_right {
        width: 100%;
    }
}

.top_news .w_left .title_x_large {
    line-height: 1.0;
    padding-bottom: 3.4rem;
}

.news_body {
    border-top: 1px solid #000;
}

.news_body dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
    border-top: inherit;
}

.news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

@media only screen and (max-width: 896px) {
    .news_body dl {
        display: block;
    }
}

.news_body dt {
    display: inline-block;
    padding: 2.8rem 0 2.6rem 36px;
}

@media only screen and (max-width: 896px) {
    .news_body dt {
        padding: 2.8rem 15px 1.3rem;
    }
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2.8rem 36px 2.6rem 0;
}

@media only screen and (max-width: 896px) {
    .news_body dd {
        padding: 1.4rem 15px 2.6rem;
    }
}

.news_body a {
    font-size: 1.6rem;
    color: #000;
}

.news_body .date {
    font-size: 1.4rem;
    padding-right: 40px;
}

