@charset "UTF-8";

/* 231201追記 */
.pg_body {
    width: 75%;
}

[data-browse-mode=S] .pg_body {
    width: 100%;
}



/*- 画像 ↓ -*/
.pg_img_us_top {
    width: 100%;
    /*width: 400px;*/
    margin-top: 30px;
    margin-bottom: 25px;
    /*aspect-ratio: 400/400;*/
}

.pg_img_us_top img {
    /*  width: 10%; */
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/*- 画像 ↑ -*/



/*- 文字大 センタリング↓ -*/
.pg_paragraph_us_l_center {
    margin-block: 25px;
    font-size: 20px;
    text-align: center;
}

[data-browse-mode=S] .pg_paragraph_us_l_center {
    margin-block: 20px;
    font-size: 14px;
    text-align: center;
}

/*- 文字大 センタリング ↑ -*/

/*- 文字大 左寄せ↓ -*/
.pg_paragraph_us_l_left {
    margin-block: 25px;
    font-size: 20px;
}

[data-browse-mode=S] .pg_paragraph_us_l_left {
    margin-block: 20px;
    font-size: 14px;
}

/*- 文字大 左寄せ ↑ -*/

/*- 文字中 センタリング ↓ -*/
.pg_paragraph_us_m_center {
    margin-block: 25px;
    font-size: 16px;
}

[data-browse-mode=S] .pg_paragraph_us_m_center {
    margin-block: 20px;
    font-size: 12px;
}

/*- 文字中 センタリング ↑ -*/

/*- 文字中 左寄せ ↓ -*/
.pg_paragraph_us_m_left {
    margin-block: 25px;
    font-size: 16px;
}

[data-browse-mode=S] .pg_paragraph_us_m_left {
    margin-block: 20px;
    font-size: 12px;
}

/*- 文字中 左寄せ ↑ -*/

/*- 文字小 左寄せ ↓ -*/
.pg_paragraph_us_s_left {
    margin-block: 25px;
    font-size: 12px;
}

[data-browse-mode=S] .pg_paragraph_us_s_left {
    margin-block: 20px;
    font-size: 10px;
}

/*- 文字小 左寄せ ↑ -*/




.pg_index_us {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-block: 0px;
    padding-inline: 30px;
    background: #FFE8EC;
    /*-背景色-*/
    border: dashed 2px #FF6884;
    /*-点線+線の色-*/
    border-radius: 20px;
    /*-角を丸-*/
    box-shadow: 0px 0px 0px 10px #FFE8EC, 5px 5px 15px rgba(0, 0, 0, 0.3);
    /*-影-*/
}

[data-browse-mode=S] .pg_index_us {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 30px 15px;
}

/*-「目次」の位置-*/
h4.pg_index_head_us {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

[data-browse-mode=S] h4.pg_index_head_us {
    margin-top: -15px;
    font-size: 18px;
    font-weight: bold;
}

/*-大見出しの位置-*/
.pg_index_list_us_large {
    padding-left: 0.5em;
    margin-top: -30px;
}

[data-browse-mode=S] .pg_index_list_us_large {
    padding-left: 0.5em;
    margin-top: -15px;
}



.pg_index_list_us_large {
    margin-block: 30px;
}

.pg_index_list_item_us_large {
    margin-block: 10px;
    margin-top: 30px;
}



.pg_index_list_us_large .pg_index_list_item_us_large:last-child {
    margin-bottom: 0;
}

.pg_index_list_us_large .pg_index_list_item_us_large a {
    font-size: 20px;
    font-weight: bold;
}

.pg_index_list_us_large .pg_index_list_item_us_large a::before {
    content: "・";
    color: #FF6884;
    /*-点の色-*/
    display: inline-block;
    margin-right: 0.5em;
}



[data-browse-mode=S] .pg_index_list_us_large .pg_index_list_item_us_large {
    margin-block: 15px;
}

[data-browse-mode=S] .pg_index_list_us_large .pg_index_list_item_us_large:last-child {
    margin-bottom: 0;
}

[data-browse-mode=S] .pg_index_list_us_large .pg_index_list_item_us_large a {
    font-size: 16px;
    font-weight: bold;
}



/*-ul-*/
.pg_index_list_us_small {
    padding-left: 1em;
    list-style: none;
    /*-数字なし-*/
    /*color: #FF6884;*/
    /*-点の色-*/
}

/*-li-*/
.pg_index_list_item_us_small {
    padding-left: 1em;
}

.pg_index_list_us_small .pg_index_list_item_us_small a {
    display: inline-block;
    padding-block: 0.25em;
    font-size: 16px;
    font-weight: normal;
}

.pg_index_list_us_small .pg_index_list_item_us_small a::before {
    content: "ー";
    color: #FF6884;
    /*-点の色-*/
    display: inline-block;
    margin-right: 0.5em;
}

[data-browse-mode=S] .pg_index_list_us_small .pg_index_list_item_us_small {
    padding-left: 0;
}

[data-browse-mode=S] .pg_index_list_us_small .pg_index_list_item_us_small a {
    font-size: 14px;
    font-weight: normal;
}

h4.pg_h4 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 25px;
    padding-block: 0.6em;
    padding-inline: 1em;
    font-size: 20px;
    font-weight: bold;
    background: #F4AFC3;
    color: #fff;
}

[data-browse-mode=S] h4.pg_h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
}

/*-- 見出し3 ↓ --*/
h3.usr_h3 {
    margin-left: 0px;
    position: relative;
    /*padding: 0em 0.5em 0em 1.5em;*/
    line-height: 1.4em;
    width: 300px;
    color: #642b14;
    /*文字色*/
    border-bottom: dashed 3px #ff4f80;
    /*下線の設定*/
}

h3.usr_h3::before {
    /*ピンクハートの設定*/
    /*font-family: "Font Awesome 5 Free";*/
    /*アイドルフォントの設定*/
    /*content: "\f004";*/
    /*アイコンフォントの設定*/
    position: absolute;
    font-size: 0.75em;
    /*サイズ*/
    /*left: 0.2em;*/
    /*アイコンの位置*/
    top: -0.3em;
    /*アイコンの位置*/
    color: #ff4f80;
    /*アイコン色*/
}

h3.usr_h3::after {
    /*グレーハートの設定*/
    /*font-family: "Font Awesome 5 Free";*/
    /*アイコンフォントの設定*/
    /*content: "\f004";*/
    /*アイコンフォントの設定*/
    position: absolute;
    font-size: 0.5em;
    /*サイズ*/
    /*left: 1.4em;*/
    /*アイコンの位置*/
    top: 0.6em;
    /*アイコンの位置*/
    color: #d0c0c0;
    /*アイコン色*/
}

/*-- 見出し3 ↑ --*/


h4.user_h4 {
    border-bottom: 1px solid;
    font-weight: bold;
    font-size: 14px;
}


.pg_note {
    position: relative;
    margin-top: 90px;
    margin-bottom: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-inline: 30px;
    border: 2px solid #D22D5C;
}

[data-browse-mode=S] .pg_note {
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-inline: 10px;
}

.pg_note_ttl {
    width: 600px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #D22D5C;
    border-radius: 30px;
    position: absolute;
    top: -30px;
    left: calc(50% - 300px);
}

[data-browse-mode=S] .pg_note_ttl {
    width: 304px;
    height: 54px;
    top: -27px;
    left: calc(50% - 152px);
    font-size: 16px;
}

.pg_note_txt {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

[data-browse-mode=S] .pg_note_txt {
    font-size: 14px;
}



/*-- 商品紹介部 ↓--*/
.pg_h3_us,
.pg_h3__bb_us {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
}

[data-browse-mode=S] .pg_h3_us {
    margin-top: 30px;
    font-size: 20px;
}

[data-browse-mode=S] .pg_h3__bb_us {
    margin-top: 30px;
    font-size: 20px;
}

.pg_h3_us {
    margin-bottom: 30px;
}

[data-browse-mode=S] .pg_h3_us {
    margin-bottom: 20px;
}

.pg_h3__bb_us {
    padding-bottom: 0.75em;
    margin-bottom: 40px;
    border-bottom: 2px solid #E5E5E5;
}

[data-browse-mode=S] .pg_h3__bb_us {
    margin-bottom: 30px;
}


.pg_goods_us {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

[data-browse-mode=S] .pg_goods_us {
    margin-top: 20px;
    margin-bottom: 60px;
    display: block;
}

.pg_goods_item_us {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    padding: 10px;
    border: 1px solid #E5E5E5;
}

[data-browse-mode=S] .pg_goods_item_us {
    margin-bottom: 15px;
}

.pg_goods_item_img_us {
    aspect-ratio: 1/1;
    width: 115px;
    display: -ms-grid;
    display: grid;
    place-content: center;
}

.pg_goods_item_img_us img {
    width: 100%;
    height: 100%;
}

[data-browse-mode=S] .pg_goods_item_img_us {
    width: 105px;
}

.pg_goods_item_misc_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 14px;
}

[data-browse-mode=S] .pg_goods_item_misc_us {
    font-size: 13px;
}

.pg_goods_item_misc_title_us {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.4;
}

[data-browse-mode=S] .pg_goods_item_misc_title_us {
    -webkit-line-clamp: 2;
}

.pg_goods_item_misc_price_us {
    font-weight: bold;
}

.pg_goods_item_misc_price_us .price {
    font-size: 16px;
}

.pg_goods_item_misc_price_us .tax {
    font-size: 12px;
}

[data-browse-mode=S] .pg_goods_item_misc_price_us .price {
    font-size: 15px;
}

[data-browse-mode=S] .pg_goods_item_misc_price_us .tax {
    font-size: 10px;
}

/*-- 商品紹介部 ↑--*/

/* ページ上部のエックスとFacebookを消去 */
div#fb-root+script+div {
    display: none;
}


[data-browse-mode=S] .pane-main {
    padding: 30px 15px 0;
}

@media screen and (max-width: 767px) {
    .pg_body {
        width: 100%;
    }

}