@charset "UTF-8";

/* ▼▼▼ カテゴリー別商品一覧ページ
======================================================*/

/* ▼ 共通部分
----------------------------------------*/
footer{
	margin-top: 0 !important;
}

#main_middle{
	overflow: hidden;
}
h2,h3,h4{
	font-weight: 600;
}
.font_lora{
	font-family: 'Lora', serif;
}
.buy_btn{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 320px;
	max-width: 100%;
	height: 65px;
	margin: 0 auto;
	background: #D1101F;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	position: relative;
}
.buy_btn.black{
	background: #000000;
}
.buy_btn:hover,
.buy_btn:focus,
.buy_btn:active{
	color: #FFF;
}
.buy_btn:not(.soon)::after{
	content: '';
	position: absolute;
	width: 15px;
	height: 100%;
	top: 0;
	right: 15px;
	background: url(../img/arrow_w.png) no-repeat center center/14px;
}
.buy_btn:not(.soon):hover{
	opacity: 0.6;
}
.buy_btn.soon{
	background: #AAA;
	pointer-events: none;
}
.buy_btn.buy_btn_another{
	margin: 0 auto;
	width: 328px;
	max-width: 100%;
	height: 72px;
	font-size: 20px;
}
.buy_btn.buy_btn_another::after{
	width: 25px;
	right: 40px;
}
.dot_list li{
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	line-height: 1.6;
}
.dot_list li::before{
	content: '・';
}
.pro_size li.pro_option{
	background-color: #DBDBDB;
	border: #DBDBDB 1px solid;
}
.date_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 100%;
	max-width: 300px;
	height: 65px;
	margin: 0 auto;
	background: #FFF;
	border: #DBDBDB 1px solid;
	font-size: 18px;
	font-weight: bold;
}
/* ▼ ヒーローイメージ
----------------------------------------*/
h1#main_img{
	position: relative;
	width: 100%;
	max-width: 100vw;
	margin-bottom: 42px;
}

/* 序文と新酒*/
#read_area{
	width: 100%;
	min-height: 176px;
	max-width: 1090px;
	padding: 0 20px;
	margin: 0 auto 20px;
	background: url(../img/winter_gift_2023/bg_read_l.png) no-repeat left center/176px,url(../img/winter_gift_2023/bg_read_r.png) no-repeat right center/176px;
}
#read_area .read_box{
	margin: 0 auto;
	padding: 35px 0;
	font-size: 18px;
	line-height: 2.4;
	text-align: center;
	position: relative;
}
#first_area{
	padding-bottom: 75px;
}
.first_title_wrap{
	padding: 176px 20px 0;
	background: url(../img/winter_gift_2023/icon_top.png) no-repeat center top/64px;
	position: relative;
}
.first_title_wrap::before{
	content: '';
	width: 1px;
	height: 78px;
	background: #000;
	position: absolute;
	top: 76px;
	left: 50%;
}
.first_title{
	/* max-width: 640px; */
	margin: 0 auto;
	/* padding: 0 90px; */
	/* background: url(../img/winter_gift_2023/icon_top_l.png) no-repeat left bottom/73px,url(../img/winter_gift_2023/icon_top_r.png) no-repeat right bottom/73px; */
}
.first_title span{
	display: block;
	font-weight: normal;
	text-align: center;
}
.first_title span:nth-child(1){
	font-size: 24px;
}
.first_title span:nth-child(2){
	font-size: 70px;
}
.first_title span:nth-child(2)::after{
	content: '';
	display: inline-block;
	width: 76px;
	max-width: 76px;
	height: 100px;
	background: url(../img/winter_gift_2023/icon_limit_ol.png) no-repeat center center/contain;
	margin: 0 0 0 20px;
	vertical-align: bottom;
}
.first_pro_wrp{
	max-width: 1190px;
	margin: 0 auto;
	padding: 70px 0 60px;
	background: url(../img/winter_gift_2023/bg_top_l.png) no-repeat left top/148px,url(../img/winter_gift_2023/bg_top_r.png) no-repeat right bottom/169px;
}
.first_pro_wrp .pro_list .pro_container{
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	max-width: 1040px;
}
.pro_name_wrap{
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
	padding: 2px 0;
}
.pro_name_wrap .pro_name_around{
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	padding: 10px 0;
}
.pro_name_wrap h3{
	margin: 0;
}
#first_area .pro_main_name{
	font-size: 41px;
	line-height: 1.2;
}
.pro_name_wrap .pro_sub_name{
	font-size: 26px;
	font-weight: 500;
}
.pro_price{
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}
.pro_size li{
	padding: 2px 12px 2px 9px;
}
.pro_size.pro_two_items::after,
.pro_size.pro_three_items::after{
	display: inline-block;
	/* margin: 0 0.5em 5px 0; */
	margin: 0 0.5em 0 0;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
}
.pro_size.pro_two_items::after{
	content: '×2';
}
.pro_size.pro_three_items::after{
	content: '×3';
}
.pro_price .pro_price_tax{
	font-size: 14px;
	font-weight: 400;
}
.pro_gra_wrap{
	max-width: 400px;
	margin: 0 auto 30px;
}
.pro_txt{
	margin-top: 0;
	margin-bottom: 30px;
}
.pro_price_wrap{
	margin-bottom: 10px;
}
.pro_price_wrap.pro_price_flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#first_area .pro_price_wrap{
	margin-bottom: 0;
	/* padding-left: calc(50% - 180px); */
}
#first_area .pro_price_wrap + .pro_price_wrap{
	margin-bottom: 10px;
}
.pro_price_wrap .pro_list .pro_price{
	margin: 0;
}

/* アンカーリンク */
#anker_area{
	background: linear-gradient(to right bottom,#E13C30,#F4DB81);
}
#anker_area .anker_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1040px;
	max-width: 100%;
	padding: 50px 10px 30px;
	margin: 0 auto;
}
#anker_area .anker_list li{
	-webkit-flex: 0 0 237px;
	-ms-flex: 0 0 237px;
	flex: 0 0 237px;
	width: 237px;
	max-width: 237px;
	margin: 0 24px 20px;
}
#anker_area .anker_list li a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 80px;
	padding-right: 20px;
	background: #FFF;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#anker_area .anker_list li a span{
	display: inline-block;
	text-align: center;
	padding: 10px 0 10px 36px;
	background: url(../img/winter_gift_2023/icon_list.png) no-repeat left center/28px;
}
#anker_area .anker_list li a::after{
	content: '';
	width: 7px;
	height: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent #000 #000 transparent;
	position: absolute;
	top: calc(50% - 7px);
	right: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 各おすすめ商品 */
.pro_reco_area{
	padding: 60px 0 90px;
	overflow: hidden;
	position: relative;
}
.pro_reco_area:nth-child(2n+1){
	background: url(../img/winter_gift_2023/bg_left.png) repeat-y left top/320px,#F2F2F2;
}
.pro_reco_area:nth-child(2n){
	background: url(../img/winter_gift_2023/bg_gold.png) no-repeat right calc(50vw + 277px) bottom -80px/162px,url(../img/winter_gift_2023/bg_right.png) repeat-y right top/320px,#FFF;
}
h2.pro_area_title{
	padding: 0 0 10px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}
h2.pro_area_title span{
	display: block;
	text-align: center;
}
h2.pro_area_title span.pro_area_title_sub{
	padding-top: 40px;
	font-size: 14px;
	letter-spacing: 0.15em;
}
#nomi_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_nomi.png) no-repeat center top/44px;}
#daiginjo_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_daiginjo.png) no-repeat center top/44px;}
/* #new_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_new.png) no-repeat center top/44px;} */
#usual_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_usual.png) no-repeat center top/44px;}
h2.pro_area_title span.pro_area_title_main{
	font-size: 56px;
}
p.pro_read{
	margin: 0 auto 60px;
	font-size: 20px;
	text-align: center;
}

.pro_list .pro_container{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	max-width: 870px;
	margin: 0 auto;
	padding: 0 20px;
}
.pro_list > li:not(:last-child){
	margin-bottom: 70px;
}
.pro_list .pro_container .img_wrap{
	-webkit-flex: 0 0 41.5%;
	-ms-flex: 0 0 41.5%;
	flex: 0 0 41.5%;
	width: 41.5%;
	max-width: 41.5%;
}
.pro_list .pro_container .txt_wrap{
	-webkit-flex: 0 0 51.6%;
	-ms-flex: 0 0 51.6%;
	flex: 0 0 51.6%;
	width: 51.6%;
	max-width: 51.6%;
}
#first_area .pro_list .pro_container .img_wrap{
	-webkit-flex: 0 0 37.4%;
	-ms-flex: 0 0 37.4%;
	flex: 0 0 37.4%;
	width: 37.4%;
	max-width: 37.4%;
}
#first_area .pro_list .pro_container .txt_wrap{
	-webkit-flex: 0 0 58.0%;
	-ms-flex: 0 0 58.0%;
	flex: 0 0 58.0%;
	width: 58.0%;
	max-width: 58.0%;
}
.pro_container .img_wrap img{
	display: block;
	margin: 0 auto;
}
.pro_name_box{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}
.pro_name_box.pro_name_icon::after{
	content: '';
	margin-left: 8px;
}
.pro_name_box.pro_name_icon.icon_limit_ol::after{
	-webkit-flex: 0 0 76px;
	-ms-flex: 0 0 76px;
	flex: 0 0 76px;
	width: 76px;
	max-width: 76px;
	height: 76px;
	background: url(../img/winter_gift_2023/icon_limit_ol.png) no-repeat center center/contain;
}
.pro_name_box.pro_name_icon.icon_limit_s::after{
	-webkit-flex: 0 0 65px;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px;
	width: 65px;
	max-width: 65px;
	height: 65px;
	background: url(../img/winter_gift_2023/icon_limit_s.png) no-repeat center center/contain;
}
.pro_name_box.pro_name_icon.icon_limit_cool::after{
	-webkit-flex: 0 0 172px;
	-ms-flex: 0 0 172px;
	flex: 0 0 172px;
	width: 172px;
	max-width: 172px;
	height: 76px;
	background: url(../img/winter_gift_2025/icon_limit_item.png) no-repeat center center/contain;
}
.pro_name_box.pro_name_icon.icon_iwsc_91::after{
	-webkit-flex: 0 0 73px;
	-ms-flex: 0 0 73px;
	flex: 0 0 73px;
	width: 73px;
	max-width: 73px;
	height: 73px;
	background: url(../img/winter_gift_2025/icon_iwsc_91.png) no-repeat center center/contain;
}
.pro_name_box.pro_name_icon.icon_iwsc_93::after{
	-webkit-flex: 0 0 74px;
	-ms-flex: 0 0 74px;
	flex: 0 0 74px;
	width: 74px;
	max-width: 74px;
	height: 74px;
	background: url(../img/winter_gift_2025/icon_iwsc_93.png) no-repeat center center/contain;
}
.pro_name_box.pro_name_icon.icon_iwsc_95::after{
	-webkit-flex: 0 0 74px;
	-ms-flex: 0 0 74px;
	flex: 0 0 74px;
	width: 74px;
	max-width: 74px;
	height: 74px;
	background: url(../img/winter_gift_2025/icon_iwsc_95.png) no-repeat center center/contain;
}
.pro_name_box h3{
	margin: 0;
}
.pro_name_box h3 .pro_main_name{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
}
.first_pro_wrp .pro_name_box h3 .pro_main_name{
	font-size: 52px;
}
#new_area .pro_name_box h3 .pro_main_name{
	font-size: 24px;
}
.pro_name_box h3 .pro_sub_name{
	font-size: 20px;
}
.pro_list .pro_price{
	margin: 0 0 10px;
	line-height: 1.6;
}
.pro_list .pro_txt{
	margin: 0 0 25px;
}
.pro_list .pro_gra_wrap{
	margin-bottom: 25px;
}
.pro_reco_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
	align-content: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.pro_reco_list > li{
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	width: 30%;
	max-width: 300px;
	position: relative;
}
.pro_reco_list .pro_container{
	display: block;
}
.pro_reco_list .pro_container .img_wrap{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.pro_reco_list .pro_container .txt_wrap{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}
.pro_reco_list .pro_name_box{
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	margin-bottom: 20px;
}
#new_area .pro_reco_list .pro_price_wrap{
	margin-bottom: 10px;
}
.pro_reco_list .pro_price{
	margin: 0;
}
.pro_reco_list .pro_txt{
	margin: 0 0 20px;
}
.pro_reco_list .pro_gra_wrap{
	margin-bottom: 30px;
}

/* ギフトサービス */
#gift_area{
	padding: 120px 0 120px;
	background: url(../img/winter_gift_2023/bg_gift_deko.jpg) no-repeat center top/100% 40px,url(../img/winter_gift_2023/bg_gift_deko.jpg) no-repeat center bottom/100% 40px,url(../img/winter_gift_2023/bg_gift.jpg) no-repeat center top/cover;
	overflow: hidden;
	position: relative;
}
#gift_area .gift_title_wrap{
	margin-bottom: 50px;
	text-align: center;
}
#gift_area .gift_title{
	display: inline-block;
	padding: 2px;
	background: #FFF;
	border: #000 1px solid;
	border-radius: 45px;
}
#gift_area .gift_title .gift_title_inner{
	display: inline-block;
	background: url(../img/winter_gift_2023/icon_gift.png) no-repeat left 25px center/34px,url(../img/winter_gift_2023/icon_gift.png) no-repeat right 25px center/34px;
	padding: 10px 70px;
	border: #000 2px solid;
	border-radius: 42px;
}
#gift_area .gift_title h2{
	margin: 0 0 0;
	font-size: 48px;
	text-align: center;
}
#gift_area .gift_title p{
	margin: 0;
	font-size: 18px;
	text-align: center;
}
#gift_area .gift_wrap .gift_around{
	margin-bottom: 70px;
}
.title_gift{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 40px;
}
.title_gift::before,
.title_gift::after{
	content: '';
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: calc(50% - 50px);
	height: 20px;
	vertical-align: middle;
}
.title_gift::before{
	background: url(../img/winter_gift_2023/title_gift_l.png) no-repeat center center/100% 13px;
}
.title_gift::after{
	background: url(../img/winter_gift_2023/title_gift_r.png) no-repeat center center/100% 13px;
}
.title_gift span{
	font-size: 30px;
	vertical-align: middle;
}
#gift_area .gift_wrap .gift_around .gift_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	max-width: 100%;
	margin: 0 auto;
}
#gift_area .gift_wrap .gift_around .gift_flex .img_wrap{
	-webkit-flex: 0 0 32.2%;
	-moz-flex: 0 0 32.2%;
	-ms-flex: 0 0 32.2%;
	-o-flex: 0 0 32.2%;
	flex: 0 0 32.2%;
	width: 32.2%;
	max-width: 235px;
}
#gift_area .gift_wrap .gift_around .gift_flex .txt_wrap{
	-webkit-flex: 0 0 65%;
	-moz-flex: 0 0 65%;
	-ms-flex: 0 0 65%;
	-o-flex: 0 0 65%;
	flex: 0 0 65%;
	width: 65%;
	max-width: 65%;
}
#gift_area .gift_wrap .gift_around .gift_flex .txt_wrap h4{
	margin: 0 0 20px;
	font-size: 20px;
}
#gift_area .gift_wrap .gift_around .gift_flex .txt_wrap p{
	margin: 0;
	font-size: 18px;
}
#gift_area .gift_wrap .gift_around .gift_box{
	margin-bottom: 100px;
}
#gift_area .gift_wrap .gift_around .gift_box_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 100px;
}
#gift_area .gift_wrap .gift_around .gift_box_flex .gift_box{
	-webkit-flex: 0 0 442px;
	-moz-flex: 0 0 442px;
	-ms-flex: 0 0 442px;
	-o-flex: 0 0 442px;
	flex: 0 0 442px;
	width: 442px;
	max-width: 442px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 0;
}
#gift_area .gift_wrap .gift_around .gift_box_flex .gift_box p{
	margin: 0;
	font-size: 14px;
	text-align: center;
}
#gift_area .gift_wrap .gift_around .gift_box > div{
	-webkit-flex: 0 0 215px;
	-moz-flex: 0 0 215px;
	-ms-flex: 0 0 215px;
	-o-flex: 0 0 215px;
	flex: 0 0 215px;
	width: 215px;
	max-width: 215px;
}
#gift_area .gift_wrap .gift_around .gift_read{
	-webkit-flex: 0 0 536px;
	-moz-flex: 0 0 536px;
	-ms-flex: 0 0 536px;
	-o-flex: 0 0 536px;
	flex: 0 0 536px;
	width: calc(100% - 460px);
	max-width: calc(100% - 460px);
	margin-bottom: 0;
}
#gift_area .gift_wrap .gift_around .gift_read h4{
	margin: 0 0 10px;
	font-size: 16px;
}
#gift_area .gift_wrap .gift_around .gift_read p,
#gift_area .gift_wrap .gift_around .gift_read ul{
	font-size: 14px;
}
#gift_area .gift_wrap .gift_around .gift_read ul{
	margin-bottom: 30px;
}
#gift_area .gift_wrap .gift_around .gift_read ul li{
	margin-bottom: 8px;
}
#gift_area .gift_wrap .gift_around .gift_read ul li::before{
	content: '◎';
}
#gift_area .gift_wrap .gift_around .gift_read .gift_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
#gift_area .gift_wrap .gift_around .gift_read .gift_flex .gift_txt{
	-webkit-flex: 0 0 250px;
	-moz-flex: 0 0 250px;
	-ms-flex: 0 0 250px;
	-o-flex: 0 0 250px;
	flex: 0 0 250px;
	width: calc(100% - 283px);
	max-width: calc(100% - 283px);
}
#gift_area .gift_wrap .gift_around .gift_read .gift_flex .gift_txt p{
	margin: 0;
}
#gift_area .gift_wrap .gift_around .gift_read .gift_flex .ex_img{
	-webkit-flex: 0 0 268px;
	-moz-flex: 0 0 268px;
	-ms-flex: 0 0 268px;
	-o-flex: 0 0 268px;
	flex: 0 0 268px;
	width: 268px;
	max-width: 268px;
	border: 1px #000 solid;
}
#gift_area .gift_wrap .gift_around .noshi_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#gift_area .gift_wrap .gift_around .noshi_flex .noshi_wrap{
	-webkit-flex: 0 0 225px;
	-moz-flex: 0 0 225px;
	-ms-flex: 0 0 225px;
	-o-flex: 0 0 225px;
	flex: 0 0 225px;
	width: 225px;
	max-width: 225px;
}
#gift_area .gift_wrap .gift_around .noshi_wrap h4{
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.1;
}
#gift_area .gift_wrap .gift_around .noshi_wrap h4 span{
	font-size: 14px;
}
#gift_area .gift_wrap .gift_around .noshi_wrap .noshi_img{
	margin-bottom: 10px;
}
#gift_area .gift_wrap .gift_around .noshi_wrap .noshi_list li{
	line-height: 1.6;
}
#gift_area .gift_wrap .gift_around .noshi_wrap .noshi_list,
#gift_area .gift_wrap .gift_around .noshi_wrap p{
	margin: 0;
	font-size: 14px;
}
#gift_area .gift_wrap .gift_around .noshi_wrap p.kome{
	font-size: 12px;
}

/* 2025追加 ----------------- */

i {
	font-style: normal;
}

.pro_top02 .first_title_wrap {
	background: transparent !important;
	padding: 0;
}

.pro_top02 .first_title_wrap::before {
	content: none;
}

.pro_top02 .first_title span:nth-child(2)::after {
	content: none;
}

.pro_top02 .first_title span:nth-child(2) i::after {
	content: '';
    display: inline-block;
    width: 172px;
    max-width: 172px;
    height: 100px;
    background: url(../img/winter_gift_2025/icon_limit_ol_02.png) no-repeat center center / contain;
    margin: 0 0 0 20px;
    vertical-align: bottom;
	position: absolute;
}

.pro_name_box.pro_name_icon.icon_iwsc_91.award::after{
	-webkit-flex: 0 0 135px;
	-ms-flex: 0 0 135px;
	flex: 0 0 135px;
	width: 135px;
	max-width: 135px;
	height: 135px;
	background: url(../img/winter_gift_2025/icon_iwsc_91_02.png) no-repeat center center/contain;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 767px) {

	/* ▼ 共通部分
	----------------------------------------*/
	.title_gift{
	}
	.title_gift span{
	}
	.buy_btn{
		width: 240px;
		height: 50px;
		font-size: 16px;
		margin: 0 auto;
	}
	.buy_btn:hover{
		opacity: 1;
	}
	/* ▼ ヒーローイメージ
	----------------------------------------*/
	h1#main_img{
		margin: 0 0 0;
	}

	/* 序文とおすすめ商品 */
	#read_area{
		padding: 30px 20px;
		margin-bottom: 10px;
		background: url(../img/winter_gift_2023/bg_read_l.png) no-repeat left bottom/60px,url(../img/winter_gift_2023/bg_read_r.png) no-repeat right top/60px;
	}
	#read_area .read_box{
		padding: 0;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1.6;
	}

	/* 新酒 */
	#first_area{
		padding-bottom: 0px;
	}
	.first_title_wrap{
		margin-bottom: 20px;
		padding: 87px 20px 0;
		background: url(../img/winter_gift_2023/icon_top.png) no-repeat center top/32px;
	}
	.first_title_wrap::before{
		height: 40px;
		top: 40px;
	}
	.first_title{
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		/* background: url(../img/winter_gift_2023/icon_top_l.png) no-repeat left bottom/37px,url(../img/winter_gift_2023/icon_top_r.png) no-repeat right bottom/37px; */
	}
	.first_title span{
		display: block;
		font-weight: normal;
		text-align: center;
	}
	.first_title span:nth-child(1){
		font-size: 14px;
	}
	.first_title span:nth-child(2){
		font-size: 35px;
	}
	.first_title span:nth-child(2)::after{
		width: 72px;
		height: 72px;
		margin: 0;
		position: absolute;
		right: 0;
		bottom: -25px;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
	.first_pro_wrp{
		margin: 0 auto;
		padding: 25px 0 50px;
		background: transparent;
		/* background: url(../img/winter_gift_2023/bg_top_r.png) no-repeat right top/127px; */
	}

	.pro_main_name{
		font-size: 41px;
	}
	.pro_name_wrap .pro_sub_name{
		font-size: 20px;
	}
	.pro_name_wrap .dot_list{
		font-size: 15px;
	}
	.new_pro_list .pro_size li{
		font-size: 16px;
	}
	.new_pro_list > li .pro_price{
		line-height: 1.4;
		margin: 0px;
	}
	.pro_price{
		font-size: 20px;
		font-weight: 600;
	}
	.pro_price_wrap{
		margin-bottom: 10px;
	}
	#first_area .pro_price_wrap{
		display: block;
	}
	#first_area .pro_price_wrap + .pro_price_wrap{
		margin-bottom: 10px;
	}

	/* アンカーリンク */
	#anker_area{
	}
	#anker_area .anker_list{
		width: 100%;
		max-width: 100%;
		justify-content: center;
		box-sizing: border-box;
		padding: 30px 20px 22px;
		margin: 0 auto;
	}
	#anker_area .anker_list li{
		-webkit-flex: 0 0 48.6%;
		-ms-flex: 0 0 48.6%;
		flex: 0 0 48.6%;
		width: 48.6%;
		max-width: 48.6%;
		margin: 0 0 8px;
	}
	#anker_area .anker_list li:not(:nth-child(2n):not(:last-child)){
		margin-right: 2.8%;
	}
	#anker_area .anker_list li a{
		height: 64px;
		padding: 0 0 10px;
		font-size: 14px;
	}
	#anker_area .anker_list li a span{
		padding: 5px 0 5px 30px;
		background: url(../img/winter_gift_2023/icon_list.png) no-repeat left center/22px;
	}
	#anker_area .anker_list li a::after{
		top: auto;
		right: calc(50% - 7px);
		bottom: 10px;
	}

	/* 各おすすめ商品 */
	.pro_reco_area{
		padding: 40px 0 80px;
		overflow: hidden;
		position: relative;
	}
	.pro_reco_area:nth-child(2n+1){
		background: url(../img/winter_gift_2023/bg_left_sp.png) repeat-y left top/155px,#F2F2F2;
	}
	.pro_reco_area:nth-child(2n){
		background: url(../img/winter_gift_2023/bg_right_sp.png) repeat-y right top/155px,#FFF;
	}
	h2.pro_area_title{
		padding: 0 0 10px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	h2.pro_area_title span.pro_area_title_sub{
		padding-top: 30px;
		font-size: 12px;
	}
	#nomi_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_nomi.png) no-repeat center top/44px;}
	#daiginjo_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_daiginjo.png) no-repeat center top/44px;}
	#new_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_new.png) no-repeat center top/44px;}
	#usual_area h2.pro_area_title span.pro_area_title_sub{background: url(../img/winter_gift_2023/icon_usual.png) no-repeat center top/44px;}
	h2.pro_area_title span.pro_area_title_main{
		font-size: 32px;
	}
	p.pro_read{
		margin-bottom: 30px;
		padding: 0 20px;
		font-size: 14px;
		text-align: center;
	}

	.pro_list .pro_container{
		display: block;
	}
	.pro_list > li:not(:last-child){
		margin-bottom: 70px;
	}
	.pro_list .pro_container .txt_wrap{
		width: auto;
		max-width: 100%;
	}
	#first_area .pro_main_name{
		font-size: 30px;
	}
	.pro_list .pro_container .img_wrap,
	#first_area .pro_list .pro_container .img_wrap{
		width: 240px;
		max-width: 240px;
		margin: 0 auto 20px;
		text-align: center;
	}
	.pro_list .pro_container .txt_wrap,
	#first_area .pro_list .pro_container .txt_wrap{
		width: auto;
		max-width: 100%;
	}
	#first_area .pro_list .pro_container .img_wrap{
		margin-left: 0;
	}
	.pro_name_box,
	#first_area .pro_name_box{
		justify-content: center;
	}
	#first_area .pro_main_name{
		display: block;
		font-size: 24px;
		text-align: center;
	}
	#first_area .pro_price_wrap{
		max-width: 240px;
		margin: 0 auto;
	}
	.pro_name_box.pro_name_icon.icon_limit_ol::after{
		-webkit-flex: 0 0 62px;
		-ms-flex: 0 0 62px;
		flex: 0 0 62px;
		width: 62px;
		max-width: 62px;
		height: 62px;
		background: url(../img/winter_gift_2023/icon_limit_ol.png) no-repeat center center/contain;
	}
	.pro_name_box.pro_name_icon.icon_limit_s::after{
		-webkit-flex: 0 0 53px;
		-ms-flex: 0 0 53px;
		flex: 0 0 53px;
		width: 53px;
		max-width: 53px;
		height: 53px;
		background: url(../img/winter_gift_2023/icon_limit_s.png) no-repeat center center/contain;
	}
	.pro_name_box.pro_name_icon.icon_limit_cool::after{
		-webkit-flex: 0 0 120px;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		width: 120px;
		max-width: 120px;
		height: 53px;
		background: url(../img/winter_gift_2025/icon_limit_item.png) no-repeat center center/contain;
	}
	.pro_name_box.pro_name_icon.icon_iwsc_91::after{
		-webkit-flex: 0 0 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		width: 60px;
		max-width: 60px;
		height: 60px;
		background: url(../img/winter_gift_2025/icon_iwsc_91.png) no-repeat center center/contain;
	}
	.pro_name_box.pro_name_icon.icon_iwsc_93::after{
		-webkit-flex: 0 0 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		width: 60px;
		max-width: 60px;
		height: 60px;
		background: url(../img/winter_gift_2025/icon_iwsc_93.png) no-repeat center center/contain;
	}
	.pro_name_box.pro_name_icon.icon_iwsc_95::after{
		-webkit-flex: 0 0 60px;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		width: 60px;
		max-width: 60px;
		height: 60px;
		background: url(../img/winter_gift_2025/icon_iwsc_95.png) no-repeat center center/contain;
	}
	.pro_name_box h3{
		margin: 0;
	}
	.pro_name_box h3 .pro_main_name{
		font-size: 22px;
		line-height: 1.4;
	}
	.pro_name_box h3 .pro_sub_name{
		font-size: 14px;
	}
	.pro_list .pro_price{
		margin: 0 0 10px;
	}
	.pro_list .pro_txt{
		margin: 0 0 25px;
		font-size: 14px;
	}
	.pro_reco_list{
		display: block;
	}
	.pro_reco_list > li{
		width: auto;
		max-width: 100%;
	}
	.pro_reco_list > li:not(:last-child){
		margin-bottom: 55px;
	}
	.pro_reco_list a.buy_btn{
		z-index: 1;
	}
/* アンカーリンク */
	.group_wrap h2{
		margin: 0 0 25px;
		font-size: 26px;
	}
	#category_wrap{
		padding-top: 40px;
	}
	#category_wrap .category_list{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: stretch;
		align-items: stretch;
		align-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
	}
	#category_wrap .category_list li{
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
	}
	#category_wrap .category_list li a{
		padding: 50px 0;
		font-size: 18px;
	}
	#category_wrap .category_list li:not(:nth-child(3n)) a{
		border-right: 0;
	}
	#category_wrap .category_list li:not(:nth-child(2n)) a{
		border-right: #FFF 1px solid;
	}
	#category_wrap .category_list li:not(:nth-child(-n+2)) a{
		border-top: #FFF 1px solid;
	}
	#category_wrap .category_list li a:hover::before{
		-webkit-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
	}
	#price_wrap{
		padding-top: 40px;
	}
	#price_wrap .price_list{
		padding-bottom: 40px;
	}
	#price_wrap .price_list li{
		-webkit-flex: 0 0 166px;
		-ms-flex: 0 0 166px;
		flex: 0 0 166px;
		width: 166px;
		max-width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
	#price_wrap .price_list li a{
		padding: 5px 0;
		font-size: 18px;
	}
	#product_info .anker_list li a:hover,
	#price_wrap .price_list li a:hover{
		opacity: 1;
	}
	#price_wrap .price_list li a span{
		font-size: 14px;
	}

	/* ギフトサービス */
	#gift_area{
		padding: 90px 0 70px;
		background: url(../img/winter_gift_2023/bg_gift_deko.jpg) no-repeat center top/100% 26px,url(../img/winter_gift_2023/bg_gift_deko.jpg) no-repeat center bottom/100% 26px,url(../img/winter_gift_2023/bg_gift.jpg) no-repeat center top/cover;

	}
	#gift_area .gift_title_wrap{
		padding: 0 20px;
	}
	#gift_area .gift_title .gift_title_inner{
		background: url(../img/winter_gift_2023/icon_gift.png) no-repeat left 15px center/23px,url(../img/winter_gift_2023/icon_gift.png) no-repeat right 15px center/23px;
		padding: 10px 50px;
	}
	#gift_area .gift_title h2{
		margin-bottom: 5px;
		font-size: 26px;
	}
	#gift_area .gift_title p{
		margin: 0;
		font-size: 16px;
		line-height: 1.4;
	}
	#gift_area .gift_wrap .gift_around{
		max-width: calc(100% - 30px);
		margin: 0 auto 30px;
	}
	.title_gift{
		margin-bottom: 30px;
	}
	.title_gift::before,.title_gift::after{
		max-width: calc(50% - 30px);
		height: 16px;
	}
	.title_gift span{
		font-size: 20px;
	}
	#gift_area .gift_wrap .gift_around .gift_flex{
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	#gift_area .gift_wrap .gift_around .gift_flex .img_wrap{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#gift_area .gift_wrap .gift_around .gift_flex .txt_wrap{
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
	#gift_area .gift_wrap .gift_around .gift_flex .txt_wrap h4{
		margin: 0 0 10px;
		font-size: 16px;
	}
	#gift_area .gift_wrap .gift_around .gift_flex .txt_wrap p{
		margin: 0;
		font-size: 14px;
	}
	#gift_area .gift_wrap .gift_around .gift_box{
		margin-bottom: 70px;
	}
	#gift_area .gift_wrap .gift_around .gift_box_flex{
		display: block;
		margin-bottom: 30px;
	}
	#gift_area .gift_wrap .gift_around .gift_box_flex .gift_box{
		margin: 0 auto 10px;
		width: 100%;
		max-width: 100%;
	}
	#gift_area .gift_wrap .gift_around .gift_box_flex .gift_box p{
		margin: 0;
		font-size: 12px;
		text-align: center;
	}
	#gift_area .gift_wrap .gift_around .gift_box > div{
		-webkit-flex: 0 0 48%;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		-o-flex: 0 0 48%;
		flex: 0 0 48%;
		width: 48%;
		max-width: 48%;
	}
	#gift_area .gift_wrap .gift_around .gift_read{
		margin: 0 auto 10px;
		width: 100%;
		max-width: 100%;
	}
	#gift_area .gift_wrap .gift_around .gift_read h4{
		margin: 0 0 10px;
		font-size: 16px;
	}
	#gift_area .gift_wrap .gift_around .gift_read .gift_flex{
		display: block;
	}
	#gift_area .gift_wrap .gift_around .gift_read .gift_flex .gift_txt{
		margin: 0 auto 10px;
		width: 100%;
		max-width: 100%;
	}
	#gift_area .gift_wrap .gift_around .gift_read .gift_flex .gift_txt p{
		margin: 0;
		text-align: left;
	}
	#gift_area .gift_wrap .gift_around .gift_read .gift_flex .ex_img{
		margin: 0 auto 10px;
		width: 268px;
		max-width: 100%;
	}
	#gift_area .gift_wrap .gift_around .noshi_flex .noshi_wrap{
		-webkit-flex: 0 0 48%;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		-o-flex: 0 0 48%;
		flex: 0 0 48%;
		width: 48%;
		max-width: 48%;
		margin-bottom: 20px;
	}
	#gift_area .gift_wrap .gift_around .noshi_wrap h4{
		font-size: 14px;
	}
	#gift_area .gift_wrap .gift_around .noshi_wrap h4 span{
		font-size: 11px;
	}
	#gift_area .gift_wrap .gift_around p.kome{
		font-size: 12px;
	}

	/* 2025追加 ----------------- */
	.pro_top02 .first_title span:nth-child(2) i::after {
		bottom: -90px;
		right: 10px;
	}

	.pro_top02 .pro_list .pro_container .img_wrap {
		margin-top: 50px !important;
	}
}
