/* 全体設定 */
.fs-c-heading {
    display: none;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 {
        font-size: 12px;
    }
    #newItemLP202309 .column2 {
        display: block;
        padding: 0;
    }
}

#newItemLP202309 img {
    width: 100%;
}

#newItemLP202309 p {
    font-size: 16px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 p {
        font-size: 14px;
    }
}


#newItemLP202309 .textBox {
    max-width: 750px;
    width: 80%;
    margin: 0 auto;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 .textBox {
        width: 95%;
        margin: 0 auto;
    }
}


/* ヘッダー */
#newItemLP202309 h2.eyecatch {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 2em;
    white-space: nowrap;
}
#newItemLP202309 h2.eyecatch .blank {
    display: inline-block;
    margin: 0;
}
#newItemLP202309 h2.eyecatch > img:nth-of-type(2) {
    width: 150px;
    position: absolute;
    left: 10%;
    top: 60%;
}
#newItemLP202309 h2.eyecatch span {
    display: block;
    margin: 40px auto 20px;
}
#newItemLP202309 h2.eyecatch, #newItemLP202309 h3, #newItemLP202309 h4, #newItemLP202309 h5 {
    font-size: 20px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 h2.eyecatch .blank {
        display: block;
    }
    #newItemLP202309 h2.eyecatch, #newItemLP202309 h3, #newItemLP202309 h4, #newItemLP202309 h5 {
        font-size: 16px;
    }
    #newItemLP202309 h2.eyecatch > img:nth-of-type(2) {
        width: 80px;
        left: 5%;
        top: 40%;
    }
    #newItemLP202309 h2.eyecatch span {
        display: block;
        margin: 40px auto 20px;
    }
}


/* サイズ */
#newItemLP202309 .size {
    display: grid;
    grid-template-columns: 240px auto;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}

#newItemLP202309 h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 .size {
        grid-template-columns: 1fr 1.5fr;
        column-gap: 10px;
    }
    #newItemLP202309 h4 {
        margin-bottom: 40px;
    }
}


/* ポイント */
#newItemLP202309 .point > div {
    display: grid;
    grid-template-columns: auto 475px;
    align-items: center;
    gap: 10px;
}
#newItemLP202309 .point > div:nth-child(2) {
    grid-template-columns: 420px auto;
}
#newItemLP202309 .point > div:first-child .textBox {
    width: 100%;
    margin-left: 60px;
}
#newItemLP202309 .point > div:nth-child(2) h5 {
    margin-left: -40px;
}
#newItemLP202309 .point > div:nth-child(2) .textBox {
    width: 100%;
}
#newItemLP202309 .point h5 > span {
    padding-left: 2em;
    white-space: nowrap;
}
#newItemLP202309 .point h5 > span:nth-of-type(2) {
    padding-left: 4em;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 .point > div {
        display: block;
        position: relative;
    }
    #newItemLP202309 .point img {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
    }
    #newItemLP202309 .point > div:first-child .textBox,
    #newItemLP202309 .point > div:nth-child(2) .textBox {
        width: 95%;
        margin: 0 auto;
    }
    #newItemLP202309 .point h5 {
        padding: 30px 70px 10px 0;
    }
    #newItemLP202309 .point > div:nth-child(2) h5 {
        margin-left: 0;
    }
}


/* 丸ポットアレンジ */
#maruPot .title:before {
    background-color: #E5AF42;
}
#maruPot h4 {
    color: #E5AF42;
}
#newItemLP202309 h5 {
    font-weight: bold;
    line-height: 2em;
}
#maruPot h5 {
    color: #E5AF42;
}
#maruPot .jouka {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 40px;
}

@media screen and (min-width:320px) and (max-width:767px){
    #maruPot .jouka {
        display: block;
        position: relative;
    }
    #maruPot .jouka img {
        width: 70px;
        position: absolute;
        top: 0;
        left: 0;
    }
    #maruPot .jouka h5 {
        position: absolute;
        top: 20px;
        left: 80px;
    }
    #maruPot .jouka p:first-of-type {
        padding-top: 90px;
    }
}


/*箱庭寄せ植え*/
#newItemLP202309 #hako h2.eyecatch > img:nth-of-type(2) {
    top: 50%;
}
#hako .title:before {
    background-color: #59ADCE;
}
#hako h4, #hako h5 {
    color: #59ADCE;
}
#hako .size {
    width: 60%;
    margin: 40px auto;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
#hako .size > div {
    text-align: center;
}
#hako .size img {
    width: 280px;
}
#hako .size > div > div {
    background-color: #59ADCE;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: .5em 2em;
    margin: 10px auto;
}
#hako .layout {
    width: 70%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 150px auto;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
#hako .button {
    background-color: #59ADCE;
}
#hako .stone {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
#hako .stone > div {
    text-align: center;
    font-weight: bold;
}
#hako .stone img {
    width: 200px;
    border-radius: 50%;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 #hako h2.eyecatch > img:nth-of-type(2) {
        top: 30%;
    }
    #hako .size {
        width: 100%;
        margin-bottom: 0;
        gap: 20px;
    }
    #hako .layout {
        width: 100%;
        grid-template-columns: 1fr 2fr;
        gap: 0;
        margin-bottom: 0;
    }
    #hako .layout > div:nth-child(2) {
        padding: 5px;
    }
    #hako .point > div:first-child h5 {
        padding: 10px 80px 10px 0;
    }
    #hako .point > div:nth-child(2) img {
        left: 0;
        width: 100px;
    }
    #hako .point > div:nth-child(2) h5 {
        padding: 15px 0 10px 90px;
    }
}


/*浮き草パック*/
#newItemLP202309 #ukikusa h2.eyecatch > img:nth-of-type(2) {
    top: 60%;
    left: 5%;
}
#ukikusa .title:before {
    background-color: #E271B2;
}
#ukikusa h4, #ukikusa h5 {
    color: #E271B2;
}
@media screen and (min-width:320px) and (max-width:767px){
    #newItemLP202309 #ukikusa h2.eyecatch > img:nth-of-type(2) {
        top: 35%;
        left: 0;
    }
}