html {
    scroll-behavior: smooth;
    scroll-padding-top: 190px;
}
#content {
    max-width: 1200px;
}
a:hover {
    text-decoration-line: none !important;
}
.__h1.c-h1 {
    display: none;
}
:root {
    /*メインカラー*/
    --main-color: #515161;
    /*アクセントカラー*/
    --accent-color: #E3386A;
    /*サブカラー*/
    --sub-color: #F2F0EF;
    /*イベントメインカラー*/
    --vd-main-color: #7F1D29;
    /*イベントサブカラー*/
    --vd-sub-color: #F6EEE1;
    /*次回イベントメインカラー*/
    --wd-main-color: #5c919a;
    /*次回イベントサブカラー*/
    --wd-sub-color: #F6EEE1;
    --fontSize-18: 18px;
    --fontSize-16: 16px;
    --fontSize-14: 14px;
    --fontSize-12: 12px;
}
#content section {
    margin-bottom: 70px;
}
.bottom_space {
    margin-bottom: 36px !important;
}
.sp {
    display: none;
}
.section_text_sp {
    display: none;
}
@media screen and (max-width: 780px) {
    .section_text {
        display: none !important;
    }
    .section_text_sp {
        margin: 0 auto 20px auto;
        display: block !important;
    }
    .section_text_sp .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .section_text_sp .flex img {
        width: 20%;
    }
    .section_text_sp .flex b {
        width: 80%;
        text-align: left;
        padding: 16px;
    }
    .section_text_sp p {
        width: 95%;
        padding-top: 10px;
        margin: 0 auto;
        font-size: 14px;
    }
}
.wrapping_mc {
    border: 1px solid black;
    padding: 25px 50px;
    margin-bottom: 18px;
}
.wm_title {
    display: flex;
    flex-wrap: wrap;
}
.wm_text {
    width: 84%;
}
.wm_text h3 {
    padding-bottom: 10px;
    font-size: var(--fontSize-18);
    position: relative;
    margin-left: 40px;
    margin-top: 15px;
}
.wm_text h3::before {
    content: '';
    background-image: url(https://files.bcart.jp/dearly/uploads/category/wrapping_icon.webp);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    position: absolute;
    top: -13px;
    left: -45px;
}
.wm_img {
    background-color: #515161;
    width: 90px;
    height: 90px;
    border-radius: 60px;
    position: relative;
    transform: rotate(8deg);
}
.wm_img p {
    font-size: var(--fontSize-18);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 21%;
    left: 26%;
    letter-spacing: 5px;
}
.wm_img p span {
    font-size: var(--fontSize-12);
    letter-spacing: 0;
}
.wm_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.choice_wrapping, .brand_wrapping {
    width: calc(100% / 2 - 40px);
}
.wrapping_title {
    font-size: var(--fontSize-16);
    padding-bottom: 10px;
    margin-top: 10px;
}
.wrapping_title span {
    position: relative;
    padding-right: 15px;
}
.wrapping_title span::before {
    content: '';
    display: block;
    width: 8px;
    height: 30px;
    background-color: var(--accent-color);
    position: absolute;
    bottom: 0;
}
.wm_flex .content {
    background-color: #F2F0EF;
    padding: 25px 40px 0 40px;
    margin-top: 10px;
    height: 290px;
}
.wm_flex .content p:first-child {
    text-align: center;
    padding-bottom: 16px;
}
.choice_wrapping .flex, .brand_wrapping .flex, .mc .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.choice_wrapping .container {
    width: calc(100% / 2 - 20px);
}
.wm_flex a {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 16px;
    border-radius: 35px;
    padding: 10px 0;
    font-size: var(--fontSize-14);
}
.wm_flex a::after, .mc .container a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "";
    margin-right: .3em;
    color: white;
    padding-left: 10px;
}
.brand_wrapping .flex div {
    width: calc(100% / 5 - 10px);
    padding-bottom: 10px;
}
.brand_wrapping .flex div img {
    width: 100%;
    border-radius: 50px;
}
.wm_content_p {
    font-size: var(--fontSize-12);
    line-height: 1.5;
}
.mc .container:first-child {
    width: 54.5%;
}
.mc .container:last-child {
    width: 45.5%;
}
.mc .container a {
    background-color: var(--main-color);
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100% !important;
    border-radius: 35px;
    padding: 10px 0;
    font-size: var(--fontSize-14);
}
.mc .container p {
    position: relative;
    padding-left: 55px;
    padding-right: 40px;
}
.mc .container p::before {
    content: '';
    background-image: url(https://files.bcart.jp/dearly/uploads/category/mc_icon.webp);
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
}
.footer {
    padding-top: 10px;
}
.check {
    width: 50%;
    display: flex;
    margin-top: 10px;
}
.check div {
    width: 23%;
}
.check div img {
    width: 100%;
}
.check a {
    width: 77%;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-left: 20px;
    text-decoration-line: underline;
    text-underline-offset: 9px;
}
.next_season .sub_title {
    background-color: var(--wd-main-color);
}
.next_link {
    width: 95%;
    margin: 0 auto;
}
.next_link, .next_link .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.next_link .flex {
    align-items: center;
    height: 150px;
    border-radius: 15px;
}
.next_link .container {
    width: calc(100% / 2 - 30px);
    background-color: var(--wd-sub-color);
    padding: 0px 0px 0px 40px;
    position: relative;
}
.next_link .container .container02:nth-child(1) {
    width: 35%;
}
.next_link .container .container02:nth-child(2) {
    width: 65%;
}
.next_link img {
    display: block;
}
.next_link p {
    padding-left: 25px !important;
    padding-bottom: 0 !important;
    text-align: left;
    font-weight: bold;
    color: var(--wd-main-color);
}
.next_link p span {
    font-size: var(--fontSize-12);
}
.container.flex::after {
    content: '';
    width: 45px;
    height: 150px;
    background-color: var(--wd-main-color);
    position: absolute;
    right: 0;
    border-radius: 0 15px 15px 0px;
}
.container.flex::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-315deg);
    margin-bottom: 5.5px;
    position: absolute;
    right: 21px;
    z-index: 10;
}
.season_title {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 10px;
}
.season {
    display: flex;
    flex-wrap: wrap;
}
.season li {
    width: calc(100% / 4 - 10px);
    border: 1px solid black;
    text-align: center;
}
.season li:hover {
    background-color: #737373;
}
.season li a {
    display: block;
    width: 100%;
    padding: 8px 0;
}
.season li a:hover {
    color: white;
    text-decoration-line: none;
}
.season li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.season li:nth-child(4), .season li:nth-child(8) {
    margin-right: 0px !important;
}
.product {
    margin-bottom: 46px;
    scroll-margin-top: 500px;
}
.sub_title {
    padding: 1% 1% 1% 2%;
    margin-bottom: 20px;
    background-color: var(--vd-main-color);
    color: white;
    font-size: var(--fontSize-18);
    font-weight: 500;
}
.sub_title span {
    font-size: var(--fontSize-12);
    padding-left: 25px;
}
.section_text {
    width: 98%;
    margin: 0 auto 20px auto;
    display: flex;
}
.section_text img {
    width: 14%;
    padding: 0 1.5%;
}
.section_text p {
    width: 83%;
    display: flex;
    align-items: center;
}
.section_text p span {
    display: contents;
    font-weight: bold;
}
.product_area {
    display: flex;
    background-color: var(--vd-sub-color);
    margin-bottom: 18px;
}
.p_img {
    width: 30%;
    padding: 25px 30px;
}
.p_img img {
    width: 100%;
    margin: 0 auto;
}
.p_text {
    width: 70%;
    padding: 42.5px 30px 42.5px 0px;
}
.p_title {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.p_price {
    font-size: 14px;
    padding-bottom: 10px;
}
.p_copy {
    line-height: 2;
}
/* CSS */
.copy_wrap {
    position: relative;
    max-width: 600px;
    line-height: 1.6;
}
/* 2行クランプ */
.p_copy {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.25s ease;
}
/* 展開時 */
.copy_wrap.expanded .p_copy {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
}
/* 透明クリック領域を末尾に配置 */
.copy_wrap::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2em; /* 末尾の「・・・」付近の幅 */
    height: 1em;
    cursor: pointer;
    z-index: 10;
}
/* 閉じるボタン */
.copy_close {
    display: none;
    position: absolute;
    right: 0.2em;
    bottom: 0.2em;
    font-size: 0.9em;
    padding: 0.2em 0.5em;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.copy_wrap.expanded .copy_close {
    display: inline-block;
}
/* 展開中の表示テキスト（例："閉じる"）を別スタイルに */
.copy_toggle.expanded {
    font-weight: 600;
}
.p_rink {
    width: 70%;
    display: block;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    background-color: var(--vd-main-color);
    padding: 8px 93.5px;
    margin-top: 10px;
    border-radius: 35px;
}
.p_rink::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "";
    margin-left: .5em;
}
.product2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_area2 {
    width: calc(100% / 3 - 12px);
    background-color: var(--vd-sub-color);
    font-size: 14px;
    margin-bottom: 18px;
}
.p2_img {
    display: block;
    width: 100%;
}
.p2_img img {
    width: 100%;
    padding: 28.5px 67px 10px 67px;
}
.p2_text {
    padding: 0 22px 28.5px 22px;
}
.p2_price {
    font-size: 12px;
    text-align: right;
}
.kwLinks {
    margin-top: 26px;
}
.kw_links_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px 0;
}
.kw_links_flex a {
    display: block;
    width: calc(100% / 3 - 20px);
    border: 1px solid black;
    text-align: center;
    padding: 7px 0;
}
.link_btn {
    display: block;
    width: 400px;
    background-color: var(--main-color);
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 35px;
}
.content_top img, .page_link_flex div img {
    width: 100%;
}
.content_top h1 {
    font-size: var(--fontSize-16);
    padding: 18px 0;
}
.content_top h1, .content_top p {
    margin: 0 auto;
    text-align: center;
}
.content_top p {
    width: 710px;
    padding-bottom: 18px;
}
.page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page_links a {
    display: block;
    width: calc(100% / 3 - 15px);
    background-color: var(--vd-sub-color);
    border-radius: 15px;
}
.page_link_flex {
    display: flex;
    padding: 15px 16px 15px 12px;
    align-items: center;
}
.page_link_flex div {
    width: 50%;
}
.page_link_flex p {
    width: 50%;
    padding-left: 15px !important;
    padding-bottom: 0 !important;
    text-align: left;
    font-weight: bold;
    color: var(--vd-main-color);
}
.page_link_flex p span {
    font-size: var(--fontSize-12);
}
.link_design {
    background-color: var(--vd-main-color);
    width: 100%;
    height: 30px;
    border-radius: 0 0 15px 15px;
}
.link_design span {
    display: block;
    width: 10px;
    margin: 0 auto;
}
.link_design span::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-225deg);
    margin-bottom: 5.5px;
}
.sp {
    display: none;
}
.next_season {
    margin-top: 100px !important;
    margin-bottom: 100px;
}
.next_link p a {
    color: var(--wd-main-color);
}
@media screen and (max-width: 780px) {
    #content section {
        margin-bottom: 36px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    /*    冒頭    */
    .content_top p {
        width: 100%;
    }
    .page_links a {
        width: calc(100% / 2 - 7px);
    }
    .page_links a:nth-child(n+3) {
        margin-top: 10px;
    }
    .page_link_flex {
        padding: 20px 10px 20px 10px;
        align-items: center;
        height: unset;
    }
    .page_link_flex div {
        width: 55%;
    }
    .content_top p, .section_text p, .p_copy {
        font-size: 14px;
        line-height: 1.5;
    }
    .page_link_flex p {
        padding-left: 5px !important;
        text-align: center;
    }
    .page_link_flex p span {
        font-size: 10px;
    }
    /*商品*/
    .product_area {
        display: block;
    }
    .p_img img {
        width: 70%;
        display: block;
        margin: 0 auto;
        padding: 5px 0 0 0;
    }
    .p_text {
        width: 90% !important;
        margin: 0 auto;
        padding: 0 !important;
    }
    .p_price {
        font-size: 12px;
    }
    .p_copy {
        line-height: 1.7;
        font-size: 14px;
    }
    .p_rink {
        width: 80%;
        padding: 10px 0;
    }
    .product_area {
        display: block !important;
        padding-bottom: 20px;
    }
    .p2_img img {
        padding: 15px 20px 10px 20px;
    }
    .p2_title a {
        font-size: 12px;
    }
    .product_area2 {
        width: calc(100% / 2 - 5px) !important;
    }
    .p2_price {
        font-size: 10px;
    }
    /* KW*/
    .kw_links_flex a {
        width: calc(100% / 2 - 5px);
        font-size: 12px;
    }
    .kw_links_flex a:nth-child(n+3) {
        margin-top: 10px;
    }
    .link_btn {
        width: 320px;
    }
    /*ラッピング、MC*/
    .wrapping_mc {
        padding: 20px;
    }
    .wm_title {
        display: block;
    }
    .wm_text {
        width: 100%;
    }
    .wm_text h3 {
        padding-bottom: 10px;
        font-size: 16px;
        position: relative;
        margin-top: 0 !important;
    }
    .wm_text p {
        font-size: 14px;
    }
    .wm_img {
        display: none;
    }
    .wm_flex {
        display: block;
    }
    .choice_wrapping, .brand_wrapping {
        width: 100%;
    }
    .brand_wrapping, .mc {
        padding-top: 16px;
    }
    .wrapping_subtitle {
        font-size: 14px;
    }
    .wm_flex .content {
        padding: 25px 20px 20px 20px;
        height: unset;
    }
    .vd_p_title {
        font-size: 14px;
    }
    .wm_text h3::before {
        top: 1px !important;
    }
    .brand_wrapping .flex div {
        width: calc(100% / 5 - 9px);
        padding-bottom: 10px;
    }
    .mc .flex {
        display: block;
    }
    .mc .container {
        width: 100% !important;
    }
    .mc .container p::before {
        width: 30px;
        height: 30px;
        top: -3px;
    }
    .mc .container p {
        padding-left: 40px;
        font-size: 14px;
        padding-bottom: 10px;
        padding-right: 0 !important;
    }
    .check {
        width: 100%;
    }
    .check div {
        width: 20%;
    }
    .check a {
        width: 80%;
        margin-left: 9px;
        text-underline-offset: 6px;
        font-size: 12px;
    }
    .season li {
        width: calc(100% / 2 - 5px);
        margin-right: 0;
    }
    .season li:nth-child(even) {
        margin-left: 10px !important;
    }
    .next_link .container {
        width: calc(100% / 2 - 7px);
        padding: 0px 0px 0px 5px;
    }
    .container.flex::after {
        width: 20px;
        height: 92px;
    }
    .next_link .flex {
        height: 92px;
    }
    .container.flex::before {
        right: 8px;
    }
    .next_link p {
        font-size: 14px;
    }
    .next_link p span {
        font-size: 10px;
    }
    .next_link p {
        padding-left: 0px !important;
    }
    .next_link .container .container02:nth-child(1) {
        width: 33%;
    }
    .next_link .container .container02:nth-child(2) {
        width: 67%;
        line-height: 15px;
    }
    .next_season {
        padding: 0px 1em;
    }
    .sub_title span {
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 540px) {
    .page_link_flex {
        padding: 0px 10px 00px 10px;
        align-items: center;
        height: 70px;
    }
    .page_link_flex p {
        padding-left: 5px !important;
        text-align: left;
    }
}
@media screen and (max-width: 512px) {
    .mc .container p::before {
        top: 6px;
    }
}