<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
* base
*/

html, body {
    width: 100%;
    background-color: #fff;
    color: #3f3f3f;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.57143;
    font-family: "Microsoft YaHei", sans-serif;
    letter-spacing: .1em;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

*, *:before, *:after {
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

input{
    caret-color:blue;
}

ul li, ol li {
    list-style: none;
}

h1, h2, h3, strong, b {
    font-weight: normal;
}

a {
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:focus {
    outline: none;
}

input, select, textarea {
    border: none;
    outline: none;
}

i {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fo_b{
    font-weight: bold;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    _zoom: 1;
}

input[type=button], input[type=submit], input[type=file], input[type=reset], button {
    cursor: pointer;
    -webkit-appearance: none;
}

img{
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: bottom;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ol, ul {
    list-style: none;
}

.fl {
    float: left;
}

/* header */
.js-header{
    position: fixed;
    width: 100%;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    z-index: 9;
}

.header_active{
    height: 149px;
    background: rgba(0, 0, 0, 0.5);
}

.header__logo {
    position: absolute;
    top: 19px;
    left: 17px;
    margin: 0
}

@media (min-width:768px) {
    .header__logo {
        top: 0;
        left: 80px
    }
}

.header__logo a {
    padding: 0 22px 44px 0;
    display: block;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.header__logo a .header__logo__pc {
    width: 74px
}

@media (min-width:768px) {
    .header__logo a .header__logo__pc {
        width: 103px
    }
}

.header__logo a:hover {
    opacity: .7
}

.index .header__logo__smp {
    display: none
}

body.is-open .header__menu {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    visibility: visible
}

body.is-open .header__menu__list li {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0)
}

body.is-open .header__menu__list li:nth-of-type(1) {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

body.is-open .header__menu__list li:nth-of-type(2) {
    -webkit-transition: .5s ease-in-out .2s;
    -moz-transition: .5s ease-in-out .2s;
    transition: .5s ease-in-out .2s
}

body.is-open .header__menu__list li:nth-of-type(3) {
    -webkit-transition: .5s ease-in-out .4s;
    -moz-transition: .5s ease-in-out .4s;
    transition: .5s ease-in-out .4s
}

body.is-open .header__menu__list li:nth-of-type(4) {
    -webkit-transition: .5s ease-in-out .6s;
    -moz-transition: .5s ease-in-out .6s;
    transition: .5s ease-in-out .6s
}

body.is-open .header__menu__address dl {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all .5s ease-in-out .8s;
    -moz-transition: all .5s ease-in-out .8s;
    transition: all .5s ease-in-out .8s
}

body:not(.is-open) .header__btn__close {
    display: none
}

body:not(.is-open) .header__menu {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out, visibility 0s .5s;
    -moz-transition: opacity .5s ease-in-out, visibility 0s .5s;
    transition: opacity .5s ease-in-out, visibility 0s .5s;
    visibility: hidden
}

body:not(.is-open) .header__menu__address dl {
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out .8s;
    -moz-transition: all .5s ease-in-out .8s;
    transition: all .5s ease-in-out .8s
}

body:not(.is-open) .header__menu__list li {
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px)
}

body:not(.is-open) .header__menu__list li:nth-of-type(1) {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

body:not(.is-open) .header__menu__list li:nth-of-type(2) {
    -webkit-transition: .5s ease-in-out .2s;
    -moz-transition: .5s ease-in-out .2s;
    transition: .5s ease-in-out .2s
}

body:not(.is-open) .header__menu__list li:nth-of-type(3) {
    -webkit-transition: .5s ease-in-out .4s;
    -moz-transition: .5s ease-in-out .4s;
    transition: .5s ease-in-out .4s
}

body:not(.is-open) .header__menu__list li:nth-of-type(4) {
    -webkit-transition: .5s ease-in-out .6s;
    -moz-transition: .5s ease-in-out .6s;
    transition: .5s ease-in-out .6s
}

body:not(.index) .header__logo {
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 115px;
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center
}

@media (min-width:768px) {
    body:not(.index) .header__logo {
        top: 0;
        left: 80px;
        display: block;
        width: auto;
        padding: 0
    }
}

body:not(.index) .header__logo a {
    line-height: 0;
    padding: 0;
    background-color: transparent
}

@media (min-width:768px) {
    body:not(.index) .header__logo a {
        background-color: #fff;
        padding: 58px 22px 44px 18px
    }
}

body:not(.index) .header__logo__pc {
    display: none
}

@media (min-width:768px) {
    body:not(.index) .header__logo__pc {
        display: block;
        height: 305px
    }
}

@media (min-width:768px) {
    body:not(.index) .header__logo__smp {
        display: none
    }
}

@media (min-width:768px) {
    .index .header__logo {
        top: 21px;
        left: 6.25vw;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    .header_active .header__logo{
        top: 11px;
    }
}

@media (min-width:768px) {
    .index .header__logo a img {
        width: 185px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    .header_active .header__logo a img {
        width: 129px
    }
}

.is-open .header__btn {
    background-color: transparent
}

.is-open .header__btn__border:nth-of-type(1) {
    -ms-transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(13px) rotate(45deg);
       -moz-transform: translateY(13px) rotate(45deg);
            transform: translateY(13px) rotate(45deg)
}

.is-open .header__btn__border:nth-of-type(2) {
    opacity: 0
}

.is-open .header__btn__border:nth-of-type(3) {
    -ms-transform: translateY(-13px) rotate(-45deg);
    -webkit-transform: translateY(-13px) rotate(-45deg);
       -moz-transform: translateY(-13px) rotate(-45deg);
            transform: translateY(-13px) rotate(-45deg)
}

@media (min-width:768px) {
    .is-open .header__btn {
        visibility: visible
    }
}

.header__btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border: none;
    background-color: #6e0f0b;
    z-index: 12;
    cursor: pointer;
    color: #fff
}

@media (min-width:768px) {
    .header__btn {
        visibility: hidden
    }
}

.header__btn__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center
}

.header__btn__border {
    display: block;
    border: 1px solid #fff
}

.header__btn__border+.header__btn__border {
    margin-top: 11px
}

.header__btn__bottom {
    display: block;
    position: relative;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700
}

.header__btn__close span {
    letter-spacing: .2em
}

.header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(110, 15, 11, .92);
    z-index: 11;
    font-size: 0
}

.header__menu__inner {
    margin: 0 auto;
    max-width: 991px;
    padding: 100px 20px 30px
}

@media (min-width:768px) {
    .header__menu__inner {
        padding: 153px 20px 30px
    }
}

[aria-hidden=true] {
    visibility: hidden
}

.header__menu__list {
    display: inline-block;
    vertical-align: top;
    width: auto
}

@media (min-width:768px) {
    .header__menu__list {
        width: 66.666%;
        padding-right: 20px
    }
}

.header__menu__address {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 20px;
    color: #fff
}

@media (min-width:768px) {
    .header__menu__address {
        width: 33.333%;
        padding-left: 40px
    }
}

.header__menu__address .u-label {
    background-color: #fff;
    color: #0f0f0f;
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.header__menu__address a {
    color: #fff!important
}

.header__menu__address dd+dt {
    margin-top: 2.2rem!important
}

.header__menu__address .m-address__tel {
    margin-top: 0!important
}

.header__nav {
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width:768px) {
    .header__nav {
        right: 6.25vw;
    }
}

.header__nav__top {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100px;
    height: 100px;
    font-size: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.header_active .header__nav__top{
    opacity: 0;
}

@media (min-width:768px) {
    .header__nav__top {
        width: 297px;
        height: 56px
    }
}

.header__nav__top a {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.header__nav__top a:hover {
    opacity: .7
}

.header__nav__top__contact {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: top
}

@media (min-width:768px) {
    .header__nav__top__contact {
        width: 299px;
        height: 56px
    }
}

.u-smp-none img{
    height: 31px;
}

.header__nav__top__contact a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #b61c24
}

.header__nav__top__fb {
    display: none;
    border-left: 1px solid #fff;
    width: 56px;
    height: 56px;
    vertical-align: top
}

@media (min-width:768px) {
    .header__nav__top__fb {
        display: inline-block
    }
}

.header__nav__top__fb a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    background-color: #b61c24
}

.header__nav__bottom {
    display: none;
    list-style: none;
    font-size: 0;
    margin: 0;
    margin-top: 18px;
    padding: 0;
    text-align: right;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.header_active .header__nav__bottom{
    margin-top: -39px;
}

@media (min-width:768px) {
    .header__nav__bottom {
        display: block
    }
}

.header__nav__bottom li {
    display: inline-block;
    width: 26px;
    height: 113px;
    position: relative;
    margin-right: 17px
}

.header__nav__bottom li:last-child{
    margin-right: 0;
}

.header__nav__bottom li a {
    text-align: center;
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 27px;
    color: #000;
    background-color: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.header__nav__bottom li a path {
    stroke-width: .5px
}

.header__nav__bottom li a:hover {
    opacity: 0.6;
}

.header__nav__bottom li a:hover path {
    fill: #6e0f0b;
    stroke: #6e0f0b
}


.header{
    position: fixed;
    width: 100%;
    height: 76px;
    line-height: 76px;
    top: 0;
    margin: 0 auto;
    padding: 0 15px;
    background: #e50013;
    /* border-bottom: 1px solid #7f7f7f; */
    z-index: 11;
    transition: all 0.3s linear;
}

.header_logo{
    display: inline-block;
    vertical-align: middle;
}

.header_logo img{
    height: 46px;
}

.header_nav{
    display: inline-block;
    vertical-align: middle;
    height: 76px;
    line-height: 76px;
}

.header_nav li{
    float: left;
    width: 90px;
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .header_nav li{
        width: 70px;
    }
}

.header_nav li a{
    display: block;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.header_nav li a.active,.header_nav li a:hover{
    opacity: 0.6;
}

.pro_nav{
    position: relative;
}

.pro_nav:hover{
    background: #e50013;
}

/* .pro_nav:hover&gt;a{
    color: #c90000;
} */

.pro_nav:hover .nav_all{
    display: block;
}

.nav_all{
    width: 100%;
    background: #fff;
    margin-top: -2px;
    display: none;
}

.nav_all li{
    width: 100%;
    float: none;
    padding: 0;
    height: 45px;
    line-height: 45px;
}

.nav_all li a{
    width: 100%;
    color: #3f3f3f;
    display: inline-block;
    text-align: center;
    height: 100%;
    line-height: 20px;
    font-weight: 500;
}

.nav_all li:hover{
    background: #e50013;
}

.nav_all li a:hover{
    color: #fff;
}

.headerTel{
    display: inline-block;
    vertical-align: middle;
}

/* header  end */

/* banner */
.banner {
    position: relative;
    margin-top: 76px;
    overflow: hidden;
    height;1000px !important;
}
.banner .bannerfix&gt;li {
    height: 100%;
    line-height: 1;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    opacity: 1 !important;
    position: relative;
}

.banner .bannerfix&gt;li:before {
    content: "";
    width: 100%;
    height: 225px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.banner .bannerfix&gt;li .bimg {
    line-height: 0;
    width: 100%;
   &lt;!-- height: 100vh;--&gt;
   height:100%;
    position: relative;
}

.banner .bannerfix&gt;li img.mimg {
    display: none;
}

.banner .bannerfix&gt;li.active {}

.banner .bannerfix&gt;li.out {
    opacity: 1;
    z-index: 2 !important;
}

.banner .bannerfix&gt;li.in {
    opacity: 1;
    z-index: 3 !important;
    -webkit-animation: slideIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation: slideIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-animation: slideIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.banner .bannerfix&gt;li.in .bimg {
    -webkit-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
 .bimg&gt;img{
 &lt;!-- height:760p!importent; --&gt;

}
.banner .bannerfix&gt;li.in .bimg-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.bimg&gt;img{
width:100%;
heigth:100%;
}

/* .banner .bannerfix&gt;li.in .item-1 div {
    -webkit-animation: c 30s 0s linear infinite alternate;
       -moz-animation: c 30s 0s linear infinite alternate;
            animation: c 30s 0s linear infinite alternate;
} */

/* .banner .bannerfix&gt;li.in .item-2 {
    -webkit-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-animation: imgIn 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.banner .bannerfix&gt;li.in .item-2 div {
    -webkit-animation: c 30s 0s linear infinite alternate;
       -moz-animation: c 30s 0s linear infinite alternate;
            animation: c 30s 0s linear infinite alternate;
} */

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
    40% {
        -webkit-transform: translateX(-9vw);
                transform: translateX(-9vw)
    }
    61% {
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@-moz-keyframes c {
    0% {
        -moz-transform: translateX(0);
             transform: translateX(0)
    }
    40% {
        -moz-transform: translateX(-9vw);
             transform: translateX(-9vw)
    }
    61% {
        -moz-transform: translateX(0);
             transform: translateX(0)
    }
    to {
        -moz-transform: translateX(0);
             transform: translateX(0)
    }
}

@keyframes c {
    0% {
        -moz-transform: translateX(0);
             -webkit-transform: translateX(0);
                transform: translateX(0)
    }
    40% {
        -moz-transform: translateX(-9vw);
             -webkit-transform: translateX(-9vw);
                transform: translateX(-9vw)
    }
    61% {
        -moz-transform: translateX(0);
             -webkit-transform: translateX(0);
                transform: translateX(0)
    }
    to {
        -moz-transform: translateX(0);
             -webkit-transform: translateX(0);
                transform: translateX(0)
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes slideIn {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
                transform: translateX(100%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes imgIn {
    0% {
        -webkit-transform: translateX(-95%);
                transform: translateX(-95%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes imgIn {
    0% {
        -moz-transform: translateX(-95%);
             transform: translateX(-95%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(0);
             transform: translateX(0);
        opacity: 1;
    }
}

@keyframes imgIn {
    0% {
        -webkit-transform: translateX(-95%);
           -moz-transform: translateX(-95%);
                transform: translateX(-95%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

.btext {
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -200px;
    text-align: center;
    z-index: 40;
}

.btextwr {
    display: inline-block;
    margin: auto;
    position: relative;
    padding: 0 48px;
}

.btextwr small {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 1;
    text-transform: uppercase;
}

.btextwr strong {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    position: relative;
    margin-top: 12px;
    padding-bottom: 22px;
    font-weight: normal;
    font-family: "Microsoft Yahei";
}

.btextwr strong:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
}

.flex-control-nav{
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
    z-index: 9;
}

.flex-control-nav li{
    display: inline-block;
}

.flex-control-nav li a{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    margin: 0 6px;
}

.flex-control-nav li .flex-active{
    background: #12284b;
}

.banner .flex-direction-nav {
    top: 52%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.btextwr span,
.banner .flex-direction-nav li a {
    display: block;
    width: 30px;
    height: 65px;
    position: absolute;
    bottom: 19px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    text-indent: 999px;
    overflow: hidden;
}

.btextwr span.prev,
.banner .flex-direction-nav li a.flex-prev {
    background: url(../images/prev.png) center no-repeat;
    left: 0;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 3%;
}

.btextwr span.next,
.banner .flex-direction-nav li a.flex-next {
    background: url(../images/next.png) center no-repeat;
    right: 0;
}

.banner .flex-direction-nav li a.flex-next {
    right: 3%;
    z-index: 1000;
}

.btextwr span.prev:hover {
    left: -5px;
}

.btextwr span.next:hover {
    right: -5px;
}

.btext.on {
    bottom: 50px;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
         transition-duration: .6s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
         transition-delay: 0.8s;
}

.btext.on .btextwr strong:before {
    width: 100%;
    -webkit-transition-duration: .5s;
    left: 0;
    -moz-transition-duration: .5s;
         transition-duration: .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
         transition-delay: 1.3s;
}

.line_banner{
    position: absolute;
    display: block;
    width: 80%;
    margin: 0 10%;
    height: 1px;
    background: #fff;
    bottom: 48px;
    background: rgba(255, 255, 255, 0.44);
    z-index: 9;
}
/* banner  end */

/* rightNav */
.RightNav{
    position: fixed;
    z-index:99;
    top: 63%;
    left: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.RightNav li{
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    margin: 2px 0;
}

.RightNav li a{
    display: block;
}

.RightNav li&gt;a:hover{
    background: #b61c24;
}

.RightNav img{
    width: 100%;
}

.wx_share{
    position: relative;
}

.wx_share .rigHov{
    width: 160px;
    height: 160px;
    text-align: center;
    background: #e50013;
    position: absolute;
    left: 80px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    z-index: 99;
    padding: 15px;
}

.wx_share .rigHov img{
    width: 100%;
}

.wx_share .rigHov:after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 0;
    border: 3px solid #12284b;
    border-color: transparent transparent transparent #12284b;
}

.tel_share{
    position: relative;
}

.tel_share .rigHov{
    width: 170px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #e50013;
    position: absolute;
    left: 80px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    z-index: 99;
}

.tel_share .rigHov:after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 0;
    border: 3px solid #12284b;
    border-color: transparent transparent transparent #12284b;
}

.kf_share{
    position: relative;
}

.kf_share .rigHov{
    width: 230px;
    height: 280px;
    text-align: center;
    position: absolute;
    left: 80px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    z-index: 99;
}

.kf_share .rigHov:after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 0;
    border: 3px solid #12284b;
    border-color: transparent transparent transparent #12284b;
   
}

.kf_share .rigHov img{
    margin: 0;
}

.rigHov{
    opacity: 0;
    top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

/* .RightNav li a:hover .rigHov{
    opacity: 1;
    top: 0;
} */
/* rightNav  end */

.W1200{
    width: 1200px;
    margin: 0 auto;
}


/* join */
.join_ind{
    background: #f1f1f1;
    padding: 6.25vw;
}

.join_all{
    width: 100%;
    height: 408px;
    background: url('http://img.share-menu.com/website/xianmulu20180531/join20180531/join.jpg') no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    background-attachment: fixed;
}

.join_all ul{
    height: 100%;
}

.join_all li{
    position: relative;
    width: 25%;
    float: left;
    height: 100%;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    overflow: hidden;
}

.joinTitle{
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: -47px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.join_all li:hover .joinTitle{
    bottom: 0;
}

.join_all li .joinT {
    font-size: 16px;
    padding: 10px 0;
}

.joinTitle .joinT  a{
    font-weight:normal;
    font-size: 14px;
}

/* .join_all li:hover .joinText{
    opacity: 1;
} */

.joinTitle span{
    position: relative;
}

/* .joinTitle span:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    top: 55px;
    left: 50%;
    margin-left: -10px;
} */

.joinTitle p{
    margin-top: 65px;
}

.joinTitle a:nth-child(2){
    display: inline-block;
    background: #12284b;
    padding: 9px 23px;
    border-radius: 16px;
    color: #fff;
    margin: 5px 0 10px;
    font-weight:normal;
    font-size: 14px;
}

.joinTitle a:hover{
    opacity: 0.6;
}

/* .joinText{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #12284b;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.joinText p{
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 22px;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
} */

.contact_all{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

.contact_all .contactH3{
    font-size: 23px;
    text-align: center;
}

.contact_all .contactH3 img{
    margin: 0 auto;
}

.contact_all .contactH5{
    font-size: 23px;
    border-top: 1px solid #c30d22;
    border-bottom: 1px solid #c30d22;
    padding: 15px 0;
    margin: 20px 0 15px;
}

.contact_all .contactH5 span{
    /* font-size: 38px; */
    color: #12284b;
}
/* join  end */

/* news */
.news_share_list{
    width: 100%;
}

.news-share{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.news-share li{
    width: calc(33.33% - 20px);
    width: 430px;
    float: left;
    margin-right: 20px;
}
.newsImg{
position: relative;
height:269px;
width:430px;
}
.newsImg&gt;a{
display: inline-block;
width:100%;
height:100%;
position: relative;
}
.news-share li img{
   position:absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
height:100%;
   &lt;!-- height:269px;--&gt;
}

.newsText{
    margin-top: 20px;
   text-align:center;
}

.n_box{
    margin: 0 auto;
    width: 1200px;
}

.nt_list{
    width: 390px;
    overflow: hidden;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.n_type{
    width: 100%;
    height: 36px;
    line-height: 24px;
    padding: 5px;
    background-color: #f1efef;
}

.t_x,.t_s,.t_j{
    border-left: 4px solid #12284b;
}

.t_type_name{
    font-size: 16px;
    font-family: '微软雅黑',sans-serif;
    font-weight: bold;
}

.t_more{
    float: right;
    font-size: 14px;
    color: #12284b;
    cursor: pointer;
}

.n_list{
    width: 100%;
    padding: 20px 0 0 20px;
}

.n_list li{
    height: 30px;
    line-height: 24px;
    cursor: pointer;
}

.n_date{
    display: inline-block;
    margin-right: 10px;
    color: #949393;
    width: 60px;
    float: left;
}

.n_title{
    display: inline-block;
    font-size: 15px;
    width: 270px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_title:hover{
    color: skyblue;
}

/* news  end */

.v_write {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}


.text_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-through {
    text-decoration: line-through;
}


/* 変更項目~ */

/**
* common
*/

/* wrap */

.inner_container {
    padding-left: 4.6875vw;
    padding-right: 6.25vw;
    margin-bottom: 7.8125vw;
    line-height: 1.8;
    font-size: 14px;
}

/* border */

.img_border {
    border: 1px solid #000;
}

/* heading */

.heading {
    padding-bottom: 30px;
    text-align: center;
}

.heading_text {
    font-size: 24px;
}

.heading2 {
    margin-bottom: 15px;
    padding: 5px;
    background: #f3f3f5;
}

.heading2_text {
    font-size: 20px;
}

.heading3 {
    margin-bottom: 25px;
    font-size: 2rem;
    text-align: center;
}


/* breadcrumbs */

.breadcrumb {
    background: #f3f3f5;
}

.breadcrumb_font,
.breadcrumb_font:hover {
    color: #333;
}

/**
* header
*/

.header_bottom {
    background: #fff;
}

.logo {
    width: 150px;
}

/* header_category */

/**
* footer
*/

.footer {
    background: #f3f3f5;
}

.footer_link,
.footer_link:hover,
.copyright {
    color: #333;
}

.footer_nav_border {
    border-right: 1px solid #fff;
}

.footer_guide_block {
    background: #f3f3f5;
}

.guide_list {
    background: #fff;
}


.calendar .holiday {
    background: #f38788;
    color: #fff;
}

.calendar .holiday_red {
    background: #f00;
    color: #fff;
}

.calendar tr {
    border-bottom: 1px dotted #ccc;
}

.calendar td {
    background: #fff;
    color: #554130;
}

.calendar th#saturday {
    color: #36c;
}

.calendar th#sunday {
    color: #f30;
}


.main_visual {
    background: none;
}

.brand_f{
    margin-top: 30px;
    text-align: center;
}

.brand_f a{
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.brand_f a:hover{
    opacity: 0.6;
}

.linkList{
    width: 100%;
    margin: 0 auto;
    padding: 0 60px 45px;
    background: #e50013;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.linkTitle{
    font-size: 14px;
    font-weight: bold;
}

.linkList li{
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
    color: #FFF;
    letter-spacing: 0;
}

.linkList li:hover{
    color: #fff;
}

/**
* 商品一覧
*/

.product_link {
    background: #666;
    color: #fff;
}

/**
* 商品詳細
*/

.product_tag_list {
    margin-right: 5px;
    padding: 4px 7px;
    background: #000;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
}

.freearea_bg {
    background: none;
}

/* 関連商品 */

.related_product_block {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f3f3f5;
}

.product_review_block {
    color: #3f3f3f;
    letter-spacing: .16em;
    padding: 10%;
    font-size: 10px;
    border: 1px solid #3f3f3f;
    margin-top: 30px;
}

.product_review_block .accordion {
    line-height: 2.3;

}


.mypage_nav_border1 {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.mypage_nav_border2 {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.mypage_nav_color {
    color: #333;
}

.mypage_nav_list .active,
.mypage_nav_list:hover .active {
    color: #de5d50;
}

.maypage_history_bg {
    background: #f3f3f5;
}

.maypage_login_bg {
    background: #f3f3f5;
}

.cart_head_bg {
    background: #f3f3f5;
}

.shipping_multiple_bg {
    background: #f4f4f4;
}

@media screen and (max-width:768px) {
    /**
    * common
    */
    body {
        font-size: 15px;
    }

    .inner_container {
        padding-right: 7.03125vw;
        padding-left: 7.03125vw;
        margin-bottom: 15.625vw;
        font-size: 3.4375vw;
    }

    .s_inner {
        padding-right: 0;
        padding-left: 0;
    }

    /* heading */
    .heading {
        padding-bottom: 20px;
    }

    /**
    * header
    */
    .logo {
        width: 125px;
    }

    /* drawer */
    .drawer {
        background: #f6f6f6;
    }

    .searchform {
        background: #ebebeb;
    }

    .search_input {
        border-bottom: 1px solid #ccc;
    }

    /**
    * footer
    */
    .footer_nav_border {
        border: 1px solid #fff;
    }

    .footer_nav_border:last-child {
        border-right: 1px solid #fff;
    }
    .product_review_block {
        padding: 5.9375vw;
        padding-bottom: 0;
        font-size: 3.125vw;
        border: .15625vw solid #3f3f3f;
        margin-top: 10.9375vw;
    }

}


.text_default {
    color: #525263;
}

.text_primary {
    color: #de5d50
}

.text_success {
    color: #18a689;
}

.text_info {
    color: #31708f;
}

.text_warning {
    color: #9a947e;
}

.text_danger {
    color: #de5d50;
}

.text_link {
    color: #0092c4;
}

/**
* bg color
*/

.bg_default {
    color: #fff;
    background-color: #525263;
}

.bg_primary {
    color: #fff;
    background-color: #de5d50;
}

.bg_primary-border {
    color: #de5d50;
    border: 2px solid #de5d50;
    background: #fff;
}

.bg_success {
    background-color: #dff0d8;
}

.bg_success-border {
    color: #296348;
    border: 2px solid #296348;
    background: #fff;
}

.bg_info {
    background-color: #d9edf7;
}

.bg_warning {
    background-color: #fcf8e3;
}

.bg_danger {
    color: #fff;
    background-color: #f99;
}

/**
* button
*/

.btn {
    display: inline-block;
    width: 200px;
    padding: 10px 16px;
    border: 1px solid transparent;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
    opacity: 0.5;
}

.btn_default,
.btn_common {
    color: #525263;
    background-color: #f5f7f8;
    border-color: #d7dadd;
}

.btn_primary,
.btn_add {
    color: #fff;
    background-color: #de5d50;
    border-color: #de5d50;
}

.btn_success {
    color: #fff;
    background-color: #296348;
    border-color: #296348;
}

.btn_info,
.btn_review {
    color: #fff;
    background-color: #525263;
    border-color: #525263;
}

.btn_warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn_danger,
.btn_soldout {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn_link {
    font-weight: normal;
    color: #de5d50;
    cursor: pointer;
    -moz-border-radius: 0;
         border-radius: 0;
}

.btn_search {
    color: #fff;
    background: #666;
}

.btn_circle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25px;
    height: 25px;
    background: #b8bec4;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.btn_other {
    width: auto;
    padding: 10px;
    color: #525263;
    background-color: #f5f7f8;
    border-color: #d7dadd;
    font-size: 1.4rem;
    font-weight: normal;
}
#order-button {
    width: 100%;
}
/**
* form
*/

label {
    font-weight: normal;
}

input:focus,
select:focus {
    outline: none;
}

input[type="number"] {
    text-align: center;
}

.form-group .errormsg {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

dd.form-group .errormsg {
    margin-bottom: 0;
}

.form-control {
    background: #fff;
    border: 1px solid #C4CCCE;
    -moz-border-radius: 3px;
         border-radius: 3px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    font-size: 1rem;
    height: 40px;
    padding: 6px 12px;
    width: auto;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/common/ico_form_select.png) center right 20px no-repeat;
    -moz-background-size: 10px 6px;
         background-size: 10px 6px;
    padding: 6px 50px 6px 12px;
}
select::-ms-expand {
    display: none;
}
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -moz-border-radius: 20px;
         border-radius: 20px;
    vertical-align: middle;
    cursor: pointer;
}


input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 7px;
    height: 7px;
    background: #de5d50;
    -moz-border-radius: 7px;
         border-radius: 7px;
}

.form-control:focus {
    border-color: #3c8dbc !important;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background: none;
}

.has-success .form-control {
    border-color: #0d8969;
    background: #e7f6f3;
}

.has-warning .form-control {
    border-color: #e99133;
    background: #fdf7ed;
}

.has-error .form-control {
    border-color: #cf3f34;
    background: #fdf1f0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: inherit;
    background: #fdf1f0;
}

.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #bbb
}

.form-control::-webkit-input-placeholder {
    color: #bbb
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-group .form-control {
    width: 100%;
}

.form-inline .form-control {
    width: auto;
}

.form-group.lange input[type="text"],
.form-group.lange label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: middle;
}

.form-group.lange input[type="text"] {
    width: 28%;
}

.input_tel input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}

.form-group.input_tel input:first-child {
    margin-left: 0;
}

.form-group.input_name input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2%;
    vertical-align: middle;
    width: 48%;
}

.form-group.input_name input:first-child {
    margin-left: 0;
}

.form-group.input_zip input {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}

.form-group.input_zip .question-circle {
    font-size: 11px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    background: #525263;
    -moz-border-radius: 50%;
         border-radius: 50%;
}

.form-group.input_zip .question-circle .cb-question {
    fill: #fff;
}

.form-group .item_price input,
.form-group .item_quantity input {
    margin: 0 1%;
    text-align: right;
    width: 50%;
}

.form-inline label {
    margin: 0 10px 0 0;
}

.form-inline label:first-child + select,
.form-inline label:first-child + input {
    margin-right: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

.checkbox-inline,
.radio-inline {
    cursor: pointer;
    margin-left: 20px;
}

.checkbox-inline:first-child,
.radio-inline:first-child {
    margin-left: 0;
}
label.control-label {
    padding-right: 0.6em;
}
span.required {
    color: #DE5D50;
    display: inline-block;
    font-weight: normal !important;
    font-size: 8px;
    font-size: .8rem;
}

#entry_birth select {
    margin: 0 8px;
}

#entry_birth select:first-child {
    margin-left: 0;
}

#entry_sex .radio {
    display: inline-block;
    margin-right: 10px;
}

#entry_sex .radio input[type="radio"] {
    margin-right: 10px;
}

.form_wrap .form-group:not(:first-child) {
    padding-top: 16px;
}

.form_wrap .zip-search {
    margin: 16px 0;
}

#entry_mailmaga_flg .radio {
    display: inline-block;
    margin-right: 10px;
}

.list_wrap {
    -webkit-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.list2 {
    width: 48%;
    margin-right: 4%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list2:nth-child(2n) {
    margin-right: 0;
}

.list3 {
    width: 31%;
    margin-right: 3.5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list3:nth-child(3n) {
    margin-right: 0;
}

.list4 {
    width: 22%;
    margin-right: 4%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list4:nth-child(4n) {
    margin-right: 0;
}

.list5 {
    width: 16.8%;
    margin-right: 4%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list5:nth-child(5n) {
    margin-right: 0;
}

.list6 {
    width: 13.75%;
    margin-right: 3.5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list6:nth-child(6n) {
    margin-right: 0;
}

/**
* pagination
*/

.pagination {
    width: 95%;
    margin: 16px auto;
    position: relative;
    clear: both;
}

.pagination ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    min-width: 29px;
    padding: 0 3px 0 2px;
    text-align: center;
    position: relative;
}

.pagination ul li a {
    color: #525263;
    display: block;
    line-height: 1.8;
    padding: 5px 1em;
    text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li a:focus {
    background: #f1f1f1;
}

.pagination ul li.active a {
    background: #F3F3F3;
    text-decoration: none;
}

.pagination ul li.active a:hover,
.pagination ul li.active a:focus {
    background: #F3F3F3;
}

.pagination ul li.disabled a {
    color: #9797A0;
    text-decoration: none;
}

.pagination ul li.disabled a:hover,
.pagination ul li.disabled a:focus {
    color: #9797A0;
}

/**
* common
*/

#svgicon {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.textarea textarea {
    width: 100%;
    height: 6em;
    margin-bottom: 1rem;
}

/**
* header
*/

.search_area {
    top: 0;
    right: 0;
    background: #ccc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.search_area.open {
    opacity: 1;
    visibility: visible;
}

/* header_category */

#header .header_cate_nav .header_cate {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

#header .header_cate_nav:hover .header_cate {
    overflow: visible;
    opacity: 1;
    height: 50px;
}

#header .category_nav_wrap::before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
}

#header .category_nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#header .category_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#header .category_nav &gt; li {
    margin: 0;
}

#header .category_nav li ul {
    display: block;
}

#header .category_nav li {
    position: relative;
}

#header .category_nav &gt; li &gt; a {
    padding: 0 1em;
    border-bottom: none;
}

#header .category_nav li a {
    display: block;
}

#header .category_nav li ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 200px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

#header .category_nav li ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

#header .category_nav li ul li a {
    text-align: left;
}

#header .category_nav &gt; li:hover li:hover &gt; a {
    background: rgba(204, 204, 204, 0.1)
}

#header .category_nav &gt; li:hover &gt; ul &gt; li {
    overflow: visible;
    height: 50px;
}

#header .category_nav li ul li ul {
    top: 0;
    left: 100%;
}

#header .category_nav li:last-child ul li ul {
    left: 100%;
    width: 100%;
}

#header .category_nav li ul li ul:before {
    position: absolute;
    content: "&gt;";
    top: 13px;
    left: -15px;
    width: 0;
    height: 0;
}

#header .category_nav li:last-child ul li ul:before {
    position: absolute;
    content: "&gt;";
    top: 13px;
    left: -15px;
    width: 0;
    height: 0;
}

#header .category_nav li ul li:hover &gt; ul &gt; li {
    overflow: visible;
    height: 50px;
}

#header .category_nav li:hover ul li ul li a:hover {
    background: rgba(204, 204, 204, 0.1)
}

#header .category_nav ul &gt; li &gt; a,
#header .category_nav ul &gt; li &gt; ul &gt; li &gt; a,
#header .category_nav ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
    padding-left: 10px;
}

/* drawer */

.drawer {
    position: static;
    height: auto;
    width: auto;
    margin: 0 auto;
    overflow: visible;
    background: transparent;
    text-align: center;
}

/**
* footer
*/

.footer_nav_border:last-child {
    border-right: none;
}

.footer_sns_block {
    top: -11px;
    right: 0;
}

.guide_link_wrap {
    top: 10px;
    right: 0;
}


.calendar {
    margin-bottom: 20px;
    margin-top: 20px;
}

.calendar_title {
    font-weight: bold;
    padding-left: 10px;
}

.calendar table {
    width: 100%;
}

.calendar tr {
    text-align: center;
}

.calendar td {
    padding: 5px 0;
}


.newslist {
    line-height: 1.7;
}

.news_more {
    top: 11px;
    right: 16px;
}

.news_more_icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.newslist .active .news_more_icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rank_num {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

/**
* TOP
*/

/* slider */

.main_slider .slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

.main_slider .slick-slide img {
    width: 95%;
    height: auto;
    margin: auto;
}

/* Arrow */

.slick-prev,
.slick-next {
    position: absolute;
    top: -160px;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 40px;
}

.slick-prev {
    left: 18%;
}

.slick-next {
    right: 18%;
}

/* Dotted */

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    -moz-border-radius: 50%;
         border-radius: 50%;

}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}

/**
* 商品一覧
*/

.product_item {
    position: relative;
    padding-bottom: 45px;
}

.product_img {
    text-align: center;
    margin-bottom: 10px;
}

.product_comment {
    margin-bottom: 10px;
}

.product_name {
    margin-bottom: 10px;
    font-size: 18px;
}

.product_price {
    margin-bottom: 10px;
    text-align: right;
}

.product_link {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #666;
    text-align: center;
}

.product_link,
.product_link:hover {
    color: #fff;
}

/**
* 商品詳細
*/

.product_detail .slick-slide img {
    display: block;
    margin: auto;
}

.product_detail .slick-initialized .slick-slide {
    height: auto;
}

.detail_img .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.detail_img .slick-dots li {
    width: 18%;
    margin-right: 2.5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.detail_img .slick-dots li:nth-child(5n) {
    margin-right: 0;
}

.product_detail .form-control {
    width: 100%;
}

.prduct_detail_description {
    line-height: 1.5;
}

.review_more {
    top: 17px;
    right: 20px;
}

.review_icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.active .review_icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product_review_page textarea {
    vertical-align: top;
}

.product_review_page #product_review_sex .radio {
    display: inline-block;
    margin-right: 10px;
}

.product_review_page #product_review_sex .radio input[type="radio"] {
    margin-right: 10px;
}


.mypage_delivery .address,
.mypage_history .adoress,
.mypage_history .history {
    line-height: 1.2;
}

.mypage_formarea dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dotted #ccc;
}

.mypage_delivery .btn_common {
    padding: 10px;
}

.favorite_delete {
    top: 10px;
    right: 10px;
}


.mypage_history .product_img {
    max-width: 80px;
    max-height: 96px;
}


.withdraw_text {
    line-height: 1.7;
}

.entry_formarea dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dotted #ccc;
}

.flowline {
    position: relative;
    margin: 0;
    padding: 8px 0 16px;
}

.flowline ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
}

.flowline ul::before {
    content: "";
    height: 4px;
    background: #525263;
    position: absolute;
    top: 20px;
    margin: 0;
    -moz-border-radius: 2px;
         border-radius: 2px;
    z-index: 0;
}

.flowline.step3 ul {
    max-width: 450px;
}

.flowline.step3 ul::before {
    width: 66.66666666%;
    left: 16.6666666%;
}

.flowline.step4 ul {
    max-width: 550px;
}

.flowline.step4 ul::before {
    width: 75%;
    left: 12.5%;
}

.flowline ul li {
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 1;
}

.flowline.step3 ul li {
    width: 33.33333333333333%;
}

.flowline.step4 ul li {
    width: 25%;
}

.flowline li .flow_number {
    line-height: 2;
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    font-size: 20px;
    background: #525263;
    color: #fff;
    top: 0;
    left: 18px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 50%;
         border-radius: 50%;
}

.flowline li.active {
    color: #296348;
}

.flowline li.active .flow_number {
    background: #296348;
}

.cart_item .product_img {
    max-width: 80px;
    margin: 0;
}

.cart_item .product_price {
    text-align: left;
    font-weight: bold;
}

.shopping_form .btn_edit {
    position: absolute;
    top: 0;
    right: 0;
}

.customer_detail input {
    border: 1px solid #ddd;
    margin: 3px;
    padding: 5px;
}

.shipping_multiple_item .product_img {
    max-width: 200px;
}

.about {
    line-height: 1.7;
}

.info_archive_list {
    border-bottom: 1px #dcdcdc solid;
    padding: 40px 60px 60px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
h2.info_date {
    color: #2f763c;
    font-size: 18px;
    width: 15%;
}
p.info_text {
  font-size: 14px;
  color: rgb(63, 63, 63);
  line-height: 2;
    max-width: 85%;
}


@media screen and (max-width:768px) {
.info_archive_list {
    display: block;
    padding: 12.5vw 0;
}
h2.info_date {
    font-size: 4.0625vw;
    margin-bottom: 7.5vw;
    width: 100%;
}
p.info_text {
    font-size: 3.4375vw;
    max-width: none;
    width: 100%;
}


    /**
    * list
    */
    .list_wrap .list2,
    .list_wrap .list3,
    .list_wrap .list4,
    .list_wrap .list5,
    .list_wrap .list6 {
        margin-right: auto;
    }

    .s_list1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .s_list1:last-child {
        margin-bottom: 0;
    }

    .s_list2 {
        width: 48%;
        margin-left: 4%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .s_list2:nth-child(2n + 1) {
        margin-left: 0;
    }

    .s_list3 {
        width: 31%;
        margin-left: 3.5%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .s_list3:nth-child(3n + 1) {
        margin-left: 0;
    }

    .s_list4 {
        width: 22%;
        margin-left: 4%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .s_list4:nth-child(4n + 1) {
        margin-left: 0;
    }

    .s_list5 {
        width: 16.8%;
        margin-left: 4%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .s_list5:nth-child(5n + 1) {
        margin-left: 0;
    }

    .s_list6 {
        width: 13.75%;
        margin-left: 3.5%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .s_list6:nth-child(6n + 1) {
        margin-left: 0;
    }

    /**
    * btn
    */
    .btn_search {
        color: #333;
        background: none;
    }

    /**
    * header
    */
    .sp_header_btn {
        top: 50%;
        right: 20px;
    }

    .item_num {
        top: -5px;
        right: 5px;
        left: auto;
    }

    /* drawer */
    .drawer {
        position: fixed;
        top: 0;
        right: 0;
        height: 0;
        width: 260px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1;
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }

    .drawer_open .drawer {
        height: 100%;
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

    #contents,
    #header,
    #footer,
    .pagetop {
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -moz-transition: transform 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    }

    .drawer_open #contents,
    .drawer_open #header,
    .drawer_open #footer,
    .drawer_open .pagetop {
        -webkit-transform: translateX(-260px);
           -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
                transform: translateX(-260px);
    }

    /* Overlay */
    .overlay {
        position: fixed;
        z-index: 2;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s, -moz-transform 0.3s 0s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
             backface-visibility: hidden;
    }

    .overlay.is_visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-260px);
           -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
                transform: translateX(-260px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s, -moz-transform 0.3s 0s;
    }

    /* nav_icon */
    .nav_icon {
        display: block;
        position: relative;
        width: 32px;
        height: 5px;
        background: #333;
        -moz-border-radius: 3px;
             border-radius: 3px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .nav_icon::before,
    .nav_icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 32px;
        height: 5px;
        background: #333;
        -moz-border-radius: 3px;
             border-radius: 3px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .nav_icon::before {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
         -ms-transform: translateY(-10px);
             transform: translateY(-10px);
    }

    .nav_icon::after {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
         -ms-transform: translateY(10px);
             transform: translateY(10px);
    }

    .drawer_open .nav_icon {
        background: none;
    }

    .drawer_open .nav_icon::before {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
         -ms-transform: translateY(0) rotate(45deg);
             transform: translateY(0) rotate(45deg);
    }

    .drawer_open .nav_icon::after {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
         -ms-transform: translateY(0) rotate(-45deg);
             transform: translateY(0) rotate(-45deg);
    }

    /* 検索 */
    .searchform select {
        width: 100%;
    }

    .searchform input[type="search"] {
        height: 50px;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        border: 0 none;
        padding: 0.5em 0;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        background: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .drawer li {
        padding: 10px 20px;
        border-bottom: 1px solid #e8e8e8;
    }

    /**
    * footer
    */
    .footer_nav_border {
        border-left: none;
    }

    .footer_nav_border:nth-child(even) {
        border-right: none;
    }

    .footer_nav_border:nth-child(n + 3) {
        border-top: none;
    }

    .news_more {
        right: 0;
    }

    .ranking_block .product_list:nth-child(n + 4) {
        display: none;
    }

    .checked_block .product_list:nth-child(n + 4) {
        display: none;
    }

    /* slider */
    .main_slider .slick-slide img {
        width: 100%;
    }

    .product_item {
        line-height: 1.2;
    }

    .product_name {
        font-size: 16px;
    }

    /**
    * 商品詳細
    */
    .detail_img .slick-dots {
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .detail_img .slick-dots li {
        width: auto;
        margin-right: 0;
    }
    .review_more {
    top: 23px;
    right: 0;
}

    #cart_item__info.message {
        line-height: 2;
    }

    .customer_detail .btn[disabled] {
        display: none;
    }
    .flowline ul li {
        font-size: .8rem;
    }
    .mypage_formarea dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .entry_formarea dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

}

/*font-family*/

.ff_gothic {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.ff_mincho {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* font-awesome */

.fa_size_10::before {
    font-size: 1rem;
}

.fa_size_11::before {
    font-size: 1.1rem;
}

.fa_size_12::before {
    font-size: 1.2rem;
}

.fa_size_13::before {
    font-size: 1.3rem;
}

.fa_size_14::before {
    font-size: 1.4rem;
}

.fa_size_15::before {
    font-size: 1.5rem;
}

.fa_size_16::before {
    font-size: 1.6rem;
}

.fa_size_17::before {
    font-size: 1.7rem;
}

.fa_size_18::before {
    font-size: 1.8rem;
}

.fa_size_19::before {
    font-size: 1.9rem;
}

.fa_size_40::before {
    font-size: 2rem;
}

.fa_size_21::before {
    font-size: 2.1rem;
}

.fa_size_22::before {
    font-size: 2.2rem;
}

.fa_size_23::before {
    font-size: 2.3rem;
}

.fa_size_24::before {
    font-size: 2.4rem;
}

.fa_size_25::before {
    font-size: 2.5rem;
}

.fa_size_26::before {
    font-size: 2.6rem;
}

.fa_size_27::before {
    font-size: 2.7rem;
}

.fa_size_28::before {
    font-size: 2.8rem;
}

.fa_size_29::before {
    font-size: 2.9rem;
}

.fa_size_30::before {
    font-size: 3rem;
}

.fa_size_31::before {
    font-size: 3.1rem;
}

.fa_size_32::before {
    font-size: 3.2rem;
}

.fa_size_33::before {
    font-size: 3.3rem;
}

.fa_size_34::before {
    font-size: 3.4rem;
}

.fa_size_35::before {
    font-size: 3.5rem;
}

.fa_size_36::before {
    font-size: 3.6rem;
}

.fa_size_37::before {
    font-size: 3.7rem;
}

.fa_size_38::before {
    font-size: 3.8rem;
}

.fa_size_39::before {
    font-size: 3.9rem;
}

.fa_size_40::before {
    font-size: 4rem;
}

.fa_size_41::before {
    font-size: 4.1rem;
}

.fa_size_42::before {
    font-size: 4.2rem;
}

.fa_size_43::before {
    font-size: 4.3rem;
}

.fa_size_44::before {
    font-size: 4.4rem;
}

.fa_size_45::before {
    font-size: 4.5rem;
}

.fa_size_46::before {
    font-size: 4.6rem;
}

.fa_size_47::before {
    font-size: 4.7rem;
}

.fa_size_48::before {
    font-size: 4.8rem;
}

.fa_size_49::before {
    font-size: 4.9rem;
}

.fa_size_50::before {
    font-size: 5rem;
}

@media screen and (max-width:768px) {
    /* font-awesome */
    .s_fa_size_10::before {
        font-size: 10px;
    }
    .s_fa_size_11::before {
        font-size: 11px;
    }
    .s_fa_size_12::before {
        font-size: 12px;
    }
    .s_fa_size_13::before {
        font-size: 13px;
    }
    .s_fa_size_14::before {
        font-size: 14px;
    }
    .s_fa_size_15::before {
        font-size: 15px;
    }
    .s_fa_size_16::before {
        font-size: 16px;
    }
    .s_fa_size_17::before {
        font-size: 17px;
    }
    .s_fa_size_18::before {
        font-size: 18px;
    }
    .s_fa_size_19::before {
        font-size: 19px;
    }
    .s_fa_size_40::before {
        font-size: 20px;
    }
    .s_fa_size_21::before {
        font-size: 21px;
    }
    .s_fa_size_22::before {
        font-size: 22px;
    }
    .s_fa_size_23::before {
        font-size: 23px;
    }
    .s_fa_size_24::before {
        font-size: 24px;
    }
    .s_fa_size_25::before {
        font-size: 25px;
    }
    .s_fa_size_26::before {
        font-size: 26px;
    }
    .s_fa_size_27::before {
        font-size: 27px;
    }
    .s_fa_size_28::before {
        font-size: 28px;
    }
    .s_fa_size_29::before {
        font-size: 29px;
    }
    .s_fa_size_30::before {
        font-size: 30px;
    }
    .s_fa_size_31::before {
        font-size: 31px;
    }
    .s_fa_size_32::before {
        font-size: 32px;
    }
    .s_fa_size_33::before {
        font-size: 33px;
    }
    .s_fa_size_34::before {
        font-size: 34px;
    }
    .s_fa_size_35::before {
        font-size: 35px;
    }
    .s_fa_size_36::before {
        font-size: 36px;
    }
    .s_fa_size_37::before {
        font-size: 37px;
    }
    .s_fa_size_38::before {
        font-size: 38px;
    }
    .s_fa_size_39::before {
        font-size: 39px;
    }
    .s_fa_size_40::before {
        font-size: 40px;
    }
    .s_fa_size_41::before {
        font-size: 41px;
    }
    .s_fa_size_42::before {
        font-size: 42px;
    }
    .s_fa_size_43::before {
        font-size: 43px;
    }
    .s_fa_size_44::before {
        font-size: 44px;
    }
    .s_fa_size_45::before {
        font-size: 45px;
    }
    .s_fa_size_46::before {
        font-size: 46px;
    }
    .s_fa_size_47::before {
        font-size: 47px;
    }
    .s_fa_size_48::before {
        font-size: 48px;
    }
    .s_fa_size_49::before {
        font-size: 49px;
    }
    .s_fa_size_50::before {
        font-size: 50px;
    }
}

.trade_table_tr:nth-child(even) {
    background: #f9f9f9;
}

.trade_table_ttl,
.trade_table_txt {
    padding: 12px 16px;
    line-height: 1.4;
}

.trade_table_ttl {
    text-align: left;
    border-right: 1px #ddd solid;
}

@media screen and (max-width:768px) {
    .delivery_table tr .trade_table_ttl,
    .delivery_table tr .trade_table_txt,
    .trade_return tr .trade_table_ttl,
    .trade_return tr .trade_table_txt {
        border: none;
        display: block;
        width: 100%;
    }
    .delivery_table tr .trade_table_ttl,
    .trade_return tr .trade_table_ttl {
        padding-bottom: 6px;
    }
    .delivery_table tr .trade_table_txt,
    .trade_return tr .trade_table_txt {
        padding-top: 6px;
    }
    .fs_16 {
        font-size: 1rem;
    }
}
.swiper_img{
width:100%;
}
/*news_banner*/
.swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f3f3f3;
}
.swiper-wrapper{
    transition-timing-function: ease-out;
}
.swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container .swiper-slide video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    transform: scale(1.2, 1.2);
}
.posterBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor: pointer;
    z-index: 999;
    transition: all 0.8s linear 0ms;
    transform: scale(0.9, 0.9) translate(-360px, 0px);
    opacity: 0.4;
}
.posterBg img{
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    transition: all 0.6s ease 0ms;
}
.posterBg img:hover{
    transform: scale(1.2, 1.2);
}
.posterBg.on{
    cursor: auto;
}
.video-box .sw-car-next{
    width: 60px;
    height: 60px;
    background: url(../images/r_btn.png) no-repeat center center;
    background-size: 60px;
    margin-top: -30px;
    right: 40px;
    z-index: 999;
    transition: all 0.6s ease 0ms;
    opacity: 1;
    top: 50%;
}
.video-box .sw-car-next:after{
    position: absolute;
    content: "";
    left: 150px;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 2px rgba(255,255,255,0);
    transition: all 0.6s ease 0ms;
    transform: scale(1.8, 1.8);
}
.video-box .sw-car-next:hover{
    right: 30px;
    opacity: 1;
}
.video-box .sw-car-next:hover:after{
    left: 0;
    border: solid 2px rgba(255,255,255,1);
    transform: scale(1, 1);
}
.video-box .sw-car-prev{
    width: 60px;
    height: 60px;
    background: url(../images/l_btn.png) no-repeat center center;
    background-size: 60px;
    margin-top: -30px;
    left: 40px;
    z-index: 999;
    transition: all 0.6s ease 0ms;
    opacity: 1;
    top: 50%;
}
.video-box .sw-car-prev:after{
    position: absolute;
    content: "";
    left: -150px;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 2px rgba(255,255,255,0);
    transition: all 0.6s ease 0ms;
    transform: scale(1.8, 1.8);
}
.video-box .sw-car-prev:hover{
    left: 30px;
    opacity: 1;
}
.video-box .sw-car-prev:hover:after{
    left: 0;
    border: solid 2px rgba(255,255,255,1);
    transform: scale(1, 1);
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
.swiper-pagination-bullet{
    background: #ffffff;
    opacity: 0.4;
    transition: all 0.6s ease 0ms;
}
.swiper-pagination-bullet-active{
    background: #ffffff;
    opacity: 1;
    width: 40px;
    border-radius: 4px;
}
.swiper-slide-active .posterBg{
    transform: scale(1, 1) translate(0px, 0px);
    opacity: 1;
}

</pre></body></html>