/**** overwrite setting start ****/

footer {
    /* margin-top: 50px; */
}

/**** overwrite setting end ****/


/**** common setting start ****/
/* title */
.concept__ttl {
    width: 960px;
    margin: auto;
    font-size: 1.8rem;
    background-color: #c1c1c1;
    color: white;
    padding: 0 0 0 12px;
    height: 50px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}
.concept__subttl {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: normal;
    background: red;
    color: white;
    padding: 0 0 0 12px;
    height: 40px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.item__ttl {
    font-size: 1.8rem;
    padding: 5px 0 10px 0;
}


/* element */
section {
    /* width: 100%; */
}


/**** common setting end ****/

/**** swiper setting start ****/

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 10px 0 40px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide > img {
    width: 100%;
}
.swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    background-color: red;
    opacity: 1;
}

/**** swiper setting end ****/


article.mainContainer {
    width: 960px;
    height: auto;
    margin: auto;
    background: white;
}

picture.mainImg {
    width: 100%;
    height: auto;
    margin: 0 0 12px 0;
    display: block;
}
.mainImg > source,
.mainImg > img {
    width: 100%;
    height: auto;
    line-height: 0;
}



section.itemList {
    margin: 0 0 20px 0;
    margin: 0 auto 20px;
}
.itemList > ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.itemList > ul > li {
    width: 32.5%;
    margin: 0 0 1.25% 0;
}
.itemList > ul > li > a,
.itemList > ul > li > img,
.itemList > ul > li > a > img {
    display: block;
    width: 100%;
    height: auto;
}
.itemList > ul > li > a {
    transition: 0.3s;
}
.itemList > ul > li > a:hover {
    opacity: 0.6;
}

section.concept {
    width: 100%;
}


div.button {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0 20px 0;
}
.button > a {
    height: 30px;
    border: solid 1px red;
    border-radius: 5px;
    margin-left: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s;
    color: red;
    padding: 0 10px;
}
.button > a:hover {
    background-color: red;
    color: white;
    text-decoration: none;
}
.button + p {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
}



div.itemArea {}
.itemArea > ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.itemArea > ul > li {
    width: 19%;
    height: auto;
    margin-bottom: 60px;
}
.itemArea > ul > li:not(:nth-of-type(5n+1)) {
    margin-left: 1.25%;
}
.itemArea > ul > li > a {
    display: block;
    border: solid 1px #cbcbcb;
    height: 100%;
    width: 100%;
}

.itemArea > ul > li > a:hover {
    opacity: 0.5;
}
.itemArea > ul > li > a > img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.itemArea > ul > li > p {
    font-size: 1.3rem;
}
.itemArea > .button {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 20px 0;
    border-bottom: solid 1px;
}


ul.sizeList li a {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    font-size: 2rem;
}
.sizeList > li:first-of-type > a {
    border: none;
    height: auto;
    width: auto;
}
.sizeList li a:hover {
    text-decoration: none;
    opacity: 0.3!important;
}
.sizeList > li:first-of-type img {
    width: 100%;
    height: auto;
    border: solid 1px #cbcbcb;
}
.sizeList > li:not(:first-of-type) {
    width: 80px;
    height: 80px;
    margin: 10.666% 0 0 1.25%;
}









/* sp view */
@media screen and (max-device-width:767px) {
    article.mainContainer {
        width: 100%;
    }
    .concept__ttl {
        width: 100%;
    }
    picture.mainImg {
        margin: 0 0 1% 0;
    }
    .itemList > ul > li{
        width: 49.5%;
        margin: 0 0 1% 0;
    }
    .itemArea .sizeList {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15%;
    }
    .itemArea .sizeList li {
        width: 50%;
        height: auto;
        margin: 0 25%;
    }
    .itemArea .sizeList > li:not(:first-of-type) {
        position: relative;
        width: 17%;
        margin: 0 0 2% 0;
    }
    .itemArea .sizeList > li:not(:first-of-type):before {
        content:"";
        display: block;
        padding-top: 70%;
    }

    .itemArea > ul > li:not(:nth-of-type(5n+1)) {
        margin-left: 1%;
    }

    .itemArea > ul > li {
        width: 32%;
        margin-left: 1%;
    }
}
@media screen and (max-device-width:375px) {
    .itemArea .sizeList > li:not(:first-of-type):before {
        content:"";
        display: block;
        padding-top: 60%;
    }
}
@media screen and (max-device-width:320px) {
    .itemArea > ul > li {
        width: 48.5%;
    }
}



/**** color setting start ****/
/* size */
a[size="XXS"] {
    color: #E0526C;
}
a[size="XS"] {
    color: #C35D9D;
}
a[size="S"] {
    color: #605092;
}
a[size="M"] {
    color: #69809F;
}
a[size="L"] {
    color: #43B9A7;
}
a[size="XL"] {
    color: #189A57;
}


/* title*/
h3.concept__subttl:nth-of-type(1) {
    background-color: #cb5544;
}

h3.concept__subttl:nth-of-type(2) {
    background-color: #646464;
}

h3.concept__subttl:nth-of-type(3) {
    background-color: #655586;
}

h3.concept__subttl:nth-of-type(4) {
    background-color: #0086b9;
}

h3.concept__subttl:nth-of-type(5) {
    background-color: #cc5588;
}

h3.concept__subttl:nth-of-type(6) {
    background-color: #eab855;
}


/* button*/
h3.concept__subttl:nth-of-type(1) + .button > a,
h3.concept__subttl:nth-of-type(1) + .button + p + .itemArea > .button,
h3.concept__subttl:nth-of-type(1) + .button + p + .itemArea > .button > a{
    border-color: #cb5544;
    color: #cb5544;
}

h3.concept__subttl:nth-of-type(2) + .button > a,
h3.concept__subttl:nth-of-type(2) + .button + p + .itemArea > .button,
h3.concept__subttl:nth-of-type(2) + .button + p + .itemArea > .button > a {
    border-color: #646464;
    color: #646464;
}

h3.concept__subttl:nth-of-type(3) + .button > a,
h3.concept__subttl:nth-of-type(3) + .button + p + .itemArea > .button,
h3.concept__subttl:nth-of-type(3) + .button + p + .itemArea > .button > a {
    border-color: #655586;
    color: #655586;
}

h3.concept__subttl:nth-of-type(4) + .button > a,
h3.concept__subttl:nth-of-type(4) + .button + p + .itemArea > .button,
h3.concept__subttl:nth-of-type(4) + .button + p + .itemArea > .button > a {
    border-color: #0086b9;
    color: #0086b9;
}

h3.concept__subttl:nth-of-type(5) + .button > a,
h3.concept__subttl:nth-of-type(5) + .button + p + .itemArea > .button,
h3.concept__subttl:nth-of-type(5) + .button + p + .itemArea > .button > a {
    border-color: #cc5588;
    color: #cc5588;
}

h3.concept__subttl:nth-of-type(6) + .button > a,
h3.concept__subttl:nth-of-type(6) + .button + p + .itemArea > .button,
h3.concept__subttl:nth-of-type(6) + .button + p + .itemArea > .button > a {
    border-color: #eab855;
    color: #eab855;
}

h3.concept__subttl:nth-of-type(1) + .button > a:hover,
h3.concept__subttl:nth-of-type(1) + .button + p + div.itemArea > .button > a:hover {
    background-color: #cb5544;
    color: white;
}

h3.concept__subttl:nth-of-type(2) + .button > a:hover,
h3.concept__subttl:nth-of-type(2) + .button + p + div.itemArea > .button > a:hover {
    background-color: #646464;
    color: white;
}

h3.concept__subttl:nth-of-type(3) + .button > a:hover,
h3.concept__subttl:nth-of-type(3) + .button + p + div.itemArea > .button > a:hover {
    background-color: #655586;
    color: white;
}

h3.concept__subttl:nth-of-type(4) + .button > a:hover,
h3.concept__subttl:nth-of-type(4) + .button + p + div.itemArea > .button > a:hover {
    background-color: #0086b9;
    color: white;
}

h3.concept__subttl:nth-of-type(5) + .button > a:hover,
h3.concept__subttl:nth-of-type(5) + .button + p + div.itemArea > .button > a:hover {
    background-color: #cc5588;
    color: white;
}

h3.concept__subttl:nth-of-type(6) + .button > a:hover,
h3.concept__subttl:nth-of-type(6) + .button + p + div.itemArea > .button > a:hover {
    background-color: #eab855;
    color: white;
}

/**** color setting end ****/
