@charset "UTF-8";

.block-gs-heading2 em {
    font-style: normal;
    font-weight: inherit;
    color: #f44b86
}

.block-gs-heading3 em {
    font-style: normal;
    font-weight: inherit;
    color: #123669
}

.block-gs-catch em {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: inherit;
    line-height: 1
}

@media print, screen and (min-width:48em) {
.block-gs-catch em {
    font-size: 36px
}
}


.block-gs-wrapping-anchor {
    padding: 3rem 1.2rem 2rem
}
@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor {
        padding: 22px 0 12px
    }
}
.block-gs-modal .block-gs-wrapping-anchor {
    display: none
}
.block-gs-wrapping-anchor--list {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style-type: none
}
.block-gs-wrapping-anchor--item {
    position: relative;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}
@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor--item {
        max-width: 280px
    }
}
.block-gs-wrapping-anchor--item:nth-of-type(n+2)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    margin: auto;
    content: "";
    border-left: 1px solid #dcdcdc
}
.block-gs-wrapping-anchor--link {
    display: flex;
    flex-direction: column;
    align-items: center
}
.block-gs-wrapping-anchor--link > * {
    min-height: 0%
}

@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor--item:nth-of-type(1) .block-gs-wrapping-anchor--icon {
        width: 42px;
        margin-top: 8px;
        margin-bottom: 16px;
    }
}
.block-gs-wrapping-anchor--item:nth-of-type(1) .block-gs-wrapping-anchor--icon {
    width: 4rem;
    margin-top: .8rem;
    margin-bottom: 2rem
}

@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor--item:nth-of-type(2) .block-gs-wrapping-anchor--icon {
    /* width: 2.9rem; */
    margin-top: 1.0rem;
    margin-bottom: 2.5rem;
    }
}
.block-gs-wrapping-anchor--item:nth-of-type(2) .block-gs-wrapping-anchor--icon {
    width: 3.0rem;
    margin-top: .3rem;
    margin-bottom: 1.4rem;
}
@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor--item:nth-of-type(3) .block-gs-wrapping-anchor--icon {
        /*width: 42px;
        margin-top: -1px;
        margin-bottom: 13px;*/
		margin-top: 1.3rem;
		width: 40px;
		margin-bottom: 24px;

    }
}
.block-gs-wrapping-anchor--item:nth-of-type(3) .block-gs-wrapping-anchor--icon {
    margin-top: 1.2rem;
    /* margin-bottom: 1.6rem; */
    width: 40px;
}
@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor--item:nth-of-type(4) .block-gs-wrapping-anchor--icon {
        width: 41px;
        margin-top: 16px;
        margin-bottom: 19px;}
}
.block-gs-wrapping-anchor--text {
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor--text {
        /* margin-bottom: 13px; */
        font-size: 16px;}
}
.block-gs-wrapping-anchor--icon-arrow {
    width: 1.2rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media print, screen and (min-width:48em) {
    .block-gs-wrapping-anchor--icon-arrow {
        width: 15px
    }
}


em {
    color: #cc0000;
}

/*=================SP 変更・加筆部分==================*/
@media print, screen and (max-width:47.9999em) {
    .block-gs-wrapping{
        overflow:hidden;
}
    .block-gs-wrapping-anchor--list {
        display: flex;
        justify-content: center;
        padding-left: 0;
        list-style-type: none;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .block-gs-wrapping-anchor--item {
        position: relative;
        flex-basis: 50%;
        max-width: 50%;
        text-align: center;
        flex-wrap: wrap;
        margin: 5% 0;
    }
    .block-gs-wrapping-anchor--item:nth-of-type(3) .block-gs-wrapping-anchor--icon {
        width: 3.6rem;
        margin-top: .3rem;
        margin-bottom: 1.4rem;
        border-left: none;
    }
    .block-gs-wrapping-anchor--item:nth-of-type(4) .block-gs-wrapping-anchor--icon, .block-gs-wrapping-anchor--item:nth-of-type(2) .block-gs-wrapping-anchor--icon, .block-gs-wrapping-anchor--item:nth-of-type(1) .block-gs-wrapping-anchor--icon {
        width: 3.7rem;
        margin-top: .3rem;
        margin-bottom: 1.4rem;
    }
	
	.block-gs-wrapping-anchor--item:nth-of-type(1) .block-gs-wrapping-anchor--icon {
		width: 3.2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-left: none;
    }
	
    .block-gs-wrapping-anchor--item:nth-of-type(n+2)::before {
        border-left: none
    }
    .block-gs-wrapping-anchor--item:nth-child(2n)::before {
        border-left: 1px solid #dcdcdc;
    }
    .block-gs-wrapping-anchor--item:nth-child(-n+2)::after {
        border-bottom: 1px solid #dcdcdc;
        content: "";
        height: 1px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: absolute;
        right: 0;
        left: 0;
        padding-bottom: 1.4em;
        width: 90%;
        margin: 0 auto;
    }
    .h2_top_img{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        
    }
    .block-gs-wrapping-25xmas--inner {
        max-width: 100%;
    }
    .block-gs-wrapping-25xmas .block-gs-heading2 img {
        display: block;
        margin: 0 auto 10px;
    }
    .block-gs-wrapping-25xmas--text {
        margin: 0 auto 1rem;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: .05em;
        font-weight: 600;
        text-align: center;
        max-width: 91%;
    }
    .block-gs-wrapping-25xmas--text em {
        color: #cc0000;
        font-style: normal;
    }
	.block-gs-wrapping-25xmas--text span {
    padding: 0 .5em;
    background: linear-gradient(to top, #ffe96d 0, #ffe96d 50%, transparent 50%, transparent 100%);
    color: #c00;
    font-weight: 700;
    }
    .block-gs-wrapping-25xmas--text--flex{
    max-width: 45%;
    }
    .block-gs-wrapping-25xmas--inner ul {
        display: flex;
        padding: 2rem 0 0;
        flex-wrap: wrap;
    }
    .block-gs-wrapping-25xmas--inner ul li:first-child {
        min-width: 100%;
        margin-bottom: 8%;
    }
    .block-gs-wrapping-25xmas--inner dl {
        display: flex;
        padding: 2rem 0 0;
        font-size: 1.4rem;
        justify-content: space-between;
    }
    .block-gs-wrapping-25xmas--inner dl dd {
        text-align: left;
        font-size: 1.5rem;
        letter-spacing: .05em;
        line-height: 1.5;
    }
    .block-gs-wrapping-25xmas--inner dl dt {
        font-size: 1.1em;
        font-weight: 600; 
        text-align: center;
        margin-bottom: 0.7em;
        line-height: 1.5;
    }
    .block-gs-wrapping-25xmas--delivery {
        padding: 8% 5%;
        text-align: center;
        font-size: 14px;
        margin: 0 0 10px;
        border-top: 3px solid #cbad64;
        border-bottom: 3px solid #cbad64;
    }
	
    .block-gs-wrapping-25xmas--delivery-ttl{
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 20px;
    }
    .block-gs-wrapping-25xmas--delivery-ttl > span{
        font-size: 20px;
        font-weight: 600;
        background: linear-gradient(transparent 50%, #ffff66 50%);
        display: inline;
        margin-bottom: 20px;
    }
    .block-gs-wrapping-25xmas--delivery p {
        padding-bottom: 0px;
        line-height: 1.4;
    }
    .block-gs-wrapping-25xmas--delivery p a {
        text-decoration: underline;
        font-size: 14px;
    }
    .block-gs-wrapping-25xmas--delivery em {
        font-size: 1.1em;
        font-weight: 600;
        font-style: normal;
    }
    .wrapping__notes-txtem em{
        font-size: 0.9em;
        font-weight: 600;
        font-style: normal;
    }
    .block-gs-wrapping-anchor {
        padding: 0;
    }
    .bg_color{
        background: #fff;
        padding: 1rem 1.2rem;
    }
    .block-gs-wrapping-25xmas--inner {
        background: #fff;
    }
    .block-gs-wrapping-25xmas--recommend {
        margin: 1rem 1.2rem;
    }
.recommend-item-ttl {
    background: #fff;
    color: #d19754;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto;
    padding: 0.6rem 3.8rem;
    width: fit-content;
    filter: drop-shadow(2px 1px 6px #f2eee1);
    position: relative;
    border-radius: 9999px;
    text-align: center;
}
.recommend-item-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
}
    .recommend-item-detail{
        display: flex;
      flex-wrap: wrap;
        margin: 2rem auto 0;
        justify-content: center;
        gap: 1.2rem;
    }
    /*.recommend-item-detail-inner{
        max-width: 49%;
        margin: 0 .5rem;
        line-height: 1.3;
    }*/
.recommend-item-detail-inner{
	display: flex;
	flex-direction: column;
    margin: 0 auto;
    line-height: 1.3;
    width: calc(100% / 2 - 0.6rem);
}
    .recommend-item-detail-inner p{
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .recommend-item-detail-inner p span{
        font-weight: 600;
        font-size: 1.5rem;
    }
    .recommend-item-detail-inner .btn_25xmas{
        display: flex;
        margin: 1rem auto 2rem;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.6rem;
        width: 100%
	}
    .recommend-item-detail-inner .btn_25xmas a{
        background: #16442a;
        color: #fff;
        position: relative;
        width: 100%;
        height: 4rem;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        border: #f6d176 1px solid;
	}
    .recommend-item-detail-inner .btn_25xmas a:after{
    content: '\EA03';font-family: iconfont,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -0.5em;
    color: #f6d176;
	}
    .recommend-item-detail-inner .btn_25xmas a.btn_02{
    background: #c31f26;
	}
/*.recommend-item-detail-inner .slick-arrow.slick-next:after,.recommend-item-detail-inner .slick-arrow:after {
        display: none; 
	}*/
.recommend-item-detail-inner .slick-arrow {
        display: none!important; 
	}
    .block-gs-wrapping-search--rec-btn {
    background: #0b203f;
    color: #fff;
    padding: 10px 1em 10px 1em;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    position: relative
    }
    .wrapping__attention em{
    font-style: normal;
    }	
    .wrapping__attention{
    margin: 3rem 0;
    }
    .br-pc {display: none;
    }
}

/*=================PC 変更・加筆部分==================*/
@media print, screen and (min-width:48em) {
.block-gs-wrapping-anchor--item:nth-of-type(1) .block-gs-wrapping-anchor--icon {
        /*width: 3.6rem;
        margin-top: 0.1rem;
        margin-bottom: 0.8rem;*/
		width: 34px;
		margin-top: 16px;
		margin-bottom: 13px;
    	background-color: #fff;	
    }
.block-gs-wrapping-anchor--item:nth-of-type(2) .block-gs-wrapping-anchor--icon {
        /*width: 42px;
    	margin-bottom: 28px;
		margin-top: 5px;*/
    	background-color: #fff;
    	width: 41px;
		margin-top: 22px;
		margin-bottom: 29px;
    }
	
.block-gs-wrapping-25xmas {
        padding: 0;
    }
.h2_top_img{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        position: relative;
        height: 950px;
        overflow: hidden;
    }
.h2_top_img img{
        width: auto;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
   }      
.block-gs-wrapping-25xmas--recommend{
		margin-top: 50px;
	}
.bg_color{
        background: #fff;
    }
.block-gs-wrapping-25xmas--inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 0 50px;
        background: #fff;
    }
.block-gs-heading2 img {
        margin: 0 auto 10px;
    }
.block-gs-wrapping-25xmas .block-gs-heading2 img {
        display: block;
    }
.block-gs-heading3 img {
        margin: 0 auto 30px;
        max-width: 500px;
    }
.block-gs-recommend img{
        margin: 0 auto 25px;
        max-width: 330px;
    }
.block-gs-wrapping-25xmas .block-gs-heading3 img {
        display: block;
    }
	
.block-gs-wrapping-25xmas--text {
        text-align: center;
        margin: -90px 0 20px 0;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: normal;
        position: relative;
        z-index: 1;
    }
.block-gs-wrapping-25xmas--text em {
        color: #cc0000;
    }
.block-gs-wrapping-25xmas--text span {
    padding: 0 .5em;
    background: linear-gradient(to top, #ffe96d 0, #ffe96d 50%, transparent 50%, transparent 100%);
    color: #c00;
    font-weight: 700;
    }
.block-gs-wrapping-25xmas--inner ul {
        display: flex;
        padding: 40px 0 0;
    }
.block-gs-wrapping-25xmas--inner ul li:first-child {
        min-width: 600px;
        margin-right: 20px
    }
.block-gs-wrapping-25xmas--inner dl {
    display: flex;
    padding: 40px 0;
    font-size: 14px;
    max-height: 210px;
    justify-content: space-between;
    }
.block-gs-wrapping-25xmas--inner dl dd, .block-gs-wrapping-25xmas--inner dl dt {
    width: 265px;
    margin: 0 10px;
}
.block-gs-wrapping-25xmas--inner dl dt {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.block-gs-wrapping-25xmas--delivery {
 	padding: 40px 0;
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px;
    border-top: 3px solid #cbad64;
    border-bottom: 3px solid #cbad64;
}
.block-gs-wrapping-25xmas--delivery-ttl{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}
.block-gs-wrapping-25xmas--delivery-ttl > span{
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(transparent 50%, #ffff66 50%);
    display: inline;
    margin-bottom: 20px;
}
.block-gs-wrapping-25xmas--delivery p a {
   text-decoration: underline;
    font-size: 15px;
}
.block-gs-wrapping-25xmas--delivery em {
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
}
.wrapping__notes-txt em {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}
.wrapping__attention {
    font-size: 1rem;
    margin-top: 45px;
}
.wrapping__attention em{
    font-style: normal;
}

.block-gs-wrapping-anchor {
    padding: 22px 0;
}

/*おすすめシリーズ*/
.recommend-item-detail{
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 5rem auto;
    justify-content: space-between;
}
.recommend-item-ttl {
    background: #fff;
    color: #d19754;
    font-size: 25px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0.6rem 3.8rem;
    width: fit-content;
    filter: drop-shadow(2px 1px 6px #f2eee1);
    position: relative;
    border-radius: 9999px;
    text-align: center;
}
.recommend-item-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
}
.recommend-item-detail-inner{
	display: flex;
	flex-direction: column;
    margin: 0 auto;
    line-height: 1.3;
    width: calc(100% / 2 - 2rem);
}
.recommend-item-detail-inner p{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.recommend-item-detail-inner p span{
    font-weight: 600;
    font-size: 25px;
}
.recommend-item-detail-inner .btn_25xmas{
        display: flex;
        margin-top: 1.5rem;
        justify-content: space-around;
        min-width: 20rem;
        flex-wrap: wrap;
	}
.recommend-item-detail-inner .btn_25xmas a{
        background: #16442a;
        color: #fff;
        position: relative;
        width: calc(100% / 2 - 0.4rem);
        height: 3.8rem;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        border: #f6d176 1px solid;    
	}
.recommend-item-detail-inner .btn_25xmas a:after{
    content: '\EA03';font-family: iconfont,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -0.5em;
    color: #f6d176;
	}
.recommend-item-detail-inner .btn_25xmas a.btn_02{
        background: #c31f26;
	}
.recommend-item-detail-inner .slick-arrow.slick-next:before,.recommend-item-detail-inner .slick-arrow:before {
        display: none; 
	}
.btn_25xmas{
    margin: 20px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

.block-gs-wrapping-search--carousel ul {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0;
}
.block-gs-wrapping-search--carousel ul li {
    max-width: 290px;
    margin-bottom: 20px;
}
.block-gs-wrapping-search--carousel ul {
    display: flex;
    max-width: 700px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0;
}
.block-gs-wrapping-search--carousel ul li {
    max-width: 340px;
    margin-bottom: 60px;
}
.block-gs-wrapping-search--carousel ul li p {
    font-size: 14px;
    margin: 5px 0;
}
	
.block-gs-wrapping-search--rec-btn {
    background: #0b203f;
    color: #fff;
    padding: 10px 1em 10px 1em;
    max-width: 260px;
    margin: 10px auto 0;
    text-align: center;
    position: relative
}
.giftbox {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}
.giftbox {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
p.giftbox-txt {
    border-top: 1px solid #3e4288;
    border-bottom: 1px solid #3e4288;
    width: 400px;
    margin: 20px 0;
    font-size: 18px;
    padding: 10px 0;
}
p.item-txt {
    text-align: center;
    font-size: 17px;
    padding: 10px;
    margin: 0 auto;
    width: 400px;
}
.item-btn {
    background: #0b203f;
    color: #fff;
    margin: 10px auto 0;
    padding: 10px;
    width: 260px;
    position: relative;
    text-align: center
}
.item-btn:after, .block-gs-wrapping-search--rec-btn:after{
    content: '\EA03';font-family: iconfont,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
    color: #fff;
}
.page-Campaign_PriceNormal.cms-Ctrl_ItemPrice_Normal{
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.br-sp {display: none; 
}

}

/*.block-gs-wrapping-search--carousel.-ladies,
.block-gs-wrapping-search--carousel.-recommend {
    background-color: #edfafa;
}*/