@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a,
img {
    -webkit-touch-callout: none;
    border: 0
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
th {
    color: #000;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: PingFangSC-Regular, \5FAE\8F6F\96C5\9ED1, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

li {
    list-style: none
}

img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality
}

input[type=button],
input[type=submit] {
    cursor: pointer
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #000;
    text-decoration: none;
    transition: opacity .2s linear
}

a:hover {
    opacity: .9;
    text-decoration: none;
    transition: opacity .2s linear
}

a:focus,
button:focus,
input:focus {
    outline: 0
}

.sprite_icon {
    display: block;
    text-indent: -999em;
    background-image: url(../img/sprite_icon.png);
    background-image: -webkit-image-set(url(../img/sprite_icon.png) 1x, url(../img/sprite_icon@2x.png) 2x);
    background-repeat: no-repeat;
    background-size: 200px 340px
}

@media screen and (max-width:576px) {
    body {
        font-weight: 300
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 400
    }
}

.mod_header {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 45px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: height .1s .4s
}

.mod_header .section_inner {
    overflow: visible
}

.header__lines {
    display: none
}

.header__tit {
    position: relative;
    z-index: 10;
    display: table;
    margin: 0 auto 16px
}

.header__logo {
    display: block;
    width: 150px;
    height: 100px;
    text-indent: -999em;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform .4s ease-out
}

.header__logo:hover {
    transform: scale(.99);
    transition: transform .4s ease-out
}

.logo_holen {
    background-image: url(../img/logo.png);
}

.logo_return {
    background-image: url(../img/return.png);
    /* background-image: -webkit-image-set(url(../img/return.png) 1x, url(../img/return@2x.png) 2x) */
}

.header__nav {
    position: relative;
    z-index: 2;
    margin: 0 -6.12%;
    font-size: 0;
    text-align: center
}

.header__nav_box {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 6.12%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #fff
}

.header__nav_box:hover {
    color: #fff
}

.header__nav_box_menu {
    cursor: pointer
}

.header__nav_sub {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 10;
    min-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

.header__nav_sub_box {
    display: block;
    padding: 6px 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 1.4;
    transition: all .3s ease-in-out;
    transition: all .2s ease-in-out
}

.header__nav_sub_box:first-of-type {
    padding-top: 14px
}

.header__nav_sub_box:last-of-type {
    padding-bottom: 14px
}

.header__nav_sub_box--current,
.header__nav_sub_box:hover {
    color: #5a99ff;
    background-color: rgba(0, 0, 0, .8);
    transition: all .2s ease-in-out;
    transition: all .3s ease-in-out
}

.header__nav_language {
    display: none
}

.header__nav_line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 2px;
    background-color: #fff;
    transition: all .24s ease-in-out
}

.mod_footer {
    margin-top: 10%;
    padding: 58px 0 50px;
    width: 100%;
    overflow: hidden;
    background-color: #000
}

.footer__attention {
    display: table;
    margin: 0 auto 36px;
    font-size: 0
}

.footer__attention_box {
    position: relative;
    display: inline-block;
    margin: 0 25px
}

.footer__link {
    display: table;
    margin: 0 auto 8px;
    font-size: 0
}

.footer__link_box {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 2.2
}

.footer__copyright {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.6
}

.main,
.section_inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden
}

.main:after,
.section_inner:after {
    content: "";
    display: block;
    clear: both
}

.detail_layout {
    padding-left: 400px
}

.detail_layout::after {
    content: "";
    display: block;
    clear: both
}

.detail_layout__main {
    width: 100%;
    overflow: hidden
}

.detail_layout__other {
    float: left;
    position: relative;
    width: 260px;
    margin-left: -400px
}

.btn_bottom_top {
    position: fixed;
    bottom: 124px;
    right: 40px;
    width: 38px;
    height: 38px;
    z-index: 4;
    background-color: #fff;
    border: 1px solid #c9c9c9
}

.btn_bottom_top i {
    display: block;
    margin: 14px 10px;
    width: 18px;
    height: 10px;
    background-position: -90px 0
}

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

    .main,
    .section_inner {
        margin: 0 50px;
        max-width: none
    }

    .detail_layout {
        padding-left: 360px
    }

    .detail_layout__other {
        margin-left: -360px
    }
}

@media screen and (min-width:768.02px) and (max-width:1200px) {

    .main,
    .section_inner {
        margin: 0 50px;
        max-width: none
    }

    .detail_layout {
        padding-left: 340px
    }

    .detail_layout__other {
        margin-left: -340px
    }
}

@media screen and (min-width:576.02px) and (max-width:768px) {
    .detail_layout {
        padding-left: 260px
    }

    .detail_layout__other {
        margin-left: -260px;
        width: 200px
    }

    .btn_bottom_top {
        display: none
    }
}

@media screen and (max-width:576px) {
    .mod_header {
        z-index: 10;
        padding-top: 0;
        height: 200px;
        overflow: hidden
    }

    .header__lines {
        display: block;
        position: absolute;
        top: 21px;
        right: 22px;
        z-index: 50;
        width: 40px;
        height: 40px
    }

    .header__lines i {
        position: relative;
        display: block;
        margin: 18px 0 0 8px;
        width: 24px;
        height: 3px;
        color: #fff;
        background-color: currentColor;
        transition: transform .4s .3s ease-in-out
    }

    .header__lines i::after,
    .header__lines i::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentColor
    }

    .header__lines i::before {
        top: -9px;
        transition: top .2s ease-in-out
    }

    .header__lines i::after {
        bottom: -9px;
        transition: bottom .2s ease-in-out
    }

    .header__tit {
        position: absolute;
        top: 26px;
        left: 30px;
        z-index: 50
    }

    .header__logo {
        width: 65px;
        height: 42px
    }

    .header__logo--en {
        height: 45px
    }

    .header__nav {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 10;
        margin: 0;
        padding: 17.091vh 0;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        background-color: rgba(0, 0, 0, .9);
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -webkit-box-orient: vertical;
        transition: left .2s 0s ease-out
    }

    .header__nav_box {
        display: block;
        height: auto;
        line-height: 1.4
    }

    .header__nav_sub {
        display: none
    }

    .header__language {
        position: static;
        height: 36px
    }

    .header__language_box {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .header__language_box:hover {
        opacity: 1
    }

    .header__language--drop {
        height: auto
    }

    .mod_header--menu {
        position: fixed;
        height: 100%;
        transition: height .1s .1s
    }

    .mod_header--menu .header__nav {
        left: 0;
        transition: left .2s .2s ease-out
    }

    .mod_header--menu .header__lines,
    .mod_header--menu .header__tit {
        position: fixed
    }

    .mod_header--menu .header__lines i {
        transform: rotate(135deg);
        transition: transform .4s .3s ease-in-out
    }

    .mod_header--menu .header__lines i::before {
        top: 0;
        transform: rotate(270deg);
        transition: top .2s ease-in-out, transform .4s .3s ease-in-out
    }

    .mod_header--menu .header__lines i::after {
        bottom: 0;
        transition: bottom .2s ease-in-out
    }

    .mod_footer {
        padding: 40px 0 20px;
        -webkit-box-sizing: border-box
    }

    .footer__attention {
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-box-orient: vertical;
        position: absolute;
        top: -4px;
        right: 20px;
        margin: 0
    }

    .footer__attention_box {
        margin: 24px 0;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        background-color: rgba(255, 255, 255, .15)
    }

    .footer__link {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin: 0 20px
    }

    .footer__link_box {
        margin: 0 20px 0 0;
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.4
    }

    .footer__link_box--licence {
        display: block;
        padding: 60px 0 4px;
        font-size: 12px;
        color: rgba(255, 255, 255, .5)
    }

    .footer__copyright {
        margin-left: 20px;
        color: rgba(255, 255, 255, .5);
        text-align: left
    }

    .btn_bottom_top {
        display: none
    }

    .detail_layout {
        padding-left: 0
    }

    .detail_layout__other {
        float: none;
        margin-left: 0;
        width: 100%
    }

    .main,
    .section_inner,
    body {
        min-width: 0;
        margin: 0
    }
}

.mod_top {
    position: relative;
    margin-bottom: 60px;
    padding-top: 325px;
    width: 100%;
    height: 275px;
    background-size: cover;
    background-position: center
}

.top__txt {
    display: block;
    font-size: 38px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center
}

@media screen and (max-width:1200.02px) {
    .mod_top {
        margin-bottom: 5%
    }
}

@media screen and (max-width:576px) {
    .mod_top {
        margin-bottom: 20px;
        padding-top: 0;
        height: 200px
    }

    .top__txt {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: 190px;
        font-size: 20px;
        line-height: 1.6;
        text-align: left;
        letter-spacing: 2px
    }
}

.equal_col_list {
    margin: 0 -10px -2.5%;
    overflow: hidden
}

.equal_col_list__item {
    float: left;
    margin-bottom: 2.5%;
    width: 33.33%
}

.equal_col_list__box {
    position: relative;
    margin: 0 10px;
    background-color: #fff
}

.equal_col_list__media {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

.equal_col_list__media:before {
    content: "";
    display: block;
    padding-top: 57.89%
}

.equal_col_list__media_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s cubic-bezier(0, 1, .75, 1)
}

.equal_col_list__media i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -44px 0 0 -44px;
    transition: all .3s cubic-bezier(0, 1, .75, 1)
}

.equal_col_list__cont {
    position: relative;
    padding: 8.031% 7.772% 6.101%;
    border: solid 1px rgba(0, 0, 0, .05);
    border-top: none
}

.equal_col_list__tit {
    display: block;
    margin-bottom: 3.886%;
    font-size: 26px;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
    white-space: normal;
    font-weight: 700
}

.equal_col_list__tit--s {
    height: 74px;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400
}

.equal_col_list__txt {
    display: block;
    margin-bottom: 10.88%;
    height: 72px;
    font-size: 14px;
    color: #494b4c;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal
}

.equal_col_list__date {
    display: block;
    margin-bottom: 7.253%;
    padding-top: 1.554%;
    font-size: 12px;
    color: #000;
    line-height: 1.4
}

.equal_col_list__product {
    margin: -5.699% 0 4.746%;
    overflow: hidden
}

.equal_col_list__product .icon_logo {
    float: left;
    margin-right: 25px
}

.equal_col_list__more {
    display: inline-block;
    font-size: 13px;
    color: #000;
    line-height: 1.4
}

.equal_col_list__more:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    vertical-align: -1px;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent #000;
    transition: transform 1s cubic-bezier(0, 1, .75, 1)
}

.equal_col_list__more:hover:after {
    transform: translateX(4px);
    transition: transform 1s cubic-bezier(0, 1, .75, 1)
}

.equal_col_list__box:hover .equal_col_list__media_img {
    transform: scale(1.07);
    transition: transform .75s cubic-bezier(0, 1, .75, 1)
}

.equal_col_list__box:hover .equal_col_list__media i {
    transform: scale(.96);
    opacity: .86;
    transition: all .3s cubic-bezier(0, 1, .75, 1)
}

@media screen and (min-width:768.02px) and (max-width:1200px) {
    .equal_col_list__media i {
        zoom: .8
    }

    .equal_col_list__tit {
        font-size: 22px
    }

    .equal_col_list__tit--s {
        font-size: 18px
    }
}

@media screen and (min-width:576.02px) and (max-width:768px) {
    .equal_col_list__media i {
        zoom: .8
    }

    .equal_col_list__tit {
        font-size: 22px
    }

    .equal_col_list__tit--s {
        height: 65px;
        font-size: 16px
    }
}

@media screen and (max-width:576px) {
    .mod_equal_col {
        margin: 0 20px
    }

    .equal_col_list {
        margin-bottom: -40px
    }

    .equal_col_list__item {
        margin-bottom: 40px;
        float: none;
        width: 100%
    }

    .equal_col_list__cont {
        padding: 20px 0 0;
        -webkit-box-flex: 1;
        border: none
    }

    .equal_col_list__media i {
        zoom: .797
    }

    .equal_col_list__tit {
        margin-bottom: 8px;
        font-size: 22px
    }

    .equal_col_list__tit--s {
        margin-bottom: 12px;
        height: auto;
        font-size: 18px;
        line-height: 1.5
    }

    .equal_col_list__txt {
        margin-bottom: 10px;
        height: auto;
        -webkit-line-clamp: 2
    }

    .equal_col_list__date {
        margin-bottom: 0;
        padding-top: 0;
        color: #7c8082
    }

    .equal_col_list__product {
        display: block;
        margin: 0
    }

    .equal_col_list__product .icon_logo {
        zoom: .5333;
        margin-right: 20px
    }

    .equal_col_list__more {
        display: none
    }
}

.news_side {
    width: 100%
}

.news_side__date {
    margin-bottom: 10%;
    overflow: hidden;
    border-bottom: solid 3px #edf1f2
}

.news_side__date_page {
    text-align: center;
}

.news_side__date_last,.news_side__date_next {
    color:#5a99ff;
    cursor: pointer;
}

.news_side__date_hd {
    position: relative;
    margin-bottom: 8.076%;
    font-size: 0;
    text-align: center
}

.news_side__date_hd:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #edf1f2
}

.news_side__date_tit {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 8px;
    font-size: 16px;
    color: #5a99ff;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff
}

.news_side__date_bd {
    padding-bottom: 9.23%;
    color: #7c8082;
    line-height: 1.4;
    text-align: center
}

.news_side__date_month {
    font-size: 36px;
    letter-spacing: 6px
}

.news_side__date_year {
    font-size: 16px;
    letter-spacing: 3px
}

.news_side__sns {
    font-size: 0;
    text-align: center
}

.news_side__sns_box {
    display: inline-block;
    margin: 0 6px;
    width: 40px;
    height: 40px;
    transition: transform .5s cubic-bezier(0, 1, .75, 1)
}

.news_side__sns_box .icon_sns {
    margin: 12px 0 0 10px
}

.news_side__sns_box:hover {
    transform: translateY(-2px);
    transition: transform .5s cubic-bezier(0, 1, .75, 1)
}

.news_detail {
    overflow: hidden
}

.news_detail__tit {
    margin-bottom: 5%;
    font-size: 36px;
    color: #000;
    font-weight: 400;
    line-height: 1.4
}

@media screen and (max-width:1200.02px) {
    .news_detail__tit {
        font-size: 32px
    }
}

@media screen and (min-width:768.02px) and (max-width:1200px) {
    .news_list__tit {
        font-size: 22px
    }

    .news_list__date {
        font-size: 14px
    }

    .news_detail__tit {
        font-size: 30px
    }
}

@media screen and (min-width:576.02px) and (max-width:768px) {
    .news_list__tit {
        font-size: 20px;
        -webkit-line-clamp: 1
    }

    .news_list__date,
    .news_list__txt {
        font-size: 14px
    }

    .news_detail__tit {
        font-size: 28px
    }
}

@media screen and (max-width:576px) {
    .news_list {
        margin: 0 20px -40px
    }

    .news_list__item {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        margin-bottom: 40px
    }

    .news_list__bd {
        float: none;
        padding-top: 20px;
        width: 100%
    }

    .news_list__media {
        display: block;
        float: none;
        width: 100%
    }

    .news_list__date {
        margin-bottom: 0;
        font-size: 12px
    }

    .news_list__tit {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.5
    }

    .news_list__txt {
        display: none
    }

    .news_side {
        margin: 0 40px 20px;
        width: auto
    }

    .news_detail {
        margin: 0 20px
    }

    .news_detail__tit {
        font-size: 20px;
        font-weight: 700
    }
}