@charset "UTF-8";

/********************************
DEFAULT
*********************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0px;
    padding: 0px;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
    color: #222;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0px;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;

}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
}
textarea {
    font-size: 99%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #000;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
a[href^="tel:"] {
    cursor: default;
}
a,a:link {
    color: #222222;
    text-decoration: underline;
    word-break: break-all;
}
a:visited {
    color: #222222;
}
a:hover,a:active {
    color: #222222;
    text-decoration: none;
}
a[href^="tel:"] {
    cursor: default;
}
.m_b0 {
    margin-bottom: 0px !important;
}
.m_b1 {
    margin-bottom: 1px !important;
}
.m_b2 {
    margin-bottom: 2px !important;
}
.m_b3 {
    margin-bottom: 2px !important;
}
.m_b5 {
    margin-bottom: 5px !important;
}
.m_b7 {
    margin-bottom: 7px !important;
}
.m_b8 {
    margin-bottom: 8px !important;
}
.m_b10 {
    margin-bottom: 10px !important;
}
.m_b11 {
    margin-bottom: 11px !important;
}
.m_b12 {
    margin-bottom: 12px !important;
}
.m_b13 {
    margin-bottom: 13px !important;
}
.m_b15 {
    margin-bottom: 15px !important;
}
.m_b20 {
    margin-bottom: 20px !important;
}
.m_b25 {
    margin-bottom: 25px !important;
}
.m_b30 {
    margin-bottom: 30px !important;
}
.m_b35 {
    margin-bottom: 35px!important;
}
.m_b40 {
    margin-bottom: 40px !important;
}
.m_b45 {
    margin-bottom: 45px !important;
}
.m_b50 {
    margin-bottom: 50px !important;
}
.m_b55 {
    margin-bottom: 55px !important;
}
.m_t30 {
    margin-top: 30px !important;
}
.m_r0 {
    margin-right: 0 !important;
}
.p_b0 {
    padding-bottom: 0 !important;
}
.p_b10 {
    padding-bottom: 10px !important;
}
.a_center {
    text-align: center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.f_bold {
    font-weight: bold;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}
html {
    height: 100%;
}
body {
    font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
    font-size: 14px;
    text-align: center;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    padding: 0 0 103px 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/********************************
HEADER
*********************************/
header {
    background: url(../img/head_bg.png) repeat-x 0 0;
    height: 126px;
    width: 100%;
    text-align: left;
}
.header {
    width: 880px;
    margin: 0 auto;
}
.header-logo {
    padding: 39px 0 0 0;
    float: left;
}
.header-logo img {
    width: 203px;
    height: auto;
}

/********************************
FOOTER
*********************************/
footer {
    background: #7d6658;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer .copy {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
}
footer .foot-logo {
    margin: 0 0 15px 0;
    line-height: 0;
}
footer .foot-logo img {
    width: 120px;
    height: auto
}
/********************************
C系CSS
*********************************/
/*c-pagetop*/
.c-pagetop {
    padding: 20px 0 40px 0;
    text-align: center;
}
.c-pagetop a {
    display: inline-block;
}
.c-pagetop a:hover {
    opacity: 0.7;
}
.c-pagetop a img {
    width: 45px;
    height: auto;
}

/*c-btn*/
.c-btn {
    text-align: center;
    line-height: 1;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    background: #fff;
    border-radius: 6px;
    width: 164px;
}
.c-btn:hover {
    transform: translateY(2px);
    -ms-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
.c-btn.js-on {
    transform: translateY(2px);
    -ms-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
.c-btn a {
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    background: #bd9b86;
    background: -moz-linear-gradient(top, #bd9b86 0%, #7b6456 100%);
    background: -webkit-linear-gradient(top, #bd9b86 0%,#7b6456 100%);
    background: linear-gradient(to bottom, #bd9b86 0%,#7b6456 100%);
    box-shadow: 0 2px 0 #614e43;
    -ms-box-shadow: 0 2px 0 #614e43;
    -moz-box-shadow: 0 2px 0 #614e43;
    -webkit-box-shadow: 0 2px 0 #614e43;
}
.c-btn.is-fav a {
    background: #ea407f;
    background: -moz-linear-gradient(top, #ea407f 0%, #d22952 100%);
    background: -webkit-linear-gradient(top, #ea407f 0%,#d22952 100%);
    background: linear-gradient(to bottom, #ea407f 0%,#d22952 100%);
    box-shadow: 0 2px 0 #a5193b;
    -ms-box-shadow: 0 2px 0 #a5193b;
    -moz-box-shadow: 0 2px 0 #a5193b;
    -webkit-box-shadow: 0 2px 0 #a5193b;
}
.c-btn.is-gl a {
    border-top: 1px solid #614e43;
    border-right: 1px solid #614e43;
    border-left: 1px solid #614e43;
    border-bottom: 1px solid #d0c3bc;
    background: #fefefd;
    background: -moz-linear-gradient(top, #fefefd 0%, #d0c3bc 100%);
    background: -webkit-linear-gradient(top, #fefefd 0%,#d0c3bc 100%);
    background: linear-gradient(to bottom, #fefefd 0%,#d0c3bc 100%);
    box-shadow: 0 2px 0 #614e43;
    -ms-box-shadow: 0 2px 0 #614e43;
    -moz-box-shadow: 0 2px 0 #614e43;
    -webkit-box-shadow: 0 2px 0 #614e43;
    color: #7d6658;
}
.c-btn a:hover {
    opacity: 0.8;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.c-btn.js-on a {
    opacity: 0.8;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.c-btn.is-gl a:hover {
    border-bottom: 1px solid #614e43;
}
.c-btn a span {
    display: block;
    padding: 11px 0 12px 0;
}
.c-btn.is-fav a span {
    background: url(../img/icn_btn_heart.png) no-repeat 35px center;
    background-size: 15px auto;
    -ms-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    padding: 16px 0 16px 10px;
}
.c-btn.is-favPlus a span {
    background: url(../img/icn_plus.png) no-repeat 30px center;
    background-size: 13px auto;
    -ms-background-size: 13px auto;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    padding: 16px 0 16px 10px;
}
.c-btn.is-src a span {
    background: url(../img/dec_arw_wh_up.png) no-repeat right 13px center;
    background-size: 9px auto;
    -ms-background-size: 9px auto;
    -moz-background-size: 9px auto;
    -webkit-background-size: 9px auto;
    padding: 16px 0 16px 0;
}
.c-btn.is-gl a span {
    padding: 15px 0 15px 0;
}
.c-btn.is-gl a:hover span {
    padding: 15px 0 15px 0;
}
.c-btn-cked {
    text-align: center;
    line-height: 1;
    background: #fff;
    border-radius: 6px;
    width: 164px;
}
.c-btn-cked span {
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 16px 0 16px 0;
    text-decoration: none;
    font-weight: bold;
    background: #999999;
    box-shadow: 0 2px 0 #666666;
    -ms-box-shadow: 0 2px 0 #666666;
    -moz-box-shadow: 0 2px 0 #666666;
    -webkit-box-shadow: 0 2px 0 #666666;
}

.c-btn2 {
    text-align: center;
    line-height: 1;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    background: #fff;
    border-radius: 30px;
    width: 94px;
    border: 1px solid #7d6658;
}
.c-btn2:hover {
    transform: translateY(2px);
    -ms-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
.c-btn2 a {
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 12px;
    text-decoration: none;
    background: #fefefd;
    background: -moz-linear-gradient(top, #fefefd 0%, #d2c6bf 100%);
    background: -webkit-linear-gradient(top, #fefefd 0%,#d2c6bf 100%);
    background: linear-gradient(to bottom, #fefefd 0%,#d2c6bf 100%);
    box-shadow: 0 2px 0 #614e43;
    -ms-box-shadow: 0 2px 0 #614e43;
    -moz-box-shadow: 0 2px 0 #614e43;
    -webkit-box-shadow: 0 2px 0 #614e43;
}
.c-btn2 a:hover {
    opacity: 0.8;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.c-btn2 a span {
    display: block;
    padding: 8px 0 9px 0;
}

/*c-title*/
.c-title {
    margin: 0 0 50px 0;
    text-align: center;
}
.search .c-title {
    margin: 0 0 40px 0;
}
.login .c-title img {
    width: 105px;
    height: auto;
}
.search .c-title img {
    width: 136px;
    height: auto;
}

/*c-ttl*/
.c-ttl {
    margin: 0 0 50px 0;
    border-bottom: 3px solid #f13c78;
}
.c-ttl:last-child {
    margin: 0 0 0 0;
}
.c-ttl .ttl {
    color: #f13c78;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 10px 0;
    text-align: left;
}

/*c-breadcrumbs*/
.c-breadcrumbs ul {
    width: 880px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.c-breadcrumbs ul li {
    float: left;
    line-height: 1.2;
    text-align: left;
    padding: 0 10px 0 0;
    font-size: 12px;
}
.c-breadcrumbs ul li a {
    text-decoration: none;
    font-size: 12px;
}
.c-breadcrumbs ul li a:hover {
    text-decoration: underline;
}

/*c-wrap*/
.c-wrap {
    padding: 50px 0 50px 0;
    margin: 0 auto;
    width: 880px;
}

/********************************
CONTETS
*********************************/
.is-pc {
    display: block;
}
.is-sp {
    display: none;
}

/*sizeChart*/
.sizeChart {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 20px;
    max-width: 540px;
    max-height: 682px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow-y: scroll;
    box-shadow: 0px 0px 20px 0px #c3c3c3;
    -ms-box-shadow: 0px 0px 20px 0px #c3c3c3;
    -moz-box-shadow: 0px 0px 20px 0px #c3c3c3;
    -webkit-box-shadow: 0px 0px 20px 0px #c3c3c3;
}
.sizeChart-img img {
    width: 100%;
}
.sizeChart-close {
    padding: 20px 0 0 0;
}
.btn-close a {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}
.btn-close a:hover {
    opacity: 0.7;
}
.pop-bg {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
body {
    font-size: 14px;
    min-width: 320px;
    padding: 0 0 92px 0;
}


/********************************
C系CSS
*********************************/
/*c-pagetop*/
.c-pagetop {
    padding: 25px 0 25px 0;
}

/*c-btn*/
.c-btn {
    text-align: center;
    line-height: 1;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    border-radius: 6px;
    width: 200px;
}
.c-btn:hover {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.c-btn a {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    font-size: 17px;
}
.c-btn a:hover {
    opacity: 1;
    box-shadow: 0 2px 0 #614e43;
    -ms-box-shadow: 0 2px 0 #614e43;
    -moz-box-shadow: 0 2px 0 #614e43;
    -webkit-box-shadow: 0 2px 0 #614e43;
}
.c-btn a span {
    padding: 15px 0 16px 0;
}
.c-btn.is-gl a:hover {
    border-bottom: 1px solid #d0c3bc;
}
.c-btn-cked span {
    font-size: 17px;
}

.c-btn2 {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    width: 107px;
}
.c-btn2:hover {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.c-btn2 a {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    font-size: 14px;
}
.c-btn2 a:hover {
    opacity: 1;
    box-shadow: 0 2px 0 #614e43;
    -ms-box-shadow: 0 2px 0 #614e43;
    -moz-box-shadow: 0 2px 0 #614e43;
    -webkit-box-shadow: 0 2px 0 #614e43;
}

/*c-title*/
.c-title {
    margin: 0 0 40px 0;
}
.search .c-title {
    margin: 0 0 25px 0;
}
.login .c-title img {
    width: 86px;
    height: auto;
}
.search .c-title img {
    width: 107px;
    height: auto;
}

/*c-ttl*/
.c-ttl {
    margin: 0 0 30px 0;
    border-bottom: 2px solid #f13c78;
}
.c-ttl .ttl {
    line-height: 1.2;
    font-size: 20px;
    padding: 0 0 10px 0;
}

/*c-breadcrumbs*/
.c-breadcrumbs ul {
    width: auto;
    margin: 0 20px;
    padding: 15px 0 0 0;
    overflow-x: scroll;
    white-space: nowrap;
    letter-spacing: -.40em;
    text-align: left;
}
.c-breadcrumbs ul li {
    float: none;
    line-height: 1.2;
    text-align: left;
    padding: 0 10px 0 0;
    display: inline-block;
    letter-spacing: normal;
}

/*c-wrap*/
.c-wrap {
    padding: 25px 0 25px 0;
    margin: 0 20px 0 20px;
    width: auto;
}

/*c-pagetop*/
.c-pagetop a img {
    width: 44px;
    height: auto;
}

/********************************
HEADER
*********************************/
header {
    background: url(../img/sp/head_bg.png) repeat-x 0 0;
    background-size: 8px auto;
    -ms-background-size: 8px auto;
    -moz-background-size: 8px auto;
    -webkit-background-size: 8px auto;
    height: 89px;
}
.header {
    width: auto;
    margin: 0 20px;
}
.header-logo {
    padding: 28px 0 0 0;
}
.header-logo img {
    width: 138px;
    height: auto;
}

/********************************
FOOTER
*********************************/
footer {
    padding: 15px 0;
}
footer .copy {
    font-size: 10px;
}
footer .foot-logo {
    margin: 0 0 15px 0;
}
footer .foot-logo img {
    width: 123px;
    height: auto
}

/********************************
CONTETS
*********************************/
.is-pc {
   display: none;
}
.is-sp {
   display: block;
}
/*sizeChart*/
.sizeChart {
    padding: 10px;
    max-width: max-content;
    -moz-max-width: max-content;
    -webkit-max-width: max-content;
    max-height: max-content;
    -moz-max-height: max-content;
    -webkit-max-height: max-content;
    width: 90%;
    height: 100%;
}
.sizeChart-close {
    padding: 10px 0 0 0;
}
.btn-close a {
    font-size: 14px;
}
.btn-close a:hover {
    opacity: 1;
}

}