/* -------------------------------- */
/* ページ指定ここから */
/* -------------------------------- */
#clothing-storage-ideas {
    max-width: 900px;
    margin:auto;
}
#clothing-storage-ideas .inner {
    background-color: #faf7f2;
    padding: 1rem 0;
    box-sizing: border-box;
    color: #5b5150;
}
/* -------------------------------- */
/*  */
/* -------------------------------- */
#clothing-storage-ideas a:hover {
    opacity:.7;
    transition:.3s;
}
#clothing-storage-ideas img {
    height:auto;
    width: 100%;
}
#clothing-storage-ideas .parent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    width: 90%;
    margin: 0 auto .5rem;
}
#clothing-storage-ideas .parent li {
    background: #fff;
    padding: .5rem;
    border-radius: 20px;
}
#clothing-storage-ideas .title {
    text-align: center;
}
#clothing-storage-ideas .parent_col_1 {
    width: 80%;
    margin: 0 auto 2rem;
    display: flex;
}
#clothing-storage-ideas .parent_col_1 li {
    box-shadow: 5px 5px 5px #93b6f9;
}
#clothing-storage-ideas .parent_col_1 li a {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items:center;
    background:#fff;
    padding: 1rem;
    border-radius:5px;
    gap: 1rem;
}


#clothing-storage-ideas .parent .item_name, #clothing-storage-ideas .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;
}
#clothing-storage-ideas .parent .item_sale,#clothing-storage-ideas .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;
}
#clothing-storage-ideas .parent .item_price,#clothing-storage-ideas .parent_col_1 .item_price {
    color: #ed4e4e;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height:1;
    font-family: Lato, 'Noto Sans JP', sans-serif, 'メイリオ';
}
#clothing-storage-ideas .parent .item_point,#clothing-storage-ideas .parent_col_1 .item_point {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
    margin:0 0 2%;
}

#clothing-storage-ideas .parent .item_point {
    position: relative;
    height: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.3;
    background: #daf1e9;
    font-size: .9rem;
    color: #538975;
    border-radius: 5px;
    letter-spacing: 1px;
}

#clothing-storage-ideas .parent .item_point::after {
    content: '';
    position: absolute;
    top: -39%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #daf1e9 transparent; 
}

#clothing-storage-ideas .scroll_bn {
    overflow-x: scroll;
}
#clothing-storage-ideas .scroll_bn .bn_col_4 {
    width: 140%;
}

/* -------------------------------- */
/* タイトルここから */
/* -------------------------------- */
#clothing-storage-ideas .title {
    margin:2rem 0 1rem;
}
#clothing-storage-ideas .title h2 {
    position: relative;
    color: #5b5152;
    font-size: 2.3rem;
}

#clothing-storage-ideas .title h2.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
    background: #7ebda6;
    color: #FFF;
    box-sizing: border-box;
    width: 70%;
}


#clothing-storage-ideas .title h2.ribbon1:before, #clothing-storage-ideas .title h2.ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#clothing-storage-ideas .title h2.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #faf7f2;
    border-style: solid;
}

#clothing-storage-ideas .title h2.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #faf7f2 transparent transparent;
    border-style: solid;
}

#clothing-storage-ideas .title h3 {
    margin: 0 ;
}

/* -------------------------------- */
/* イチオシ商品ここから */
/* -------------------------------- */
#clothing-storage-ideas .other .title {
    margin: 1rem 0 1rem;
}
#clothing-storage-ideas .other {
    background: #f27340;
    padding: .5rem 1rem 1rem;
    border-radius:10px;
    margin:2rem 0 0;
}
#clothing-storage-ideas .other img {
    border-radius: 10px;
}
#clothing-storage-ideas .other h2 {
    color: #fff;
}
#clothing-storage-ideas .other .parent {
    display: flex;
    gap: 1rem;
    width: 100%;
    margin:0 0 .5rem;
}
#clothing-storage-ideas .other .scroll {
    overflow-x: scroll;
    scrollbar-color: #fff #dd6232;
}
#clothing-storage-ideas .other .scroll .parent li  {
    flex: 0 0 auto; 
    width: 230px;
    box-sizing: border-box; 
    background-color: #fff;
    border-radius: 10px;
}

/* -------------------------------- */
/* 商品 */
/* -------------------------------- */
#clothing-storage-ideas .thumbnail img {
    border-radius: 20px;
}
#clothing-storage-ideas .midashi {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
#clothing-storage-ideas .m10 {
    margin:2rem 0 0;
}

/* -------------------------------- */
/* ボタンここから */
/* -------------------------------- */
#clothing-storage-ideas a.button {
    background-color: #faf7f2;
    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;
}
#clothing-storage-ideas 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;
}
#clothing-storage-ideas a.button:hover:after {
    right: 5%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition:.3s;
}
#clothing-storage-ideas a.button:hover {
    background-color: #5b5152;
    color: #fff!important;
    border: solid 4px #5b5152;
    transition:.3s;
}

/* -------------------------------- */
/* 上アンカー */
/* -------------------------------- */
#clothing-storage-ideas .anchor-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: flex-start;
    gap: .5rem;
    text-align: center;
    width: 95%;
    margin: 1rem auto 0;
}
#clothing-storage-ideas .anchor-list img {
    border-radius: 7px;
}
#clothing-storage-ideas .anchor-list li a img {
    width: 85%;
    margin:auto;
}
#clothing-storage-ideas .anchor-list li a p {
    line-height:1.2;
    margin:.5rem 0 0;
}
/* ///////////////////////////////// */


/* review星の色 */
#clothing-storage-ideas .item_review_get {
    text-align: center;
}
#clothing-storage-ideas .item_review_get .star:after {
    color: #f0753d !important;
}
/* ///////////////////////////////// */

/* -------------------------------- */
/* ページトップここから */
/* -------------------------------- */
#page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #96d2c4;
    border-radius: 50%;
}
#page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 33px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

/* -------------------------------- */
/* チェックここから */
/* -------------------------------- */

#clothing-storage-ideas .check {
    margin: auto;
}

#clothing-storage-ideas .check .house {
    position: relative;
    background-color: #fff;
    width: 90%;
    margin: auto;
}


#clothing-storage-ideas .check .house div a {
    position: absolute;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
    background: #5b5152;
    border: 10px solid #fff;
    font-size: 1.1rem;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
#clothing-storage-ideas .check .house div a:hover {
    background: #ffffff;
    border: 10px solid #5b5152;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

/* #clothing-storage-ideas .check .house div::before {
    content: '';
    background-image: url(/IMAGE/bousai_bouhan_bouhan/bouhan/ns23_hand.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -22px;
    bottom: -10px;
    transition: 0.3s;
    cursor: pointer;
} */

@keyframes anime1 {
    from {
        transform: scale(0.95, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

#clothing-storage-ideas .check .house a.category_1 {
    top: 15%;
    left: 70%;
}

#clothing-storage-ideas .check .house a.category_2 {
    top: 82%;
    left: 51%;
}

#clothing-storage-ideas .check .house a.category_3 {
    top: 88%;
    left: 91%;
}

#clothing-storage-ideas .check .house a.category_4 {
    top: 63%;
    left: 62%;
}

#clothing-storage-ideas .check .house a.category_5 {
    top: 88%;
    left: 63%;
}

#clothing-storage-ideas .check .house a.category_6 {
    top: 70%;
    left: 78%;
}

#clothing-storage-ideas .check .house a.category_7 {
    top: 88%;
    left: 78%;
}

#clothing-storage-ideas .check .house a.category_8 {
    top: 83%;
    left: 4%;
}

#clothing-storage-ideas .check .house a.category_9 {
    top: 60%;
    left: 59%;
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 400px;
    }
}
  .remodal {
    position: relative;
    padding: 25px;
  }
  .remodal img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .remodal-cancel {
    color: #5b5152;
    background: #fff;
    width: 100%;
    margin-top: 25px;
    border: solid 2px;
  }
  .remodal-cancel:hover {
    background: #5b5152;
    color: #fff;
  }

  .remodal .modal-content .item_btn {
    color:#fff;
    background: #5b5152;
    border-radius: 50px;
    width: 90%;
    position: relative;
    margin: 2% auto 0;
    text-align: center;
    padding: .5rem 0;
}
.remodal .modal-content .item_btn::after {
    right: 6%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition:.3s;
}