/* christmas2025追加 */
html * {
    box-sizing: border-box;
}
.page-under .wrap {
    padding: 0;
}
.br-m {
    display: block;
}
.price {
    display: none;
}
.br-m-o {
    display: block;
}

@media screen and (max-width: 780px){
    .br-s {
        display: block;
    }
    .price {
        display: block;
    }
    .br-m-o {
    display: none;
}
}
@media screen and (max-width: 700px){
    .header {
        min-width: 640px;
    }
    .header_meganav .nav_li_a {
        width: 136px;
    }
}
@media only screen and (max-width: 639px) {
    .header {
        min-width: 100%;
        position: fixed;
    }
}

.christmas_mainv {
    width: 100%;
    background-image: url(../img/seasonal/christmas2025/mv_2025.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    aspect-ratio: 81 / 55;
    margin-top: 151px;
}
.christmas_mainv .maincap {
	position: absolute;
    top: 12%;
    left: 50%;
    width: 37.4017vw;
    min-width: 666px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 25px;
    text-align: center;
}
.christmas_mainv .maincap p {
	font-size: 2.2rem;
    letter-spacing: 0.13rem;
    line-height: 1.4;
    color: #f9d071;
}
.christmas_mainv .maincap p.read {
	font-size: 1rem;
	margin-top: 10px;
	line-height: 1;
}
.christmas_mainv_b {
	width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
@media screen and (max-width: 1080px){
    .christmas_mainv {
        aspect-ratio: 67 / 55;
    }
    .christmas_mainv .maincap {
        min-width: 550px;
    }
}
@media screen and (max-width: 1023px){
    .christmas_mainv {
        aspect-ratio: 67 / 55;
        margin-top: 206px;
    }
}

@media screen and (max-width: 900px){
    .christmas_mainv {
        aspect-ratio: 58 / 55;
    }
}

@media screen and (max-width: 780px){
    .christmas_mainv {
        background-image: url(../img/seasonal/christmas2025/mv_2025_sp.png);
        aspect-ratio: 39 / 64;
        margin-top: 206px;
    }
    .christmas_mainv .maincap {
        top: 18%;
        width: 100%;
        min-width: 100%;
    }
}
@media screen and (max-width: 767px){
    .christmas_mainv {
        margin-top: 180px;
    }
}
@media screen and (max-width: 639px){
    .christmas_mainv {
        margin-top: 74px;
    }
}
@media screen and (max-width: 390px){
    .christmas_mainv {

        height: 77vh;
    }
}
.history_box {
    padding: 0 128px;
    margin-bottom: 60px;
}
.history_flex {
    display: flex;
    justify-content: space-between;
    padding: 68px 0;
    gap: 30px;
}

.ad_history {
    margin-top: 0;
    background-color: #7E2B1B;
    position: relative;
}
.ad_history::before {
    content: "";
    width: 100%;
    height: 100%;
    border-image-source: url(../img/seasonal/christmas2025/frame_white.png);
    border-image-slice: 396;
    border-image-width: 198px;
    border-image-repeat: round;
    position: absolute;
}
h3.ttl_1 {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    padding-bottom: 13px;
    border-bottom: 1px solid #ffffff80;
}
h3.ttl_3 {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    padding-bottom: 13px;
    border-bottom: 1px solid #ffffff80;
}
.history_box_cap p {
    color: #fff;
    margin-top: 20px;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.03rem;
}
.ad_history .inner {
    max-width: 1020px;
    padding: 100px 0 130px 0;
}
.history_ttl_1 {
    max-width: 335px;
    padding: 30px 0;
}
.history_ttl_2 {
    max-width: 252px;
    padding: 30px 0;
}
.history_ttl_3 {
    max-width: 308px;
    padding: 30px 0;
}
.history_box_center {
    text-align: center;
}
.history_box_2 {
    max-width: 440px;
    width: calc(50% - 15px);
}
.history_box_cap{
    padding-top: 40px;
}
.history_btn {
    padding-top: 30px;
    text-align: right;
}
.history_btn a{
    font-family: "garamond-premier-pro";
    color: #fff;
    text-align: right;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
@media screen and (max-width: 1050px){
.history_flex {
    padding: 68px 30px 0;
}
}

@media screen and (max-width: 780px){
    .history_box {
        padding: 0 8.974vw;
        margin-bottom: 0;
    }
    .history_flex {
        display: block;
        padding: 0;
    }
    .history_box_2 {
        max-width: 100%;
        width: 100%;
        padding: 0 8.974vw;
    }
    .history_box_cap{
        padding-top: 7.692vw;
    }
    .history_ttl_1 {
        padding: 0;
        padding-bottom: 9.48vw;
        max-width: 61.882vw;
    }
    .history_ttl_2 {
        max-width: 56.410vw;
        padding: 31.692vw 0 8.589vw;
    }
    .history_ttl_3 {
        max-width: 85%;
        padding: 27.3076vw 0 8.589vw;
    }
    .ad_history .inner {
        padding: 17.53vw 0 17.94vw;
    }
    .ad_history::before {
        width: 100%;
        height: 100%;
        border-image-source: url(../img/seasonal/christmas2024/christmasdeco_sp.png);
        border-image-slice: 336;
        border-image-width: 300px;
    }
}

.ad_yoyaku {
    max-width: 100%;
    background-color: #EAE4D5;
    background-image: url(../img/seasonal/christmas2025/ad_bk.png);
    background-size: contain;
    padding: 140px 0 125px;
    margin: 0;
}
.ad_yoyaku .inner{
    max-width: 1020px;
    margin: 0 auto;
}
.ad_ttl {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 65px;
}
.ad_ttl img {
    max-width: 557px;
}
.collettl_cap{
    color: #532D1A;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.03rem;
    padding-bottom: 55px;
    text-align: center;
}
.ad_yoyaku_cont {
    padding: 60px 54px 0;
}
.ad_img_box {
    display: flex;
    gap: 10px;
}
.ad_img {
    max-width: 242px;
}
.ad_img-1 {
    position: relative;
}
.ad_img-1::before{
    content: "";
    width: 118px;
    height: 118px;
    background-image: url(../img/seasonal/christmas2025/badge_gold.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 21px;
    top: 21px;
}
.ad_yoyaku .ad_yoyaku_cont .ad_cap h3 {
    font-size: 0.875rem;
    margin: 0;
    letter-spacing: 0;
}
.ad_yoyaku .ad_yoyaku_cont .ad_cap {
    padding-left: 50px;
    flex-basis: 46%;
}
.ad_yoyaku_buy a,.colle_buy_h a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 370px;
    height: 40px;
    margin: 20px auto;
    font-size: 0.75rem;
    text-align: center;
    position: relative;
}
.ad_yoyaku_buy a {
    background-color: #532D1A;
    color: #fff;
}
.colle_buy_h a{
    background-color: #F5F1DF;
    color:#5F1616;
}
.ad_yoyaku_buy a::before {
    content: url(../img/seasonal/christmas2025/icon_cart_w.svg);
}
.ad_yoyaku_buy a::after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    position: absolute;
    top: 2px;
    left: 2px;
}
.ad_yoyaku .ad_yoyaku_cont .ad_cap h3 span.limited {
    background-color: #C49445;
}
.ad_yoyaku .ad_yoyaku_cont .ad_cap h3 span.limited,
.seasonal_colle .colle_list .colle_item h3 span.limited{
    border-radius: 2px;
}
.ad_yoyaku .ad_yoyaku_cont .ad_cap h3 span._red,
.seasonal_colle .colle_list .colle_item h3 span._red,
.seasonal_colle .colle_cont .colle_dev h3 span._red {
    background-color: #A80606;
}
.seasonal_colle .colle_cont .colle_dev h3 span {
    margin: 0 8px 0 0;
    padding: 3px;
    background-color: #A08459;
    color: #fff;
    line-height: 3;
}
.seasonal_colle h3,
.seasonal_colle p{
    color: #fff;
}

.ad_yoyaku .ad_yoyaku_cont .ad_cap h3 span._new {
    font-family: "elina", sans-serif;
}

p.ad_yoyaku_zaiko {
    color: #cf0000;
    border: solid 1px #cf0000;
    margin-bottom: 20px;
    padding: 0.5em 0.5em 0.5em 1em;
}

.ad_yoyaku .ad_yoyaku_cont .ad_cap p {
    color: #532D1A;
}

@media screen and (max-width: 780px) {
    .ad_yoyaku {
        padding: 17vw 6.41025vw 12.82vw ;
    }
    .ad_yoyaku .ad_yoyaku_cont {
        display: block;
    }
    .ad_yoyaku_cont {
        padding: 7.69vw 0 0;
    }
    .ad_yoyaku .ad_yoyaku_cont .ad_img {
        flex-basis: 100%;
    }
    .ad_img_box {
        gap: 3.07vw;
    }
    .ad_img {
        max-width: 100%;
    }
    .ad_yoyaku .ad_yoyaku_cont .ad_cap {
        padding-left: 0;
        padding-top: 30px;
        margin: 0;
    }
    .ad_yoyaku_buy a, .colle_buy_h a {
        max-width: 100%;
    }
    .ad_ttl {
        padding-bottom: 10.51vw;
    }
    .ad_ttl img {
        max-width: 57.69vw;
    }
    .ad_img-1::before{
        width: 20.51vw;
        height: 20.51vw;
        top: 9px;
        left: 9px;
    }
}


.seasonal_colle .colle_list .colle_item h3 span._winter {
    background-color: transparent;
    border: 0.5px solid #fff;
    color: #fff;
}
.seasonal_colle .colle_list .colle_item h3 span._winter_c {
    background-color: transparent;
    border: 0.5px solid #fff;
    color: #fff;
}
.seasonal_colle .colle_list .colle_item h3 span._green {
    background-color: #0A430C;
}
.seasonal_colle {
    background-color: #1A4139;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 160px;
}
.seasonal_colle.deco_none {
    background-color:#BF9959;
}
/* .seasonal_colle::before {
    content: "";
    width: calc(88% - 230px);
    height: calc(100% - 290px);
    border-image-source: url(../img/seasonal/christmas2025/frame_gold.png);
    border-image-slice: 396;
    border-image-width: 200px;
    border-image-repeat: round;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
} */

.seasonal_colle-frame {
    max-width: 1332px;
    margin: 0 auto;
    position: relative;
}
.seasonal_colle-frame::before {
    content: "";
    width: calc(100%);
    height: calc(100% - 145px);
    border-image-source: url(../img/seasonal/christmas2025/frame_gold.png);
    border-image-slice: 396;
    border-image-width: 200px;
    border-image-repeat: round;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
}
.colle_list_inner {
    max-width: 1332px;
    margin: 0 auto;
    padding-bottom: 145px;
}
.colle_pic_box {
    max-width: 874px;
    margin: 0 auto;
    padding: 70px 0;
}
.colle_pic_box .w-700{
    max-width: 700px;
    margin: 0 auto;
}
.seasonal_colle .colle_list.colle_cont {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.seasonal_colle .colle_list.colle_cont .colle_img {
    max-width: 390px;
}
.colle_item_image {
    max-width: 570px;
}
.seasonal_colle .colle_list {
    gap: 170px;
    margin: 70px 0 0;
    justify-content: center;
}
.seasonal_colle .colle_list-g85 {
    width: 100%;
    max-width: 1140px;
    gap: 85px;
    justify-content: flex-start;
}
.seasonal_colle .colle_list .colle_item {
    margin: 0;
    /* flex-basis: 33%; */
    max-width: 352px;
}
.seasonal_colle .colle_list-reverse {
    flex-direction:row-reverse;
}

.seasonal_colle h2 {
    width: auto;
    margin: 0;
}
.seasonal_ttl {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 48px;
    padding-top: 290px;
}
.seasonal_ttl img {
    max-width: 626px;
}
.seasonal_colle p.collettl_cap {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.2em;
    /* padding-bottom: 91px; */
}

.catalog_btn {
    padding-top: 100px;
    padding-bottom: 100px;
}
.catalog_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 430px;
    height: 60px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 44px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    background-color: #BF9959;
    position: relative;
}
.catalog_btn a::before {
    content: "";
    width: 1.66em; 
    height: 1.66em;
    background-image: url(../img/seasonal/christmas2025/icon_book.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.none ::before {
    display: none;
}
.catalog_btn a::after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    position: absolute;
    top: 2px;
    left: 2px;
}

.colle_list_inner_2 {
    max-width: 1332px;
    background-color: #24413B;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 114px;
    position: relative;
}
.colle_list_inner_2::before {
	content: "";
    width: calc(115%);
    height: calc(115%);
    border-image-source: url(../img/seasonal/christmas2025/frame_green.png);
    border-image-slice: 396;
    border-image-width: 200px;
    border-image-repeat: round;
    position: absolute;
    left: 50%;
    top: -102px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    pointer-events: none;
}
.seasonal_ttl_2 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 48px;
}
.seasonal_ttl_2 img {
    max-width: 366px;
}

.colle_list_inner_2 p.collettl_cap {
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.03rem;
    padding-bottom: 55px;
    text-align: center;
}
.seasonal_colle_box{
    max-width: 870px;
    margin: 0 auto;
    padding: 0 30px;
}
.seasonal_colle .colle_list_inner_2 .colle_list {
    justify-content: space-between;
}
.seasonal_colle .colle_list_inner_2 .colle_list .colle_item {
    margin: 0;
    flex-basis: 45%;
}
.deco_none {
    padding-top: 230px;
    padding-bottom: 230px;
}
.deco_none::before {
    content: "";
    display: none;
}
.colle_buy_h a::before{
    content: url(../img/seasonal/valentine2024/icon_cart.svg);
}
.colle_buy_h a::after{
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #691313;
    position: absolute;
    top: 2px;
    left: 2px;
}
.seasonal_colle_box .colle_list .colle_item h3 {
    color:#fff;
}
._shoponly a::before{
    display: none;
}
._shoponly a::after{
    display: none;
}
._shoponly a {
    border: 0.5px solid #691313;
}
._shoponly a:hover{
    opacity: 1;
}
.seasonal_colle .colle_list .colle_item p.colle_cap {
    line-height: 1.692;
}
.seasonal_colle .colle_list_top {
    margin: 0 auto 100px;
}
.seasonal_colle .colle_list .colle_item .colle_img img {
    width: 100%;
}
.seasonal_colle .colle_list .colle_item h3 {
    font-size: 0.875rem;
    letter-spacing: 0;
}
.colle_list_inner_2 .seasonal_colle .colle_list {
    margin-top: 60px;
}
/* .colle_list:nth-child(2) {
    flex-direction: row-reverse;
} */

.seasonal_colle .assort_bg {
    margin: 0 auto;
    max-width: 1030px;
    background-image: url(../img/seasonal/christmas2025/assort_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 74px 0;
}
.seasonal_colle .assort_bg .colle_list {
    gap: 130px;
    margin: 0;
}
.badge_green {
    position: relative;
}
.badge_green::before {
    content: "";
    width: 88px;
    height: 88px;
    background-image: url(../img/seasonal/christmas2025/badge_green.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -8px;
    top: -14px;
}
.badge_orange {
    position: relative;
}
.badge_orange::before {
    content: "";
    width: 88px;
    height: 88px;
    background-image: url(../img/seasonal/christmas2025/badge_orange.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -8px;
    top: -14px;
}

.badge_orange-1 {
    position: relative;
}
.badge_orange-1::before {
    content: "";
    width: 88px;
    height: 88px;
    background-image: url(../img/seasonal/christmas2025/badge_orange-1.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -8px;
    top: -14px;
}

.badge_orange-2 {
    position: relative;
}
.badge_orange-2::before {
    content: "";
    width: 88px;
    height: 88px;
    background-image: url(../img/seasonal/christmas2025/badge_orange-2.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -8px;
    top: -14px;
}

@media screen and (max-width: 1080px) {
    .colle_list_inner {
        margin: 0 60px;
    }
    .seasonal_colle .colle_list_top {
        width: 100%;
    }
    .colle_item_image {
        width: 43%;
    }
    .colle_list_inner_2 {
        width: 80%;
    }
    .seasonal_colle-frame::before {
    width: calc(100% - 42px);
    }
    .colle_list_inner_2::before {
    width: calc(120%);
    height: calc(120%);
    border-image-width: 125px;
}
.seasonal_colle .colle_list {
    gap: 60px;
}
.seasonal_colle .assort_bg .colle_list {
    gap: 50px;
}
.seasonal_colle .assort_bg {
    background-size: 100% 100%;
}
}
@media screen and (max-width: 780px) {
    .seasonal_ttl {
        padding-top: 0;
        padding-bottom: 0;
    }
    .seasonal_ttl img {
        max-width: 69.74vw;
    }
    .seasonal_colle {
        /* padding: 17.282vw 6.41025vw 14.1025vw; */
        padding-bottom: 2.564vw;
    }
    .seasonal_colle .colle_list {
        display: block;
        width: 100%;
    }

    .colle_item_image {
        max-width: 100%;
        width: 100%;
    }
    .colle_img_box {
        padding-top: 7.6923vw;
        padding-bottom: 6.4102vw;
    }
    .seasonal_colle-frame::before {
        width: calc(100% - 2.564vw);
        height: calc(100% - 2.564vw);
        border-image-slice: 298;
        border-image-width: 80px;
        top: 2.564vw;
    }
    .seasonal_colle p.collettl_cap {
        font-size: 5.128vw;
        line-height: 1.5;
        padding-top: 8.3846vw;
        padding-bottom: 8.3846vw;
    }
    .colle_list_inner {
        margin: 0 auto;
        padding: 6.4102vw;
        padding-bottom: 20.5128vw;
    }
    .colle_list_inner_2 {
        margin: 0 auto;
        padding: 14.718vw 6.4102vw  7.692vw;
    }
    .catalog_btn a {
        width: 100%;
    }
    .seasonal_colle .colle_list.colle_cont .colle_img {
    max-width: 100%;
    }
    .seasonal_colle .colle_list .colle_item {
        margin: 0 auto;
    }
    .colle_list_inner_2 p.collettl_cap {
        font-size: 0.8125rem;
    }
    .seasonal_ttl_2 {
        padding: 0;
    }
    .seasonal_ttl_2 img {
        max-width: 67.6615vw;
    }
    .colle_item_image {
        width: 100%;
    }
    .seasonal_colle_box {
        padding: 0;
    }
    .seasonal_colle .colle_list_top {
        margin: 0 auto;
        padding: 0 6.4102vw;
    }
    .colle_pic_box {
    padding: 0 6.4102vw; 
    }
    .seasonal_colle .colle_list.colle_cont {
        align-items: center;
        flex-direction: column;
    }
    .seasonal_colle .colle_list .colle_item {
        padding-bottom: 20.512vw;
    }
    .seasonal_colle .colle_list .-last{
        padding-bottom: 0;
    }
    .catalog_btn {
        padding-top: 0;
        padding-bottom: 21.794vw;
    }
    .catalog_btn a {
        width: 76.923vw;
        height: 12.051vw;
        font-size: 0.875rem;
    }
    .seasonal_colle .colle_list_inner_2 .colle_list {
        /* padding-top: 15.384vw; */
    }
    .colle_list_inner_2 .seasonal_colle_box .colle_list .-last{
        padding-bottom: 0;
    }
    .colle_list_inner_2 {
    width: calc(100% - 15.384vw);
    }
    .colle_list_inner_2::before {
    width: calc(115%);
    height: calc(103%);
    border-image-width: 40px;
    top: -5vw;
    }
    .deco_none {
    padding-top: 7.69vw;
    padding-bottom: 7.69vw;
    }
    .seasonal_colle .assort_bg {
    background-image: url(../img/seasonal/christmas2025/assort_bg_sp.png);
    background-size: 100% 100%;
    padding: 0;
    padding-top: 10.258vw;
}
    .seasonal_colle .colle_list .colle_item {
    padding-bottom: 10.258vw;
    }
    .seasonal_colle .assort_bg .colle_list{
    max-width: 80%;
    margin: 0 auto;
}
    .seasonal_colle .assort_bg .colle_list .colle_item{
    padding-bottom: 10.258vw;
}
.seasonal_colle .colle_list .colle_item {
    max-width: 100%;
}
.seasonal_colle-frame {
    padding-top: 20.5128vw;
}
.colle_pic_box .w-700{
    padding-bottom: 10.258vw;
}
.badge_green::before {
    left: -8px;
    top: 0;
}
.badge_orange::before {
    left: -8px;
    top: 0;
}
.badge_orange-1::before {
    left: -8px;
    top: 0;
}
.badge_orange-2::before {
    left: -8px;
    top: 0;
}
}

