.common-lp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    font-size: 16px;
    letter-spacing: -2px;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
}

.common-lp img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    width: auto;
}

.common-lp p {
    font-size: 2.3rem;
    text-align: justify;
    width: 94%;
    margin: 0 auto;
    /*font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;*/
}

.common-lp .u-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*ボタン共通*/

.common-lp button {
    display: block;
    margin: 0 auto;
    background: #eee;
    min-width: 250px;
    border: 0;
}

.common-lp button a {
    font-size: 1.6rem;
    display: block;
    padding: 1.4rem 2rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.common-lp button a:active {
    font-size: 1.6rem;
    display: block;
    padding: 1.2rem 2rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.common-lp button a:hover {
    background: #ddd;
}
/*コラム・カケンエリア*/

.common-lp .column {
    width: 92%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 1.5rem;
    position: relative;
}

.common-lp .column-ttl {
    font-size: 1.5rem;
    text-align: center;
    margin: 1.5rem auto 0.5rem;
}

.common-lp .column p span {
    letter-spacing: -1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4;
    padding: 0.7rem 0;
    text-align: center;
    border-bottom: dashed 1px #ccc;
}

.common-lp .column-obi {
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
}
/*商品説明文・ケアエリア*/

.common-lp .productDetail {
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.common-lp .productDetail dt {
    background: #eee;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
}

.common-lp .productDetail dd {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin: 0 auto;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.common-lp .care-ttl {
    margin: 2rem auto 1rem;
    font-size: 2.3rem;
    color: #bca377;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}

.common-lp .care-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.common-lp .care-flex p {
    margin-left: 2rem;
    font-size: 1.6rem;
}

.common-lp .care-laundry {
    width: inherit;
    background: #e8eef0;
    line-height: 1.8;
    margin: 1rem auto;
    padding: 1rem 1.5rem;
}

.common-lp .care-laundry-ttl {
    background: #fff;
    text-align: center;
    padding: 0.3rem;
    margin-bottom: 0.5rem;
}

.common-lp .care-laundry p {
    width: 100%;
    letter-spacing: -1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
}

.common-lp .common-ttl {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
    font-size: 2.3rem;
    color: #bca377;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
}
/*LP下層共通エリア*/

.common-lp .common-footer {
    max-width: 920px;
    margin: 0 auto;
}

.common-lp .common-text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    text-align: center;
}

.common-lp .common-otherItems-item {
    width: calc(96% / 4);
}

/* おすすめアイテム　レビュー星表示 */

.common-lp .common-otherItems-item p {
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", sans-serif;
    display: block;
    letter-spacing: 0;
    text-align: left;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    min-height: 50px;
}

.common-lp .common-otherItems-item span {
    display: block;
    color: #bf0000;
    letter-spacing: 0;
    text-align: right;
    padding-top: 0.5rem;
    font-size: 1.8rem;
}

.common-lp .common-otherItems-item .review-star {
    text-align: right;
}
.common-lp .common-otherItems-item .review-star span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0 0.5em;
    padding-top: 0;
}
.common-lp .common-otherItems-item .review-star span.review-star-title {
    color: #bf0000;
}
.common-lp .common-otherItems-item .review-star span.review-star-star {
    color: #ff9900;
}
.common-lp .common-otherItems-item .review-star span.review-star-number {
    color: #000;
}

/*フェードイン*/
/* .fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
} */

.common-lp .common-consept {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
}

.common-lp .quolity-text {
    font-size: 1.6rem;
    width: 100%;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    .common-lp .common-otherItems-item {
        width: 49%;
        gap: 2%;
        margin-bottom: 2%;
    }
}
