.wearing_contents h1 {
    font-size: 40px;
}

@media screen and (max-width: 769px) {
    .wearing_contents h1 {
        font-size: 25px;
    }
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.wearing_top {
    background: rgba(255, 0, 0, 0.7);
    padding: 20px;
    position: absolute;
    height: 100px;
    right: 0;
    top: 160px;
    bottom: 0;
    display: inline;
}

.wearing_top h3 {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 2px;
    font-style: italic;
    line-height: 70px;
}

.wearing_top p {
    color: #FFF;
    text-align: right;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 600px) {
    .wearing_top {
        padding: 0;
        position: absolute;
        height: 80px;
        right: 0;
        left:0;
        top: 30px;
        bottom: 0;
        width: 80%;
        margin:0 auto;
        display: inline;
        background: none;
        background-size: contain;
    }

    .wearing_top h3 {
        color: #FFF;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
        font-style: italic;
        line-height: 40px;
        padding-top:30px;
        background: rgba(255, 0, 0, 0.7);
    }

    .wearing_top p {
        color: #FFF;
        text-align: center;
        padding: 0 0 20px;
        background: rgba(255, 0, 0, 0.7);
    }
}

.wearing_contents h1 {
    clear: both;
    letter-spacing: 2px;
    padding: 1em 0 0;
    text-align: center;
}

.no-style {
    max-width: 900px;
    background: rgb(100, 0, 0);
    text-align: center;
    padding: 20px;
    margin: 20px auto;
}

.no-style p {
    position: relative;
}

.no-style p:before {
    content: "×";
    font-size: 50px;
    text-indent: 0px;
    font-weight: 100;
    line-height: 0px;
    position: relative;
    top: 10px;
    left: -10px;
}

@media screen and (max-width: 1080px) {
    .no-style {
        max-width: 100%;
        width: auto;
        text-align: center;
        padding: 10px 30px;
        margin: 0px 15% 20px;
    }
    .no-style p:before {
        content: "×";
        font-size: 50px;
        text-indent: 0px;
        font-weight: 100;
        line-height: 0px;
        position: relative;
        top: 10px;
        left: -24px;
    }
}

.tiles_wear {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 980px;
    padding: 0em 4.5em 2em 2em;
    margin: 0 auto;
}



.tiles_wear article {
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    width: calc(33.3333333333% - 2.5em);
    margin: 2.5em 0 0 2.5em;
}

.tiles_wear article > .image {
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background-size: 75%;
    background-position: center 60px;
    background-repeat: no-repeat;
    background-color: #FFF;
    overflow: hidden;
    padding: 90px 0 40px;
}

.tiles_wear article > .image img {
    display: block;
    width: 100%;
}

.tiles_wear article > .image:before {
    pointer-events: none;
    -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
    -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
    transition: background-color 0.5s ease, opacity 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1.0;
    z-index: 1;
    opacity: 0.4;
}

.tiles_wear article > .image:after {
    pointer-events: none;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.25;
    z-index: 2;
}

.tiles_wear article > div {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    z-index: 3;
}

.tiles_wear article > div > :last-child {
    margin: 0;
}

.tiles_wear article > div:hover {
    color: #ffffff !important;
}

.tiles_wear article > div h2 {
    margin: 0;
    line-height: 1.2em;

}

.tiles_wear article > div p {
    font-size: 14px;
    text-align: left;
    padding: 0px 10px 0;
    letter-spacing: 2px;
    position: absolute;
    bottom: 5px;
    color: #000;
    width: 75%;
}
@media screen and (max-width: 780px) {
.tiles_wear article > .image {
    background-position: center 50px;
}

.tiles_wear article > div p {
    width: 70%;
}
}
@media screen and (max-width: 600px) {
.tiles_wear article > .image {
    background-position: center 60px;
}
.tiles_wear article > div p {
    width: 75%;
}
}

.tiles_wear article > div p a {
    padding: 0;
    color: #f00;
    text-decoration: none;
    -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
}

.tiles_wear article > div p a:hover {
    background-image: linear-gradient( rgba(0, 0, 0, 0) 90%, rgba(255, 0, 0, 1) 90%);
}


.tiles_wear article > div .content {
    -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    width: 80%;
    max-height: 0;
    line-height: 1.5;
    margin-top: 0.35em;
    opacity: 1;
    color: #000;
}

.tiles_wear article > div .content > :last-child {
    margin-bottom: 0;
}

.tiles_wear article.odd > .image:before {
    background: rgb(169, 0, 0);
    background: -moz-linear-gradient(top, rgba(169, 0, 0, 1) 1%, rgba(75, 0, 0, 1) 69%);
    background: -webkit-linear-gradient(top, rgba(169, 0, 0, 1) 1%, rgba(75, 0, 0, 1) 69%);
    background: linear-gradient(to bottom, rgba(169, 0, 0, 1) 1%, rgba(75, 0, 0, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90000', endColorstr='#4b0000', GradientType=0);
}

.tiles_wear article.even > .image:before {
    background: rgb(0, 209, 167);
    background: -moz-linear-gradient(top, rgba(0, 209, 167, 1) 0%, rgba(0, 129, 130, 1) 63%);
    background: -webkit-linear-gradient(top, rgba(0, 209, 167, 1) 0%, rgba(0, 129, 130, 1) 63%);
    background: linear-gradient(to bottom, rgba(0, 209, 167, 1) 0%, rgba(0, 129, 130, 1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1a7', endColorstr='#008182', GradientType=0);
}

.tiles_wear article > div > h2 {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    font-style: italic;
    background: #F00;
    padding: 10px;
    text-align: left;
    position: absolute;
    top: 0;
}

.tiles_wear article > div > p {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
}


.tiles_wear article > div > h2 > span {
    font-size: 60%;
}

body:not(.is-touch) .tiles_wear article:hover > .image {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


body:not(.is-touch) .tiles_wear article:hover > .image:after {
    opacity: 0;
}

body:not(.is-touch) .tiles_wear article:hover .content {
    max-height: 0em;
    opacity: 1;
}

body.is-preload .tiles_wear article {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

body.is-touch .tiles_wear article .content {
    max-height: 15em;
    opacity: 1;
}

@media screen and (max-width: 1280px) {
    .tiles_wear {
        margin: -1.25em auto 0 auto;
        padding: 2em 3.25em 2em 2em;
    }
    .tiles_wear article {
        width: calc(33.3333333333% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }
}

@media screen and (max-width: 980px) {
    .tiles_wear {
        margin: -2.5em auto 0;
        padding: 2em 4.5em 2em 2em;
        max-width: 700px;
    }
    .tiles_wear article {
        width: calc(50% - 2.5em);
        margin: 2.5em 0 0 2.5em;
    }
}

@media screen and (max-width: 600px) {
    .tiles_wear {
        margin: -1.25em 0 0 -1.25em;
        padding: 2em;
        max-width: none;
    }
    .tiles_wear article {
        width: calc(100% - 1.25em);
        margin: 1.25em 0 0 1.25em;
    }
    .tiles_wear article .image {
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        background-size: 50%;
        background-position: center 24px;
    }
    .tiles_wear article > .image {
        height: 280px;
    }
    .tiles_wear article > div .content {
        max-height: none;
    }
    .tiles_wear article > div > h2 {
        font-size: 1.2em;
    }
    .tiles_wear article > div p {
        font-size: 10px;
        padding: 75px 10px 0;
    }
    .tiles_wear article > div p.camp {
        padding: 65px 10px 0;
    }
}
@media screen and (max-width: 480px) {
    .tiles_wear article .image {
        background-size: 65%;
        background-position: center 22px;
    } 
}
@media screen and (max-width: 361px) {
    .tiles_wear article .image {
        background-size: 60%;
        background-position: center 38px;
    } 
}
@media screen and (max-width:680px) {
    .tiles_wear article > .image {
        height: 220px;
    }
    .images {
        position: absolute;
        width: 250px;
        height: 250px;
        background-position: bottom;
        background-size: cover;
    }
    .tiles_wear article > div p {
        font-size: 10px;
    }
}

.link {
    width: 40%;
    margin: 30% 10px 30% 15px;
}

.slide-dots {
    text-align: center;
    margin: 10px auto;
    padding: 0;
}

.slide-dots li {
    display: inline-block;
    margin: 0 15px;
}

.slide-dots li:first-child {
    display: inline-block;
    margin: 0 15px 0 30px;
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}

.slide-dots li button:before {
    content: "●";
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-dots li.slick-active button:before {
    content: "●";
    color: #FFF;
}

.lineup_wear{
    max-width: 780px;
	color:#FFF;
	width:100%;
    margin:-1em auto 0;
    padding-bottom:30px;
}
.lineup_wear h3{
    margin: 10px 10px;
}
@media screen and (max-width:1000px) {
.lineup_wear{
	width:80%;
}
}
@media screen and (max-width:770px) {
.lineup_wear{
	width:90%;
}
}
@media screen and (max-width:600px) {
.lineup_wear{
	width:100%;
}
}
.lineup_wear a{
    margin: 10px 10px;
    padding: 4px 8px;
    background: #FFF;
    font-weight: 800;
    color: #F00;
	display: inline-block;
	text-decoration: none;
}
.lineup_wear a:hover{
    background: #F00;
    color: #FFF;
}

@media screen and (max-width:750px) {
.lineup_wear{
    max-width: 780px;
	color:#FFF;
	width:90%;
    margin:-1em 5% 0;
    padding-bottom:30px;
}
}

.wear_btn {}

.wear_btn a {
    border-radius: 20px;
    background: #a90101;
    border-radius: 25px;
    padding: 10px 30px;
    margin-top: 1rem;
    transition: 0.6s;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    letter-spacing: 4px;
    float: left;
    clear: both;
}

.wear_btn a:hover {
    background: #580000;
}