@charset "utf-8";

body,
html {
    margin: 0;
    padding: 0
}

img {
    border: none
}

.fonts {
    font-family: "Century Gothic", Arial
}

.clear {
    clear: both
}

body {
    background: url(../images/bg.png) #e9e9e9;
    font-family: Arial;
    font-size: 12px;
    -webkit-text-size-adjust: none;
    font-weight: 400
}

a,
button {
    transition: color .2s
}

#nav-toggle {
    display: none;
    background: #fff;
    border: 2px solid #d00228;
    margin-left: auto;
    cursor: pointer;
    outline: 0;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(208, 2, 40, .18)
}

#nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #d00228;
    border-radius: 2px;
    transition: transform .3s, opacity .3s
}

#nav-toggle[aria-expanded=true] span:first-child {
    transform: translateY(8px) rotate(45deg)
}

#nav-toggle[aria-expanded=true] span:nth-child(2) {
    opacity: 0
}

#nav-toggle[aria-expanded=true] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

a {
    color: #666;
    text-decoration: none
}

#dropdown_menu_area a:hover,
#footer>ul a:hover,
#footer_content a:hover,
a:hover {
    color: #fe8502
}

#footer li,
#footer ul,
#footer_content li,
#footer_content ul,
#header>li,
#header>ul,
#navi,
#navi li,
#navi ul,
#permanent,
#permanent>li {
    margin: 0;
    padding: 0;
    list-style: none
}

#header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 24px;
    position: relative;
    z-index: 56;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, .86);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06)
}

#logo {
    position: relative;
    top: auto;
    flex: 0 0 auto
}

#functions {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

#functions>li {
    float: none;
    margin-left: 0
}

#search {
    background: url(../images/default_icon.png) no-repeat;
    width: 186px;
    height: 23px;
    position: relative
}

#search input {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
    height: 23px;
    position: absolute;
    top: 0;
    line-height: 23px;
    left: 8px;
    width: 140px;
    color: #747474;
    font-size: 11px
}

#search a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 23px;
    background: url(../images/default_icon.png) 0 -23px no-repeat
}

#search a:hover {
    background-position: -32px -23px
}

#permanent {
    margin: 5px 0 0
}

#permanent>li {
    float: left;
    color: #4f4f4f;
    font-size: 11px;
    margin: 0 5px
}

#permanent>li>a {
    color: #4f4f4f
}

#footer>div>span,
#permanent>li>a:hover {
    color: #e0002a
}

#login_icon {
    background: url(../images/person.png);
    width: 19px;
    height: 23px;
    margin-top: -1px
}

#navi_bg {
    background: url(../images/navi_bg.png) center center repeat-x;
    height: 40px;
    width: 100%;
    z-index: 45;
    top: 0;
    position: relative
}

#navi {
    max-width: 1200px;
    margin: -40px auto 0;
    position: relative;
    z-index: 55;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 4px
}

#navi>div {
    position: absolute;
    top: 0;
    left: -1px;
    background: url(../images/default_icon.png) -130px -24px;
    width: 2px;
    height: 39px
}

#navi>li {
    min-width: 120px;
    float: none;
    margin: 0;
    position: relative;
    display: flex;
    align-items: stretch
}

#navi>li>div {
    position: absolute;
    top: 0;
    right: -1px;
    background: url(../images/default_icon.png) -130px -24px #d00228;
    width: 2px;
    height: 39px
}

#navi>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-family: Century Gothic;
    color: #fff;
    font-size: 15px;
    text-align: center
}

#footer>ul a,
#footer_content a,
#navi>li>a:hover {
    color: #fff
}

#dropdown_menu {
    background: url(../images/bk.png) center bottom;
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 418px;
    padding-bottom: 15px;
    position: absolute;
    top: 103px;
    left: 0;
    z-index: 50
}

#dropdown_menu_area {
    height: 200px;
    min-height: 200px;
    max-height: 418px;
    margin: 0 auto;
    overflow: hidden
}

#dropdown_menu_area a {
    display: block;
    font-size: 12px;
    margin: 10px;
    color: #fff
}

#footer_area {
    background: url(../images/footer_bg.jpg) center center repeat-y;
    position: relative
}

#footer_area>div {
    margin: 0 auto;
    position: relative
}

#footer_content {
    padding: 5px 0 16px
}

#footer_content li {
    margin-bottom: 7px;
    font-size: 11px
}

#footer {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    position: relative;
    color: #fff
}

#footer>div {
    float: left;
    margin-left: 180px
}

#footer>ul {
    float: right;
    overflow: hidden
}

#footer>ul>li {
    float: left;
    margin: 0 5px
}

.vip_icon {
    position: relative;
    display: inline;
    zoom: 1;
    font-size: 14px;
    color: #b60c10;
    font-weight: 700;
    margin-left: 8px;
    font-family: "Century Gothic", Arial
}

.vip_icon>div {
    background: url(../images/vip_icon.png) repeat-x;
    height: 33px
}

.vip_icon>div.left,
.vip_icon>div.right {
    position: absolute;
    top: 0
}

.vip_icon>div.left {
    left: 0;
    width: 16px
}

.vip_icon>div.right {
    right: 0;
    background-position: -16px 0;
    width: 15px
}

.vip_icon>div.middle {
    background-position: 0 -33px;
    margin: 0 15px 0 16px;
    line-height: 34px
}

.vip_icon.small {
    font-size: 12px
}

.vip_icon.small>div {
    height: 31px
}

.vip_icon.small>div.left {
    background-position: 0 -66px;
    width: 11px
}

.vip_icon.small>div.right {
    background-position: -11px -66px;
    width: 14px
}

.vip_icon.small>div.middle {
    background-position: 0 -97px;
    margin: 0 14px 0 11px;
    line-height: 33px
}

#content,
#dropdown_menu_area,
#footer_area>div,
#header,
#kv,
#navi,
#primary,
#search_bar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

#content {
    padding: 0 16px
}

@media (max-width:1024px) {
    #header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 0 16px
    }

    #logo {
        position: static;
        margin: 12px 0
    }

    #nav-toggle {
        display: block
    }

    #functions {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        width: 100%;
        justify-content: flex-end;
        text-align: right
    }

    #functions>li {
        float: none;
        margin: 4px 0;
        width: auto
    }

    #search {
        max-width: 260px;
        width: 100%;
        margin-left: auto
    }

    #navi {
        display: none;
        height: auto;
        margin: 12px 0 0;
        padding: 16px;
        flex-direction: column;
        gap: 12px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 24px 40px rgba(0, 0, 0, .12);
        max-height: 75vh;
        overflow-y: auto
    }

    #navi.open {
        display: flex
    }

    #navi>li {
        float: none;
        width: 100%;
        flex: none;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        box-shadow: inset 0 0 0 1px rgba(208, 2, 40, .14)
    }

    #navi>div,
    #navi>li>div {
        display: none !important
    }

    #navi>li>a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 16px 18px;
        color: #d00228 !important;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        background: 0 0;
        box-shadow: none
    }

    #navi>li>a.sp_navi_botton,
    #navi>li>a.sp_navi_botton:hover {
        background: 0 0 !important;
        box-shadow: none !important;
        padding: 16px 18px !important;
        color: #d00228 !important;
        position: relative
    }

    #navi>li>a.sp_navi_botton .sp_bottons_left,
    #navi>li>a.sp_navi_botton .sp_bottons_right {
        display: none !important
    }

    #navi>li>a.sp_navi_botton .sp_bottons_center {
        display: block !important;
        background: 0 0 !important;
        padding: 0 !important;
        color: #d00228 !important;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        width: 100%;
        text-align: left
    }

    #dropdown_menu {
        position: static;
        padding: 16px 0
    }

    #dropdown_menu_area {
        width: 100%;
        height: auto;
        padding: 0 8px
    }

    #footer_area>div {
        padding: 24px 16px
    }

    #footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    #footer>div {
        float: none;
        margin: 0 0 12px
    }

    #footer>ul {
        float: none;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center
    }
}

@media (max-width:768px) {
    body {
        font-size: 14px
    }

    #functions {
        justify-content: center;
        text-align: center
    }

    #search {
        max-width: 100%
    }

    #permanent>li {
        float: none;
        display: inline-block;
        margin: 3px 6px
    }

    #navi>li {
        flex: 1 1 100%;
        max-width: none
    }

    #navi>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    #footer_area>div {
        padding: 24px 12px
    }
}

#navi {
    margin-bottom: 600px
}

#kv {
    width: 100%;
    height: 672px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

#kv>a {
    width: 100%;
    height: 672px;
    overflow: hidden;
    display: block
}

#kv_pager,
#kv_pager li {
    margin: 0;
    padding: 0;
    list-style: none
}

#kv_pager {
    position: absolute;
    overflow: hidden;
    top: -20px;
    right: 10px
}

#kv_pager li {
    float: left;
    margin: 0 3px
}

#kv_pager li a {
    background: url(../images/default_icon.png) -103px -29px;
    display: block;
    width: 10px;
    height: 10px
}

#kv_pager .activeSlide a,
#kv_pager li a:hover {
    background-position: -117px -29px
}

#primary {
    width: 1000px;
    position: relative;
    z-index: 40;
    margin: 430px auto 30px
}

#search_bar {
    background: url(../images/product_bg.png);
    height: 40px;
    width: 100%;
    position: relative;
    z-index: 10
}

#search_bar select {
    width: 150px
}

#search_bar>ul,
#search_bar>ul>li {
    margin: 0;
    padding: 0;
    list-style: none
}

#select_group {
    position: absolute;
    top: 8px;
    left: 25px
}

#search_bar>ul>li {
    float: left;
    color: #fff;
    margin-right: 10px;
    position: relative
}

#search_bar .select_product_title {
    height: 23px;
    line-height: 23px
}

#search_group {
    position: absolute;
    right: 0;
    top: 8px
}

#product_search>div {
    background: url(../images/search_bar.png);
    height: 21px
}

#product_search .left,
#product_search .right {
    position: absolute;
    top: 0;
    width: 13px;
    z-index: 1
}

#product_search .left {
    left: 0
}

#product_search .right {
    right: 0;
    background-position: -13px 0
}

#product_search .middle {
    height: 21px;
    margin: 0 13px;
    background-position: 0 -21px;
    background-repeat: repeat-x;
    position: relative;
    z-index: 5
}

#product_search .middle>input {
    border: none;
    font-size: 13px;
    color: #747474;
    margin: 1px 13px 0 0;
    background-color: transparent;
    width: 220px
}

#product_search .middle>a {
    position: absolute;
    top: 3px;
    right: -5px;
    display: block;
    width: 13px;
    height: 16px;
    background: url(../images/search_bar.png) 0 -42px
}

#product {
    border: 1px solid #dedede;
    border-top: none;
    background: #fff;
    position: relative;
    height: 163px;
    z-index: 9
}

#product .slide_btn {
    background: url(../images/product_slide_btn.png);
    width: 24px;
    height: 32px;
    position: absolute;
    bottom: -7px;
    cursor: pointer
}

#product #slide_left_btn {
    left: -1px
}

#product #slide_left_btn:hover {
    background-position: 0 -32px
}

#product #slide_right_btn {
    right: -1px;
    background-position: -24px 0
}

#product #slide_right_btn:hover {
    background-position: -24px -32px
}

#product #mask li,
#product #mask ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#mask {
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 20px;
    height: 115px
}

#mask li {
    float: left;
    width: 239px
}

#mask .product_img {
    float: left;
    display: block
}

#mask .product_content_area {
    float: right;
    width: 119px
}

#mask .product_title {
    font-weight: 700;
    margin-bottom: 5px;
    width: 119px;
    height: 1.5em;
    overflow: hidden
}

#mask .product_content {
    color: #666;
    line-height: 1.5em;
    height: 4.5em;
    width: 119px;
    overflow: hidden;
    margin-bottom: 5px
}

#mask .more {
    color: #e0002a;
    display: block;
    position: relative;
    padding-left: 17px
}

#mask .more>div {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/icon.png);
    top: 0;
    left: 0
}

#product_shadow {
    background: url(../images/product_bg_shadow.png) center center no-repeat;
    height: 18px
}

#unit_area,
#unit_area li,
#unit_area ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#unit_area>li {
    float: left
}

#unit_area #area_1 {
    width: 468px;
    min-height: 268px;
    margin: 0 30px
}

#unit_area .unit_title {
    font-size: 18px;
    margin-bottom: 10px
}

#unit_area #area_2 {
    width: 190px;
    margin-right: 40px
}

#area_2_contet {
    color: #333;
    line-height: 1.5em;
    margin-bottom: 15px
}

#area_2 a {
    color: #666
}

#area_2 li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px
}

#area_2 a:hover {
    background: 0 0;
    color: #fe8502
}

#area_2 li>div {
    background: url(../images/icon.png) -15px 0;
    width: 9px;
    height: 7px;
    position: absolute;
    left: 3px;
    top: 4px
}

#unit_area #area_3 {
    width: 220px
}

#area_3>a {
    display: block;
    margin-bottom: 5px
}

#area_3 a:hover {
    background: 0 0
}

#area_3 li {
    margin: 0 0 10px 25px;
    position: relative
}

#area_3 ul {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px
}

#area_3 .mark {
    background: url(../images/icon.png) -25px 0;
    width: 8px;
    height: 3px;
    position: absolute;
    left: -15px;
    top: 6px
}

#area_3 .date {
    color: #e0002a;
    margin-bottom: 4px
}

#area_3 .content {
    line-height: 1.5em;
    color: #666
}

#area_3 .more {
    text-align: right
}

#area_3 .more>a {
    color: #e0002a
}

@media (max-width:1024px) {
    #primary {
        width: 100%;
        margin: 60px auto 20px;
        padding: 0 16px;
        box-sizing: border-box
    }

    #kv {
        position: relative;
        height: auto;
        margin: 0 auto
    }

    #kv img,
    #kv>a {
        height: auto;
        width: 100%;
        position: relative;
        top: 0;
        left: 0
    }

    #search_bar {
        height: auto;
        padding: 16px 0
    }

    #search_group,
    #select_group {
        position: static;
        margin: 8px 0;
        text-align: center
    }

    #search_bar>ul>li {
        float: none;
        margin: 6px 0;
        text-align: center
    }

    #product {
        height: auto;
        padding-bottom: 16px
    }

    #mask {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: 100%
    }

    #mask ul {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 12px
    }

    #mask li {
        float: none;
        width: 240px
    }

    #unit_area {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }

    #unit_area>li {
        float: none;
        flex: 1 1 300px
    }
}

.home-page #primary {
    width: 100%;
    max-width: 1100px;
    padding: 0 16px;
    box-sizing: border-box
}

.home-page #content {
    padding: 0
}

.home-page #kv {
    width: 100%;
    padding-top: 38%;
    overflow: hidden
}

.home-page #kv>a {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
    background-position: center !important;
    display: none
}

.home-page #kv>a.cycle-slide-active,
.home-page #kv>a[style*="display: block"] {
    display: block !important
}

.home-page #search_bar {
    height: auto;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between
}

.home-page #search_group,
.home-page #select_group {
    position: static;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.home-page #search_bar>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0
}

.home-page #search_bar>ul>li {
    float: none;
    margin-right: 0;
    position: static
}

.home-page #product {
    height: auto;
    padding: 24px 0 8px;
    border-radius: 16px;
    box-shadow: 0 24px 40px rgba(16, 24, 40, .06);
    position: relative;
    overflow: hidden
}

.home-page #mask {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    gap: 16px;
    padding: 8px 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.home-page #mask::-webkit-scrollbar {
    display: none
}

.home-page #mask ul {
    flex: 0 0 240px;
    scroll-snap-align: start
}

.home-page #mask li {
    float: none;
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.home-page #mask .product_img {
    float: none;
    flex: 0 0 auto
}

.home-page #mask .product_content_area {
    float: none;
    width: 100%
}

.home-page #slide_left_btn,
.home-page #slide_right_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d00228;
    border-radius: 8px;
    cursor: pointer;
    z-index: 5
}

.home-page #slide_left_btn::after,
.home-page #slide_right_btn::after {
    color: #fff;
    font-size: 24px;
    line-height: 1
}

.home-page #slide_left_btn::after {
    content: '\2039'
}

.home-page #slide_right_btn::after {
    content: '\203A'
}

.home-page #slide_left_btn {
    left: 8px
}

.home-page #slide_right_btn {
    right: 8px
}

.home-page #unit_area {
    margin: 32px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0
}

.home-page #unit_area>li {
    float: none;
    flex: 1 1 320px;
    min-width: 0;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 24px 50px rgba(16, 24, 40, .06);
    padding: 24px;
    box-sizing: border-box
}

.home-page #area_1 table,
.home-page #area_1 table tbody,
.home-page #area_1 table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%
}

.home-page #area_1 table td {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 6px 0
}

.home-page #area_1 table td a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #d00228
}

.home-page #area_2 ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.home-page #area_2 li {
    flex: 1 1 160px;
    display: flex;
    align-items: center;
    gap: 8px
}

.home-page #area_2 li div {
    position: static;
    width: 6px;
    height: 6px;
    background: #d00228;
    border-radius: 50%
}

.home-page #area_3 ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.home-page #area_3 li {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.home-page #product_shadow {
    display: block
}

@media (max-width:1024px) {
    .home-page #primary {
        margin: 280px auto 24px
    }
}

@media (max-width:768px) {
    #primary {
        margin-top: 30px
    }

    #search_bar select,
    #unit_area table {
        width: 100%
    }

    .home-page #primary {
        margin: 48px auto 24px
    }

    .home-page #kv {
        margin-top: 0
    }

    .home-page #search_bar {
        flex-direction: column;
        align-items: stretch
    }

    .home-page #search_group,
    .home-page #select_group {
        justify-content: center;
        width: 100%
    }

    .home-page #search_bar>ul {
        justify-content: center
    }

    .home-page #unit_area>li {
        flex: 1 1 100%
    }
}

@media (max-width:480px) {
    .home-page #search_bar>ul {
        justify-content: center;
        text-align: center
    }

    .home-page #search_bar>ul>li {
        width: 100%
    }

    .home-page #mask {
        padding: 8px 12px
    }

    .home-page #mask ul {
        flex: 0 0 200px
    }
}

#unit_area #area_1 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px
}