@charset "UTF-8";
/*基本*/
.next-item p {
    font-size: 1rem;
}
.next-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.next-item ul {
    list-style: none;
    padding-left: 0;
}

.next-item li {
    list-style: none;
}

.next-item h2{
    font-size: 1.3rem;
}
.next-item h3{
    font-size: 1.2rem;
}

.next-item h4{
    font-size: 0.85rem;
}

.next-item a{
    color: #1097db;
    text-decoration: none;
}
.next-item a:hover{
    opacity: 0.7;
}
#tapered-jacket, #tapered-shirt, #tapered-tshirt, #tapered-knit, #skinny-shirt, #skinny-tshirt, #skinny-knit , #skinny-jacket{
    padding-top: 100px;
        margin-top: -100px;
}

/*ヘッドライン*/
.headline .backcolor {
    text-align: center;
    background: #c1ddee;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
}
.headline .backcolor img {
    width: 750px;
    margin: 0 auto;
    display: block;
}
.headline .backcolor img.margin-top {
    margin-top: -6.5rem;
}
.buyer-top {
    margin: 0 auto 3rem;
    width: 750px;
}
.buyer-takashi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headline .backcolor .buyer-takashi img {
    width: 16%;
    margin: 0;
}
.buyer-takashi span {
    display: block;
    font-size: 1.2rem;
    margin-left: 1rem;
    text-align: left;
}

.buyer-comment {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    border: 2px solid #333;
    text-align: left;
}

.mokuji {
    width: 750px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mokuji a {
    width: 20%;
    border-radius: 50%;
    background: #1097db;
    color: #fff;
    margin-right: 1rem;
}
.mokuji-height {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.mokuji-height span {
    position: absolute;
    top: calc((100% - 2.5em)/2);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.mokuji-height span::after {
    content: "をチェック！";
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    font-size: 1rem;
    font-weight: normal;
}

.next-item .item-list {
    width: 750px;
    margin: 0 auto;
    text-align: center;
}
.item-list-title h2 {
    font-weight: bold;
    line-height: 1.5;
}
.item-list-title span {
    display: block;
    font-weight: bold;
    font-size: 4rem;
    color: #c1ddee;
}
a.alink {
    background: #1097db;
    display: block;
    padding: 0.8rem;
    color: #fff;
}

.stylist-speech {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem auto 2rem;
}

.stylist-speech .stylist-icon {
    width: 15%;
}

.stylist-speech .stylist-icon img {
    border-radius: 50%;
    margin-bottom: 0.2rem;
}

.stylist-speech p {
    width: 80%;
    background: #f2f0f1;
    padding: 25px 35px;
    border-radius: 20px;
    position: relative;
    text-align: left;
    margin: 0;
}

.stylist-speech p::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(242, 240, 241, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 25px;
    border-right-width: 20px;
    margin-top: -10px;
    border-right-color: #f2f0f1;
    right: 100%;
    top: 50%;
}

.coordinate-list {
    margin: 5rem auto 3rem;
    background: #e1eef5;
    padding-bottom: 3rem;
}
.coordinate-list-area {
    width: 750px;
    margin: 0 auto;
}
.coordinate-list > h3 {
    text-align: center;
    padding: 3rem 0;
    letter-spacing: 1px;
}
.coordinate-list > h3::after {
    content: "COORDINATE";
    display: block;
    font-weight: normal;
    font-size: 0.85rem;
    margin: 0.7rem auto 0;
}
.coordinate-list-area ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coordinate-list-area ul li {
    width: 48.5%;
    margin-bottom: 3rem;
}
.coordinate-list-area ul li h3 {
    text-align: center;
    margin: 0 auto 0.8rem;
}
.coordinate-list-area ul li img {
    height: 600px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin-bottom: 0.5rem;
}
.coordinate-link {
    border-bottom: 2px solid #333;
}
.coordinate-link::before {
    content: "着用アイテム";
    border-bottom: 2px solid #333;
    display: block;
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}
.coordinate-link a {
    display: block;
    border-bottom: 1px dotted #333;
    padding: 0.3rem 0;
}
.coordinate-link a:last-child {
    border-bottom: none;
}
.ladies-comment {
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    margin: 3rem auto;
border: 2px solid #333;
}
.ladies-comment img {
    display: block;
    border-radius: 50%;
    width: 16%;
    margin: -6rem auto 0;
    text-align: center;
}
.ladies-comment span {
    display: block;
    text-align: center;
    margin: 0.3rem auto 1rem;
    font-size: 0.9rem;
    opacity: 0.8;
}
.itemslist {
    margin: 3rem auto;
}
.itemslist h3 {
    display: flex;
    align-items: center;
    margin: 0 auto 1.5rem;
}
.itemslist h3::before , .itemslist h3::after , .next-item .end h3::before, .next-item .end h3::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.itemslist h3::before , .next-item .end h3::before{
    margin-right: 1rem;
}
.itemslist h3::after , .next-item .end h3::after{
    margin-left: 1rem;
}
.itemslist ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.itemslist ul h4 {
    width: 100%;
    background: #f2f0f1;
    padding: 5px;
    margin-top: 0.5rem;
}
.itemslist ul li {
    width: 48.5%;
    margin-bottom: 1rem;
}
.itemslist ul li span {
    background: #1097db;
    display: block;
    padding: 5px;
    color: #fff;
}
.next-item .end {
    width: 750px;
    margin: 0 auto;
    text-align: center;
}
.next-item .end h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto 2rem;
}
.next-item .end h4 {
    margin: 0 auto 1rem;
}
.next-item .end ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.next-item .end ul li {
    width: 48.5%;
    margin-bottom: 1rem;
}
.next-item .end ul li p {
    background: #1097db;
    color: #fff;
    padding: 5px;
}
.list-return {
    text-align: center;
    margin: 5rem auto;
}
.list-return a {
    background: #444;
    color: #fff;
    padding: 1.5rem 4rem;
}
/*スマホ*/
@media screen and (max-width: 768.98px) {
    .next-item h2 {
        font-size: 1.5rem;
    }

    .next-item h3 {
        font-size: 1.3rem;
    }

    .next-item h4 {
        font-size: 1.15rem;
    }
.headline .backcolor {
    padding-bottom: 1rem;
}
    .headline .backcolor img {
        width: 100%;
    }
.headline .backcolor .buyer-takashi img {
    width: 22%;
}
    .headline .backcolor img.margin-top {
        margin-top: -4rem;
    }
    .buyer-top {
        width: 85%;
        margin: 2rem auto 3rem;
    }

.mokuji {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 1%;
    z-index: 10;
    margin: 0 auto 10px;
}
.mokuji a {
    width: 22%;
    margin-right: 0.3rem;
}
.mokuji-height span {
    font-size: 1rem;
}
.mokuji-height span::after {
    font-size: 0.7rem;
}

    .next-item .item-list {
        width: 100%;
    }
.next-item .item-list > a {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.next-item .item-list > img {
    width: 90%;
}
    .item-list-title span {
        line-height: 1.1;
        font-size: 3.5rem;
    }
    .stylist-speech {
        width: 90%;
    }
    .stylist-speech .stylist-icon {
        width: 15%;
    }

    .stylist-speech .stylist-icon span {
        font-size: 0.9rem;
    }

    .stylist-speech p {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    .stylist-speech p::after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-right-width: 15px;
    }
    .coordinate-list {
        margin: 3rem auto 4rem;
    }
    .coordinate-list-area {
        width: 90%;
    }
    .coordinate-list-area ul li {
        width: 100%;
    }
    .coordinate-list-area ul li:last-child {
        margin-bottom: 1rem;
    }
    .coordinate-list-area ul li img {
        height: auto;
    }
    .ladies-comment {
        margin: 0 auto 2.5rem;
    }
.ladies-comment img {
    width: 20%;
    margin: -4rem auto 0;
}
    .itemslist {
        width: 90%;
        margin: 3rem auto 1rem;
    }
    .next-item .end {
        width: 90%;
    }
}
