@charset "UTF-8";

/* *************************************************** */
/* ************ [キー:-] フリーエリア共通 ************ */
/* *************************************************** */
#d_grand_top .wgift2023 .h2 {
    background: url(/ec/shop/images/campaign/20231018_oseibo/bg-h2-01.png) left top no-repeat;
    border-bottom: 1px solid #F2AFA6;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    height: 41px;
    line-height: 32px;
    margin: 0 0 20px;
    padding-left: 15px;
    text-align: left;
    margin: 0 0 20px;
}

.wgift2023 a img {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.wgift2023 a:hover,
.wgift2023 .link-hover:hover,
.wgift2023 a:hover img {
    opacity: 0.7;
}

.wgift2023 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* *************************************************** */
/* ********サイドメニュー上 ********* */
/* *************************************************** */
.wgift2023 .seasonGiftside {
    margin-bottom: 15px;
}

.wgift2023 .seasonGiftside .bnr {
    margin-bottom: 32px;
    margin-top: -15px;
}

.wgift2023 .seasonGiftside .bnr:last-child {
    margin-bottom: 28px;
}

/* *************************************************** */
/* ********サイドメニュー下 ********* */
/* *************************************************** */
.wgift2023 .second {
    margin: 15px 0;
}

.wgift2023 .second .sideMailmaga {
    margin-bottom: 20px;
}

.wgift2023 .second .catalogueS,
.wgift2023 .second .webAddress{
    background: #D93924;
}

.wgift2023 .second .catalogueS{
    padding: 14px 6px;
    margin-bottom: 6px;
}

.wgift2023 .second .catalogueS h3{
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
}

.wgift2023 .second .webAddress{
    padding: 14px 6px 0;
    margin-bottom: 20px;
}

.wgift2023 .second .webAddress h3{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 1.5;
    padding-bottom: 10px;
}

.wgift2023 .second .webAddress p{
    font-size: 13px;
    color: #fff;
    padding-bottom: 10px;
}

.wgift2023 .second .catalogueS .side-btn-area li,
.wgift2023 .second .webAddress .side-btn-area li{
    background: #fff;
    width: 172px;
    height: 39px;
    position: relative;
    margin-bottom: 2px;
}

.wgift2023 .second .catalogueS .side-btn-area li:last-of-type,
.wgift2023 .second .webAddress .side-btn-area li:last-of-type{
    margin-bottom: 0;
}

.wgift2023 .second .catalogueS .side-btn-area li a,
.wgift2023 .second .webAddress .side-btn-area li a{
    font-size: 12px;
    padding-left: 7px;
    color: #D93924;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.wgift2023 .second .catalogueS .side-btn-area li a:hover,
.wgift2023 .second .webAddress .side-btn-area li a:hover{
    text-decoration: none;
}

.wgift2023 .second .catalogueS .side-btn-area li::after,
.wgift2023 .second .webAddress .side-btn-area li::after{
    content: "";
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #D93924;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}




.wgift2023 .second .webAddress .side-address-date{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0 10px;
}

.wgift2023 .second .sideContent01 {
    margin: 20px 0;
}

/* *************************************************** */
/* テンプレートにあるグローバルナビゲーションの非表示 **** */
/* *************************************************** */
#d_grand_top.wgift #wrapheaderCategory,
#d_grand_top.wgift #wrapheaderCategory {
    display: none;
}

/* *************************************************** */
/* *********** メインビジュアル *********** */
/* *************************************************** */
.wgift2023 {
    border-top: 1px solid #fff;
}

.wgift2023 .mainvisual h1 {
    background: url(/ec/shop/images/campaign/20231018_oseibo/bg01.jpg) repeat-x;
    background-size: cover;
}

/**
* 【領収証をご希望のお客様へ】 ***************************** */

.wgift2023 .mainvisual .receipt_info {
    color: #F2AFA6;
	border: 1px solid #F2AFA6;
	width: 990px;
	margin: 5px auto;
	padding: .7em 0;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}

.wgift2023 .mainvisual .receipt_info .receipt_info_ttl {
    font-size: 18px;
}

.wgift2023 .mainvisual .receipt_info .receipt_info_s {
    font-size: 14px;
}



/**
* アンカーメニュー ***************************** */
.wgift2023 .anchor-menu {
    margin: 0 auto 5px;
    width: 100%;
    background: #D93924;
}

.wgift2023 .flex--anchor-menu {
    padding: 11px 10px;
    width: 965px;
    margin: 0 auto;
}

.wgift2023 .flex--anchor-menu li {
    margin-right: 6px;
    width: calc((100% - (6px * 2)) / 3);
}

.wgift2023 .flex--anchor-menu li:nth-of-type(n + 4) {
    width: calc((100% - (6px * 3)) / 4);
}

.wgift2023 .flex--anchor-menu li:not(:nth-of-type(n + 4)) {
    margin-bottom: 5px;
}

.wgift2023 .flex--anchor-menu li:nth-of-type(3),
.wgift2023 .flex--anchor-menu li:nth-of-type(7) {
    margin-right: 0;
}


/**
* アンカーメニュー 1201～ ***************************** */
.wgift2023 .anchor-menu {
    margin: 0 auto 5px;
    width: 100%;
}

.wgift2023 .flex--anchor-menu-1201 {
    width: 980px;
    margin: 0 auto;
    padding: 11px 10px;
}

.wgift2023 .flex--anchor-menu-1201 li {
    margin-right: 6px;
    width: calc((100% - (6px * 2)) / 3);
}


.wgift2023 .flex--anchor-menu-1201 li:not(:nth-of-type(n + 4)) {
    margin-bottom: 5px;
}

.wgift2023 .flex--anchor-menu-1201 li:nth-of-type(3),
.wgift2023 .flex--anchor-menu-1201 li:nth-of-type(6) {
    margin-right: 0;
}






/**
* フローティングバナー（電話サービス）************ */
.wgift2023 .sGift-tel {
    position: fixed;
    bottom: 200px;
    right: 10px;
    z-index: 1000;
}

/* *************************************************** */
/* ********* 600選 ********** */
/* *************************************************** */
/**
* ピックアップバナー *************************** */
.wgift2023 .pickup-bnr {
    margin-bottom: 25px;
}

.wgift2023 .pickup-bnr div {
    margin-bottom: 14px;
}

.wgift2023 .pickup-bnr .passport-card {
    cursor: pointer;
    transition: opacity 0.3s ease 0s;
}

.wgift2023 .pickup-bnr .passport-card:hover {
    opacity: .7;
}

/**
* 京王ご推奨ギフト 600選 共通 ****************** */
.wgift2023 .gift600 {
    background: #FAE3E0;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 20px 20px;
}

/**
* 京王ご推奨ギフト 600選 タイトル ************** */
#d_grand_top.wgift .ttl600 h2{
    margin: 0;
}
.wgift2023 .stl600 {
    cursor: pointer;
    margin-bottom: 11px;
    transition: opacity 0.3s ease 0s;
}

.wgift2023 .stl600:hover {
    opacity: .7;
}

/**
* 京王ご推奨ギフト 600選 人気商品ランキング ***** */
.wgift2023 .ranking600 .ttl {
    position: relative;
    background: #F2AFA6;
    color: #260000;
    padding: 10px 0;
    font-size: 18px;
}

.wgift2023 .ranking600 .ttl h3,
.wgift2023 .ranking600 .ttl-category h3{
    background: url(/ec/shop/images/campaign/20231018_oseibo/icon-gift600-logo.png) center right 17px no-repeat;
    background-size: 38px 34px;
}

.wgift2023 .ranking600 .ttl .ttl_s {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    left: 0;
    top: 0;
}

.wgift2023 .ranking600 .ttl span {
    color: #260000;
    font-size: 14px;
    font-weight: normal;
    left: 393px;
    position: absolute;
    top: 14px;
}

.wgift2023 .ranking_list {
    background: #fff;
    display: flex;
    margin-bottom: 21px;
    padding: 14px 10px 24px;
}

.wgift2023 .ranking_list li {
    padding-top: 40px;
    width: calc((100% - (11px * 4)) / 5);
    position: relative;
}

.wgift2023 .ranking_list li:not(:nth-child(5n)) {
    margin-right: 11px;
}

.wgift2023 .ranking_list li .ranking_img{
    margin-bottom: 12px;
    width: 133px;
}

.wgift2023 .ranking_list li img{
    width: 100%;
    border: solid 1px #cccccc;
}

.wgift2023 .ranking_list .ranking_01::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    width: 38px;
    height: 30px;
    left: 35%;
    top: 0;
    background: url(/ec/shop/images/campaign/20231018_oseibo/bg-gift650-rank01.png) no-repeat;
}

.wgift2023 .ranking_list .ranking_02::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    width: 38px;
    height: 30px;
    left: 35%;
    top: 0;
    background: url(/ec/shop/images/campaign/20231018_oseibo/bg-gift650-rank02.png) no-repeat;
}

.wgift2023 .ranking_list .ranking_03::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    width: 38px;
    height: 30px;
    left: 35%;
    top: 0;
    background: url(/ec/shop/images/campaign/20231018_oseibo/bg-gift650-rank03.png) no-repeat;
}

.wgift2023 .ranking_list .ranking_04::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    width: 38px;
    height: 30px;
    left: 35%;
    top: 0;
    background: url(/ec/shop/images/campaign/20231018_oseibo/bg-gift650-rank04.png) no-repeat;
}

.wgift2023 .ranking_list .ranking_05::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    width: 38px;
    height: 30px;
    left: 35%;
    top: 0;
    background: url(/ec/shop/images/campaign/20231018_oseibo/bg-gift650-rank05.png) no-repeat;
}

.wgift2023 .ranking_list .txt{
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.wgift2023 .flex-ranking a:hover dd {
    text-decoration: underline;
}

/**
* 京王ご推奨ギフト 600選 人気商品カテゴリー ***** */
.wgift2023 .flex-favorite {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wgift2023 .flex-favorite li {
    margin-bottom: 9px;
}

.wgift2023 .flex-favorite li:not(:nth-child(3n)) {
    margin-right: 10px;
}

.wgift2023 .flex-favorite li:nth-child(n + 4) {
    margin-bottom: 0;
}

/**
* 京王ご推奨ギフト 600選 その他のカテゴリー ***** */
.wgift2023 .flex-cate {
    margin: 20px 0;
}

.wgift2023 .ranking600 .ttl-category {
    color: #260000;
    border-bottom: solid 1px #260000;
    font-size: 18px;
    padding: 10px 0;
}

.wgift2023 .ranking600 .ttl-category h4 {
    background: url(/ec/shop/images/campaign/20231018_oseibo/icon-gift600-logo.png) center right 12px no-repeat;
    background-size: 38px 34px;
}

.wgift2023 .ranking600 .ttl-category .ttl_s {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    left: 0;
    top: 0;
}

.wgift2023 .flex-cate li {
    margin-bottom: 3px;
    width: 179px;
    height: 60px;
}

.wgift2023 .flex-cate li:not(:nth-child(4n)) {
    margin-right: 3px;
}

.wgift2023 .flex-cate li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    color: #260000;
    background-color: #fff;
    background-image: url(/ec/shop/images/campaign/20231018_oseibo/icon_arrow02.svg);
    background-position: center right 6px;
    background-repeat: no-repeat;
    background-size: 7px 15px;
}

.wgift2023 .flex-cate li a:hover {
    color: #260000;
    text-decoration: none;
}

/**
* カタログ掲載の特集 *************************** */
.wgift2023 .catalog {
    margin-bottom: 30px;
}

.wgift2023 .flex-catalog {
    padding: 0 20px
}

.wgift2023 .flex-catalog li {
    margin-bottom: 9px;
}

.wgift2023 .flex-catalog li:not(:nth-child(3n)) {
    margin-right: 10px;
}

.wgift2023 .flex-catalog li:nth-child(n + 13) {
    margin-bottom: 0;
}

/**
* ネット限定の特集 ***************************** */
.wgift2023 .net-only {
    margin-bottom: 30px;
}

.wgift2023 .flex-net-only {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FAE3E0;
    padding: 20px;
    margin-top: -20px;
}

.wgift2023 .flex-net-only li img{
    width: 100%;
}


.wgift2023 .flex-net-only li:not(:last-child) {
    margin-bottom: 15px;
  }

/* *************************************************** */
/* ******* [キー:-] カタログの商品番号から探す ******** */
/* *************************************************** */
#d_grand_top.wgift .topTopMenu {
    margin: 30px 0 0;
    padding: 30px 20px 20px 46px;
}

#d_grand_top.wgift .topTopMenu h2 {
    background: none;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

#d_grand_top .topTopMenu .ttmText {
    color: #000 !important;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px;
    padding: 0 13px;
}

/* *************************************************** */
/* ********* [キー:sg_contents2] コンテンツ2 ********** */
/* *************************************************** */
/**
* 人気ランキング・人気キーワード **************** */
.wgift2023 .ninki-rank {
    margin: 30px 0 26px;
}

.wgift2023 .flex-ninki-rank {
    margin-bottom: 27px;
    padding: 0 20px;
    justify-content: space-between;
    /*width: 100%;*/
}

/*.wgift2023 .flex-ninki-rank li {
    width: calc((100% - 21px) / 2);
}

.wgift2023 .flex-ninki-rank li:not(:nth-child(2n)) {
    margin-right: 21px;
}*/

/**
* 【キーワード】 ******************************* */
.wgift2023 .ninki-rank .key-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 20px;
}

.wgift2023 .ninki-rank .keyword {
    padding: 0 0 0 20px;
}

.wgift2023 .ninki-rank .keyword li {
    float: left;
    font-size: 15px;
    line-height: 28px;
    margin: 0px 28px 0 0;
}

.wgift2023 .ninki-rank .keyword li:nth-of-type(6),
.wgift2023 .ninki-rank .keyword li:nth-of-type(13) {
    margin-right: 0;
}

.wgift2023 .ninki-rank .keyword li a {
    color: #000;
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}

.wgift2023 .ninki-rank .keyword li a:hover {
    opacity: 0.5;
}

/**
* お歳暮カテゴリーから探す ********************* */
.wgift2023 .category-search {
    margin-bottom: 29px;
}

.wgift2023 .flex-category-search,
.wgift2023 .flex-category-search2 {
    padding: 0 20px;
}

.wgift2023 .flex-category-search {
    margin-bottom: 1px;
}

.wgift2023 .flex-category-search li {
    margin-bottom: 9px;
}

.wgift2023 .flex-category-search li:not(:nth-child(3n)) {
    margin-right: 9px;
}

.wgift2023 .flex-category-search2 {
    margin: 0;
}

.wgift2023 .flex-category-search2 li {
    margin-bottom: 3px;
    width: 176px;
    height: 68px;
    border: solid 1px #d9d9d9;
    position: relative;
}

.wgift2023 .flex-category-search2 li:not(:nth-child(4n)) {
    margin-right: 3px;
}

.wgift2023 .flex-category-search2 li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 100%;
    padding-left: 10px;
    width: 100%;
    color: #535353;
    background: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
}

.wgift2023 .flex-category-search2 li a::after{
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(/ec/shop/images/campaign/20231018_oseibo/icon_arrow01.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 15px;
    background-size: cover;
    top: 36%;
    right: 6px;
}

.wgift2023 .flex-category-search2 li a:hover{
    text-decoration: none;
}

/**
* 予算から探す（金額） ************************* */
.wgift2023 .yosan{
    padding: 20px 0!important;
}

.wgift2023 .yosan .sgC:nth-last-child(n + 4) {
  margin-bottom: 14px!important;
}

/**
* おすすめ商品 ******************************** */
.wgift2023 .osusume-list {
    margin: 30px 0 27px;
}

.wgift2023 .osusume-item-list {
    padding: 0 18px;
    display: flex;
}

.wgift2023 .osusume-item-list li {
    width: calc((100% - (11px * 4)) / 5);
}

.wgift2023 .osusume-item-list li:not(:nth-child(5n)) {
    margin-right: 11px;
}

.wgift2023 .osusume-item-list li .ranking_img{
    width: 137px;
    margin-bottom: 12px;
}

.wgift2023 .osusume-item-list li .ranking_img img{
    width: 100%;
    border: solid 1px #cccccc;
}

.wgift2023 .osusume-item-list .txt {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

/* 商品券 */
.wgift2023 .gift-certificates {
    margin-bottom: 30px;
}

/* ご自宅用限定 お買い得品&人気グルメ */
.wgift2023 .gojitaku {
    margin: 0;
}

.wgift2023 .gojitaku a {
    display: block;
}

.wgift2023 .bnr-sale-item01 {
    margin-bottom: -1px;
    position: relative;
    z-index: -1;
}

/* お買い得品&人気グルメ / ネット限定 防災備蓄品特集 */
.wgift2023 .bnr-new {
    margin-bottom: 30px;
    overflow: hidden;
}

.wgift2023 .bnr-new img {
    float: left;
}


/**
* ページ下部のバナーエリア ********************* */
.wgift2023 .bnr-list{
    display: flex;
    justify-content:space-between;
}
.wgift2023 .bnr-list li {
    margin-bottom: 30px;
}

/* *************************************************** */
/* **** [キー:sg_attention] ご注文前にこちらをご確認 **** */
/* *************************************************** */
.wgift2023 .attention {
    font-size: 14px;
    margin-bottom: 60px;
}

.wgift2023 .attention-ttl {
    margin-bottom: 15px;
}

.wgift2023 .attention-list {
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: left;
}

.wgift2023 .attention-list .list-item {
    font-size: 14px;
    letter-spacing: -.02em;
    line-height: 26px;
    text-indent: -1em;
}

.wgift2023 .attention-list .list-item::before {
    content: '・';
}

.wgift2023 .attention-list .list-item-emphasis {
    color: #ca0611;
}

.wgift2023 .attention-list .list-item-asterisk {
    padding-left: 1em;
    text-indent: -1em;
}

.wgift2023 .attention-list .list-item-asterisk::before {
    content: '※';
}

.wgift2023 .attention-list .list-item .link {
    color: #0567a2;
    text-decoration: underline;
}

.wgift2023 .attention .attention-inquiry {
    border: 2px solid #D93924;
    border-radius: 10px;
    color: #D93924;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

.wgift2023 .attention .attention-inquiry .number {
    font-size: 22px;
}

/**
* お役立ちコラム ***************************** */
.wgift2023 .article-link {
    max-width:990px;
	margin:0 auto 20px;
	background: #f6f6f6;
	/*border: solid 5px #ddd;*/
	padding: 30px 20px;
	color: #000000;
}

.wgift2023 .article-link a img:hover {
	opacity: 0.7 ;
}

/* title */
.wgift2023 .article-link .title {
	font-size: 24px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.wgift2023 .article-link .title .sub {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	display: block;
	clear: both;
}

/* articleArea */
.wgift2023 .article-link .linkArea {
	/*margin: 0px -2% 0 0;*/
	clear:both;
}

.wgift2023 .article-link .linkArea .aBox {
	display: table;
	float:left;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 12px;
	width:44%;
	margin-top: 14px;
	margin-left: 2%;
}

.wgift2023 .article-link .linkArea .aBox .img {
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding:auto 0;
}
.wgift2023 .article-link .linkArea .aBox .img img {
	height: 80px;
}

.wgift2023 .article-link .linkArea .aBox .txt {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	padding:0 0 0 12px;
}

.wgift2023 .article-link .linkArea .aBox .arrow {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width:30px;
}
.wgift2023 .article-link .linkArea .aBox .arrow img {
	width:14px;
}

/*----------------------------*/
.wgift2023 .article-link .onlySP {display: none;}
.wgift2023 .article-link .clear {clear: both}

/* *************************************************** */
/* *************** [キー:-] お知らせ **************** */
/* *************************************************** */
#d_grand_top #d_news h2 {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}