main {
    margin-top: 200px;
}

@media screen and (max-width: 768px) {
    figure img {
        width: 100%;
    }
    main {
        margin-top: 150px;
    }
}

.indent {
    margin-left: 3rem;
    font-size: 0.85rem;
}
@media screen and (max-width: 800px) {
    .indent {
        margin-left: 0;
    }
}

/*pc表示・sp表示切り替えクラス*/

.on_sp {
    display: none;
}
@media screen and (max-width: 800px) {
    .on_sp {
        display: block;
    }
    .on_pc {
        display: none;
    }
}

.pcCenter {
    text-align: center;
}
@media screen and (max-width: 800px) {
    .spCenter {
        text-align: center;
    }
}

/*フレックス表示*/
.flexBox {
    display: flex;
}
@media screen and (max-width: 800px) {
    .flexBox {
        flex-wrap: wrap;
    }
    .flexBox.spBrock {
        display: block;
    }
}
.flexLeft {
    margin-right: auto;
}
.flexRight {
    margin-left: auto;
}
@media screen and (max-width: 1080px) {
    .flexRight {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
@media screen and (max-width: 800px) {
    .flexRight {
        margin-left: auto;
        margin-right: auto;
    }
}

.flex40 {
    flex-basis: 40%;
}
.flex45 {
    flex-basis: 45%;
}
.flex50 {
    flex-basis: 50%;
}
.flex55 {
    flex-basis: 55%;
}

/*フォント*/
.mincho {
    font-family: "Noto Serif JP", serif;
}
.center {
    text-align: center;
}

/*余白調整*/
.mt10 {
    margin-top: 1rem !important;
}
.mt20 {
    margin-top: 2rem !important;
}
.mt30 {
    margin-top: 3rem !important;
}
.mb10 {
    margin-bottom: 1rem !important;
}
.mb20 {
    margin-bottom: 2rem !important;
}
.mb30 {
    margin-bottom: 3rem !important;
}

@media screen and (max-width: 800px) {
    .spmt0 {
        margin-top: 0 !important;
    }
    .spmt10 {
        margin-top: 1rem !important;
    }
    .spmt20 {
        margin-top: 2rem !important;
    }
    .spmt30 {
        margin-top: 3rem !important;
    }
    .spmb10 {
        margin-bottom: 1rem !important;
    }
    .spmb20 {
        margin-bottom: 2rem !important;
    }
    .spmb30 {
        margin-bottom: 3rem !important;
    }
}

/*サイズ調整*/

.per90 {
    width: 90%;
}
.per80 {
    width: 80%;
}
.per70 {
    width: 70%;
}
.per60 {
    width: 60%;
}

@media screen and (max-width: 800px) {
    .spPer100 {
        width: 100%;
    }
    .spPer90 {
        width: 90%;
    }
    .spPer80 {
        width: 80%;
    }
    .spPer70 {
        width: 70%;
    }
    .spPer60 {
        width: 60%;
    }
}

/*maincss*/
.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 4rem auto 0 auto;
    margin-top: 0px;
}
@media screen and (max-width: 800px) {
    .wrapper {
        width: 94%;
    }
}
.wrapper p {
    line-height: 1.8;
    font-size: 1.4rem;
}
.wrapper h4 {
    font-size: 1.8rem;
    font-weight: normal;
}

.topbtn_wrap .flexBox {
    gap: 0.5rem;
    justify-content: center;
}
.topbtn {
    position: relative;
    text-align: center;
    border: 1px solid #888;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    min-height: 80px;
    width: 10rem;
    color: #222222;
}

.topbtn img {
    width: 3rem;
}
.topbtn p {
    font-size: 1.2rem;
}
.topbtn::after {
    content: "";
    position: absolute;
    background-image: url(https://gigaplus.makeshop.jp/lululusilk/theme/img/arekore/living-img.svg);
    width: 1.5rem;
    height: 0.7rem;
    left: 0;
    right: 0;
    margin: 1rem auto 0 auto;
    bottom: 1rem;
}
.topbtn:hover {
    opacity: 0.8;
}
@media screen and (max-width: 800px) {
    .topbtn {
        min-height: 70px !important;
        margin-bottom: 0;
        padding: 1rem 1.2rem !important;
    }
    .topbtn::after {
        margin: 0.1rem auto 0 auto !important;
        width: 1rem !important;
        height: 0.5rem !important;
    }
    .topbtn img {
        width: 2rem !important;
    }
}
@media screen and (max-width: 350px) {
    .topbtn {
        width: 100px;
    }
}

.main_title {
    margin: 4rem auto 2rem;
    text-align: center;
    font-size: 1.8rem;
    padding: 0.8rem;
    color: #fff;
    background: #005f6b;
}

.title_icon::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(https://gigaplus.makeshop.jp/lululusilk/theme/img/arekore/living-1.png);
    background-repeat: no-repeat;
    background-size: 35px;
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
    top: 10px;
}
.title_icon.icon_clothes::before {
    background-image: url(https://gigaplus.makeshop.jp/lululusilk/theme/img/arekore/living-2.png);
}
.title_icon.icon_hanger::before {
    background-image: url(https://gigaplus.makeshop.jp/lululusilk/theme/img/arekore/living-3.png);
}
.title_icon.icon_book::before {
    background-image: url(https://gigaplus.makeshop.jp/lululusilk/theme/img/arekore/living-4.png);
}
.title_icon.icon_manekin::before {
    background-image: url(https://gigaplus.makeshop.jp/lululusilk/theme/img/arekore/living-5.png);
}
.title_icon.icon_42::before {
    background-image: url(https://gigaplus.makeshop.jp/lululusilk/theme/img/arekore/living0.png);
}

.contents_list {
    margin: 1%;
    font-size: 1.2rem;
}

.contents_list li {
    margin-bottom: 0.75rem;
    list-style: none;
    position: relative;
    padding-left: 1.4rem;
    text-indent: 0;
}
@media screen and (max-width: 800px) {
    .contents_list {
        margin: 1% 0;
    }
}
.contents_list li::before {
    content: "●";
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    top: 0.7rem;
    color: #005f6b;
}
