@charset "UTF-8";

/*! * - v1.5.0 * Homepage: http://bqworks.com/slider-pro/ * Author: bqworks * Author URL: http://bqworks.com/ */
.slider-pro {
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.sp-slides-container {
    position: relative
}

.sp-mask {
    position: relative;
    overflow: hidden
}

.sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.sp-slide {
    position: absolute
}

.sp-image-container {
    overflow: hidden
}

.sp-image {
    position: relative;
    display: block;
    border: 0
}

.sp-no-js {
    overflow: hidden;
    max-width: 100%
}

.sp-thumbnails-container {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.sp-bottom-thumbnails,
.sp-top-thumbnails {
    left: 0;
    margin: 0 auto
}

.sp-top-thumbnails {
    position: absolute;
    top: 0;
    margin-bottom: 4px
}

.sp-bottom-thumbnails {
    margin-top: 4px
}

.sp-left-thumbnails,
.sp-right-thumbnails {
    position: absolute;
    top: 0
}

.sp-right-thumbnails {
    right: 0;
    margin-left: 4px
}

.sp-left-thumbnails {
    left: 0;
    margin-right: 4px
}

.sp-thumbnails {
    position: relative
}

.sp-thumbnail {
    border: 0
}

.sp-thumbnail-container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sp-rtl .sp-thumbnail-container {
    float: right
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
    margin-left: 2px;
    margin-right: 2px
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
    margin-left: 0
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child {
    margin-right: 0
}

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 2px;
    margin-bottom: 2px
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
    margin-top: 0
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
    margin-bottom: 0
}

.sp-right-thumbnails.sp-has-pointer {
    margin-left: -13px
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 18px;
    margin-left: 0 !important
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid red;
    left: 0;
    top: 0;
    margin-left: 13px
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-right: 13px solid red;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-left-thumbnails.sp-has-pointer {
    margin-right: -13px
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    right: 18px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid red;
    right: 0;
    top: 0;
    margin-right: 13px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    margin-top: -8px;
    border-left: 13px solid red;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    top: 18px;
    margin-top: 0 !important
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid red;
    top: 0;
    margin-top: 13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    margin-left: -8px;
    border-bottom: 13px solid red;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-top-thumbnails.sp-has-pointer {
    margin-bottom: -13px
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    bottom: 18px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid red;
    bottom: 0;
    margin-bottom: 13px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    border-top: 13px solid red;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden
}

.sp-black {
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, .7)
}

.sp-white {
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, .7)
}

.sp-rounded {
    border-radius: 10px
}

.sp-padding {
    padding: 10px
}

.sp-grab {
    cursor: url(images/openhand.cur), move
}

.sp-grabbing {
    cursor: url(images/closedhand.cur), move
}

.sp-selectable {
    cursor: default
}

.sp-caption-container {
    text-align: center;
    margin-top: 10px
}

.sp-full-screen {
    margin: 0 !important;
    background-color: #000
}

.sp-full-screen-button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sp-full-screen-button:before {
    content: '\2195'
}

.sp-fade-full-screen {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.slider-pro:hover .sp-fade-full-screen {
    opacity: 1
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.sp-rtl .sp-buttons {
    direction: rtl
}

.sp-full-screen .sp-buttons {
    display: none
}

.sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.sp-selected-button {
    background-color: #000
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .sp-button {
        width: 14px;
        height: 14px
    }
}

@media only screen and (min-width:568px) and (max-width:768px) {
    .sp-button {
        width: 16px;
        height: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .sp-button {
        width: 18px;
        height: 18px
    }
}

.sp-arrows {
    position: absolute
}

.sp-fade-arrows {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.sp-slides-container:hover .sp-fade-arrows {
    opacity: 1
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.sp-vertical .sp-arrows {
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -10px
}

.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer
}

.sp-vertical .sp-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
    left: 20px;
    right: auto
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 20px;
    left: auto
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    left: 20px;
    right: auto
}

.sp-vertical .sp-previous-arrow {
    top: 20px
}

.sp-vertical .sp-next-arrow {
    bottom: 20px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF
}

.sp-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0);
    transform: skew(145deg, 0)
}

.sp-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0);
    transform: skew(-145deg, 0)
}

.sp-horizontal.sp-rtl .sp-previous-arrow,
.sp-next-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ie7 .sp-arrow,
.ie8 .sp-arrow {
    width: 0;
    height: 0
}

.ie7 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie8 .sp-arrow:before {
    content: none
}

.ie7.sp-horizontal .sp-previous-arrow,
.ie8.sp-horizontal .sp-previous-arrow {
    border-right: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie7.sp-horizontal .sp-next-arrow,
.ie8.sp-horizontal .sp-next-arrow {
    border-left: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie7.sp-vertical .sp-previous-arrow,
.ie8.sp-vertical .sp-previous-arrow {
    border-bottom: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.ie7.sp-vertical .sp-next-arrow,
.ie8.sp-vertical .sp-next-arrow {
    border-top: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.sp-thumbnail-arrows {
    position: absolute
}

.sp-fade-thumbnail-arrows {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
    opacity: 1
}

.sp-bottom-thumbnails .sp-thumbnail-arrows,
.sp-top-thumbnails .sp-thumbnail-arrows {
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -7px
}

.sp-thumbnail-arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 25px;
    cursor: pointer
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.sp-top-thumbnails .sp-previous-thumbnail-arrow {
    left: 0
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
    right: 0
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
    top: 0
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
    bottom: 0
}

.sp-next-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF
}

.sp-previous-thumbnail-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg, 0);
    transform: skew(145deg, 0)
}

.sp-previous-thumbnail-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg, 0);
    transform: skew(-145deg, 0)
}

.sp-next-thumbnail-arrow:before {
    right: 30%;
    top: 0;
    -webkit-transform: skew(35deg, 0);
    transform: skew(35deg, 0)
}

.sp-next-thumbnail-arrow:after {
    right: 30%;
    top: 50%;
    -webkit-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0)
}

.ie7 .sp-thumbnail-arrow,
.ie8 .sp-thumbnail-arrow {
    width: 0;
    height: 0
}

.ie7 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie8 .sp-thumbnail-arrow:before {
    content: none
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
    border-left: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
    border-bottom: 12px solid #FFF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
    border-top: 12px solid #FFF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

a.sp-video {
    text-decoration: none
}

a.sp-video img {
    -webkit-backface-visibility: hidden;
    border: 0
}

a.sp-video:after {
    content: '\25B6';
    position: absolute;
    width: 45px;
    padding-left: 5px;
    height: 50px;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 30px;
    border-radius: 30px;
    top: 0;
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    margin: auto;
    line-height: 52px
}

.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
    max-width: none;
    max-height: none;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -mox-box-shadow: none !important;
    box-shadow: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.slider-pro a {
    position: static;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.slider-pro canvas,
.slider-pro embed,
.slider-pro iframe,
.slider-pro object,
.slider-pro video {
    max-width: none;
    max-height: none
}

.slider-pro p.sp-layer {
    font-size: 14px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h1.sp-layer {
    font-size: 32px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h2.sp-layer {
    font-size: 24px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h3.sp-layer {
    font-size: 19px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h4.sp-layer {
    font-size: 16px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h5.sp-layer {
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h6.sp-layer {
    font-size: 11px;
    line-height: 1.4;
    margin: 0
}

.slider-pro img.sp-layer {
    border: 0
}

.fs-preview-header {
    display: none
}

/*!* original.css*/
p {
    margin: 0
}

.fs-l-main {
    padding: 0;
    margin: 20px auto;
    max-width: 1080px
}

.fs-body-top .fs-l-main,
.fs-l-header {
    padding: 0;
    margin: 0 auto 0
}

.fs-body-top .fs-l-main {
    padding: 0 10px
}

.fs-l-footer {
    border-top: 0;
    margin-top: 0;
    background: #fff
}

.fs-p-cartItemNumber {
    font-size: .5rem;
    top: -3px !important;
    right: -3px !important
}

.tp_login.my-true,
.tp_logout.my-false,
.tp_mypage.my-false,
.tp_register.my-true {
    display: none
}

#_rcmdjp_display_1 {
    margin-bottom: 60px
}

/*!* ress.css*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

a:visited {
    color: #333
}

code,
kbd,
pre,
samp {
    font-family: monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden ~ =screen] {
        display: inherit
    }

    [hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.logout.my-false {
    display: none
}

.login.my-true {
    display: none
}

.regist.my-true {
    display: none
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}

a,
a img {
    color: #222;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    text-decoration: underline
}

a:hover img {
    opacity: .6
}

li {
    list-style: none
}

.imgmax {
    width: 100%;
    height: auto;
    line-height: 1rem;
    display: block
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%
}

#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    text-align: center;
    line-height: 1rem;
    font-size: 1rem;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4));
    background: #fff;
    padding-top: 7px
}

.pagetop--arr {
    width: 10px;
    height: 5px;
    margin-bottom: 5px
}

.fs-l-pageMain {
    max-width: 1080px;
    width: 100%
}

.c_red {
    color: #c1272d !important;
    font-weight: 700
}

.fs-c-heading--page {
    padding: 0 0 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px
}

.fs-l-header--min {
    border: 0
}

#global-nav {
    background: #fff;
    width: 100%;
    z-index: 1000
}

#global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0
}

#global-nav.m_move #cheader {
    padding: 10px
}

#intro__banner {
    background: #1b1464;
    padding: 15px 5%;
    text-align: center;
    z-index: 1
}

.intro__banner--img {
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}
.intro__banner--img img{
	width: 75%;
	margin: 0 auto;
}
.emergency {
    background: #6c6868;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 5px 5%
}

#cheader {
    padding: 30px 10px;
    max-width: 1080px;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

#logo,
#flogo,
#f-linklogo {
    fill: #494949
}

#icon_cart,
#icon_mymenu {
    fill: #040000
}

#icon_search,
#icon_favorite,
#icon_search--s,
#icon_search--nav {
    fill: none;
    stroke: #040000;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

#icon_cart,
#icon_search,
#icon_favorite {
    max-width: 20px
}

#icon_mymenu {
    max-width: 30px
}

.oceanweb__logo {
    max-width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%)
}

#cheader__topmenu {
    margin-left: auto;
    width: 335px
}

.ser-in,
.ser-in__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ser-in__top {
    margin-bottom: 12px
}

.ser-in__single {
    width: 76%;
    -webkit-box-shadow: 0 0 0 1px #d6d6d6 inset;
    box-shadow: 0 0 0 1px #d6d6d6 inset;
    padding: 1px 10px;
    border-radius: 3px
}

.ser-in__detail {
    width: 21%
}

.ser-in__detail--btn {
    color: #5b5b5b;
    padding: 1px 10px;
    font-size: 1.1rem;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    text-align: center;
    background: #e6e6e6
}

.ser-in__detail--btn:hover {
    color: #7b7b7b;
    background: #f5f5f5
}

.header-bar__search-input {
    border: 0
}

.header-bar__search-submit {
    background: 0;
    border: 0
}

.ser-in__detail--btn,
.header-bar__search-submit {
    cursor: pointer
}

.tp_act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tp_act--list {
    width: 33%;
    text-align: center;
    font-size: 10px;
    line-height: 1rem;
    font-weight: 700
}

.tp_act--list:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.tp_act--list:last-child .tp_act--a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.tp_act--a {
    background: #333;
    color: #fff !important;
    display: block;
    padding: 7px 5px
}

.re_login {
    background: #c1272d;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

#nav-toggle {
    height: 18px;
    width: 22px;
    cursor: pointer;
    z-index: 2;
    display: none
}

.cheader__intronews {
    margin-left: 10px;
    font-size: 1.3rem;
    line-height: 2rem
}

.nav-toggle__line {
    position: relative;
    width: 22px;
    letter-spacing: 1.3px;
    margin: 0 auto
}

.nav-toggle__line--span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #111;
    position: absolute;
    transition: top .2s ease, -webkit-transform .3s ease-in-out;
    -webkit-transition: top .2s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .2s ease;
    transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out
}

.nav-toggle__line--f {
    top: 0
}

.nav-toggle__line--s {
    top: 8px
}

.nav-toggle__line--t {
    top: 16px
}

.sp_head-act {
    display: none
}

.insert,
.user_name {
    padding: 0 5%
}

.insert {
    border-top: 1px solid #eee;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 15px;
    padding-top: 6px
}

.cate_nav,
.brand--cate_nav {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background: #f2f2f2;
    z-index: 200
}

.cate_nav--area {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.gnav__area--a.active + .cate_nav {
    max-height: 9000px;
    opacity: 1;
    overflow: auto;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background: #f2f2f2;
    z-index: 1100;
    padding: 20px
}

.middle-tits {
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin-bottom: 20px
}

.item__detail-recom__area {
    max-width: 1024px;
    margin: 0 auto
}

.gnav__mcates {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gnav__mcates--list {
    width: 16%;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left
}

.gnav__mcates--m {
    font-weight: 700;
    margin-bottom: 15px
}

.gnav__mcates--list dd {
    margin-bottom: 10px;
    font-size: 1.2rem;
    position: relative
}

.gnav__mcates--list dd a {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE0IDAuODQiPjx0aXRsZT5nbWF2X2xpbmU8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxyZWN0IHdpZHRoPSI5LjE0IiBoZWlnaHQ9IjAuODQiIHN0eWxlPSJmaWxsOiM3YTgzODciLz48L2c+PC9nPjwvc3ZnPg==) no-repeat left center;
    background-size: 10px 4px;
    padding-left: 20px;
    display: block
}

.gnav__mcates--list a {
    color: #7a8387
}

.salelist {
    width: 32%
}

.gnav__mcates--list--dl a {
    background: none !important
}

.salelist__ul {
    display: none;
    margin-left: 15px
}

.salelist__ul li {
    margin-top: 5px
}

.sale_key {
    width: 10px;
    height: 10px;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE0IDkuMTQiPjx0aXRsZT5nbWF2X2xpbmVfcGx1czwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PGcgaWQ9IuODrOOCpOODpOODvF8yLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEtMiI+PHJlY3QgeT0iNC4xNSIgd2lkdGg9IjkuMTQiIGhlaWdodD0iMC44NCIgc3R5bGU9ImZpbGw6IzdhODM4NyIvPjwvZz48L2c+PGcgaWQ9IuODrOOCpOODpOODvF8yLTMiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yLTMiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEtMiI+PHJlY3QgeD0iNC4xNSIgd2lkdGg9IjAuODQiIGhlaWdodD0iOS4xNCIgc3R5bGU9ImZpbGw6IzdhODM4NyIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat left center;
    background-size: 10px 10px;
    position: absolute;
    top: 3px;
    left: 0;
    cursor: pointer
}

.sale_key.active {
    width: 10px;
    height: 10px;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjE0IDAuODQiPjx0aXRsZT5nbWF2X2xpbmU8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxyZWN0IHdpZHRoPSI5LjE0IiBoZWlnaHQ9IjAuODQiIHN0eWxlPSJmaWxsOiM3YTgzODciLz48L2c+PC9nPjwvc3ZnPg==) no-repeat left center;
    background-size: 10px 10px;
    position: absolute;
    top: 3px;
    left: 0
}

@media screen and (min-width:960px) {
    .gnav__area--list:hover .cate_nav {
        max-height: 9000px;
        opacity: 1;
        overflow: auto;
        width: 100%;
        left: 0;
        text-align: center;
        position: absolute;
        background: #f2f2f2;
        z-index: 1100;
        padding: 20px
    }

    .brand_catebav--list:hover .brand--cate_nav {
        max-height: 9000px;
        opacity: 1;
        overflow: auto;
        width: 100%;
        left: 0;
        text-align: center;
        position: absolute;
        background: #f2f2f2;
        z-index: 1100;
        padding: 20px
    }
}

.sw_nav {
    left: 45%;
    width: 210px;
    margin-left: -105px;
    top: 156%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    max-height: 0
}

.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    max-height: 9999px;
    overflow: visible
}

.sw_nav--key {
    cursor: pointer
}

.baloon {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    padding: 10% 5%;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 -1px 15px #ccc
}

.baloon:after {
    left: 43%
}

.baloon:after {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    top: -10px;
    content: "";
    display: block;
    position: absolute;
    width: 0
}

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

.baloon__list:last-child {
    margin-bottom: 0
}

.cheader__topmenu--list:hover .sw_nav {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
    overflow: visible;
    max-height: 9999px
}

.spnav {
    opacity: 0;
    position: fixed;
    top: 0;
    left: -350px;
    z-index: 1000;
    height: 100vh;
    width: 350px;
    -webkit-transition: 1s;
    transition: 1s;
    padding-right: 50px
}

.spnav_search {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
    max-height: 0
}

.open .spnav {
    opacity: 1;
    left: 0
}

.open_detail .spnav_search {
    opacity: 1;
    left: 0;
    z-index: 1000;
    overflow: auto;
    max-height: 9999px
}

.spnav_search .scrolls {
    padding-top: 10px;
    max-width: 840px;
    margin: 0 auto
}

.snav__bg {
    display: none
}

.detail_serbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.detail_ser_dobble {
    width: 46%
}

.snav__search-submit {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    background: 0
}

.open .snav__bg,
.open_detail .snav__bg {
    display: block;
    z-index: 500;
    background: rgba(77, 77, 77, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.menu__bg {
    opacity: 0
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%
}

.inbox {
    width: 300px;
    margin: 0 auto;
    padding: 0 0 5%;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .4));
    height: 100vh;
    overflow: auto;
    background: #fff
}

.detail_inbox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20% 50px;
    height: 100vh;
    overflow: auto;
    background: #fff
}

#i_close {
    width: 16px;
    height: 16px
}

#i_close-search {
    width: 32px;
    height: 32px
}

.scrolls {
    padding-bottom: 140px
}

.hum_intro {
    background: #111;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px
}

.hum--snav__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 0 5px;
    background: #e6e6e6;
    border-radius: 4px;
    margin: 0 auto 10px
}

.hum_searcharea {
    border-bottom: 1px solid #e6e6e6
}

.hum_searcharea .snav__search__label {
    width: 90%
}

.hum_searcharea .snav__search__label-ser {
    background: 0;
    border: 0;
    font-size: 1.3rem
}

.hum_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6
}

.hum_nav--list {
    width: 50%;
    text-align: center;
    font-size: 1.4rem
}

.hum_nav--list:first-child {
    border-right: 1px solid #e6e6e6
}

.hum_nav--list--a {
    padding: 5%;
    display: block;
    background: #f9f9f9
}

.hum_nav--list--regist {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS44OCAyNSI+PHRpdGxlPmljb25fbXltZW51LWdyYXk8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODoeODi+ODpeODvOeUqCI+PHBhdGggZD0iTTE1LjMzLDE0Ljg0YTYuNDcsNi40NywwLDAsMSwzLjI3Ljg4LDYuNTgsNi41OCwwLDAsMSwyLjQsMi40LDYuNDEsNi40MSwwLDAsMSwuODgsMy4yN3YxLjI3QTIuMzQsMi4zNCwwLDAsMSwxOS41MywyNUgyLjM0QTIuMzIsMi4zMiwwLDAsMSwwLDIyLjY2VjIxLjM5YTYuMzIsNi4zMiwwLDAsMSwuODgtMy4yNyw2LjUzLDYuNTMsMCwwLDEsNS42Ni0zLjI4LDUuNDcsNS40NywwLDAsMSwxLjY2LjM1Yy40Ni4xMy44My4yMiwxLjEzLjI5YTgsOCwwLDAsMCwxLjYxLjE0LDguMTEsOC4xMSwwLDAsMCwxLjYxLS4xNGMuMjktLjA3LjY3LS4xNiwxLjEyLS4yOUE1LjU5LDUuNTksMCwwLDEsMTUuMzMsMTQuODRabTQuMiw3LjgyVjIxLjM5YTMuOTQsMy45NCwwLDAsMC01LjE3LTRBMTAuODIsMTAuODIsMCwwLDEsMTEsMThhMTEuMTUsMTEuMTUsMCwwLDEtMy40NC0uNTksNC42Nyw0LjY3LDAsMCwwLTEtLjE5LDQsNCwwLDAsMC0yLjk1LDEuMjQsNC4wNSw0LjA1LDAsMCwwLTEuMjUsM3YxLjI3Wm0tOC41OS04LjZhNi43Niw2Ljc2LDAsMCwxLTMuNTItMSw3LjE0LDcuMTQsMCwwLDEtMi41Ni0yLjU2QTYuNzYsNi43NiwwLDAsMSwzLjkxLDdhNi43LDYuNywwLDAsMSwxLTMuNTFBNy4xNyw3LjE3LDAsMCwxLDcuNDIsMWE3LDcsMCwwLDEsNywwQTcuMTksNy4xOSwwLDAsMSwxNywzLjUyLDYuOCw2LjgsMCwwLDEsMTgsNyw2Ljg2LDYuODYsMCwwLDEsMTcsMTAuNTVhNy4xNyw3LjE3LDAsMCwxLTIuNTcsMi41NkE2LjcsNi43LDAsMCwxLDEwLjk0LDE0LjA2Wm0wLTExLjcyQTQuNTMsNC41MywwLDAsMCw3LjYyLDMuNzEsNC41Myw0LjUzLDAsMCwwLDYuMjUsN2E0LjUzLDQuNTMsMCwwLDAsMS4zNywzLjMyLDQuNTMsNC41MywwLDAsMCwzLjMyLDEuMzcsNC41Myw0LjUzLDAsMCwwLDMuMzItMS4zN0E0LjUyLDQuNTIsMCwwLDAsMTUuNjIsN2E0LjUyLDQuNTIsMCwwLDAtMS4zNi0zLjMyQTQuNTMsNC41MywwLDAsMCwxMC45NCwyLjM0WiIgc3R5bGU9ImZpbGw6I2IzYjNiMyIvPjwvZz48L2c+PC9zdmc+) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 22px
}

.hum_nav--list--login {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNC4yMiAyNC4yMiI+PHRpdGxlPmljb25fbG9naW4tZ3JheTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Oh44OL44Ol44O855SoIj48cGF0aCBkPSJNMCwxMi4xMUExMS42OCwxMS42OCwwLDAsMSwxLjY0LDYuMDUsMTIuMjYsMTIuMjYsMCwwLDEsNi4wNSwxLjY0LDExLjc4LDExLjc4LDAsMCwxLDEyLjExLDBhMTEuNzIsMTEuNzIsMCwwLDEsNi4wNSwxLjY0LDEyLjIxLDEyLjIxLDAsMCwxLDQuNDIsNC40MSwxMS43OCwxMS43OCwwLDAsMSwxLjY0LDYuMDYsMTEuNzIsMTEuNzIsMCwwLDEtMS42NCw2LjA1LDEyLjE2LDEyLjE2LDAsMCwxLTQuNDIsNC40MiwxMS43MiwxMS43MiwwLDAsMS02LjA1LDEuNjQsMTEuNzgsMTEuNzgsMCwwLDEtNi4wNi0xLjY0LDEyLjIxLDEyLjIxLDAsMCwxLTQuNDEtNC40MkExMS42MiwxMS42MiwwLDAsMSwwLDEyLjExWm0yMS44OCwwYTkuNDMsOS40MywwLDAsMC0xLjMyLTQuODhBOS44NSw5Ljg1LDAsMCwwLDE3LDMuNjZhOS40Myw5LjQzLDAsMCwwLTQuODgtMS4zMkE5LjQzLDkuNDMsMCwwLDAsNy4yMywzLjY2LDkuODUsOS44NSwwLDAsMCwzLjY2LDcuMjNhOS40Myw5LjQzLDAsMCwwLTEuMzIsNC44OEE5LjQzLDkuNDMsMCwwLDAsMy42NiwxN2E5Ljg1LDkuODUsMCwwLDAsMy41NywzLjU3LDkuNDMsOS40MywwLDAsMCw0Ljg4LDEuMzJBOS40Myw5LjQzLDAsMCwwLDE3LDIwLjU2LDkuODUsOS44NSwwLDAsMCwyMC41NiwxNyw5LjQzLDkuNDMsMCwwLDAsMjEuODgsMTIuMTFabS0zLjUyLTFhLjU3LjU3LDAsMCwwLS4xNy0uNDEuNTUuNTUsMCwwLDAtLjQyLS4xN0gxMi4xMVY3LjI4YS41NC41NCwwLDAsMC0uMzctLjU0LjUxLjUxLDAsMCwwLS42MS4xTDYuMywxMS42N2EuNjIuNjIsMCwwLDAtLjIuNDQuNDcuNDcsMCwwLDAsLjIuMzlsNC44Myw0LjgzYS40OC40OCwwLDAsMCwuNjEuMTUuNTQuNTQsMCwwLDAsLjM3LS41NFYxMy42N2g1LjY2YS41NS41NSwwLDAsMCwuNDItLjE3LjU3LjU3LDAsMCwwLC4xNy0uNDFaIiBzdHlsZT0iZmlsbDojYjNiM2IzIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat left center;
    background-size: 12px 12px;
    padding-left: 22px
}

.hum--detailtit {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 20px 5%;
    color: #7a8387
}

.group_detail-btn {
    background: #f5b895;
    display: block;
    width: 80%;
    max-width: 400px;
    padding: 10px;
    font-size: 1.5rem;
    color: #fff;
    border: 0;
    margin: 30px auto 0
}

.detail_ser-box {
    padding: 5%
}

.detail_ser-box .side__palette {
    margin-bottom: 0
}

.detail_ser-box .side__search--price,
.detail_ser-input {
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #e6e6e6
}

.detail_ser-input {
    width: 100%;
    outline: 0
}

.ser-box-insert {
    position: relative
}

.detail_ser-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    background: transparent
}

.detail_ser-select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: ellipsis;
    border: 0;
    outline: 0;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.detail_ser-select::-ms-expand {
    display: none
}

.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background: #f2f2f2;
    padding: 5px
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 1.2em;
    right: .9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS4yMiA2LjMzIj48dGl0bGU+dW5fYXJyb3c8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSJQb1hkTXkiPjxwYXRoIGQ9Ik0xMS4yMi4yOWMtLjI0LjIxLS40My40Ni0uNjUuNjlzLS40NS40Ny0uNjUuNzFhNS43Nyw1Ljc3LDAsMCwxLS40Mi40NGwtLjM4LjRMOC43NCwzYy0uMjMuMjctLjUuNTItLjcyLjhzLS4zLjI5LS40NC40NGwtLjUuNTdjLS4xMi4xMy0uMjYuMjYtLjM4LjRTNi4yLDUuNjgsNiw2Yy0uMS4xMi0uMjIuMjQtLjMzLjM2czAsMC0uMDcsMEM1LjMzLDYsNSw1LjcyLDQuNzcsNS40MmMtLjEyLS4xNC0uMjctLjI4LS4zOS0uNDJTNCw0LjYsMy44Myw0LjM5QTUuNCw1LjQsMCwwLDAsMy40Miw0Yy0uMTgtLjE5LS4zNi0uMzktLjUzLS41OVMyLjYyLDMuMSwyLjQ5LDNzLS4xOC0uMjEtLjI4LS4zMWEzLjg1LDMuODUsMCwwLDEtLjI3LS4zYy0uMTMtLjE1LS4yOC0uMjgtLjQyLS40M3MtLjI1LS4yNi0uMzctLjRMLjc4LDEuMTEuMDguMzdBLjIuMiwwLDAsMSwuMTcsMCwuNC40LDAsMCwxLC40NS4wN2wuNjEuNjZjLjE2LjE4LjMxLjM4LjQ5LjU2cy4yNy4yOC40MS40MmE0LjM4LDQuMzgsMCwwLDEsLjM2LjM5Yy4xLjEzLjIyLjI1LjMzLjM3bC40LjQyYy4xOC4yLjM2LjQxLjU1LjYxcy4yNy4yOS40Mi40M2EyLjkyLDIuOTIsMCwwLDEsLjM0LjM3Yy4xLjE0LjIzLjI1LjMzLjM4cy4yNi4yNi4zOC40bC40NC40OWMuMDguMDguMTIuMDguMTgsMCwuMjEtLjI2LjQ0LS40OS42Ni0uNzRsLjQtLjQyYy4xOC0uMTkuMzYtLjM5LjUzLS41OXMuMjctLjI4LjQtLjQyUzcuODYsMy4yLDgsMy4xYTMuNzMsMy43MywwLDAsMCwuMjYtLjNjLjEzLS4xNS4yOS0uMjguNDItLjQzcy40Ny0uNDkuNjgtLjc1Yy4wNy0uMDkuMTctLjE3LjI1LS4yNkE0Ljg5LDQuODksMCwwLDAsMTAsMWMuMTEtLjE0LjI0LS4yNy4zNi0uNDFzLjI5LS4yOS40My0uNDQuMjMtLjE0LjM2LDBsLjEuMDZaIi8+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat center center;
    width: 10px;
    height: 10px;
    pointer-events: none
}

.detail_ser-select {
    padding: 8px 38px 8px 8px;
    color: #666
}

.close_btn {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 0
}

.search-close_btn {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 5%;
    right: 5%
}

.hum--end {
    position: relative;
    width: 80%;
    max-width: 400px;
    text-align: center;
    background: #7a8387;
    margin: 30px auto 0;
    color: #fff;
    font-size: 1.6rem !important;
    top: auto;
    right: auto
}

.close_btn,
.brand-close_btn,
.search-close_btn {
    cursor: pointer;
    z-index: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6rem;
    font-size: .8rem;
    -webkit-transition: .3s;
    transition: .3s
}

.close_btn:hover,
.search-close_btn:hover {
    opacity: .6
}

.brand-close_btn {
    display: none
}

.user_name {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 12px auto
}

.link_color--blue {
    color: #00a0e9 !important
}

#gnav {
    position: relative;
    background: #fff;
    color: #fff
}

.gnav__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1060px;
    width: 90%;
    margin: 0 auto;
    padding-left: 20px
}

.gnav__area--a {
    display: block;
    padding: 10px 5%;
    color: #656565 !important;
    position: relative
}

.gnav__area--list:hover .gnav__area--a::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #fff;
    z-index: 2000
}

.gnav__area--list {
    width: 16.66666%;
    width: calc(92% / 6);
    text-align: center;
    font-family: 'Lato', sans-serif
}

.gnav__area--icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjUyIDUuMDIiPjx0aXRsZT5pY29uX3VuZGVyLWFycm93PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cG9seWdvbiBwb2ludHM9IjQuMjYgNS4wMiA1LjAyIDQuMjYgNS4wMiA0LjI2IDguNTIgMC43NiA3Ljc2IDAgNC4yNiAzLjUgMC43NiAwIDAgMC43NiAzLjUgNC4yNiAzLjUgNC4yNiA0LjI2IDUuMDIiIHN0eWxlPSJmaWxsOiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat right center / 11px 6px;
    padding-right: 20px
}

.active .gnav__area--icon {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOC41IDUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDguNSA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjx0aXRsZT5pY29uX3VuZGVyLWFycm93PC90aXRsZT4KPGcgaWQ9IuODrOOCpOODpOODvF8yXzFfIj4KCTxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIj4KCQk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjMuNSwwLjggMy41LDAuOCAwLDQuMyAwLjgsNSA0LjMsMS41IDcuOCw1IDguNSw0LjMgNSwwLjggNSwwLjggNC4zLDAgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K) no-repeat right center / 11px 6px;
    padding-right: 20px
}

.pc_cart {
    z-index: 10;
    width: 20px;
    height: 20px;
    margin-left: auto;
    position: relative
}

.icon_cart-w {
    width: 20px;
    height: 20px
}

.nav__tit {
    background: #7a8387;
    padding: 8px 5%;
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 700;
    color: #fff
}

.sp__navarea,
.sp__footnavarea {
    font-size: 1.3rem;
    line-height: 1.3rem
}

.spnav .groupnav--key,
#sp--footcate .groupnav--key,
.sp__navarea--single--a,
.sp__footnavarea--list--app {
    border-bottom: 1px solid #ccc;
    padding: 15px 5%
}

.side_content .groupnav {
    margin-bottom: 40px
}

.sp__footnavarea--list--app {
    background: #f5f5f5
}

.sp__navarea--single--a {
    display: block;
    width: 100%
}

.sp__footnavarea--guidetit {
    font-size: 1.3rem;
    line-height: 1.3rem
}

.sp__footnavarea--a {
    border-bottom: 1px solid #ccc;
    padding: 15px 5%;
    display: block
}

.sp__footnavarea--guidetit {
    padding: 10px 5%;
    display: block;
    background: #e6e6e6;
    font-weight: 700
}

.sp_fnav-bg-gray {
    background: #f9f9f9 !important
}

.spnav .groupnav--child,
#sp--footcate .groupnav--child {
    display: none
}

.spnav .blocks,
#sp--footcate .blocks {
    display: block
}

.spnav .groupnav--child--a,
#sp--footcate .groupnav--child--a,
.child--list--ank,
.spnav .grandchild--a,
#sp--footcate .grandchild--a {
    display: block;
    padding: 15px 5%
}

.spnav .groupnav--all--a {
    display: block;
    padding: 15px 5%;
    border-bottom: 1px solid #ccc
}

.spnav .groupnav--child--a,
#sp--footcate .groupnav--child--a,
.child--list--ank {
    border-bottom: 1px solid #ccc
}

.spnav .grandchild--a,
#sp--footcate .grandchild--a {
    border-bottom: 1px solid #ccc;
    background-color: #eaeaea
}

.spnav .grandchild--list:last-child .grandchild--a,
#sp--footcate .grandchild--list:last-child .grandchild--a {
    border-bottom: 0
}

.spnav .grandchild--list,
#sp--footcate .grandchild--list {
    background: #eaeaea
}

.spnav .groupnav--child--a,
#sp--footcate .groupnav--child--a {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTEuODUgMjU3LjU3Ij48dGl0bGU+dW5fYXJyb3c8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IkNhcGFfMSIgZGF0YS1uYW1lPSJDYXBhIDEiPjxwYXRoIGQ9Ik0yMDMuNTUsMjQ4LjMsOS4yNyw1NEEzMS42NCwzMS42NCwwLDAsMSw1NCw5LjI3TDIyNS45MywxODEuMTgsMzk3LjgzLDkuMjdBMzEuNjQsMzEuNjQsMCwwLDEsNDQyLjU4LDU0TDI0OC4yOSwyNDguMzFhMzEuNjQsMzEuNjQsMCwwLDEtNDQuNzQsMFoiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat 95% 50% / 10px 6px
}

.child--list--ank,
.spnav .grandchild--a,
#sp--footcate .grandchild--a,
.sp__navarea--single--a,
.line__btn--icon,
.sp__footnavarea--a {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTcuNTcgNDUxLjg1Ij48dGl0bGU+cl9hcnJvdzwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggZD0iTTI0OC4zLDI0OC4yOSw1NCw0NDIuNTdBMzEuNjQsMzEuNjQsMCwwLDEsOS4yNywzOTcuODNMMTgxLjE4LDIyNS45Miw5LjI3LDU0QTMxLjY0LDMxLjY0LDAsMCwxLDU0LDkuMjdMMjQ4LjMxLDIwMy41NWEzMS42NCwzMS42NCwwLDAsMSwwLDQ0Ljc0WiIvPjwvZz48L2c+PC9zdmc+) no-repeat 95% 50% / 6px 10px
}

.side_content .groupnav--list:nth-last-child(-n+4) {
    display: none
}

.spnav .groupnav--grandchild,
#sp--footcate .groupnav--grandchild {
    border-bottom: 1px solid #ccc
}

.spnav .side_cate--app_a--min,
#sp--footcate .side_cate--app_a--min {
    display: none
}

.uncle--list:last-child {
    border-bottom: 0
}

.spnav .up_arrow,
.spnav .down_arrow.active,
.spnav .groupnav--child--a.active,
#sp--footcate .up_arrow,
#sp--footcate .down_arrow.active,
#sp--footcate .groupnav--child--a.active,
.f--down_arrow.active {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUxLjkgMjU3LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS45IDI1Ny42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjx0aXRsZT51bl9hcnJvdzwvdGl0bGU+CjxnPgoJPGcgaWQ9IkNhcGFfMSI+CgkJPHBhdGggZD0iTTI0OC41LDkuNmwxOTQuMywxOTQuM2MxMiwxMi43LDExLjUsMzIuNy0xLjIsNDQuN2MtMTIuMiwxMS42LTMxLjMsMTEuNi00My41LDBMMjI2LjEsNzYuN0w1NC4yLDI0OC43CgkJCWMtMTIuNSwxMi4yLTMyLjYsMTEuOC00NC43LTAuN2MtMTEuOS0xMi4zLTExLjktMzEuOCwwLTQ0TDIwMy44LDkuNkMyMTYuMS0yLjcsMjM2LjItMi43LDI0OC41LDkuNkwyNDguNSw5LjZ6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat 95% 50% / 10px 6px
}

.spnav .up_arrow.active,
.spnav .down_arrow,
#sp--footcate .up_arrow.active,
#sp--footcate .down_arrow,
.f--down_arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTEuODUgMjU3LjU3Ij48dGl0bGU+dW5fYXJyb3c8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IkNhcGFfMSIgZGF0YS1uYW1lPSJDYXBhIDEiPjxwYXRoIGQ9Ik0yMDMuNTUsMjQ4LjMsOS4yNyw1NEEzMS42NCwzMS42NCwwLDAsMSw1NCw5LjI3TDIyNS45MywxODEuMTgsMzk3LjgzLDkuMjdBMzEuNjQsMzEuNjQsMCwwLDEsNDQyLjU4LDU0TDI0OC4yOSwyNDguMzFhMzEuNjQsMzEuNjQsMCwwLDEtNDQuNzQsMFoiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat 95% 50% / 10px 6px
}

.spnav .bg_mild-gray,
.spnav .groupnav--child--a.active.bg_mild-gray,
#sp--footcate .bg_mild-gray,
#sp--footcate .groupnav--child--a.active.bg_mild-gray {
    background-color: #f9f9f9
}

.snav__sns,
.foot__snav__sns,
.side__snav__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.snav__sns {
    margin: 30px auto 0
}

.snav__sns--list {
    width: 30px;
    height: 30px;
    margin: 0 3%
}

.sp-image {
    width: 100%;
    height: auto
}

.slide_mtit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 4rem;
    color: #fff;
    line-height: 5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 4px;
    text-align: center
}

.slide_mtit p {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-5deg)
}

.under_scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    line-height: 2rem;
    letter-spacing: 2px;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    border-bottom: 2px solid #fff;
    padding: 0 10px 20px
}

.under_scroll--a {
    color: #fff !important
}

.under_scroll--a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes sdb {
    0 {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        opacity: 0
    }
}

@keyframes sdb {
    0 {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        transform: rotate(-45deg) translate(-10px, 10px);
        opacity: 0
    }
}

#wide {
    margin-bottom: 50px
}

.sp-slides-container .sp-slide {
    position: absolute;
    opacity: .4
}

.sp-slides-container .sp-selected {
    opacity: 1
}

.sp-button {
    border: none !important;
    background: #b3b3b3;
    width: 6px !important;
    height: 6px !important;
    margin: 4px 8px 6px !important
}

.fs-c-slick .slick-dots li {
    margin: 3px 10px 10px
}

.tp_content {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.special_ban {
    max-width: 800px;
    margin: 0 auto 50px
}

.side_content {
    width: 21.67%;
    max-width: 220px
}

.m_contents,
.fs-l-pageMain {
    width: 76.1%;
    max-width: 790px
}

#fs_Login .fs-l-pageMain,
#fs_Register .fs-l-pageMain,
#fs_CustomPage .fs-l-pageMain,
#fs_ShoppingCart .fs-l-pageMain,
#fs_ShoppingCartLogin .fs-l-pageMain,
#fs_PasswordReminder .fs-l-pageMain {
    width: 100%;
    max-width: 1080px
}

.side_content--banner--list {
    margin-bottom: 20px
}

.m_tit__area {
    text-align: center;
    margin-bottom: 25px
}

.m_tit--eng {
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 4px;
    line-height: 3.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900
}

.m_tit--ja {
    font-weight: 400;
    font-size: 1.4rem
}

.feature_recommend,
.scene__area,
.new_arrival__area,
.styling__area,
.item__detail-recom__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 35px;
    width: calc(100%+1%)
}

.item__detail-recom__area {
    margin-bottom: 0
}

.feature_recommend--list {
    margin: 0 8px 0
}

.feature_recommend--img {
    margin-bottom: 10px
}

.pickup__brand--list {
    overflow: hidden
}

.pickup__brand {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24%;
    grid-template-columns: 24%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 10px 12px;
    margin-bottom: 20px
}

.pickup__brand a {
    display: block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.spbrand {
    display: none
}

.pickup__brand a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.pickup__brand--list:nth-child(9) {
    display: none
}

.pickup__brand--list--a:hover img {
    opacity: 1
}

.grid_item1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3
}

.pickup__brand--list:nth-child(2) {
    -ms-grid-column: 3
}

.pickup__brand--list:nth-child(3) {
    -ms-grid-column: 4
}

.pickup__brand--list:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2
}

.pickup__brand--list:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2
}

.pickup__brand--list:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.pickup__brand--list:nth-child(7) {
    -ms-grid-column: 2;
    -ms-grid-row: 3
}

.grid_item8 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .grid_item1,
    .pickup__brand--list:nth-child(2),
    .pickup__brand--list:nth-child(4),
    .pickup__brand--list:nth-child(5) {
        margin: 0 12px 10px 0
    }

    *::-ms-backdrop,
    .pickup__brand--list:nth-child(3) {
        margin: 0 0 10px 0
    }

    *::-ms-backdrop,
    .pickup__brand--list:nth-child(6) {
        margin: 0 12px 0 0
    }

    *::-ms-backdrop,
    .pickup__brand--list:nth-child(7) {
        margin: 0 12px 0 0
    }

    *::-ms-backdrop,
    .fs-l-product4 .fs-l-productLayout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    *::-ms-backdrop,
    .fs-l-product4 .fs-l-productLayout__item--1 {
        width: 45%;
        margin-right: 5%
    }

    *::-ms-backdrop,
    .fs-l-product4 .fs-l-productLayout__item--2 {
        width: 50%
    }

    *::-ms-backdrop,
    .fs-c-variationCart > li {
        display: -ms-flexbox;
        display: flex
    }
}

.line__btn {
    text-align: right
}

.line__btn--icon {
    padding-right: 20px
}

.base_unline {
    margin-bottom: 70px
}

.styling__area--list {
    width: 23.5%;
    margin: 0 2% 2% 0
}

.styling__area--list:nth-child(4n) {
    margin-right: 0
}

.tp_topnews {
    border-bottom: 1px solid #7a837d;
    padding-bottom: 10px
}

.tp_topnews,
.tp_topnews-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tp_topnews,
.tp_topnews-news,
.tp_topnews-news__a {
    color: #7a8387
}

.tp_topnews--tit {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    letter-spacing: 2px;
    padding-right: 20px;
    margin-right: 5%;
    width: 10%
}

.tp_topnews-news {
    width: 90%
}

.tp_topnews-news__date {
    margin-right: 5%
}

.scene__area--list {
    width: 49%;
    margin: 0 2% 2% 0
}

.scene__area--list:nth-child(2n) {
    margin-right: 0
}

.new_arrival__area--list {
    margin: 0 1% 4% 0;
    font-size: 1.2rem;
    line-height: 1.8rem
}

.new_arrival__area--list--a {
    margin-bottom: 10px;
    display: block;
    position: relative
}

.item__brandname,
.item__price {
    font-weight:
}

.ranking_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #7a8387
}

.ranking_tab--list {
    margin: 0 15px;
    cursor: pointer;
    padding: 0 15px 10px;
    font-family: 'Lato', sans-serif
}

.ranking_tab--list.select {
    border-bottom: 5px solid #f5b895;
    color: #f5b895
}

.hide {
    display: none
}

.ranking__sq {
    background: #222;
    padding: 8px 9px;
    font-size: 1.2rem;
    line-height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10
}

.new_arrival__area--list:nth-child(10) .ranking__sq {
    padding: 8px 7px
}

.new_arrival__area--list:first-child .ranking__sq {
    background: #bfa980
}

.new_arrival__area--list:nth-child(2) .ranking__sq {
    background: #b3b3b3
}

.new_arrival__area--list:nth-child(3) .ranking__sq {
    background: #754c24
}

.trands__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.trands__area--list {
    margin: 0 2% 2% 0
}

.trands__area--a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
    color: #999 !important;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.trands__area--a:hover {
    background: #f5b895;
    color: #fff !important;
    padding: 10px;
    opacity: 1
}

.trands__area--word {
    font-weight: 700
}

.campaign__area--img {
    margin-bottom: 20px
}

.feature_recommend .slick-arrow,
.campaign__area .slick-arrow {
    position: absolute;
    top: 38%;
    z-index: 2;
    text-indent: -9000px;
    width: 30px;
    height: 30px;
    display: block;
    border: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.campaign__area .slick-arrow:hover {
    opacity: .6
}

.campaign__area li {
    margin: 0 12px
}

.feature_recommend .slick-prev,
.campaign__area .slick-prev {
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHRpdGxlPmljb25fcHJldjwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBzdHlsZT0iZmlsbDojN2E4Mzg3Ii8+PHBvbHlnb24gcG9pbnRzPSI5LjI1IDE1IDEwLjYxIDE2LjM2IDEwLjYxIDE2LjM2IDE2Ljg4IDIyLjYzIDE4LjIzIDIxLjI3IDExLjk3IDE1IDE4LjIzIDguNzMgMTYuODggNy4zOCAxMC42MSAxMy42NCAxMC42MSAxMy42NCA5LjI1IDE1IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center center;
    background-size: 30px 30px
}

.feature_recommend .slick-next,
.campaign__area .slick-next {
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHRpdGxlPmljb25fbmV4dDwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMCAzMCkgcm90YXRlKDE4MCkiIHN0eWxlPSJmaWxsOiM3YTgzODciLz48cG9seWdvbiBwb2ludHM9IjIwLjc1IDE1IDE5LjM5IDEzLjY0IDE5LjM5IDEzLjY0IDEzLjEzIDcuMzggMTEuNzcgOC43MyAxOC4wMyAxNSAxMS43NyAyMS4yNyAxMy4xMyAyMi42MyAxOS4zOSAxNi4zNiAxOS4zOSAxNi4zNiAyMC43NSAxNSIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
    background-size: 30px 30px
}

.c-topics-date {
    color: #666
}

.post_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row
}

.post_area--list {
    width: 32%;
    margin: 0 2% 4% 0
}

.post_area--list:nth-child(3n) {
    margin-right: 0
}

.post_area--img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    margin: 0 auto 10px
}

.post_area--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;
    height: auto
}

.post_cate {
    width: 60%;
    line-height: 1.6
}

.post_cate--a,
.post_cate span {
    width: 100%;
    text-align: center;
    display: block;
    background: #f4dbb3;
    border-radius: 30px;
    color: #a67c52 !important;
    font-size: 12px;
    padding: 3px
}

.post_area--tit,
.post_area--tit a {
    line-height: 1.6
}

.post_area--caps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

#sp--footcate {
    display: none
}

.footer__brand {
    background: #f5f5f5;
    padding: 4% 5% 30px
}

.footer__brand--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1024px;
    margin: 0 auto
}

.footer__brand--label--list {
    width: 18%;
    margin: 0 2.5% 2% 0;
    text-align: center;
    height: 100%
}

.footer__brand--label--list:nth-child(5n) {
    margin-right: 0
}

.footer__brand--label--list:nth-child(n+6) .brand--label--fit {
    max-width: 67%
}

#sp--foothistory,
.sp_foot-bannerarea {
    display: none
}

.label-image {
    background: #fff;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.brand--label--fit {
    max-width: 50%
}

.foot__linkarea {
    max-width: 1044px;
    margin: 30px auto;
    padding: 0 10px
}

.foot__linkarea--stl,
.footer_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.foot__linkarea--stl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.foot__linkarea--stl {
    margin-bottom: 30px
}

.foot__linkarea--list {
    width: 30%
}

.foot__linkarea--list:first-child {
    width: 37%
}

.foot__linkarea--mig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.foot__linkarea--tit {
    font-weight: 700;
    margin-right: 30px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    letter-spacing: 2px
}

.foot__linkarea--fro {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px
}

.footsize {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0
}

.footer_navi--list {
    width: 24%;
    text-align: center
}

.footer_navi {
    margin-bottom: 20px
}

.footer_navi--txt {
    line-height: 1rem
}

.footer_navi--a {
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5%;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    color: #b3b3b3 !important
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .footer_navi--a {
        height: inherit !important
    }

    *::-ms-backdrop,
    .footer_navi--img {
        height: 33px
    }

    *::-ms-backdrop,
    .f_iconfirst {
        height: 13px
    }

    *::-ms-backdrop,
    .footer_navi--list:nth-child(4) .footer_navi--img {
        height: 26px
    }
}

.footer_navi--img {
    width: 20px;
    margin: 0 auto
}

.f_iconfirst {
    width: 100px;
    margin: 10px auto
}

.f_iconlast {
    margin: 3px auto
}

.footer__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__policy--list {
    margin: 0 2%;
    font-size: 1.1rem
}

.sp_foot-bannerarea,
#sp--foothistory {
    display: none
}

.copy {
    padding: 10px;
    text-align: center;
    font-size: 1rem
}

.ser-in {
    margin-bottom: 30px
}

.snav__search,
.sp_detail-search {
    display: none
}

.form--sys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form--sys__label {
    max-width: 187px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3rem
}

.aside-ser {
    width: 100%;
    padding: 7px 8px;
    border: 1px solid #eee
}

.aside__search-submit {
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #111;
    border: 0
}

.aside__search {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
    width: 14px;
    height: 14px;
    display: block
}

.side_cate--tit {
    font-size: 1.5rem
}

.side_cate--titeng {
    text-align: center;
    background: #7a8387;
    color: #fff;
    padding: 10px 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 2px
}

.side_cate {
    margin: 0 0 30px 0
}

.side_content .label_detail {
    display: none
}

.side_content .groupnav--child--list {
    font-size: 1.4rem;
    position: relative
}

.side_content .groupnav--child--a {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.side_content .groupnav--child--list:hover .groupnav--child--a,
.side_content .groupnav--all--a:hover {
    display: block;
    color: #f5b895;
    opacity: 1;
    text-decoration: underline
}

.side_content .side_cate--app_a--min {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 200px;
    left: 80%;
    top: -30px;
    position: absolute;
    z-index: 1000
}

.side_content .groupnav--child--list:hover .side_cate--app_a--min {
    max-height: 9999px;
    opacity: 1;
    margin-top: 0;
    padding: 0 0 0 15px;
    width: 200px
}

.side_content .groupnav--grandchild {
    background: #f2f2f2;
    padding: 20px
}

.side__search--price {
    padding: 10px;
    width: 44%;
    border: 1px solid #e6e6e6
}

.side_content .groupnav--key,
.side_cate--category {
    margin: 30px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: block;
    color: #4d4d4d;
    font-weight: 700;
    padding-bottom: 5px;
    pointer-events: none
}

#sp--footcate .groupnav--all--a {
    display: block;
    padding: 15px 5%;
    border-bottom: 1px solid #ccc
}

.side_content .side_off {
    display: none
}

.spnav .side_on,
#sp--footcate .side_on {
    display: none
}

.side_cate--block {
    margin: 15px auto 40px
}

.side__search--submitarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 0
}

.side__search--submit {
    background: #e6e6e6;
    color: #999;
    padding: 5px;
    border-radius: 30px;
    width: 60%;
    font-weight: 700;
    border: 0
}

.side__palette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px auto 40px
}

.side__palette--a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.side__palette--list {
    width: 48%;
    margin: 0 4% 4% 0;
    font-size: 1.3rem
}

.detail_ser-box .side__palette--list {
    width: 15%;
    margin: 0 2% 2.6% 0;
    text-align: center;
    line-height: 1.4rem
}

.detail_ser-box .side__palette--list:nth-child(2n) {
    margin: 0 2% 2.6% 0
}

.detail_ser-box .side__palette--list:nth-child(6n) {
    margin: 0 0 2.6% 0
}

.detail_ser-box .side__palette--list:first-child rect {
    stroke: #efefef !important
}

.detail_ser-box .side__palette--a {
    display: none
}

.detail_ser-box svg {
    width: 100%;
    height: auto
}

.detail_ser-box label {
    cursor: pointer;
    display: grid;
    font-size: 1.1rem
}

.detail_ser-box label:before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 50px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-radius: 6px
}

.detail_ser-box input[type=checkbox]:checked + label:before {
    color: #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.label_detail.selected:before {
    -webkit-box-shadow: 0 0 6px 4px #ccc;
    box-shadow: 0 0 6px 4px #ccc
}

.label__white:before {
    background: #fff;
    border: 1px solid #eee
}

.label__black:before {
    background: #000
}

.label__gray:before {
    background: #a9a9a9
}

.label__beige:before {
    background: #ffeabf
}

.label__khaki:before {
    background: #575536
}

.label__red:before {
    background: #fd0100
}

.label__yellow:before {
    background: #ffff02
}

.label__green:before {
    background: #3bb371
}

.label__blue:before {
    background: #0166e4
}

.label__navy:before {
    background: #010080
}

.label__pink:before {
    background: #fc6ab5
}

.label__orange:before {
    background: #ff8a00
}

.detail_ser-box input[type=checkbox] {
    visibility: hidden
}

.side__palette--list:nth-child(2n) {
    margin-right: 0
}

.side_history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 60px
}

.side_history--list {
    width: 48%;
    margin: 0 4% 4% 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 700
}

.side_history--list:nth-child(2n) {
    margin-right: 0
}

.color__icon {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.side_brand {
    margin: 20px 0 0 0
}

.side__snav__sns {
    margin: 30px auto
}

.sidesize {
    width: 20px;
    height: 20px
}

.fs-c-breadcrumb {
    width: 100%;
    padding: 0 2%;
    text-align: right;
    font-size: 1rem
}

#fs_ProductDetails .fs-l-pageMain {
    width: 100%;
    max-width: 1120px
}

.fs-c-productList__list__item {
    position: relative
}

.fs-c-productName__copy,
.fs-c-productName__variation {
    font-size: 1.5rem;
    line-height: 2.2rem
}

.fs-c-subgroup .fs-c-listControl {
    display: none
}

.fs-c-productListItem__productName {
    font-size: 1.2rem
}

.fs-c-productName__name {
    font-weight: 500
}

.fs-c-productName__copy {
    margin-bottom: 10px
}

.fs-c-productList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.fs-c-productList__list .fs-c-productMarks {
    margin: 5px auto;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 2
}

.fs-c-productListItem__salesPeriod,
.fs-c-productListItem__preorderMessage {
    display: none
}

.fs-c-productList__list__item {
    width: 18.4%;
    margin: 0 2% 4% 0;
    border: 0;
    padding: 0
}

.fs-c-productList__list .fs-c-productPrice {
    font-size: 1.2rem
}

.fs-c-productList__list__item:nth-child(5n) {
    margin-right: 0
}

.fs-c-productListItem__image__image {
    -webkit-transition: .3s;
    transition: .3s
}

.fs-c-productListItem__image__image:hover {
    opacity: .7
}

.fs-c-productListItem__viewMoreImageButton {
    display: none
}

.fs-c-productList__controller,
.fs-c-coordinationList__controller,
.fs-c-staffList__controller {
    margin: 0 0 60px;
    border-bottom: 1px solid #ccc
}

.fs-c-productList__controller {
    border-bottom: 0
}

.fs-c-sortItems__list__item__label {
    padding: 5px 12px;
    border-right: 1px solid #ccc;
    line-height: 1rem
}

.fs-c-sortItems__label {
    padding: 5px;
    line-height: 1rem;
    margin-right: 10px
}

.fs-c-sortItems {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fs-c-sortItems__list__item.is-active {
    background: #111
}

.fs-c-subgroupList__link {
    border: 0;
    background: #fff;
    padding: 2% 5%;
    font-size: 1.3rem
}

.fs-c-subgroupList__link::after {
    font-size: 1.2rem
}

.fs-c-subgroupList__item {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    margin-left: 0;
    margin-top: 0;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.fs-c-listControl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.fs-c-productList__controller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.fs-c-subgroup .fs-c-listControl:last-of-type,
.fs-c-productListItem__control {
    display: none
}

.itemlist-ranking .base_unline,
.itemlist-ranking__unline .base_unline,
.under_feature .base_unline {
    max-width: 1024px;
    margin: 0 auto;
    border: 0
}

.brandbase_unline {
    max-width: 1024px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px
}

.brand-off {
    display: none
}

.feature-off {
    overflow: hidden;
    max-height: 0
}

.itemlist-ranking {
    margin-bottom: 50px
}

.under_feature {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px
}

.itemlist-ranking__unline {
    margin-bottom: 50px
}

.un__line {
    border-bottom: 0 solid #ddd;
    margin-bottom: 0
}

.fs-c-heading--page {
    padding: 0;
    border-bottom: 0 solid #707070;
    margin-bottom: 10px;
    text-align: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.2rem
}

#fs_ProductCategory .brand__camp {
    display: none
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
    text-indent: -9999px
}

.fs-c-slick .slick-prev {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTEuMiA2LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExLjIgNi4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjx0aXRsZT51bl9hcnJvdzwvdGl0bGU+CjxnIGlkPSLjg6zjgqTjg6Tjg7xfMl8xXyI+Cgk8ZyBpZD0i44Os44Kk44Ok44O8XzEtMiI+CgkJPGcgaWQ9IlBvWGRNeSI+CgkJCTxwYXRoIGQ9Ik04LjUsOC44QzguMyw4LjYsOCw4LjQsNy44LDguMUM3LjYsNy44LDcuMyw3LjcsNy4xLDcuNUM2LjksNy40LDYuOCw3LjIsNi43LDcuMUw2LjMsNi43TDUuOCw2LjNDNS41LDYuMSw1LjMsNS44LDUsNS42CgkJCQlDNC43LDUuNCw0LjcsNS4zLDQuNSw1LjJMMy45LDQuN0MzLjgsNC41LDMuNyw0LjQsMy42LDQuM1MzLjEsMy44LDIuOCwzLjZDMi43LDMuNSwyLjUsMy40LDIuNCwzLjJjLTAuMS0wLjEsMCwwLDAtMC4xCgkJCQljMC40LTAuMiwwLjctMC41LDEtMC44QzMuNSwyLjIsMy42LDIuMSwzLjgsMkM0LDEuOSw0LjIsMS42LDQuNCwxLjRDNC41LDEuMyw0LjcsMS4xLDQuOCwxQzUsMC44LDUuMiwwLjYsNS40LDAuNQoJCQkJYzAuMi0wLjIsMC4zLTAuMywwLjQtMC40QzUuOS0wLjEsNi0wLjEsNi4xLTAuMnMwLjItMC4yLDAuMy0wLjNjMC4xLTAuMSwwLjMtMC4zLDAuNC0wLjRDNy0xLDcuMS0xLjIsNy4yLTEuM2wwLjUtMC4zbDAuNy0wLjcKCQkJCWMwLjEtMC4xLDAuMi0wLjIsMC4zLTAuMWMwLjEsMCwwLjEsMC4xLDAuMSwwLjJjMCwwLjEsMCwwLjItMC4xLDAuM0w4LTEuM0M3LjgtMS4xLDcuNi0xLDcuNC0wLjhDNy4zLTAuNyw3LjItMC42LDcuMS0wLjUKCQkJCVM2LjgtMC4zLDYuNy0wLjFDNi42LDAsNi41LDAuMSw2LjMsMC4yTDUuOSwwLjZDNS43LDAuOCw1LjUsMSw1LjMsMS4xQzUuMSwxLjQsNSwxLjQsNC45LDEuNkM0LjgsMS43LDQuNywxLjgsNC41LDEuOQoJCQkJQzQuMywyLDQuMiwyLjIsNC4xLDIuM1MzLjgsMi42LDMuNywyLjdMMy4yLDMuMWMtMC4xLDAuMS0wLjEsMC4xLDAsMC4yQzMuNSwzLjUsMy43LDMuNyw0LDMuOWwwLjQsMC40QzQuNiw0LjUsNC44LDQuNyw1LDQuOQoJCQkJQzUuMiw1LDUuMiw1LjEsNS40LDUuM2MwLjEsMC4xLDAuMiwwLjEsMC4zLDAuM0M1LjgsNS43LDUuOSw1LjgsNiw1LjhDNi4xLDYsNi4zLDYuMSw2LjQsNi4zYzAuMSwwLjIsMC41LDAuNCwwLjgsMC42CgkJCQlDNy4zLDcsNy4zLDcuMSw3LjQsNy4yYzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMSwwLjEsMC4zLDAuMiwwLjQsMC4zYzAuMSwwLjIsMC4zLDAuMywwLjQsMC41YzAuMiwwLjEsMC4xLDAuMiwwLDAuNEg4LjUKCQkJCUw4LjUsOC44eiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K) no-repeat center center;
    background-size: 24px 24px
}

.fs-c-slick .slick-next {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTEuMiA2LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExLjIgNi4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjx0aXRsZT51bl9hcnJvdzwvdGl0bGU+CjxnIGlkPSLjg6zjgqTjg6Tjg7xfMl8xXyI+Cgk8ZyBpZD0i44Os44Kk44Ok44O8XzEtMiI+CgkJPGcgaWQ9IlBvWGRNeSI+CgkJCTxwYXRoIGQ9Ik0yLjctMi40QzIuOS0yLjIsMy4yLTIsMy40LTEuN3MwLjUsMC40LDAuNywwLjZDNC4zLTEsNC40LTAuOCw0LjUtMC43bDAuNCwwLjRsMC41LDAuNGMwLjMsMC4yLDAuNSwwLjUsMC44LDAuNwoJCQkJQzYuNSwxLDYuNSwxLjEsNi43LDEuMmwwLjYsMC41QzcuNCwxLjksNy41LDIsNy42LDIuMXMwLjUsMC41LDAuOCwwLjdDOC41LDIuOSw4LjcsMyw4LjgsMy4yYzAuMSwwLjEsMCwwLDAsMC4xCgkJCQlDOC40LDMuNSw4LjEsMy44LDcuOCw0LjFDNy43LDQuMiw3LjYsNC4zLDcuNCw0LjRTNyw0LjgsNi44LDVDNi43LDUuMSw2LjUsNS4zLDYuNCw1LjRDNi4yLDUuNiw2LDUuOCw1LjgsNS45CgkJCQlDNS42LDYuMSw1LjUsNi4yLDUuNCw2LjNDNS4zLDYuNSw1LjIsNi41LDUuMSw2LjZDNSw2LjcsNC45LDYuOCw0LjgsNi45QzQuNyw3LDQuNSw3LjIsNC40LDcuM0M0LjIsNy40LDQuMSw3LjYsNCw3LjdMMy41LDgKCQkJCUwyLjgsOC43QzIuNyw4LjgsMi42LDguOSwyLjUsOC44Yy0wLjEsMC0wLjEtMC4xLTAuMS0wLjJjMC0wLjEsMC0wLjIsMC4xLTAuM2wwLjctMC42YzAuMi0wLjIsMC40LTAuMywwLjYtMC41CgkJCQlDMy45LDcuMSw0LDcsNC4xLDYuOWMwLjEtMC4xLDAuMy0wLjIsMC40LTAuNGMwLjEtMC4xLDAuMi0wLjIsMC40LTAuM2wwLjQtMC40YzAuMi0wLjIsMC40LTAuNCwwLjYtMC41QzYuMSw1LDYuMiw1LDYuMyw0LjgKCQkJCWMwLjEtMC4xLDAuMi0wLjIsMC40LTAuM0M2LjksNC40LDcsNC4yLDcuMSw0LjFzMC4zLTAuMywwLjQtMC40TDgsMy4zYzAuMS0wLjEsMC4xLTAuMSwwLTAuMkM3LjcsMi45LDcuNSwyLjcsNy4yLDIuNUw2LjgsMi4xCgkJCQlDNi42LDEuOSw2LjQsMS43LDYuMiwxLjVDNiwxLjQsNiwxLjMsNS44LDEuMUM1LjcsMSw1LjYsMSw1LjUsMC44QzUuNCwwLjcsNS4zLDAuNiw1LjIsMC42QzUuMSwwLjQsNC45LDAuMyw0LjgsMC4xCgkJCQlTNC4zLTAuMyw0LTAuNUMzLjktMC42LDMuOS0wLjcsMy44LTAuOEMzLjctMC45LDMuNS0xLjEsMy40LTEuMkMzLjMtMS4zLDMuMS0xLjQsMy0xLjVDMi45LTEuNywyLjctMS44LDIuNi0yCgkJCQljLTAuMi0wLjEtMC4xLTAuMiwwLTAuNEwyLjctMi40TDIuNy0yLjR6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center;
    background-size: 24px 24px
}

.fs-c-slick.slick-initialized .slick-slide {
    width: 500px;
    height: auto
}

.fs-c-featuredProduct .fs-c-slick.slick-initialized .slick-slide {
    width: auto;
    height: auto
}

.fs-c-productCarouselMainImage__expandButton {
    display: none
}

.fs-c-slick .slick-slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.fs-c-productCarouselMainImage__thumbnail__caption {
    text-align: center;
    font-size: 80%;
    line-height: 150%
}

.fs-c-productCarouselMainImage__thumbnailList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fs-c-productCarouselMainImage__thumbnailList > li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2.5rem
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #f84502;
    font-size: 1.7rem
}

.fs-l-product4 .fs-l-productLayout > * > * {
    margin-bottom: 14px
}

.fs-c-productMainImage__expandButton {
    display: none
}

.fs-c-productMainImage {
    margin-bottom: 15px
}

.fs-c-productNameHeading {
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 10px !important
}

.fs-c-productNumber {
    border: 0;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0
}

.fs-c-productNumber__number {
    font-weight: 400
}

#fs_ProductDetails .fs-c-productPrice__addon {
    font-size: 1.2rem
}

#fs_ProductDetails .fs-c-productPrice {
    font-weight: 700
}

.fs-c-productPointDisplay {
    background: #fff;
    color: #222;
    padding: 0;
    margin-bottom: 30px !important;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -30px
}

.fs-c-variationList__item__title {
    text-align: left;
    padding: 10px;
    font-weight: 700
}

.fs-c-variationList__item__title {
    width: 30%;
    background: 0
}

.fs-c-variationList__item__body {
    width: 62%
}

.fs-c-variationList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fs-c-variationAndActions {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 50px
}

.fs-c-variationCart {
    padding: 0 0 15px
}

.fs-c-variationCart > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    -ms-grid-columns: 1fr 200px 3em;
    grid-template-columns: 1fr 200px 3em
}

.fs-c-button--addToCart--variation {
    width: 200px;
    height: 45px;
    background: #111;
    border: 0
}

.fs-c-variationCart__variationName__name {
    font-weight: 700
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.6rem;
    line-height: 2rem
}

.fs-c-button--addToCart--variation .fs-c-button__label {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC40OCAxOS41NCI+PHRpdGxlPmljb25fY2FydC13PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48ZyBpZD0i44Os44Kk44Ok44O8XzItMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTItMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMS0yIj48cGF0aCBkPSJNNC42NiwxMy41NiwzLjA2LDEuOEgwVjBINC42M0w1LDIuMzZIMjAuNDhMMTksMTMuNTZabTEuNTgtMS44MUgxNy4zOGwxLTcuNkg1LjJaIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTcuMTQsMTkuNTRBMS41OCwxLjU4LDAsMSwxLDguNzIsMTh2MEExLjU4LDEuNTgsMCwwLDEsNy4xNCwxOS41NFoiIHN0eWxlPSJmaWxsOiNmZmYiLz48cGF0aCBkPSJNMTYuMzYsMTkuNTRBMS41OCwxLjU4LDAsMSwxLDE3Ljk0LDE4djBBMS41OCwxLjU4LDAsMCwxLDE2LjM2LDE5LjU0WiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat left center;
    background-size: 19px 18px;
    padding: 5px 0 5px 26px
}

.fs-c-variationCart > li:last-child {
    border: 0
}

.fs-c-variationCart__wishlist {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.fs-c-button--particular {
    color: #ed293e
}

.fs-c-button--particular.fs-c-button--addToWishList--icon {
    padding: 3px;
    line-height: 1rem;
    border-radius: 0
}

.fs-c-button--addToCart--detail .fs-c-button__label {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUgNDQuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUgNDQuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8dGl0bGU+aV9jYXJ0PC90aXRsZT4KPGc+Cgk8ZyBpZD0iTGF5ZXJfMSI+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIwLjcsNDEuM2MwLDEuOC0xLjQsMy4yLTMuMiwzLjJzLTMuMi0xLjQtMy4yLTMuMmMwLTEuOCwxLjQtMy4yLDMuMi0zLjJjMCwwLDAsMCwwLDAKCQkJQzE5LjMsMzguMSwyMC43LDM5LjUsMjAuNyw0MS4zQzIwLjcsNDEuMywyMC43LDQxLjMsMjAuNyw0MS4zeiBNMzcuMywzOC4xYy0xLjgsMC0zLjIsMS40LTMuMiwzLjJzMS40LDMuMiwzLjIsMy4yCgkJCWMxLjgsMCwzLjItMS40LDMuMi0zLjJDNDAuNSwzOS41LDM5LjEsMzguMSwzNy4zLDM4LjFDMzcuMywzOC4xLDM3LjMsMzguMSwzNy4zLDM4LjF6IE00NC43LDEyLjVjLTAuMi0wLjMtMC41LTAuNC0wLjktMC40CgkJCWwtMzQuMS0yTDcuNSwwLjlDNy40LDAuNCw2LjksMCw2LjQsMEgxLjFDMC41LDAuMSwwLDAuNiwwLjEsMS4zYzAuMSwwLjYsMC41LDEsMSwxaDQuNEwxMiwyOC43bDEsNC42YzAuNCwxLjksMi4xLDMuMiw0LDMuMmgyMgoJCQljMC42LTAuMSwxLjEtMC42LDEtMS4zYy0wLjEtMC42LTAuNS0xLTEtMUgxN2MtMC44LDAtMS42LTAuNi0xLjctMS40bC0wLjctMy4yaDI2LjFjMC42LDAsMS0wLjQsMS4xLTAuOUw0NSwxMy40CgkJCUM0NSwxMy4xLDQ0LjksMTIuOCw0NC43LDEyLjV6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 26px
}

.fs-l-cart__contentsArea,
.fs-l-cart {
    margin-bottom: 50px
}

.fs-p-productDescription {
    background: #f2f2f2;
    padding: 3%;
    border: 1px solid #ccc;
    margin-bottom: 20px !important
}

.fs-p-product_mrb {
    margin-bottom: 30px !important
}

.size_scroll {
    overflow: auto;
    white-space: nowrap
}

.ded-mtit {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px
}

.item__spec {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.item__spec td,
.item__spec th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8rem;
    word-break: break-all
}

.item__spec th {
    background: #f5f5f5
}

.fb_iframe_widget {
    margin-top: -6px
}

.fs-c-productReview {
    margin-bottom: 30px !important
}

.fs-c-reviewStars::before {
    font-size: 2rem
}

.fs-c-aggregateRating__rating::before {
    font-size: 1.4rem;
    line-height: 2rem
}

.fs-c-reviewList__item:first-child {
    border-top: 1px solid #ccc
}

.fs-c-reviewList__item {
    border-bottom: 1px solid #ccc;
    padding: 20px
}

.fs-c-rating__value {
    color: #333
}

.fs-c-aggregateRating__count {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem
}

.fs-c-aggregateRating {
    margin-bottom: 20px
}

.fs-c-buttonContainer--viewAllReviews {
    margin-right: 50px
}

.fs-c-featuredProduct__title {
    font-size: 2.2rem !important;
    line-height: 3.2rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700
}

.fs-c-featuredProduct {
    margin-bottom: 30px
}

.item__detail-recom {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.item__detail-recom,
.item__history {
    padding: 50px 5%
}

.item__detail-recom .new_arrival__area--list:nth-child(6),
.item__history .new_arrival__area--list:nth-child(6) {
    display: none
}

.item__detail-recom .line__btn,
.item__history .line__btn {
    max-width: 1024px;
    margin: 0 auto;
    font-weight: 700
}

.fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(48.2% - 50px / 2) calc(51.8% - 50px / 2);
    grid-gap: 40px
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after,
.fs-c-productPrice__addon__label {
    font-size: 1.1rem
}

.fs-c-subgroup {
    margin-bottom: 50px
}

.fs-c-buttonContainer--inquiryAboutProduct {
    margin-right: 3%
}

.fs-c-buttonContainer--inquiryAboutProduct,
.fs-c-productReview {
    display: inline-block;
    width: 100%;
    text-align: center
}

.fs-c-button--inquiryAboutProduct,
.fs-c-button--addReview--detail {
    padding: 20px;
    display: block;
    background: #333;
    color: #fff;
    font-weight: 700;
    width: 100%;
    border-radius: 8px
}

.fs-c-button--inquiryAboutProduct:hover,
.fs-c-button--addReview--detail:hover {
    text-decoration: none;
    color: #fff
}

.brand_logo__tp {
    max-width: 70px;
    margin: 30px auto
}

.brand_tparea {
    max-width: 100%;
    margin: 0 auto
}

.brand_catebav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 60px;
    border-bottom: 1px solid #e6e6e6
}

.brand_catebav--list {
    margin: 0 2%;
    font-family: 'Lato', sans-serif
}

.brand_catebav--list:hover .brand_catebav--a {
    color: #f5b895;
    border-bottom: 5px solid #f5b895;
    padding-bottom: 5px
}

.brand_catebav--a {
    font-weight: 700;
    padding: 10px;
    display: block
}

.brand_tparea .slider {
    position: relative
}

.brand_tparea .slick-dots {
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brand_tparea .slick-dots li {
    margin: 0 5px
}

.brand_tparea .slick-dots button {
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9000px
}

.brand_tparea .slick-active button {
    background: #4d4d4d
}

.brand_tparea .slick-slide div {
    line-height: 1rem
}

.brand_un-lines {
    max-width: 1080px;
    border-top: 1px solid #707070;
    padding-top: 50px;
    margin: 0 auto 60px;
    padding: 0 5%
}

.brand_uninfo {
    text-align: center
}

.firsts {
    display: none
}

.fs-c-accountService__page--accountDelete {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    text-align: center !important;
    margin-top: 30px !important;
    height: auto !important;
    font-size: 1.4rem
}

.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    border-bottom: 0;
    font-size: 1.8rem;
    margin-bottom: 25px
}

.fs-c-wishlistProduct__title {
    font-weight: 700
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    color: #dd5f0d
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    color: #333
}

.fs-c-reviewStatus {
    background: #000
}

.fs-p-announcement {
    margin: 0 auto 32px;
    border-top: 1px solid #ddd;
    padding-top: 60px
}

.fs-c-buttonContainer--registerCancel .fs-c-button--cancel,
.fs-c-buttonContainer--leaveCancel .fs-c-button--cancel {
    max-width: 200px;
    width: 100%;
    padding: 23px
}

.fs-c-buttonContainer--registerCancel .fs-c-button--primary,
.fs-c-inputInformation__button .fs-c-button--primary {
    max-width: 200px;
    width: 100%;
    padding: 20px
}

.fs-c-memberInfoField .fs-c-inputTable tr {
    border-bottom: 1px solid #ddd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}

.fs-c-memberInfoField .fs-c-inputTable__headerCell {
    width: 25%;
    margin-right: 5%;
    padding: 10px;
    font-size: 1.4rem
}

.fs-c-memberInfoField .fs-c-inputTable__dataCell {
    width: 70%;
    padding: 10px
}

.pankuzu {
    max-width: 1080px;
    margin: 0 auto
}

.pankuzu__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pankuzu__area--list {
    font-size: 1.3rem;
    line-height: 2rem
}

.pankuzu__area--a {
    margin-right: 10px;
    background: url(../img/r_arrow.svg) no-repeat right center / 6px 8px;
    padding-right: 15px
}

.fs-c-loginForm .fs-c-subSection__title {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-bottom: 10px
}

#fs_MyPageTop .fs-l-pageMain,
#fs_RegisterSuccess .fs-l-pageMain,
#fs_MyWishList .fs-l-pageMain,
#fs_MyOrders .fs-l-pageMain,
#fs_MyPoints .fs-l-pageMain,
#fs_MyReviews .fs-l-pageMain,
#fs_MyAddressBook .fs-l-pageMain,
#fs_EditPassword .fs-l-pageMain,
#fs_NewAddress .fs-l-pageMain,
#fs_MyAccountSettings .fs-l-pageMain,
#fs_CheckoutWithMultiAddress .fs-l-pageMain,
#fs_CheckoutMultiQuantity .fs-l-pageMain,
#fs_CheckoutMultiOptions .fs-l-pageMain,
#fs_CheckoutMultiAddress .fs-l-pageMain {
    max-width: 1080px;
    width: 100%
}

.fs-client-cart-count {
    width: 16px;
    background: #e03e32;
    padding: 2px 5px;
    border-radius: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    position: absolute;
    top: 0;
    right: -10px
}

.logoutbtn--a {
    display: block;
    padding: 10px;
    background: #333;
    color: #fff;
    width: 100%;
    text-align: center
}

.logoutbtn--a:hover {
    opacity: 1;
    background: #555;
    color: #fff
}

.logoutbtn--a:visited {
    color: #fff
}

.logoutbtn {
    max-width: 300px;
    margin: 0 auto 50px
}

@media screen and (max-width:959px) {
    #nav-toggle {
        display: block
    }

    .side_content,
    .ser-in__top,
    .tp_act,
    .pc_cart,
    .cheader__intronews {
        display: none
    }

    .side_content {
        display: none !important
    }

    .special_ban {
        width: 90%
    }

    .sp_head-act {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sp_head-act--list {
        margin-left: 8px;
        position: relative
    }

    .sp_head-act--icon {
        width: 20px;
        height: 24px;
        padding-top: 5px
    }

    #gnav {
        display: none
    }

    .gnav__area {
        padding: 0
    }

    .gnav__area--list {
        width: calc(100% / 6)
    }

    .i_brandclose {
        height: 16px;
        width: 16px
    }

    .brand-close_btn {
        height: 32px;
        width: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .m_contents,
    #fs_Top .fs-l-pageMain {
        width: 100%
    }

    .tp_content,
    .fs-l-main,
    .foot__linkarea {
        width: 90%
    }

    .foot__linkarea--stl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .foot__linkarea--list:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .foot__linkarea--list:last-child {
        margin-left: 5%
    }

    .foot__linkarea--mig {
        display: block
    }

    .foot__linkarea--tit {
        margin: 0 auto 15px
    }

    .footsize {
        width: 32px;
        height: 32px;
        margin: 0 10px
    }

    .slide_mtit {
        font-size: 2rem;
        line-height: 3.2rem;
        width: 90%
    }

    .hum--brandlist .footer__brand--label--list {
        padding: 5%;
        width: calc(100% / 3);
        text-align: center;
        margin: 0;
        -webkit-box-shadow: 0 0 0 1px #eee inset;
        box-shadow: 0 0 0 1px #eee inset;
        position: relative
    }

    .hum--brandlist .footer__brand--label--list:nth-child(3n) {
        margin: 0
    }

    .hum--brandlist .footer__brand--label--list:nth-child(5n) {
        margin: 0
    }

    .hum--brandlist .label-image {
        min-height: 40px;
        height: auto !important;
        text-align: center
    }

    .hum--brandlist .brand--label--fit {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%)
    }

    .brand_tparea {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .brand_logo__tp {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px
    }

    .brand_catebav {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: block;
        border-top: 1px solid #e6e6e6;
        border-bottom: 0
    }

    .brand_catebav--list {
        margin: 0;
        border-bottom: 1px solid #e6e6e6
    }

    .brand_catebav--a {
        font-weight: 400;
        padding: 10px 5%
    }

    .brand_catebav--list:hover .brand_catebav--a {
        color: #111;
        border-bottom: 0 solid #f5b895;
        padding-bottom: 10px
    }

    .bl-alls {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTcuNTcgNDUxLjg1Ij48dGl0bGU+cl9hcnJvdzwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggZD0iTTI0OC4zLDI0OC4yOSw1NCw0NDIuNTdBMzEuNjQsMzEuNjQsMCwwLDEsOS4yNywzOTcuODNMMTgxLjE4LDIyNS45Miw5LjI3LDU0QTMxLjY0LDMxLjY0LDAsMCwxLDU0LDkuMjdMMjQ4LjMxLDIwMy41NWEzMS42NCwzMS42NCwwLDAsMSwwLDQ0Ljc0WiIvPjwvZz48L2c+PC9zdmc+) no-repeat 95% 50% / 6px 10px
    }

    .brand_catebav--act {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTEuODUgMjU3LjU3Ij48dGl0bGU+dW5fYXJyb3c8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IkNhcGFfMSIgZGF0YS1uYW1lPSJDYXBhIDEiPjxwYXRoIGQ9Ik0yMDMuNTUsMjQ4LjMsOS4yNyw1NEEzMS42NCwzMS42NCwwLDAsMSw1NCw5LjI3TDIyNS45MywxODEuMTgsMzk3LjgzLDkuMjdBMzEuNjQsMzEuNjQsMCwwLDEsNDQyLjU4LDU0TDI0OC4yOSwyNDguMzFhMzEuNjQsMzEuNjQsMCwwLDEtNDQuNzQsMFoiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat 95% 50% / 10px 6px
    }

    .brand--cate_nav {
        overflow: auto;
        opacity: 1;
        display: none;
        max-height: inherit;
        position: relative;
        -webkit-transition: unset;
        transition: unset
    }

    .gnav__mcates {
        padding: 0;
        display: block
    }

    .gnav__mcates--list {
        width: 100%;
        font-size: 1.6rem;
        background: #f9f9f9
    }

    .gnav__mcates--m {
        margin-bottom: 0
    }

    .gnav__mcates--m a {
        display: block;
        padding: 15px 5%;
        border-top: 1px solid #e9e9e9;
        color: #000;
        font-weight: 400;
        margin: 0;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTEuODUgMjU3LjU3Ij48dGl0bGU+dW5fYXJyb3c8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IkNhcGFfMSIgZGF0YS1uYW1lPSJDYXBhIDEiPjxwYXRoIGQ9Ik0yMDMuNTUsMjQ4LjMsOS4yNyw1NEEzMS42NCwzMS42NCwwLDAsMSw1NCw5LjI3TDIyNS45MywxODEuMTgsMzk3LjgzLDkuMjdBMzEuNjQsMzEuNjQsMCwwLDEsNDQyLjU4LDU0TDI0OC4yOSwyNDguMzFhMzEuNjQsMzEuNjQsMCwwLDEtNDQuNzQsMFoiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat 95% 50% / 10px 6px
    }

    .gnav__mcates--all a {
        display: block;
        padding: 15px 5%;
        border-top: 1px solid #e9e9e9;
        color: #000;
        font-weight: 400;
        margin: 0;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTcuNTcgNDUxLjg1Ij48dGl0bGU+cl9hcnJvdzwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggZD0iTTI0OC4zLDI0OC4yOSw1NCw0NDIuNTdBMzEuNjQsMzEuNjQsMCwwLDEsOS4yNywzOTcuODNMMTgxLjE4LDIyNS45Miw5LjI3LDU0QTMxLjY0LDMxLjY0LDAsMCwxLDU0LDkuMjdMMjQ4LjMxLDIwMy41NWEzMS42NCwzMS42NCwwLDAsMSwwLDQ0Ljc0WiIvPjwvZz48L2c+PC9zdmc+) no-repeat 95% 50% / 6px 10px
    }

    .brand_catebav--act.active,
    .gnav__mcates--m.active a {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDUxLjkgMjU3LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MS45IDI1Ny42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjx0aXRsZT51bl9hcnJvdzwvdGl0bGU+CjxnPgoJPGcgaWQ9IkNhcGFfMSI+CgkJPHBhdGggZD0iTTI0OC41LDkuNmwxOTQuMywxOTQuM2MxMiwxMi43LDExLjUsMzIuNy0xLjIsNDQuN2MtMTIuMiwxMS42LTMxLjMsMTEuNi00My41LDBMMjI2LjEsNzYuN0w1NC4yLDI0OC43CgkJCWMtMTIuNSwxMi4yLTMyLjYsMTEuOC00NC43LTAuN2MtMTEuOS0xMi4zLTExLjktMzEuOCwwLTQ0TDIwMy44LDkuNkMyMTYuMS0yLjcsMjM2LjItMi43LDI0OC41LDkuNkwyNDguNSw5LjZ6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat 95% 50% / 10px 6px
    }

    .gnav__mcates--list dd a {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTcuNTcgNDUxLjg1Ij48dGl0bGU+cl9hcnJvdzwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSI+PHBhdGggZD0iTTI0OC4zLDI0OC4yOSw1NCw0NDIuNTdBMzEuNjQsMzEuNjQsMCwwLDEsOS4yNywzOTcuODNMMTgxLjE4LDIyNS45Miw5LjI3LDU0QTMxLjY0LDMxLjY0LDAsMCwxLDU0LDkuMjdMMjQ4LjMxLDIwMy41NWEzMS42NCwzMS42NCwwLDAsMSwwLDQ0Ljc0WiIvPjwvZz48L2c+PC9zdmc+) no-repeat 95% 50% / 6px 10px;
        padding: 15px 5%;
        border-top: 1px solid #e9e9e9;
        color: #000
    }

    .gnav__mcates--list dd {
        margin-bottom: 0;
        font-size: 1.6rem
    }

    .gnav__mcates--list dl {
        display: none
    }

    .brand-close_btn {
        display: none
    }

    .itemlist-ranking .base_unline,
    .itemlist-ranking__unline .base_unline,
    .under_feature .base_unline,
    .brandbase_unline {
        max-width: 90%;
        margin: 0 auto 50px
    }

    .fs-c-accountService__page {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100px;
        margin: 4px 0
    }

    .fs-c-accountService {
        margin-bottom: 40px
    }

    .fs-c-wishlistProduct__footer,
    .fs-c-buttonContainer--myPageTop {
        margin-bottom: 0
    }

    .fs-c-buttonContainer--registerCancel .fs-c-button--cancel,
    .fs-c-buttonContainer--registerCancel .fs-c-button--primary,
    .fs-c-buttonContainer--leaveCancel .fs-c-button--cancel,
    .fs-c-inputInformation__button .fs-c-button--primary {
        max-width: 100%
    }

    .fs-c-buttonContainer--registerCancel .fs-c-button--cancel,
    .fs-c-buttonContainer--leaveCancel .fs-c-button--cancel {
        padding: 10px
    }

    .fs-c-memberInfoField .fs-c-inputTable__headerCell {
        width: 100%;
        margin-right: 50%;
        padding: 0
    }

    .fs-c-memberInfoField .fs-c-inputTable__dataCell {
        width: 100%
    }

    .fs-l-product4 .fs-l-productLayout {
        display: block
    }

    .fs-c-slick .slick-slide img {
        display: block;
        width: 100%;
        height: inherit;
        max-width: 100vw;
        max-height: 100vh
    }

    .fs-c-productCarouselMainImage__thumbnailList {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: visible;
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .pankuzu {
        width: 90%
    }
}

@media screen and (max-width:767px) {
    .fs-l-pageMain {
        margin-top: 0;
        width: 100%
    }

    .fs-body-top .fs-l-main {
        padding: 0
    }

    .sp-image {
        width: 100%;
        height: auto
    }

    .cheader__intronews {
        display: none
    }

    .oceanweb__logo {
        max-width: 120px
    }

    .gnav__area {
        display: none
    }

    .emergency {
        font-size: 1.3rem;
        line-height: 2rem;
        padding: 5px 5%
    }

    .sp_detail-search {
        background: #f9f9f9;
        font-size: 1.2rem;
        line-height: 1.3rem;
        padding: 8px 15px;
        border-radius: 20px;
        color: #333;
        text-align: center
    }

    .hum_intro {
        margin-bottom: 0 !important
    }

    #cheader__topmenu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .cheader__topmenu--list {
        margin-left: 20px
    }

    #icon_cart,
    #icon_search {
        max-width: 16px
    }

    #icon_cart,
    #icon_mymenu {
        fill: #bfbfbf
    }

    #icon_search {
        stroke: #bfbfbf
    }

    #cheader,
    #global-nav.m_fixed #cheader {
        padding: 10px 5%
    }

    #gnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        width: 100%;
        border-color: #ddd;
        position: relative;
		border-top: none
    }

    .gnav__area {
        width: 20%;
        margin-left: auto
    }

    .snav__search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 74%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #ddd;
        padding: 0 5px;
        background: #f9f9f9;
        border-radius: 4px
    }

    .snav__search__label {
        width: 90%;
        font-size: 1.1rem
    }

    .snav__search__label-ser {
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
        background: 0;
        font-size: 1.1rem;
        padding: 8px 0 0 5px
    }

    .snav__search__label-ser,
    .gnav__area--list {
        width: 100%
    }

    .sp_detail-search {
        display: block
    }

    #icon_search--s,
    #icon_search--nav {
        stroke: #999;
        width: 16px;
        height: 16px
    }

    .detail_serbox {
        display: block
    }

    .detail_ser_dobble {
        width: 100%;
        margin-bottom: 30px
    }

    .detail_ser-box .side__palette--list {
        width: 23.2%;
        margin: 0 2% 2% 0
    }

    .detail_ser-box .side__palette--list:nth-child(6n) {
        margin: 0 2% 2% 0
    }

    .detail_ser-box .side__palette--list:nth-child(4n) {
        margin: 0 0 2% 0
    }

    .gnav__area--icon,
    .active .gnav__area--icon {
        background-position: center bottom;
        padding: 0 0 10px 0
    }

    .gnav__area--a {
        padding: 5px 0 15px;
        text-align: right
    }

    .m_tit__area {
        margin-bottom: 15px
    }

    .tp_topnews,
    .tp_topnews-news {
        display: block
    }

    .tp_topnews {
        border-bottom: 1px solid #7a837d !important
    }

    .feature_recommend--list {
        width: 48%;
        margin: 0 4% 4% 0
    }

    .feature_recommend--list:nth-child(2n) {
        margin-right: 0
    }

    .feature_recommend--list p {
        line-height: 1.5
    }

    #wide {
        margin-bottom: 30px
    }

    .tp_topnews--tit {
        width: 100%;
        font-size: 2rem;
        font-weight: 700;
        color: #111;
        margin-bottom: 5px;
        background: 0
    }

    .tp_topnews-news__date,
    .tp_topnews-news__txt {
        width: 100%
    }

    .tp_topnews-news__date {
        font-size: 1.2rem;
        line-height: 1.8rem
    }

    .tp_topnews-news__txt {
        margin-bottom: 10px
    }

    .feature_recommend,
    .pickup__brand,
    .scene__area,
    .new_arrival__area,
    .styling__area,
    .item__detail-recom__area {
        margin-bottom: 15px
    }

    .pickup__brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .pickup__brand--list {
        width: calc(100% / 3)
    }

    .grid_item1 {
        grid-column: auto
    }

    .grid_item8 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        grid-column: auto;
        grid-row: auto
    }

    .pickup__brand--list--a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0 0 0 1px #f2f2f2 inset;
        box-shadow: 0 0 0 1px #f2f2f2 inset;
        padding: 25%;
        height: 100%
    }

    .pickup__brand--list:nth-child(9) {
        display: block
    }

    .pickup__brand a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .base_unline {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 50px
    }

    .slider_scene .slick-slide {
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        opacity: .2
    }

    .slider_scene .slick-active {
        opacity: 1
    }

    .slider_scene .slick-current {
        opacity: 1
    }

    .slider_scene .slick-dots,
    .slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 20px
    }

    .slider_scene .slick-dots li,
    .slider .slick-dots li {
        text-indent: -9000px;
        width: 20px;
        height: 8px;
        background: #eee;
        margin: 0 5px
    }

    .slider_scene .slick-active,
    .slider .slick-dots li.slick-active {
        background: #f5b895 !important
    }

    .new_arrival__area--list:nth-child(n+7) {
        display: none
    }

    .new_arrival__area--list {
        width: 48%;
        margin: 0 4% 4% 0
    }

    .new_arrival__area--list:nth-child(5n) {
        margin: 0 4% 4% 0
    }

    .new_arrival__area--list:nth-child(2n) {
        margin-right: 0
    }

    .ranking_tab {
        padding-top: 10px;
        margin-bottom: 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ranking_tab--list {
        margin: 0
    }

    .trands__area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .trands__area--list {
        width: auto
    }

    .trands__area--a {
        width: auto;
        display: block;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        font-size: 1.2rem
    }

    .styling__area--list {
        width: 48%;
        margin: 0 4% 4% 0
    }

    .styling__area--list:nth-child(4n) {
        margin-right: 4%
    }

    .styling__area--list:nth-child(2n) {
        margin-right: 0
    }

    .campaign__area li {
        margin: 0 5px
    }

    .campaign__area li p {
        line-height: 1.6
    }

    .campaign__area--img {
        margin-bottom: 10px
    }

    .pcbrand {
        display: none
    }

    .spbrand {
        display: block
    }

    .spbrand .pickup__brand--list:nth-child(5) .pickup__brand--list--a,
    .spbrand .pickup__brand--list:nth-child(6) .pickup__brand--list--a,
    .spbrand .pickup__brand--list:nth-child(8) .pickup__brand--list--a,
    .spbrand .pickup__brand--list:nth-child(9) .pickup__brand--list--a {
        padding: 16%
    }

    .line__btn {
        width: 80%;
        margin: 20px auto 0
    }

    .line__btn--a {
        width: 100%;
        text-align: center;
        display: block;
        -webkit-box-shadow: 0 0 0 1px #ccc inset;
        box-shadow: 0 0 0 1px #ccc inset;
        border-radius: 4px;
        padding: 7px 10px;
        color: #7a8387
    }

    .post_area--list {
        width: 48%;
        margin: 0 4% 4% 0
    }

    .post_area--list:nth-child(3n) {
        margin-right: 4%
    }

    .post_area--list:nth-child(2n) {
        margin-right: 0
    }

    .post_cate,
    .post_date {
        font-size: 1.2rem;
        line-height: 1.4rem
    }

    .post_cate {
        word-break: break-all
    }

    .under_feature {
        margin-bottom: 0
    }

    .footer__brand {
        display: none;
        background: 0;
        padding: 0;
        border: 0
    }

    .footer__brand--label {
        background: #f5f5f5
    }

    .footer__brand--label {
        padding: 5%
    }

    .footer__brand--label--list {
        width: 32%;
        margin: 0 2% 2% 0
    }

    .footer__brand--label--list:nth-child(5n) {
        margin: 0 2% 2% 0
    }

    .footer__brand--label--list:nth-child(3n) {
        margin: 0 0 2% 0
    }

    .label-image {
        margin: 0;
        height: 100px
    }

    .label-name {
        display: none
    }

    #sp--footcate {
        display: block;
        padding: 10% 0 0
    }

    .foot__linkarea {
        margin: 0 auto;
        padding: 6% 5% 1px;
        width: 100%
    }

    .foot__linkarea--stl {
        margin: 0
    }

    .foot__linkarea--list {
        width: 100%;
        margin-bottom: 0
    }

    .foot__linkarea--list:first-child {
        margin-bottom: 0
    }

    .foot__linkarea--list:nth-child(n+2),
    .foot__linkarea--fro,
    .footer_navi,
    .footer__policy {
        display: none
    }

    .foot__linkarea--list:last-child {
        margin: 0
    }

    #sp--foothistory,
    .sp_foot-bannerarea {
        display: block
    }

    .sp_foot-bannerarea {
        margin-bottom: 30px
    }

    .foothistory--area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 90%;
        margin: 15px auto 0
    }

    .foothistory--area__list {
        width: 18.4%;
        margin: 0 2% 2% 0
    }

    .foothistory--area__list:nth-child(5n) {
        margin-right: 0
    }

    .fs-c-productList__list__item {
        width: 48% !important;
        margin: 0 4% 4% 0;
        border: 0;
        padding: 0
    }

    .fs-c-listControl__status {
        border-bottom: #ccc solid 1px;
        width: 100%;
        border-top: #ccc solid 1px;
        text-align: center;
        padding: 5px;
        margin-bottom: 10px
    }

    .tag_mark {
        padding: 8px
    }

    .fs-c-productList__list .fs-c-productPrice {
        font-size: 1.2rem
    }

    .fs-c-pagination {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        text-align: center
    }

    .fs-c-sortItems {
        border: 0;
        width: 100%
    }

    .fs-c-sortItems__list__item__label {
        border: 0
    }

    .fs-c-sortItems__label {
        display: none
    }

    .fs-c-sortItems__list {
        border-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .fs-c-sortItems__list__item {
        border-right: 1px solid #ddd
    }

    .fs-c-subgroupList {
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6
    }

    .fs-c-subgroupList__item {
        width: 50%;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .fs-c-productList__controller,
    .fs-c-coordinationList__controller,
    .fs-c-staffList__controller {
        border-bottom: 0 solid #ccc
    }

    .fs-c-subgroupList__link {
        background: #f9f9f9;
        padding: 5%
    }

    .fs-c-heading--page {
        padding: 0;
        border-bottom: 0 solid #707070;
        margin-bottom: 10px;
        text-align: left;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 3.2rem
    }

    .fs-c-slick.slick-initialized .slick-slide {
        width: auto;
        height: inherit
    }

    #fs_ProductDetails .fs-l-main {
        margin-top: 0;
        width: 100%
    }

    #fs_ProductDetails .fs-l-productLayout__item--2 {
        width: 90%;
        margin: 0 auto
    }

    #fs_ProductDetails .fs-l-pageMain {
        margin-top: 0
    }

    .item__detail-recom .new_arrival__area--list:nth-child(6),
    .item__history .new_arrival__area--list:nth-child(6) {
        display: block
    }

    .fs-c-productList__list__item:nth-child(4n) {
        margin: 0 4% 4% 0 !important
    }

    .fs-c-productList__list__item:nth-child(3n) {
        margin: 0 4% 4% 0 !important
    }

    .fs-c-productList__list__item:nth-child(5n) {
        margin: 0 4% 4% 0 !important
    }

    .fs-c-productList__list__item:nth-child(2n) {
        margin-right: 0 !important
    }

    .fs-c-buttonContainer--inquiryAboutProduct,
    .fs-c-productReview {
        display: block;
        width: 100%
    }

    .fs-c-variationList__item {
        border-bottom: 1px solid #ccc
    }

    .fs-c-variationList__item:last-of-type {
        border-bottom: 0 solid #ccc
    }

    .fs-c-variationList__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fs-c-variationList__item__title {
        width: 100%;
        background: 0;
        padding: 10px 0
    }

    .fs-c-variationList__item__body {
        width: 100%
    }

    #fs_ProductCategory .brand__camp {
        display: block
    }

    .brand_un-lines {
        display: none
    }

    .pankuzu__area {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .firsts {
        display: block
    }

    .detail_inbox {
        padding: 10px 5%
    }

    .search-close_btn {
        z-index: 100
    }
	.intro__banner--img img{
		width: 100%;
	}
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    #fs_ProductDetails .fs-c-quantity__message {
        margin: -10px 0 0 10px
    }

    *::-ms-backdrop,
    #nav-toggle {
        margin-right: auto
    }
}

@media screen and (max-width:320px) {
    .fs-c-variationCart > li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        -ms-grid-columns: 1fr 190px 3em;
        grid-template-columns: 1fr 190px 3em
    }
}

@media all and (-ms-high-contrast:none) and (max-width:959px) {

    *::-ms-backdrop,
    .fs-l-productLayout__item--1 {
        float: none;
        width: 100%
    }
}

.ends {
    display: none
}

.tp_topnews-news {
    position: relative
}

.tp_topnews-news > a {
    display: block;
    position: absolute;
    right: 0;
    padding: 0 10px
}

@media screen and (max-width:768px) {
    .tp_topnews-news {
        width: 100%
    }

    .tp_topnews-news:after {
        display: block;
        content: " ";
        width: 100%;
        margin-bottom: 50px;
        float: right
    }

    .tp_topnews-news > a {
        position: relative;
        float: right;
        margin-top: 7px
    }
}

.fs-c-reviewBody {
    text-align: left
}

.fs-c-productPrice--selling .fs-c-productPrice__main__label {
    padding: px;
    background-color: #;
    color: #3c3c3c;
    font-size: 1rem
}

.new_arrival__area.low-col-6_wrap {
    width: calc(100%+1%)
}

.new_arrival__area--list.low-col-6 {
    width: calc(100% / 6 - 1%)
}

.new_arrival__area--list.low-col-6:nth-child(5n) {
    margin-right: 1%
}

.new_arrival__area--list.low-col-6:nth-child(6n) {
    margin-right: 0
}

.feature_recommend.no_slider {
    width: calc(100%+15px)
}

.feature_recommend.no_slider li {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 24px 0
}

.feature_recommend.no_slider li img {
    width: 100%;
    height: auto
}

@media screen and (max-width:768px) {
    .feature_recommend.no_slider li {
        width: calc(100% / 2 - 2%);
        margin: 0 2% 4% 0
    }

    .new_arrival__area.low-col-6_wrap {
        width: 100%
    }

    .new_arrival__area--list.low-col-6 {
        width: 48%;
        margin: 0 4% 4% 0
    }

    .new_arrival__area--list.low-col-6:nth-child(5n) {
        margin-right: 4%
    }

    .new_arrival__area--list.low-col-6:nth-child(2n) {
        margin-right: 0
    }
}

.item__spec {
    table-layout: fixed
}

.item__spec td,
.item__spec th {
    width: 60px;
    padding: 3% 5px
}

.fs-c-continueShopping {
    margin-bottom: 60px;
}

.item_model_parts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.item_model_parts > * {
    width: 50%
}

@media screen and (min-width:768px) and (max-width:960px) {
    .item_model_parts > * {
        max-width: 223px
    }
}

@media screen and (max-width:767px) {
    .item_model_parts {
        margin: 0 calc(49% - 48vw);
        width: 98vw
    }

    .item_model_parts > * {
        max-width: 100%
    }
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
    font-weight: bold;
}

span.fs-c-productPrice__addon__label,
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after,
.fs-c-productPrice--listed {
    display: none;
}

.fs-c-productPrice.fs-c-productPrice--selling {
    flex-flow: row-reverse;
    justify-content: flex-end;
}

.fs-c-productPrice--selling .fs-c-productPrice__main__label {
    color: #ed293e;
    padding-left: 0.5em;
    font-size: 1.2rem;
}

.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__value,
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__currencyMark,
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label + .fs-c-productPrice__main + .fs-c-productPrice__addon {
    color: #f84502;
}

.fs-body-product .fs-c-productPrice.fs-c-productPrice--selling {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.fs-body-product .fs-c-productPrice__addon__label,
.fs-body-product .fs-c-productPrice--listed {
    display: block;
}

.fs-body-product .fs-c-productPrice__addon__label {
    padding-left: .5em;
}

.fs-c-productPrice--selling .fs-c-productPrice__main__label {
    position: relative;
}


.fs-body-product .fs-c-productPrice--listed span {
    font-weight: normal;
}

.fs-body-product .fs-c-productPrice--listed span.fs-c-productPrice__main__price {
    text-decoration: line-through;
}

.fs-body-product .fs-c-productPrice--selling .fs-c-productPrice__main__label:after,
.fs-body-product .fs-c-productPrice--selling .fs-c-productPrice__main__label:before {
    display: none;
}

#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    order: 1;
    margin-left: 10px;
}

#fs_ProductDetails .fs-c-productPrice__main {
    order: 3;
}

#fs_ProductDetails .fs-c-productPrice__addon {
    order: 1;
}
/*予約商品のsale表記*/
.fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__addon__label{
display: none;
}


.fs-c-productPrice.fs-c-productPrice--preorder .fs-c-productPrice__addon{
order: 2;
}
#fs_ProductDetails .fs-c-productPrice__main{
order: 3;
}


.fs-c-productPrice.fs-c-productPrice--preorder{
flex-flow: row-reverse;
justify-content: flex-end;
color: #ed293e;
}
.fs-c-productPrice.fs-c-productPrice--preorder .fs-c-productPrice__main__price{
    color: #ed293e;
}
@media screen and (max-width: 720px) {
    .ecbn-selection-item .ecbn-selection-detail {
        max-width: 150px;
    }
}

/*20230719追記*/
.color_variation-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px
}

.color_variation-list a {
	display: block;
	width: calc(25% - 8px);
	text-align: center;
}

.color_variation-list a span {
	line-height: 1;
	display: block;
	font-size: 90%
}

.color-variation-group {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3px;
}

.color-variation-group span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 8px 0 -3px;
}

.color-variation-group span.bk {
	background: #000
}

.color-variation-group span.wh {
	background: #fff;
	border: 1px solid #eee;
}

.color-variation-group span.ye {
	background: #F0E628
}

.color-variation-group span.re {
	background: #CE323E
}

.color-variation-group span.bl {
	background: #67A2DA
}

.color-variation-group span.be {
	background: #ECDABE
}

.color-variation-group span.pk {
	background: #ECAEE4
}

.color-variation-group span.or {
	background: #E87212
}

.color-variation-group span.kh {
	background: #6A8440
}

.color-variation-group span.gn {
	background: #12B040
}

.color-variation-group span.nv {
	background: #284074
}

.color-variation-group span.gry {
	background: #A4A4A4
}
/*---------------------
footer-floatingnav
----------------------*/
#global-nav.m_fixed{
    position: absolute;
}
._fs_chat_icon{
	bottom: 70px!important
}
#footer-floatingnav{
	display: none;
}
@media (max-width: 767px) {
	#footer-floatingnav{
	display: flex;
}
}
#footer-floatingnav{
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #EFEFEF;
	color: #111b4d;
	width: 100%;
	z-index: 1001;
	height: 70px
}
#footer-floatingnav a{
	color: #111b4d;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#footer-floatingnav > div{
	width: calc(100% / 5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 10px;
	line-height: 1;
	font-weight: 600
}
#footer-floatingnav .nav-toggle__line{
	height: 28px
}
#footer-floatingnav .nav-toggle__line--s{
	top:11px
}
#footer-floatingnav .nav-toggle__line--f{
	top: 3px
}
#footer-floatingnav .nav-toggle__line--t{
	top: 19px
}
#footer-floatingnav .nav-toggle__line--span{
	background: #111b4d;
}
#footer-floatingnav #icon_search--s{
    stroke: #111b4d;
    height: 29px;
    width: 22px;
    stroke-width: 1.5px;
    margin-top: 0;
    margin-bottom: 0px;
}
.new_detail-open-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media (max-width: 767px) {
	.open_detail_sp .spnav_search_new.g_fixed{
overflow-y: scroll;
		padding-bottom: 100px
	}
}
#icon_store--s,#icon_heart--s{
	fill: #111b4d;
	    stroke: none;
	stroke-miterlimit: 10;
    height: 25px;
    width: 24px;
    margin-bottom: 4px;
}
.sp_head-act--icon{
	    width: 26px;
    height: 29px;
	    display: flex;
}
.megaMenu__content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
	bottom: 70px;
    width: 100%;
	height: calc(100vh - 70px);
	color: #000;
	padding: 80px 0 5%;
	overflow: scroll;
    background-color:#fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 100;
	    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.megaMenu__link{
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.megaMenu__link.is-active + .megaMenu__content {
    opacity: 1;
    visibility: visible;
	    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#footer-floatingnav .footer-sp_brand_list  a{
color: #000
}

.video-item {
    width: 300px;
    margin: 50px auto 30px;
}
	.video-item video{
		width: 100%;
	}

/*20231018 SALE Category page */
.sale-contents._brandlist {
    padding: 40px 0 0;
}
	.sale-contents .layout_ttlwrap {
    margin-bottom: 1em;
    letter-spacing: 1px;
}
	.sale-contents .circle_list {
/*
    display: flex;
    flex-wrap: wrap;
*/
/*    column-gap: 16px;*/
    margin: 0 auto;
		display: inline-block;
white-space: nowrap;
}
	.sale-contents .circle_list li {
    position: relative;
    width: 110px;
    margin-bottom: 8px;
		    display: inline-block;
}
	.sale-contents .circle_list ._img {
    margin-bottom: 1em;
}
	.sale-contents .circle_list ._img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
	.sale-contents .circle_list ._img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
}
	.sale-contents .circle_list .item_ttl {
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    line-height: 1.5;
    font-size: 10px;
}
	@media screen and (max-width: 959px){
			.sale-contents .layout_ttlwrap {
   text-align: center
}
		.sale-contents .layout_ttlwrap .ttlstyle {
    font-size: 14px;
}
		.sale-contents._brandlist {
    background: #f6f6f6;
    padding: 10px 0 1px 0px;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
}
.sp_scroll__area {
    overflow-x: auto;
    overflow-y: hidden;
}
		.sale-contents .circle_list {
/*
    flex-wrap: nowrap;
    width: calc(90px * 6);
*/
    column-gap: 8px;
    max-width: initial;
			padding: 0 16px;
			    display: inline-block;
    white-space: nowrap;
			width: auto;
}
		.sale-contents .circle_list li {
    width: 100px;
			margin-bottom: 37px;
}
	}

/*確定ボタン上の文言*/
#fs_orderTotalContainer .fs-c-confirmOrder{
	position: relative;
}
#fs_orderTotalContainer .fs-c-confirmOrder:before{
	    content: '【ご確定前にご確認ください】ご注文確定後は自動で配送手配にはいりますので、注文内容の変更やキャンセルはできかねます。ご確定前に注文内容にお間違いがないか、ご確認いただきますようお願いいたします。';
    font-size: 12px;
    line-height: 1.5;
    display: block;
    margin: 10px auto 0;
	color: #DF0012;
}

.pricecatebtn {
    gap: 10px;
    margin-top: 10px
}
.pricecatebtn a{
	width: calc(100% / 2 - 5px);
	margin: 0;
	padding: 0;
}
.pricecatebtn a img{
	width: 100%;
	height: auto
}

.fs-c-featuredProduct .fs-c-productPrice__addon{
	display: none
}
.fs-c-productPrice--selling .fs-c-productPrice__main__label {
    background: #feefea;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    color: #f84502;
    position: absolute;
    font-weight: 700;
	top: 0;
    left: 0;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label {
    background-color: #fff;
    color: #ed293f;
    position: relative;
	    margin-left: 5px;
	    font-weight: 400;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label:before,
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label:after{
    position: absolute;
    top: 2px;

    display: block;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label:before{
	content: '[';
	 left: 0;
}
#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main__label:after{
	content: ']';
	right: 0
}
.fs-c-productListItem__productName{
	margin: 8px 0 0
}