@charset "UTF-8";

/*------全体デザイン調整------*/
#pan {
    display: none;
}
.heading.block_header_2 .h {
    border-bottom: none;
    font-size: 4rem;
    color: #a24e4f;
}
.heading.block_header_2 p {
    font-size: 2rem;
}
p {
    color: #a24e4f;
}
img {
    border-radius: 25px;
}
.contents_btn01 a {
    background: #a24e4f;
    border-radius: 50px;
    min-width: 300px;
}
.contents_btn01 a span {
    padding: 0px 10px;
}
.contents_box01.block_image_text_3 .inner_item_txt {
    padding-left: 60px;
}
.contents_box01.block_image_text_4 .inner_item_txt {
    padding-right: 60px;
}
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
/*------LV------*/
#lv {
    min-height: 70vh !important;
    width: 96%;
    border-radius: 25px;
    margin: 1% auto;
}
#lv div {
    background-color: #fff;
    opacity: 0.9;
}
div#lv_plus section {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: calc(50% - 125px);
}
div#lv_plus section .content_wrapper {
    padding: 0;
}
div#lv_plus section .inner_item_img {
    max-width: 250px!important;
}
div#lv_plus section .inner_item_img img {
    filter: brightness(1.5);
}
/*------3,2カラム部分------*/
a#bnr+div .inner_item:nth-child(4), a#bnr+div .inner_item:nth-child(5) {
    width: 50%;
    margin: 0;
}
a#bnr+div .inner_item img {
    border-radius: 0;
}
a#bnr+div .inner_item .inner_item_txt {
    background: rgb(255 247 247 / 20%);
}
/*------背景画像部分------*/
[id*="bg_0"]+section {
    background: #fff7f7;
    opacity: 0.8;
}
/*------Your glow starts with------*/
a#glow+section .inner_item_txt img {
    width: 30px;
    border-radius: 0;
}
a#glow+section .inner_item_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    opacity: 0.9;
}
a#glow+section .inner_item_img:before {
    content: "Your glow starts with...";
    position: absolute;
    font-size: 4rem;
    color: #fff;
    width: 250px;
    text-align: center;
    left: calc(20% - 125px);
    height: 100px;
    line-height: 1.2;
    top: calc(50% - 50px);
    z-index: 1;
}
@media screen and (max-width: 900px) {
    a#glow+section .inner_item_img:before {
        left: calc(50% - 125px);
        top: calc(25% - 50px);
    }
}
/*------商品一覧------*/
a#cosme+div img {
    border-radius: 0;
}
@media screen and (max-width: 900px) {
    a#cosme+div .wrapper_item .inner_item {
        width: 33.3% !important;
        margin-bottom: 0;
        margin-left: 0 !important;
    }
    a#cosme+div .wrapper_item .inner_item .inner_item_txt {
        display: none;
    }
}
/*------最下部ロゴ------*/
a#f_logo+section .inner_item_img {
    margin-right: 0;
}
@media screen and (max-width: 900px) {
    a#f_logo+section .inner_item_img {
        width: 220px;
    }
}