/* -------------------------------- */
/* ページ指定ここから */
/* -------------------------------- */
#haier-lineup {
    max-width: 900px;
    margin:auto;
}
#haier-lineup .inner {
    background-color: #004ea1;
    padding: 1rem 0;
    box-sizing: border-box;
    color: #5b5150;
}
/* -------------------------------- */
/*  */
/* -------------------------------- */
#haier-lineup a:hover {
    opacity:.7;
    transition:.3s;
}
#haier-lineup img {
    height:auto;
    width: 100%;
}
#haier-lineup .parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 80%;
    margin: 0 auto .5rem;
}
#haier-lineup .parent li {
    background: #fff;
    padding: .5rem;
    border-radius: 20px;
}
#haier-lineup .title {
    text-align: center;
}
#haier-lineup .parent_col_1 {
    width: 80%;
    margin: 0 auto 2rem;
    display: flex;
}
#haier-lineup .parent_col_1 li a {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items:center;
    background:#fff;
    padding: 1rem;
    border-radius: 20px;
    gap: 1rem;
}


#haier-lineup .parent .item_name, 
#haier-lineup .parent_col_1 .item_name {
    font-size: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    line-height: 1.2;
    color: #323232;
}
#haier-lineup .parent .item_sale,
#haier-lineup .parent_col_1 .item_sale{
    font-size: 1rem;
    background-color: #f0ff23;
    color: #f45b1f;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    margin: 1% 0 0;
}
#haier-lineup .parent .item_price,
#haier-lineup .parent_col_1 .item_price {
    color: #eb0007;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height:1;
    height: 50px;
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
}
#haier-lineup .parent .item_point,
#haier-lineup .parent_col_1 .item_point {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
    margin: 3% 0;
}

#haier-lineup .parent .item_point,
#haier-lineup .parent_col_1 .item_point  {
    position: relative;
    height: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.3;
    background: #004ea1;
    font-size: .9rem;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
}

#haier-lineup .parent .item_point::after,
#haier-lineup .parent_col_1 .item_point::after {
    content: '';
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #004ea1 transparent; 
}

#haier-lineup .scroll_bn {
    overflow-x: scroll;
}
#haier-lineup .scroll_bn .bn_col_4 {
    width: 140%;
}

/* -------------------------------- */
/* タイトルここから */
/* -------------------------------- */
#haier-lineup .title {
    margin:2rem 0 1rem;
}
#haier-lineup .title h2 {
    position: relative;
    color: #5b5152;
    font-size: 2.3rem;
}

#haier-lineup .title h2.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
    background: #fffc7e;
    color: #004ea1;
    box-sizing: border-box;
    width: 70%;
}


#haier-lineup .title h2.ribbon1:before, #haier-lineup .title h2.ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#haier-lineup .title h2.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #004ea1;
    border-style: solid;
}

#haier-lineup .title h2.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #004ea1 transparent transparent;
    border-style: solid;
}

#haier-lineup .title h3 {
    margin: 0 ;
}

/* -------------------------------- */
/* イチオシ商品ここから */
/* -------------------------------- */
#haier-lineup .other .title {
    margin: 1rem 0 1rem;
}
#haier-lineup .other {
    background: #f27340;
    padding: .5rem 1rem 1rem;
    border-radius:10px;
    margin:2rem 0 0;
}
#haier-lineup .other img {
    border-radius: 10px;
}
#haier-lineup .other h2 {
    color: #fff;
}
#haier-lineup .other .parent {
    display: flex;
    gap: 1rem;
    width: 100%;
    margin:0 0 .5rem;
}
#haier-lineup .other .scroll {
    overflow-x: scroll;
    scrollbar-color: #fff #dd6232;
}
#haier-lineup .other .scroll .parent li  {
    flex: 0 0 auto; 
    width: 230px;
    box-sizing: border-box; 
    background-color: #fff;
    border-radius: 10px;
}

/* -------------------------------- */
/* 商品 */
/* -------------------------------- */
#haier-lineup .thumbnail img {
    border-radius: 20px;
}
#haier-lineup .midashi {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
#haier-lineup .m10 {
    margin:2rem 0 0;
}

/* -------------------------------- */
/* ボタンここから */
/* -------------------------------- */
#haier-lineup a.button {
    background-color: #004ea1;
    color: #5b5152;
    display: block;
    text-align: center;
    width: 40%;
    margin: 1rem auto 0;
    padding: .5rem;
    border-radius: 50px;
    border: solid 4px #5b5152;
    font-size: 1rem;
    position: relative;
    transition: .3s;
    font-weight: 700;
}
#haier-lineup a.button::after {
    right: 6%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #5b5152;
    border-right: 3px solid #5b5152;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition:.3s;
}
#haier-lineup a.button:hover:after {
    right: 5%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition:.3s;
}
#haier-lineup a.button:hover {
    background-color: #5b5152;
    color: #fff!important;
    border: solid 4px #5b5152;
    transition:.3s;
}

/* -------------------------------- */
/* 上アンカー */
/* -------------------------------- */
#haier-lineup .anchor-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-start;
    gap: 1rem;
    text-align: center;
    width: 75%;
    margin: 1rem auto 0;
}
#haier-lineup .anchor-list img {
    border-radius: 50px;
}
#haier-lineup .anchor-list li a img {
    width: 85%;
    margin:auto;
}
#haier-lineup .anchor-list li a p {
    line-height:1.2;
    margin:.5rem 0 0;
    color: #fff;
}
/* ///////////////////////////////// */


/* review星の色 */
#haier-lineup .item_review_get {
    text-align: center;
}
#haier-lineup .item_review_get .star:after {
    color: #f0753d !important;
}
/* ///////////////////////////////// */

/* -------------------------------- */
/* ページトップここから */
/* -------------------------------- */
#page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #004ea1;
    border-radius: 50%;
}
#page_top::before {
    font-weight: 900;
    content: "▲";
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    translate: -50% -50%;
}
