@charset "UTF-8";

/* レイアウト調整(2025/12/22) */
.heading.block_header_1 p,
.heading.block_header_6 .h {
    padding: 0;
    background: transparent;
    border: none;
    overflow: visible;
    outline: none;
}
a[id="pattern8_2"] + section {
    background-size: cover !important;
}
a[id="use"] + section {
    margin-bottom: 100px;
    background-size: contain !important;
}
.heading.block_header_1 p:before, .heading.block_header_6 .h:before {
    content: none;
}

/* フォント変更(2025/12/22) */
body {
    font-family: "Noto Serif JP", serif;
}
body.ft04 h2,
body.ft04 .block_header_1 p {
    font-family: "Tangerine", "Noto Serif JP", serif;
}
a[id^="pattern8"]+section .heading.block_header_2 .h {
    padding-left: 0;
    padding-right: 0;
    padding: 15px 0;
    margin-bottom: 15px;
    letter-spacing: 0.3rem;
    font-weight: 500;
    font-family: "Tangerine", "Noto Serif JP", serif;
    font-size: 3.8rem !important;
    line-height: 1.2;
}
a[id^="pattern8"]+section .heading.block_header_2 .h:before {
    content: none;
}
a[id^="pattern8"]+section .block_header_2 p {
    position: relative;
    padding-left: 25px;
    font-size: 2.2rem;
    line-height: 1.5;
}
a[id^="pattern8"]+section .block_header_2 p:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: var(--i_main_color);
}
@media only screen and (max-width: 1350px) {
    a[id^="pattern8"]+section .block_header_2 p {
        font-size: 2.1rem !important;
    }
}
a[id^="pattern8"]+section .inner_item_img img,
.contents_related .inner_item_img img {
    border-radius: 0;
}

/* MV下パーツ調整(2026/01/28) */
#info+section .heading.block_header_2 .h {
    filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px 1px 1px #fff) drop-shadow(1px -1px 1px #fff) drop-shadow(-1px -1px 1px #fff);
}
#info+section .inner_item_img:before {
    width: 40%;
    height: 50%;
    opacity: 0.5;
    background-color: var(--i_main_color);
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right;
    -webkit-mask-size: contain;
    mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    mask-repeat: no-repeat;
    mask-position: right;
    mask-size: contain;
    z-index: 0;
}
@media only screen and (max-width: 900px) {
    #info+section .inner_item_img:before {
        top: -15%;
    }
}

/* Ring Dog, Photoパーツ調整(2026/01/28) */
a[id^="con"]+section:after {
    position: absolute;
    content: "";
    display: block;
    inset: 0;
    background-color: var(--i_main_color);
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top right;
    -webkit-mask-size: 50%;
    mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    mask-repeat: no-repeat;
    mask-position: top right;
    mask-size: 40%;
    opacity: 0.6;
}
a[id="con1"]+section:after {
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260129141854.png);
    -webkit-mask-position: bottom left;
    mask-image: url(/common/upload_data/rally-petjp/image/20260129141854.png);
    mask-position: bottom left;
}

/* Priceパーツ調整(2026/01/28) */
#price1 + div > .content_wrapper {
    border-top: solid 1px;
    border-radius: 40px;
    padding: 50px 20px;
    width: 94%;
}
#price2 + section > .content_wrapper {
    border-bottom: solid 1px;
    border-radius: 40px;
    padding: 50px 20px;
    width: 94%;
}
#price1 + div .heading.block_header_6 .h {
    font-size: 5rem;
}
#price1 + div .heading.block_header_6 .h:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/rally-petjp/image/h_img_2.png.webp) no-repeat bottom center / 190px;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    #price1 + div .heading.block_header_6 .h {
        font-size: 3.5rem;
    }
}
/*------20260209------*/
/*追加分の装飾*/
#info+section .inner_item_img:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 50%;
    opacity: 0.5;
    background-color: #df9535;
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260129141854.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
    -webkit-mask-size: contain;
    mask-image: url(/common/upload_data/rally-petjp/image/20260129141854.png);
    mask-repeat: no-repeat;
    mask-position: left;
    mask-size: contain;
    bottom: -15%;
    left: -4%;
    z-index: -1;
}
#con1+section .inner_item_txt,
#con2+section .inner_item_txt {
    position: relative;
}
a#con1+section .wrapper_item .inner_item_txt:before {
    width: 60%;
    height: 80%;
    opacity: 0.5;
    background-color: var(--i_main_color);
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right;
    -webkit-mask-size: contain;
    mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    mask-repeat: no-repeat;
    mask-position: right;
    mask-size: contain;
    content: "";
    position: absolute;
    top: -40%;
    right: 2%;
}
#con2+section .inner_item_txt:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 80%;
    opacity: 0.5;
    background-color: #df9535;
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260209150153.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
    -webkit-mask-size: contain;
    mask-image: url(/common/upload_data/rally-petjp/image/20260209150153.png);
    mask-repeat: no-repeat;
    mask-position: left;
    mask-size: contain;
    top: -40%;
    left: 2%;
}
a#price1+div:before {
    width: 25%;
    height: 60%;
    opacity: 0.5;
    background-color: var(--i_main_color);
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right;
    -webkit-mask-size: contain;
    mask-image: url(/common/upload_data/rally-petjp/image/20260129141854_1.png);
    mask-repeat: no-repeat;
    mask-position: right;
    mask-size: contain;
    content: "";
    position: absolute;
    top: 15px;
    right: 2%;
}
a#price2+section:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    opacity: 0.5;
    background-color: var(--i_main_color);
    -webkit-mask-image: url(/common/upload_data/rally-petjp/image/20260129141854.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
    -webkit-mask-size: contain;
    mask-image: url(/common/upload_data/rally-petjp/image/20260129141854.png);
    mask-repeat: no-repeat;
    mask-position: left;
    mask-size: contain;
    left: 2%;
    bottom: 15px;
}
@media only screen and (max-width: 900px) {
    #con2+section .inner_item_txt:before {
        height: 40%;
        top: 0;
    }
    a#con1+section .wrapper_item .inner_item_txt:before {
        top: 0;
        height: 40%;
    }
    a#price1+div:before {
        height: 40%;
        width: 45%;
    }
    a#price2+section:after {
        width: 45%;
    }
}
/*画像の上に重ねる額縁*/
#info+section .inner_item_img a {
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#info+section .inner_item_img a:before {
    content: "";
    position: absolute;
    background: url(/common/upload_data/rally-petjp/image/20260209152758.png) center / contain no-repeat;
    opacity: 0.5;
    inset: 0;
    pointer-events: none;
}
a[id*="con"]+section .inner_item_img {
    position: relative;
}
a[id*="con"]+section .inner_item_img:before {
    content: "";
    position: absolute;
    background: url(/common/upload_data/rally-petjp/image/20260209152758.png) center / contain no-repeat;
    opacity: 0.5;
    /* inset: 0; */
    pointer-events: none;
    width: 100%;
    height: 100%;
}

a[id*="con"]+section .inner_item_img img {
    aspect-ratio: 3 / 2;
}
@media screen and (min-width: 901px) {
    a[id*="con"]+section .inner_item_img img {
        min-height: auto;
        object-fit: cover;
    }
}