@charset "UTF-8";
/*-------------------全体-------------------*/
article.set-b-temp p, article.set-b-temp span, article.set-b-temp ul li, article.set-b-temp h2,
article.set-b-temp h3, article.set-b-temp h4{
    font-family: 'Roboto','Noto Sans JP',sans-serif !important;
}

article.set-b-temp {
    margin: auto;
    text-align: center;
    width: 750px;
}
article.set-b-temp img {
    height: auto;
    width: 100%;
}
article.set-b-temp h3 {
    font-size: 1.3rem;
    margin: 5rem 0 25px;
}
article.set-b-temp h3 span {
    display: block;
    font-size: .78rem;
    margin-bottom: 7px;
}
/*全体＞打消し*/
article.set-b-temp ul {
    padding: 0;
}
article.set-b-temp ul li {
    list-style: none;
}

/*-------------------上部-------------------*/
.top-box {
    margin-top: 2rem;
}
.tag span {
    background: #ddd;
    border-radius: 5px;
    display: inline-block;
    margin: 0.7rem 0.5rem 3rem;
    padding: 0.2rem 0;
    width: 15%;
}

/*バイヤーコメント*/
/*タカシさんアイコン*/
article.set-b-temp .buyer-comment img, 
article.set-b-temp .takashi-comment img {
    height: 130px;
    width: 130px;
}
.buyer-comment {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 1.5rem;
}
.buyer-comment p {
    margin-bottom: 0;
    margin-left: 25px;
    text-align: justify;
    width: 75%;
}
.takashi-comment p::before {
    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%;
}


/*-------------------アイテム一覧上部-------------------*/
/*アイテム一覧上部＞pdg上書き*/
article.set-b-temp .items-imgs ul {
    background: #e9f7f7;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    padding: 1.5rem 0;
    width: 100%;
}
.items-imgs ul li {
    width: 30%;
}
/*.items-imgs ul li img {
    height: auto;
    width: 100%;
}*/
/*アイテム一覧上部＞金額のところ*/
.items-imgs ul li p,
.plus-shoes p {
    font-size: .78rem;
    margin: 7px 0 0;
    text-align: start;
}
.items-imgs ul li .price,
.plus-shoes .price {
    font-size: 1.1rem;
    font-weight: 500;
}
.items-imgs .btn {
    background: #1097da;
    color: #fff;
    text-align: center;
    width: 100%;
}
/*アイテム一覧上部＞アンカーリンク*/
.unker::before {
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 5px;
}
.unker::after {
    font-family: FontAwesome;
    content: "\f104";
    padding-left: 5px;
}
/*アイテム一覧上部＞総額*/
.total {
    border: solid 1px #ddd;
    font-size: 1.15rem;
    margin: 6px 0 0;
    padding: 1rem;
}
.total span {
    display: block;
    font-size: .78rem;
    padding-top: 6px;
}
/*アイテム一覧上部＞プラス靴*/
.plus-shoes p {
    margin: 7px auto 0;
}
.plus-shoes {
    margin-top: 1rem;
}
.shoes-box {
    background: #e9f7f7;
    margin: auto;
    padding: 15px;
    width: 35%;
}


/*-------------------シーン・印象-------------------*/
.takashi-comment {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}
.takashi-comment p {
    width: 77.5%;
    background: #f2f0f1;
    padding: 17px 35px;
    border-radius: 15px;
    position: relative;
    text-align: justify;
    margin: 0;
}



/*-------------------手持ちアイテムとのコーデ-------------------*/
/*手持ちアイテムとのコーデ＞大枠ulli*/
.combine ul li {
    border: solid 1px #ddd;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 2rem;
    width: 100%;
}
.cimg {
    width: 50%;
}
.links {
    width: 48%;
}
/*手持ちアイテムとのコーデ＞ひだりのコーデ画像*/
.combine ul li .cimg img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
/*手持ちアイテムとのコーデ＞アイテムリンク部分*/
.links h4 {
    font-size: .78rem;
}
.items-imgs h4::before, 
.main-item::after {
    font-family: FontAwesome;
    content: "\f067";
    display: block;
    font-weight: normal;
    margin: 15px 0;
}
.other-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.other-items li p {
    background: #1097da;
    color: #fff;
    font-size: .78rem;
    margin-bottom: 0;
    padding: 5px 0;
}
.other-items a {
    display: block;
}
.combine ul li .other-items li {
    margin-bottom: 11px;
    padding: 0;
    width: 48%;
}
article.set-b-temp .links img {
    width: 79%;
}
article.set-b-temp .other-items img {
    width: 100%;
}



/*-------------------アイテム一覧下部-------------------*/
.about-items h4 {
    font-size: 1.1rem;
}
.about-items h4 span {
    font-size: .78rem;
    display: block;
    padding-bottom: 6px;
}
.about-items ul li {
    background: #e9f7f7;
    padding-bottom: 3rem;
}
.about-items ul li:nth-child(1) {
    padding-top: 3rem;
}
.about-items ul li img {
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    width: 33%;
}
.items-flex {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
}
.flex-box {
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 2rem;
    width: 55%;
}
.flex-box p {
    margin-bottom: 0;
    text-align: justify;
}
.flex-box a {
    background: #1097db;
    border-radius: 100px;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 7px;
}





/*-------------------------------------------------------------------------------------------------------------------------------ここからスマホ*/
@media screen and (max-width: 480px) {
/*全体*/
article.set-b-temp {
    width: 100%;
}
.top-box h2 {
    font-size: 1.3rem;
}
.tag span {
    font-size: .68rem;
    margin: 0.4rem 0.4rem 2rem;
    width: 18%;
}
.buyer-comment {
    flex-wrap: wrap;
}
article.set-b-temp .buyer-comment img, 
article.set-b-temp .takashi-comment img {
    height: 100px;
    width: 100px;
}
.buyer-comment p {
    margin: 20px 0 0;
    width: 85%;
}
article.set-b-temp .items-imgs ul {
    justify-content: space-around;
    padding: 1.5rem;
}
.items-imgs ul li {
    width: 30%;
    margin-bottom: 0;

}
.takashi-comment {
    flex-wrap: wrap;
    justify-content: center;
}
.takashi-comment p {
    background: none;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-radius: 0;
    margin-top: 15px;
    padding: 27px;
    width: 92%;
}
.takashi-comment p::before{
    display: none;
}
.cimg {
    width: 100%;
}
.combine ul li {
    margin: 0 auto 2rem;
    padding: 1rem;
    width: 95%;
}
.combine ul li .cimg img {
    height: auto;
}
.combine ul li .takashi-comment {
    margin: 0 0 15px;
}
.combine .takashi-comment p {
    border: none;
    padding: 0;
}
article.set-b-temp .combine .takashi-comment img {
    display: none;
}
.links {
    width: 100%;
}
article.set-b-temp .links img {
    width: 100%;
}
.main-item {
    margin: 1.5rem auto 0;
    width: 40%;
}
.combine ul li .other-items li {
    width: 24.5%;
}
/*.main-item::after{
    display: none;
}*/

.about-items ul li img {
    width: 100%;
}
.items-flex {
    flex-wrap: wrap;
    margin: auto;
    width: 95%;
}
.flex-box {
    width: 100%;
}
.about-items ul li img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.flex-box {
    width: 100%;
    border-radius: 0 0 10px 10px;
}


}
