@charset "UTF-8";

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

/* ▼ 共通部分
----------------------------------------*/
.article_wrap{
	background: #FFF;
	overflow: hidden;
}

/* パララックス処理 */
.palla_area{
	background: url(../img/tanabata_2026/bg_fixed.jpg) no-repeat center center/cover;
	background-attachment: fixed;
	height: 300px;
}
footer{
	margin: 0!important;
}

/* タイトル */
.title_blue{
	margin: 0 0 20px;
	color: #092BAD;
	font-size: 32px;
	font-weight: 400;
}

/* 商品説明部分 */
.pro_area{
	max-width: 960px;
	margin: 0 auto;
	padding: 25px;
	position: relative;
}
.pro_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}
.pro_wrap .img_wrap{
	-webkit-flex: 0 0 37.6%;
	-ms-flex: 0 0 37.6%;
	flex: 0 0 37.6%;
	width: 37.6%;
	max-width: 37.6%;
}
.pro_wrap .txt_wrap{
	-webkit-flex: 0 0 62.4%;
	-ms-flex: 0 0 62.4%;
	flex: 0 0 62.4%;
	width: 62.4%;
	max-width: 62.4%;
}
.pro_wrap .pro_limit_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.pro_wrap .pro_limit_list li{
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	width: 80px;
	max-width: 80px;
	height: 80px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	margin: 0 6px;
	background: #FFF;
	border: #092BAD 1px solid;
	border-radius: 50%;
	color: #092BAD;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.pro_wrap .pro_limit_list li span{
	text-align: center;
}
.pro_wrap .pro_name_wrap{
	margin: 0;
	font-weight: 600;
	line-height: 1.4;
}
.pro_wrap .pro_name_wrap .pro_cate{
	display: inline-block;
	margin-right: 10px;
	font-size: 26px;
}
.pro_wrap .pro_name{
	margin: 0 0 10px;
	font-size: 46px;
	text-align: center;
	line-height: 1.4;
}
.pro_wrap .pro_post{
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.pro_wrap .pro_price_wrap{
	margin: 0 0 15px;
	line-height: 1.6;
	text-align: center;
}
.pro_wrap .pro_size_tag{
	display: inline-block;
	padding: 0 10px;
	margin-right: 15px;
	border: #707070 1px solid;
	font-size: 15px;
	line-height: 26px;
}
.pro_wrap .pro_price{
	font-size: 32px;
}
.pro_wrap .pro_price_tax{
	font-size: 14px;
}
.alert_wrap{
	padding: 20px 15px;
	background: #FFF;
	border: #AD0948 1px solid;
}
.alert_wrap h4{
	margin: 0 0 10px;
	color: #AD0948;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.alert_wrap p{
	margin: 0 0 10px;
	color: #AD0948;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.alert_wrap ul{
	text-align: center;
}
.alert_wrap li{
	display: inline-block;
}
.alert_wrap li:not(:last-child){
	margin-right: 20px;
}
.alert_wrap li span{
	display: inline-block;
	vertical-align: middle;
}
.alert_wrap li span:nth-child(1){
	width: 92px;
	height: 30px;
	margin-right: 18px;
	background: #AD0948;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.alert_wrap li span:nth-child(1)::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 8px;
	border-color: transparent transparent transparent #AD0948;
	position: absolute;
	top: 0;
	right: -8px;
}
.alert_wrap li span:nth-child(2){
	color: #AD0948;
	font-size: 20px;
	font-weight: 600;
}

/* 購入ボタン */
a.buy_btn{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	max-width: 363px;
	height: 65px;
	margin: 0 auto 0;
	background: #092BAD;
	color: #FFF!important;
	font-size: 22px;
	position: relative;
}
a.buy_btn::before,
a.buy_btn::after{
	content: '';
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	right: 22px;
}
a.buy_btn::before{
	width: 15px;
}
a.buy_btn::after{
	width: 7px;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* メインビジュアル */
#mv_area{
	padding: 77px 0 0;
	position: relative;
}
#mv_area .img_wrap{
	width: calc(50vw + 100px);
	max-width: 781px;
	height: calc(100% - 45px);
	background: url(../img/tanabata_2026/mv.jpg) no-repeat center center/781px;
	position: absolute;
	top: 0;
	left: calc(50% - 98px);
	z-index: 2;
}
#mv_area .txt_wrap{
	padding: 100px 0 70px;
	position: relative;
}
#mv_area .txt_wrap::before{
	content: '';
	width: calc(50vw + 100px);
	max-width: 781px;
	height: 100%;
	background: linear-gradient(to right,#E2E7FC 0%,#FFFFFF 50%,#D5E9FD 100%);
	position: absolute;
	top: 0;
	right: calc(50% - 98px);
	z-index: 0;
}
#mv_area .txt_wrap .txt_inner{
	padding: 0 20px;
	max-width: 335px;
}
#mv_area .txt_wrap h1{
	max-width: 237px;
	margin: 0 auto 60px;
	position: relative;
	z-index: 1;
}
#mv_area .txt_wrap p{
	max-width: 275px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* 七夕にお届け */
#read_area{
	padding: 35px 0;
	position: relative;
}
#read_area::before{
	content: '';
	width: 519px;
	height: 449px;
	background: url(../img/tanabata_2026/bg_read.png) no-repeat center center/contain;
	position: absolute;
	left: calc(50vw + 110px);
	bottom: 40px;
	z-index: 0;
}
.read_wrap{
	z-index: 1;
	padding: 0 30px;
}
.read_wrap h2.title_blue{
	margin: 0 0 10px;
}
.read_wrap h2 img{
	width: 264px;
	max-width: 100%;
	margin-bottom: 10px;
}
.read_wrap p{
	margin: 0;
	font-weight: 400;
}

/* 商品 */
#pro_area{
	padding: 60px 0 45px;
	background: url(../img/tanabata_2026/bg_pro.jpg) no-repeat center center/cover;
}

/* 酒造好適米「雄町」 */
#about_area{
	padding: 140px 0 80px;
	overflow: hidden;
}
.about_wrap,.yaegaki_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	position: relative;
}
.about_wrap:nth-child(1),
.yaegaki_wrap:nth-child(1){
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 170px;
}
.yaegaki_wrap:nth-child(2){
	margin-bottom: 80px;
}
.about_wrap .img_wrap,
.yaegaki_wrap .img_wrap{
	-webkit-flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	width: 45%;
	max-width: 45%;
	position: relative;
}
.about_wrap .img_wrap::before,
.yaegaki_wrap .img_wrap::before{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to left,#E2E7FC 0%,#FFFFFF 50%,#D5E9FD 100%);
	position: absolute;
	top: -11%;
	z-index: 1;
}
.about_wrap:nth-child(1) .img_wrap::before,
.yaegaki_wrap:nth-child(1) .img_wrap::before{
	left: -14.8%;
}
.about_wrap:nth-child(2) .img_wrap::before,
.yaegaki_wrap:nth-child(2) .img_wrap::before{
	right: -14.8%;
}
.about_wrap .img_wrap img,
.yaegaki_wrap .img_wrap img{
	position: relative;
	z-index: 2;
}
.about_wrap .img_wrap p{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	width: 186px;
	height: 186px;
	margin: 0;
	background: #092BAD;
	border-radius: 50%;
	color: #FFF;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: -42px;
	bottom: -37px;
	z-index: 3;
}
.about_wrap .img_wrap p span{
	line-height: 1.4;
	text-align: center;
}
.about_wrap .txt_wrap,
.yaegaki_wrap .txt_wrap{
	-webkit-flex: 0 0 44%;
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	width: 44%;
	max-width: 44%;
	padding: 0 2%;
}
.yaegaki_wrap:nth-child(2) .txt_wrap .logo_wrap{
	margin: 0 auto 50px;
	width: 166px;
	text-align: center;
}
.yaegaki_wrap:nth-child(2) .txt_wrap h3.title_blue{
	font-size: 24px;
	text-align: center;
}
.yaegaki_wrap:nth-child(2) .txt_wrap p{
	text-align: center;
}

#food_area{
	padding: 65px 0 45px;
}
#food_area h2{
	margin: 0 0 40px;
}
#food_area h2 span{
	display: block;
	color: #092BAD;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.food_read{
	width: 100%;
	max-width: 590px;
	padding: 0 20px;
	margin: 0 auto 40px;
	line-height: 2;
}
.food_list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.food_list li{
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 20%;
	max-width: 200px;
	min-width: 170px;
	margin-bottom: 20px;
}
.food_list .img_wrap{
	margin: 0 auto 5px;
	width: 138px;
	border-radius: 50%;
	overflow: hidden;
}
.food_list .txt_wrap{
	font-size: 14px;
	text-align: center;
}
/* 八重垣についての説明 */
#yaegaki_area{
	padding: 150px 0 85px;
	background: url(../img/tanabata_2026/bg_yaegaki.jpg) no-repeat center center/cover;
}
#yaegaki_area .pro_area{
	background: #FFF;
}
/* ▼▼▼ 768px~
======================================================*/
@media screen and (min-width: 768px) {

	a.buy_btn:hover{
		opacity: 0.6;
	}
}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 767px) {

	/* ▼ 共通部分
	----------------------------------------*/
	/* パララックス処理 */
	#contents{
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		will-change: auto;
	}
	.palla_area{
		background: none;
		height: 200px;
	}
	.palla_area::before{
		content: "";
		display: block;
		background: url(../img/tanabata_2026/bg_fixed.jpg) no-repeat center center/cover;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 130vh;
	}


	/* タイトル */
	.title_blue{
		font-size: 24px;
	}

	/* 商品説明部分 */
	.pro_area{
		max-width: 960px;
		margin: 0 auto;
		padding: 25px;
		position: relative;
	}
	.pro_wrap{
		display: block;
		margin-bottom: 40px;
	}
	.pro_wrap .img_wrap{
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	.pro_wrap .txt_wrap{
		width: 100%;
		max-width: 100%;
	}
	.alert_wrap ul{
		text-align: center;
	}
	.alert_wrap li{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	.alert_wrap li span:nth-child(1){
		width: 80px;
		font-size: 14px;
	}
	.alert_wrap li span:nth-child(2){
		font-size: 18px;
	}
	.alert_wrap li:not(:last-child){
		margin-right: auto;
		margin-bottom: 10px;
	}

	/* メインビジュアル */
	#mv_area{
		padding: 44px 0 0;
		position: relative;
	}
	#mv_area .img_wrap{
		width: calc(100% - 28px);
		padding-top: calc((100% - 28px) * 0.888);
		height: auto;
		background: url(../img/tanabata_2026/mv.jpg) no-repeat center top/100%;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
	}
	#mv_area .txt_wrap{
		padding-top: calc((100% - 28px) * 0.888);
		padding-bottom: 50px;
		position: relative;
	}
	#mv_area .txt_wrap::before{
		width: calc(100% - 28px);
		height: 100%;
		top: 0;
		right: auto;
		left: 0;
	}
	#mv_area .txt_wrap h1 {
		max-width: 165px;
		margin: 0 auto 45px;
	}
	#mv_area .txt_wrap .txt_inner{
		padding: 0 25px;
		max-width: calc(100% - 28px);
	}

	/* 七夕にお届け */
	#read_area{
		padding: 40px 30px;
	}
	#read_area::before{
		display: none;
	}
	.read_wrap{
		z-index: 1;
		padding: 0;
	}
	.read_wrap h2 img{
		width: 220px;
	}

	/* 商品 */
	#pro_area{
		padding: 30px 0 45px;
		background: url(../img/tanabata_2026/bg_pro.jpg) no-repeat center center/cover;
	}
	#pro_area .pro_area{
		padding: 0 30px;
	}

	/* 酒造好適米「雄町」 */
	#about_area{
		padding: 100px 0 50px;
		overflow: hidden;
	}
	.about_wrap,.yaegaki_wrap{
		display: block;
	}
	.about_wrap:nth-child(1),
	.yaegaki_wrap:nth-child(1){
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 100px;
	}
	.yaegaki_wrap:nth-child(2){
		margin-bottom: 50px;
	}
	.about_wrap .img_wrap,
	.yaegaki_wrap .img_wrap{
		width: 80%;
		max-width: 80%;
		position: relative;
	}
	.about_wrap:nth-child(1) .img_wrap{
		margin: 0 0 40px auto;
	}
	.yaegaki_wrap:nth-child(1) .img_wrap{
		margin: 0 0 20px auto;
	}
	.about_wrap:nth-child(2) .img_wrap,
	.yaegaki_wrap:nth-child(2) .img_wrap{
		margin: 0 auto 20px 0;
	}
	.about_wrap .img_wrap img,
	.yaegaki_wrap .img_wrap img{
		position: relative;
		z-index: 2;
	}
	.about_wrap .img_wrap p{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		align-content: center;
		width: 123px;
		height: 123px;
		font-size: 12px;
		left: -10%;
		bottom: -22px;
		z-index: 3;
	}
	.about_wrap .img_wrap p span{
		line-height: 1.4;
		text-align: center;
	}
	.about_wrap .txt_wrap,
	.yaegaki_wrap .txt_wrap{
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
	}
	.yaegaki_wrap:nth-child(2) .txt_wrap .logo_wrap{
		margin: 0 auto 30px;
	}
	.yaegaki_wrap:nth-child(2) .txt_wrap h3.title_blue{
		font-size: 18px;
		text-align: center;
	}
	.yaegaki_wrap:nth-child(2) .txt_wrap p{
		font-size: 14px;
		text-align: center;
	}

	#food_area{
		padding: 50px 0 45px;
	}
	.food_list li{
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		min-width:  50%;
		margin-bottom: 20px;
	}
	/* 八重垣についての説明 */
	#yaegaki_area{
		padding: 110px 0 0;
	}
}

.about_img {
	position: relative;
}

.img_item_text {
	position: absolute;
	bottom: -28px;
	left: 28%;
	font-size: 14px;
}

.alert_list {
	position: relative;
}

.alert_text {
	position: absolute;
	top: 50%;
	right: 7%;
	transform: translateY(-50%);
	margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.alert_text {
		font-size: 12px !important;
		right: 7%;
	}
}