@charset "UTF-8";

/************************
reset
************************/

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,
sub,
sup,
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: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

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

ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

#contentContainer #contentArea {
    width: 100%;
    margin: 0 auto;
}


/************************
common
************************/

body {
    -webkit-font-smoothing: antialiased;
}

#contentContainer .contentArea {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
}

#jmo__wrap {
    font-size: 16px;
    line-height: 1.5;
    color: #2b2b2b;
    position: relative;
}

#jmo__wrap img {
    width: 100%;
    height: auto;
}

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

span.jns-txt {
    font-family: jins_next_ttregular;
    line-height: 1;
    color: #333;
}

.txt_white {
    color: #fff !important;
}

@media screen and (max-width: 1028px) {
    br.nobr {
        display: none;
    }
}

#myContent_secretsale img {
    width: 100%;
    vertical-align: bottom;
}

.sale__mainVisual {
    background: #fff;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__mainVisual .pc {
        display: none;
    }
}

.sale__mainVisual .sp {
    display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__mainVisual .sp {
        display: block;
    }
}

.sale__login-txt {
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    color: #3a4763;
    margin-bottom: 20px;
    font-weight: bold;
}
@media (min-width: 769px) {
    .sale__login-txt br.nopc  {
        display: none;
    }
}

.sale__container {
    max-width: 1332px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .sale__login-txt {
        padding: 0 40px;
    }
}
@media (max-width: 640px) {
    .sale__login-txt {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 0 15px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}



.sale__content {
    padding: 60px 0 30px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content {
        padding: 25px 0 20px;
    }
}

.sale__catch {
    color: #333333;
    font-size: 41px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__catch {
        font-size: 19px;
        margin-bottom: 27px;
        line-height: 1.4;
    }
}

.sale__catch .red {
    color: #E1002B;
    font-family: 'jins_next_ttmedium';
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__catch .yellow {
        font-size: 20px;
    }
}

.sale__catch .line {
    margin-right: 1em;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__catch .line {
        margin-right: 0;
        display: block;
    }
}

.sale__content .sale__itemList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sale__content .itemBlock {
    width: 46.997%;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content .itemBlock {
        width: 100%;
        padding-bottom: 28px;
    }
}

.sale__content .itemBlock a {
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.sale__content .itemBlock a:hover {
    opacity: 0.7;
}

.sale__content .itemCategory {
    text-align: left;
    line-height: 1;
    color: #d70a2c!important;
    font-weight: bold;
}

.sale__content .itemCategory.men {
    border-top: 1px solid #707fa4;
}

.sale__content .itemCategory.women {
    border-top: 1px solid #ba7290;
}

.sale__content .itemCategory.kids {
    border-top: 1px solid #82ad96;
}
.sale__content .itemCategory.unisex {
    border-top: 1px solid #a695aa;
}

.sale__content .itemCategory span {
    display: inline-block;
    color: #fff;
    font-family: 'jins_next_ttmedium';
    font-size: 18px;
    line-height: 1;
    padding: 6px 11px 3px;
}

.sale__content .itemCategory span.men {
    background: #707fa4;
}

.sale__content .itemCategory span.women {
    background: #ba7290;
}

.sale__content .itemCategory span.kids {
    background: #82ad96;
}
.sale__content .itemCategory span.unisex {
    background: #a695aa;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content .itemCategory span {
        font-size: 8px;
        padding: 3px 6px 1px;
        vertical-align: top;
    }
}

.sale__content .item-new {
    font-size: 48px;
    font-family: 'jins_next_ttmedium';
    text-align: center;
    color: #E1002B;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sale__content .item-new {
        font-size: 34px;
    }
}

.sale__content .itemBrand {
    margin: -12px 0 5px;
    font-family: 'jins_next_ttmedium';
    font-size: 20px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content .itemBrand {
        margin: -15px 0 0px;
        font-size: 10px;
    }
}

.sale__content .itemPrice {
    font-family: 'jins_next_ttregular';
}

.sale__content .itemPrice .beforePrice {
    display: inline-block;
    color: #999999;
    font-size: 35.38px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content .itemPrice .beforePrice {
        font-size: 17.69px;
    }
}

.sale__content .itemPrice .arrow {
    display: inline-block;
    font-size: 35.38px;
    color: #999999;
    padding: 0 6px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content .itemPrice .arrow {
        font-size: 17.69px;
    }
}

.sale__content .itemPrice .afterPrice {
    position: relative;
    display: inline-block;
    color: #d70a2c;
    font-size: 58.16px;
}

@media (max-width: 1024px) {
    .sale__content .itemPrice .afterPrice {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .sale__content .itemPrice .afterPrice {
        width: 30%;
    }
}
@media (max-width: 640px) {
    .sale__content .itemPrice .afterPrice {
        width: 50%;
    }
}

.sale__content .itemPrice .afterPrice .taxL {
    font-size: 20px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content .itemPrice .afterPrice {
        font-size: 29.08px;
    }
}

.sale__content .yutai-txt {
    border: 1px solid #d70a2c;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #d70a2c !important;
    width: 60%;
    margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__content .sale__content .yutai-txt {
        font-size: 12px;
    }
}

.sale__btnAreaCheck {
    background: #f9f9f9;
    text-align: center;
    padding: 124px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__btnAreaCheck {
        padding: 30px 0;
    }
}

.sale__btnAreaCheck .sale__container {
    max-width: 903px;
}
.sale__container ul li span {
    font-weight: bold;
}

.sale__btnAreaCheck .btnCheck {
    position: relative;
    display: block;
    color: #fff;
    font-family: 'axisstd_b';
    border-radius: 10px;
    padding: 35px;
    font-size: 28px;
    background: #3a4763;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__btnAreaCheck .btnCheck {
        padding: 14px;
        font-size: 13px;
        border-radius: 4px;
        letter-spacing: 0;
    }
}

.sale__btnAreaCheck .btnCheck:before {
    content: "";
    background: url(../img/arrow.png) no-repeat top left;
    width: 17px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__btnAreaCheck .btnCheck:before {
        width: 7px;
        height: 11px;
        left: 15px;
        background-size: 100% auto;
    }
}

.sale__btnAreaCheck .btnCheck:hover {
    -webkit-filter: brightness(120%);
    -moz-filter: brightness(120%);
    -o-filter: brightness(120%);
    -ms-filter: brightness(120%);
    filter: brightness(120%);
}

.sale__btnAreaCheck .btnCheck .line {
    margin-right: 1em;
    color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__btnAreaCheck .btnCheck .line {
        margin-right: 0;
        display: block;
    }
}

.sale__list {
    padding: 90px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__list {
        padding: 30px 0;
    }
}

.sale__list .sale__container {
    max-width: 990px;
}

.sale__list ul {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__list ul {
        font-size: 10px;
        line-height: 1.4;
    }
}

.sale__list li {
    margin-left: 2em;
    text-indent: -2em;
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__list li {
        margin-bottom: 5px;
    }
}

.sale__list li:last-child {
    margin-bottom: 0;
}

.sale__list li:before {
    content: "※";
    margin-right: 1em;
    font-size: 16px;
}

.sale__list li a {
    text-decoration: underline;
}

.sale__list li a:hover {
    text-decoration: none;
}

.sale__sns {
    margin: 0 auto;
    padding-bottom: 43px;
}

.sale__sns .sale__container {
    max-width: 990px;
}

.sale__sns #snsArea {
    margin: 0 auto;
    overflow: hidden;
    padding: 0px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__sns #snsArea {
        text-align: left;
    }
}

.sale__sns #snsArea li {
    display: inline-block;
    width: 90px;
    height: 20px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__sns #snsArea li {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
}

.sale__sns #snsArea li iframe {
    vertical-align: bottom;
}

.sale__btnAreaNews {
    display: none;
    background: #f9f9fb;
    border-top: 1px solid #e8e8e8;
    padding: 35px 0;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__btnAreaNews {
        display: block;
        padding: 30px 0;
    }
}

.sale__btnAreaNews .sale__container {
    max-width: 205px;
}

.sale__btnAreaNews .btnNews {
    display: block;
    border: 1px solid #3a4763;
    color: #3a4763;
    border-radius: 10px;
    padding: 35px;
    font-size: 28px;
    position: relative;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__btnAreaNews .btnNews {
        padding: 14px;
        font-size: 13px;
        border-radius: 4px;
        letter-spacing: 0;
    }
}

.sale__btnAreaNews .btnNews:before {
    content: "";
    background: url(../img/angle_n.svg) no-repeat top left;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
}

@media (min-width: 320px) and (max-width: 768px) {
    .sale__btnAreaNews .btnNews:before {
        width: 6px;
        height: 10px;
        left: 25px;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 911px) {
    #headersub {
        margin-top: 65px !important;
    }
    #header #headerArea #headersub {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    #header #headerArea #headersub #topicpath_wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }
    #header #headerArea #headersub #topicpath_wrapper ul#topicpath {
        width: auto;
        height: auto;
        margin: 10px;
        padding: 6px 7px;
        background: #f5f5f5;
        line-height: 0.8;
    }
    img {
        max-width: 100%;
    }
    #contentContainer #contentArea {
        width: 100%;
        margin: 0 auto;
    }
}

.sale__btnAreaCheck.login {
    background-color: #fff;
    padding: 30px 0;
}

.sale__list_02 {
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
}

.price_mosaic {
    color: transparent;
    text-shadow: 0 0 35px rgba(215, 10, 44, 0.5);
}

@media  (max-width: 640px) {
    .sale__btnAreaCheck.login {
        padding: 0 0 15px 0;
    }
}


/************************
setp
************************/

.step-area {
    padding:  0 80px 80px 80px;
    max-width: 1332px;
    margin: 0 auto;
}
.step-area ol.step {
    overflow: hidden;
}
.step-area ol.step li {
    float: left;
    width: 33.33333%;
}
.step-area ol.step li img {
    width: 100%;
}

@media  (max-width: 1024px) {
    .step-area {
        padding: 40px;
    }
}

@media  (max-width: 640px) {
    .step-area {
        padding: 10px 15px 30px 15px;
    }
}