@charset "UTF-8";


.product-sake .header-menu-list > li:nth-child(3) a,
.product-shochu .header-menu-list > li:nth-child(3) a,
.product-wine .header-menu-list > li:nth-child(3) a,
.product-whiskey .header-menu-list > li:nth-child(3) a,
.product-beer .header-menu-list > li:nth-child(3) a,
.product-food .header-menu-list > li:nth-child(3) a,
.product-nb .header-menu-list > li:nth-child(3) a{background: #333;color:#fff;}

/* header  ---------------------------------------*/

body.product .header-menu-list > li a{color: #fff;}
body.product .header-menu-list > li:nth-of-type(3) {position: relative;}

body.product .header-menu-list > li:nth-of-type(3)::after {
	display: block;
	content: '';
	background: #333333; 
	background-size: 100%;
	width: 105%;
	height: 120%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.wrapper-product{padding-top: 0;}

body.product .header-logo{
	background: #fff;
	width: 172px;
	height: 165px;
	right: 0;
	top: 0;
	text-indent: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.product .header-logo img{width: 80px;}

body.product #openmenu span{background: #fff;}
body.product #openmenu p{color: #fff;}


/* kv  ---------------------------------------*/

.productkv-wrapper{
	position: relative;
}

.productkv-wrapper::after{
	display:block;
	content:'';
	background: url(../img/product/kv.jpg) no-repeat top center;
	background-size: cover;
	width:100%;
	height:767px;
	position:absolute;
	left: 0;
	top:0;
	transform:translate(0,0);
}

.productkv{
	padding-top: 620px;
	position: relative;
	z-index: 2;
}

.productkv-title-wrapper{
	position: absolute;
	top: 49%;
	left: 100px;
}

.productkv-title{
	color: #fff;
	font-size: 24px;
	position: relative;
	padding-bottom: 20px;
}

.productkv-title::after {
	display: block;
	content: '';
	background: #fff; 
	background-size: 100%;
	width: 54px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.productkv-text{
	position: absolute;
	top: 24%;
	left: 50%;
	color: #fff;
	font-size: 32px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transform: translate(-50%,0);
	line-height: 2.3;
	letter-spacing: 10px;
}

.productkv-bgtext{
	position: absolute;
	font-size: 130px;
	letter-spacing: 5px;
	line-height: 1;
	color: #F4F4ED;
	left: -175px;
	top: 290px;
	transform: rotate(90deg);
	opacity: 0.26;
	z-index: 10;
}


/* pick up  ---------------------------------------*/

.producttop-pickup-wrapper{
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.producttop-pickup{
	width: 100%;
	border-radius: 10px 10px 0 0;
	background: #fff;
	position: relative;
	z-index: 10;
}

.producttop-pickup-inner{
	width: 100%;
	display: flex;
	opacity: 0;
	z-index: 3;
}

.producttop-pickup-inner.swiper-container-horizontal{opacity:1;}

.producttop-pickup-item{
	padding: 15px 35px;
	position: relative;
	width: 100%;
}

.producttop-pickup-title{
	font-size: 12px;
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	left: 35px;
	top: 12px;
	padding-bottom: 4px;
}

.producttop-pickup-title::after {
	display: block;
	content: '';
	background: #707070;
	background-size: 100%;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.producttop-pickup-bgtext{
	position: absolute;
	font-size: 60px;
	line-height: 1;
	color: #F4F4ED;
	right: 35px;
	top: 25px;
	letter-spacing: 0px;
	z-index: 3;
}

.producttop-pickup-item-inner{
	display: flex;
	width: 90%;
	margin: 20px auto 0;
	justify-content: space-between;
}

.producttop-pickup-item-image{
	width: 36%;
	padding-top: 10px;
	padding-left: 0;
	text-align: center;
}

.producttop-pickup-item-image img{max-height: 210px;}

.producttop-pickup-item-detail{
	width: 57%;
	padding-right: 10px;
}

.producttop-pickup-item-title{
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.9;
}

.producttop-pickup-item-text{
	margin-bottom: 20px;
	color: #767676;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 2;
}

.swiper-button-prev,
.swiper-button-next{
	width: 60px;
	height: 60px;
	top: 43%;
}
.swiper-button-prev{
	left: -30px;
	background: url(../img/product/icon_arrow_left.png) no-repeat center center;
	background-size: 100%;
}
.swiper-button-next{
	right: -30px;
	background: url(../img/product/icon_arrow_right.png) no-repeat center center;
	background-size: 100%;
}

.producttop-pickup .swiper-pagination{
	left: 75%;
	bottom: -3px;
	width: 200px;
}
.producttop-pickup .swiper-pagination span{
	width: 13px;
	height: 14px;
	background: #fff;
	border: 1px solid #707070;
	margin: 0 8px;
}
.producttop-pickup .swiper-pagination .swiper-pagination-bullet-active{
	background: #9B9B9B;
	border: none;
}


/* top  ---------------------------------------*/

.producttop-inner{
	margin: 0 auto;
	padding-top: 140px;
}

.producttop-list{margin-bottom: 200px;}

.producttop-list-item-sake{margin-bottom: 210px;}
.producttop-list-item-shochu{margin-bottom: 170px;}
.producttop-list-item-wine{margin-bottom: 160px;}
.producttop-list-item-whiskey{margin-bottom: 140px;}
.producttop-list-item-beer{margin-bottom: 165px;}
.producttop-list-item-food{margin-bottom: 130px;}

.producttop-list-item-inner{
	display: flex;
	position: relative;
	z-index: 1;
}

.producttop-list-item-inner-image-right{flex-direction: row-reverse;}

.producttop-list-item-image{
	width: 46%;
	position: relative;
	margin-right: 30px;
}

.producttop-list-item-image::after {
	display: block;
	content: '';
	background: url('../img/product/bg_list.jpg') no-repeat center center; 
	background-size: 100%;
	width: 490px;
	height: 322px;
	position: absolute;
	z-index: -1;
}

.producttop-list-item-image-left::after{
	bottom: -80px;
	left: 0;
}

.producttop-list-item-image-right::after{
	bottom: -60px;
	left: -45px;
}

.producttop-list-item-detail{
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.producttop-list-item-title{
	font-size: 33px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	position: relative;
}

.producttop-list-item-title::after {
	display: block;
	content: '';
	background: url('../img/product/icon_title.png') no-repeat center center; 
	background-size: 100%;
	width: 40px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
}

.producttop-list-item-text{
	margin-bottom: 20px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-size: 14px;
}

.producttop-list-item-bgtext-left,
.producttop-list-item-bgtext-right{
	position: absolute;
	line-height: 1;
	color: #F4F4ED;
}
.producttop-list-item-bgtext-left{transform: rotate(90deg);}
.producttop-list-item-bgtext-right{transform: rotate(-90deg);}

.producttop-list-item-bgtext-sake{
	font-size: 166px;
	left: -28px;
	top: 20px;
}
.producttop-list-item-bgtext-shochu{
	font-size: 139px;
	right: -120px;
	top: 85px;
}
.producttop-list-item-bgtext-wine{
	font-size: 166px;
	left: -55px;
	top: 20px;
}
.producttop-list-item-bgtext-whiskey{
	font-size: 139px;
	right: -110px;
	top: 65px;
}
.producttop-list-item-bgtext-beer{
	font-size: 108px;
	left: -125px;
	top: 120px;
}
.producttop-list-item-bgtext-foods{
	font-size: 139px;
	right: -40px;
	top: 40px;
}
.producttop-list-item-bgtext-nb{
	font-size: 108px;
	left: -75px;
	top: 60px;
	line-height: 0.8;
}



/* product detail wave  ---------------------------------------*/

.bgwave-image{
	width: 492px;
	position:absolute;
	background: url(../img/product/bg_wave.png) no-repeat left top;
	background-size: 100%;
}

.bgwave-image.image-01,
.bgwave-image.image-03{
	right: 50%;
	margin-right: -820px;
	top: 50vw;
}

.bgwave-image.image-01{height:697px;}

.bgwave-image.image-03{
	top: 150vw;
	height: 593px;
}

.bgwave-image.image-02,
.bgwave-image.image-04{
	left: 50%;
	margin-left: -820px;
	top: 90vw;
	height: 580px;
}

.bgwave-image.image-04{top: 220vw;}


/* product detail kv  ---------------------------------------*/

.productdetailkv-wrapper{position:relative;}

.productdetailkv{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom: 50px;
}

.productdetailkv-image{
	width: 66%;
	position:relative;
}

.productdetailkv-image-bgtext{
    position: absolute;
    left: 120px;
    top: 0;
    font-size: 140px;
    line-height: 1;
    opacity: 0.3;
    transform-origin: left top;
    transform: rotate(90deg);
    color: #F4F4ED;
}

.productdetailkv-image-text{
	position:absolute;
	left: 10%;
	top: 10%;
}

.productdetailkv-bgtext{
	font-size:10vw;
	line-height: 1;
	opacity: 0.7;
	color: #fff;
}

.productdetailkv-shoulder{
	line-height: 1.5;
	font-size:1.7vw;
	padding-bottom: 1.5vw;
	display: inline-block;
	color: #fff;
	position:relative;
}

.productdetailkv-shoulder::after{
	display:block;
	content:'';
	background:#fff;
	background-size:100%;
	width:60%;
	height:2px;
	position:absolute;
	left:0px;
	bottom: 0;
	opacity: 0.7;
}

.productdetailkv-detail{
	width: 34%;
	position:relative;
}

.productdetailkv-title{
	position: absolute;
	top: 7vw;
	left: 45%;
	font-size: 1.65vw;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transform: translate(-50%,0);
	line-height: 2.2;
	letter-spacing:0.1em;
	white-space: nowrap;
}

.productdetailkv-title span{
	writing-mode: horizontal-tb;
	display: inline-block;
	text-align:center;
	padding-left: 0.2em;
	line-height: 1;
}



/* product detail section  ---------------------------------------*/

.productdetailsection{padding: 80px 0;}
.productdetailsection.bg-wall{background: url(../img/common/bg_wall.jpg) repeat center top;}


/* product detail title  ---------------------------------------*/

.productdetailsection-title-wrapper{position:relative;}

.productdetailsection-title{
	font-size:32px;
	line-height: 1.7;
	padding-bottom: 30px;
	margin-bottom: 40px;
	background: url(../img/common/img_dot.png) no-repeat center bottom;
	background-size: 36px;
	text-align:center;
}

.productdetailsection-circletitle{
	position:absolute;
	left: 80px;
	top: -130px;
	width: 223px;
	height: 223px;
	border-radius:50%;
	border:1px solid #707070;
	line-height: 1;
	text-align:center;
}



.productdetailsection-circletitle div{
	position:absolute;
	left:0%;
	top:50%;
	transform:translate(0%,-50%);
	width: 100%;
}

.productdetailsection-circletitle small{
	font-size:32px;
	display: block;
	color: #B9B9B9;
	margin-bottom: 5px;
}

.productdetailsection-circletitle b{
	font-size:22px;
	display: block;
	color: #000;
	line-height: 1.5;
	font-weight:normal;
}

.productdetailsection-title-m{
	margin-bottom: 40px;
	color: #000;
	font-size:22px;
	text-align:center;
	position:relative;
	line-height: 1.9;
	padding: 30px;
}

.productdetailsection-title-m::after{
	display:block;
	content:'';
	background:#333;
	width:80px;
	height:1px;
	position:absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}

.productdetailsection-title-s{
	display: inline-block;
	margin-bottom: 40px;
	color: #000;
	font-size:22px;
	position:relative;
}

.productdetailsection-title-s::before,
.productdetailsection-title-s::after{
	display:block;
	content:'';
	background:#333;
	width:80px;
	height:1px;
	position:absolute;
	top:50%;
}

.productdetailsection-title-s::before{
	right:100%;
	margin-right: 40px;
}

.productdetailsection-title-s::after{
	left:100%;
	margin-left: 40px;
}

/* product detail text  ---------------------------------------*/

.productdetailsection-lead{
	font-size:16px;
	text-align:center;
	line-height: 2.2;
	margin-bottom: 30px;
}

.productdetailsection-lead-bnr{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	max-width: 880px;
	margin: 0 auto;
}

.productdetailsection-lead-bnr-item{
	width: 48%;
}

/* product detail feature  ---------------------------------------*/

.productdetailfeature{}
.productdetailfeature-flex{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.productdetailfeature-flex.is-verticalmiddle{align-items:center;}

.productdetailfeature-item{
	width: 46%;
	margin-bottom: 50px;
	position:relative;
}

.productdetailfeature-item:nth-child(2n){margin-top: 200px;}

.productdetailfeature-item.order-2{order:2;}

.productdetailfeature-item-image{
	position:relative;
	margin-bottom: 30px;
}

.productdetailfeature-item.is-lefttop .productdetailfeature-item-image{padding: 20px 0 0 20px;}
.productdetailfeature-item.is-righttop .productdetailfeature-item-image{padding: 20px 20px 0 0;}
.productdetailfeature-item.is-leftbottom .productdetailfeature-item-image{padding: 0px 0 20px 20px;}
.productdetailfeature-item.is-rightbottom .productdetailfeature-item-image{padding: 0px 20px 20px 0;}

.productdetailfeature-item .productdetailfeature-item-image::before{
	display:block;
	content:'';
	background:#aaa;
	width:220px;
	height:220px;
	position:absolute;
}

.is-beige .productdetailfeature-item-image::before{background: #C78C2B;}
.is-red .productdetailfeature-item-image::before{background: #E01F06;}
.is-blue .productdetailfeature-item-image::before{background: #00A7D8;}

.productdetailfeature-item.is-lefttop .productdetailfeature-item-image::before{left:0px;top: 0px;}
.productdetailfeature-item.is-righttop .productdetailfeature-item-image::before{right:0px;top: 0px;}
.productdetailfeature-item.is-leftbottom .productdetailfeature-item-image::before{left:0px;bottom: 0px;}
.productdetailfeature-item.is-rightbottom .productdetailfeature-item-image::before{right:0px;bottom: 0px;}

.productdetailfeature-item-image img{
	width:100%;
	position:relative;
	z-index:2;
}

.productdetailfeature-item-detail{
	position:relative;
	z-index: 2;
}

.productdetailfeature-item.is-lefttop .productdetailfeature-item-detail{padding: 0px 0 0 20px;}
.productdetailfeature-item.is-righttop .productdetailfeature-item-detail{padding: 0px 20px 0 0;}
.productdetailfeature-item.is-leftbottom .productdetailfeature-item-detail{padding: 0px 0 0px 20px;}
.productdetailfeature-item.is-rightbottom .productdetailfeature-item-detail{padding: 0px 20px 0 0;}

.productdetailfeature-item-detail-title{
	font-size:22px;
	line-height: 1.9;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing:0.1em;
}

.productdetailfeature-item-detail-text{
	font-size:14px;
	line-height: 2.2;
	margin-bottom: 2em;
	letter-spacing:0.03em;
}

.productdetailfeature-item-detail-notice{
	color: #999;
	font-size:13px;
	line-height: 1.7;
	margin-top: 30px;
}

.productdetailfeature-item-2{
	width: 47%;
	margin-bottom: 50px;
	position:relative;
}

.productdetailfeature-btn{text-align:center;}
.productdetailfeature-btn .btn{
	width: 520px;
	max-width: 100%;
	background: transparent;
}

.productdetailfeature-btn .btn:hover{background: #333;}


/* product detail table  ---------------------------------------*/

.productdetailsection-table{
	max-width: 880px;
	margin: 0 auto;
}

.productdetailsection-table-flex{display:flex;}
.productdetailsection-table-flex-item{width: 100%;}
.productdetailsection-table table{}
.productdetailsection-table thead th:first-child{width:30%;}
.productdetailsection-table td{padding: 8px 10px;}
.productdetailsection-table-oneline td{padding: 8px 30px;}

.productdetailsection-table th{
	padding: 0 10px 20px;
	font-size:12px;
}

.productdetailsection-table td .areatitle{
	border-radius:20px;
	background: #767676;
	color: #fff;
	text-align:center;
}

.solution-itemflex-btn .btn{width: 100%;}

.solution-itemflex-snsbtn{
	margin-top: 20px;
	display:flex;
	justify-content:space-between;
}

.solution-itemflex-snsbtn > li{width:31%;}

.solution-itemflex-snsbtn .btn{
	padding: 9px 20px;
	width: 100%;
	min-width: 100%;
	font-size:15px;
}

.table-zebra tr:nth-child(2n) th, .table-zebra tr:nth-child(2n) td{background: #fff}
@media screen and (min-width: 769px){
	.table-zebra.is-pc-reverse tr:nth-child(2n + 1) th, .table-zebra.is-pc-reverse tr:nth-child(2n + 1) td{background: #fff;}
}


/* product detail support  ---------------------------------------*/

.productdetailsupport{
	background: #F4F4ED;
	padding: 80px 14%;
	position:relative;
}

.productdetailsupport-bgtext{
	font-size:120px;
	position:absolute;
	left: -120px;
	top: 120px;
	transform: rotate(90deg);
	color: #fff;
}

.productdetailsupport-bgtext::after{
	display:block;
	content:'';
	background:#fff;
	width:270px;
	height:2px;
	position:absolute;
	right:-290px;
	top:60%;
}

.productdetailsupport .productdetailsection-circletitle{
	left: auto;
	right: 30px;
	top: -80px;
}
.productdetailsupport-image{
	text-align:center;
	margin-bottom: 40px;
}

.productdetailsupport-detail{}

.productdetailsupport-detail-title{
	font-size:22px;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing:0.1em;
}

.productdetailsupport-detail-text{
	font-size:14px;
	line-height: 2.2;
	margin-bottom: 20px;
	letter-spacing:0.1em;
}

/* product detail beer  ---------------------------------------*/

.productdetailfeature-item-2.is-beer{padding-right: 130px;}
.productdetailfeature-item-2.is-beer2{padding-left: 130px;}


/* product detail award  ---------------------------------------*/

.productdetailaward{
	background: #fff;
	padding: 50px 70px 30px;
	margin-bottom: 70px;
}

.productdetailaward-title{
	text-align:center;
	font-size:32px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.productdetailaward-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.productdetailaward-detail{width: calc(100% - 230px);}
.productdetailaward-image{width: 200px;}

.productdetailaward-box{
	border-bottom: 1px solid #cecece;
	padding: 13px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.productdetailaward-box:last-child{border-bottom:none;}

.productdetailaward-box-title{
	width: 240px;
	color: #fff;
	height: 40px;
	background: #C78C2B;
	border-radius:30px;
	position:relative;
	text-align:center;
}

.productdetailaward-box-title span{
	line-height: 1.2;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:14px;
	width: 100%;
}

.productdetailaward-box-content{
	width: calc(100% - 260px);
	font-size:14px;
	line-height: 1.6;
}


/* product detail wine  ---------------------------------------*/

.product-wine .productdetailkv-shoulder{color:#000;}

.product-wine .productdetailkv-shoulder::after{
	background: #333;
	width:60px;
}

.productdetailfeature-item-textonly{
	width: 49%;
	padding-top: 20px;
}

.typicalwine-wrapper-01 .productdetailfeature-item-textonly{padding-right: 100px;}
.typicalwine-wrapper-02 .productdetailfeature-item{order: 2;}
.typicalwine-wrapper-02 .productdetailfeature-item-textonly{padding-left: 150px;}

.typicalwine{}

.typicalwine-flex{
	display:flex;
	justify-content:space-between;
	margin-bottom: 20px;
}

.typicalwine-detail{width: calc(100% - 140px);}
.typicalwine-wrapper-02 .typicalwine-detail{width:calc(100% - 70px);}

.typicalwine-detail h3{
	font-size:22px;
	line-height: 1.8;
	margin-bottom: 20px;
	letter-spacing:0.1em;
}

.typicalwine-detail p{
	font-size:14px;
	line-height: 2.2;
	letter-spacing:0.03em;
}

.typicalwine-image{width: 108px;}
.typicalwine-wrapper-02 .typicalwine-image{width:50px;}



/* product detail whiskey  ---------------------------------------*/

.product-whiskey .productdetailkv-shoulder{color:#000;}

.product-whiskey .productdetailkv-shoulder::after{
	background: #333;
	width:60px;
}

.productdetailfeature-item-image .whiskey-bottle{
	position:absolute;
	right: -50px;
	bottom: -30px;
	width: 80px;
}

.productdetailfeature-item-2.is-whiskey{
	padding-left: 30px;
}

.whiskey-bottle-flex{
	position:relative;
	padding-right: 200px;
}

.whiskey-bottle-flex-text p{
	line-height: 2.2;
	margin-bottom: 1em;
}

.whiskey-bottle-flex-image{
	position:absolute;
	right: -20px;
	bottom: 0;
	width: 130px;
}

.crazymondaygin{width: 85%;}

.whiskey-alcohol{
	background: #F4F4ED;
	line-height: 1;
	display: inline-block;
	padding: 2px 10px;
	font-size:14px;
	letter-spacing:0.05em;
}

.productdetailsupport-image.is-whiskey img{width: 700px;}


/* product detail food  ---------------------------------------*/

.product-food .productdetailkv-image-bgtext{color: #fff;opacity:1;}
.product-food .productdetailkv-bgtext{color: #969687;}
.product-food .productdetailkv-shoulder{color:#000;}

.product-food .productdetailkv-shoulder::after{
	background: #333;
	width:60px;
}

.productdetailfeature-item-image .rice-package{
	position:absolute;
	right: -100px;
	bottom: -60px;
	width: 400px;
}


.productdetailfeature-item-2.is-food{padding-left: 60px;}
.productdetailfeature-item-2.is-food .productdetailfeature-item-detail-text{width:300px;}
.manukahoney-text{height: 0px;}

.manukahoney-text h4{
	font-size:15px;
	margin-bottom: 15px;
}

.manukahoney-text ul li{
	text-indent:-1em;
	margin-left: 1em;
	font-size:14px;
	line-height: 2.2;
	letter-spacing:0.03em;
	margin-bottom: 5px;
}

.productdetailsupport-image.is-food img{max-width: 600px;}
.product-food .productdetailsection.bg-sp-wall{padding-top: 0;}

.subimage-rice{
	float: right;
	width: 40%;
	margin-left: 20px;
}


/* product detail exhibition  ---------------------------------------*/

.productdetailexhibition{
	background: #fff;
	padding: 150px 40px 80px 80px;
	position:relative;
}

.productdetailexhibition .productdetailsection-circletitle{
	left: auto;
	right: 30px;
	top: -50px;
}

.productdetailexhibition-flex{
	display:flex;
	justify-content:space-between;
}

.productdetailexhibition-item{
	width: 48.5%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.productdetailexhibition-item-image{
	width: 48%;
}

.productdetailexhibition-item-detail{
	width: 48%;
}

.productdetailexhibition-item-title{
	font-size:18px;
	line-height: 1.5;
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	letter-spacing:0.1em;
}

.productdetailexhibition-item-title::after{
	display:block;
	content:'';
	background:#333;
	background-size:100%;
	width:20px;
	height:1px;
	position:absolute;
	left:0px;
	bottom: 0;
}

.productdetailexhibition-item-text{
	font-size:14px;
	line-height: 2.0;
}




/* product detail national brand  ---------------------------------------*/

.product-nb .productdetailkv-image-bgtext{color: #fff;opacity:1;}
.product-nb .productdetailkv-bgtext{color: #969687;}
.product-nb .productdetailkv-shoulder{color:#000;}

.product-nb .productdetailkv-shoulder::after{
	background: #333;
	width:60px;
}





/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px){

	.productkv-wrapper{
		background: url(../img/product/kv.jpg) no-repeat top center;
		background-size: contain;
	}

	.productkv-title-wrapper{left:70px;}
	.productkv-title{font-size:20px;}

	.productdetailsection-circletitle{
		left: 20px;
		top: -100px;
		width: 160px;
		height: 160px;
	}
	.productdetailsection-circletitle small{font-size:20px;}
	.productdetailsection-circletitle b{font-size:18px;}


	.productdetailaward-flex{display: block}
	.productdetailaward-detail{width:100%;}
	.productdetailaward-image{width:100%;margin-top: 30px;text-align:center;}
	.productdetailaward-image img{width:100px;}


	/* wine */
	.typicalwine-wrapper-01 .productdetailfeature-item-textonly {padding-right: 20px}
	.typicalwine-wrapper-02 .productdetailfeature-item-textonly {padding-left: 20px}
	.typicalwine-detail{width:70%}
	.typicalwine-image{width:25%;}
	.typicalwine-detail h3{font-size:16px;}
	.typicalwine-detail p{font-size:13px}

	/* whiskey */
	.whiskey-bottle-flex{padding-right: 100px}
	.whiskey-bottle-flex-image{width:80px;}

	/* beer */
	.productdetailfeature-item-2.is-beer2{padding:0 20px 0 0;}

	/* food */
	.productdetailexhibition{padding:100px 30px 20px 30px;}
}


/* big pc */
@media screen and (min-width: 1600px){

}



@media screen and (max-width: 768px){

	/* header  ---------------------------------------*/

	.wrapper-product{padding-top: 70px;}

	body.product .header-logo{
		background: #fff;
		width: 88px;
		height: 88px;
	}

	body.product .header-logo img{
		width: 40%;
		padding-bottom: 10px;
	}


	/* kv  ---------------------------------------*/

	.productkv-wrapper::after{
		background: url(../img/product/kv_sp.jpg) no-repeat top center;
		background-size: 100%;
		height: 390px;
	}

	.productkv{padding-top: 300px;}

	.productkv-title-wrapper{
		top: 40%;
		left: 25px;
	}

	.productkv-title{
		font-size: 12px;
		letter-spacing: 1px;
		padding-bottom: 15px;
	}

	.productkv-title::after{width: 27px;}

	.productkv-text{
		top: 26%;
		left: auto;
		right: -30px;
		font-size: 18px;
		line-height: 2;
		letter-spacing: 3px;
	}

	.productkv-bgtext{
		font-size: 80px;
		left: -100px;
		top: 78px;
		letter-spacing: 0px;
	}

	/* pick up  ---------------------------------------*/

	.producttop-pickup-wrapper{width: 85%;}

	.producttop-pickup{margin-bottom: 50px;}

	.producttop-pickup-item{padding: 25px 30px;}

	.producttop-pickup-title{
		font-size: 13px;
		letter-spacing: 0;
		padding-bottom: 2px;
		left: 30px;
		top: 25px;
	}

	.producttop-pickup-bgtext{
		font-size: 40px;
		right: 5px;
		letter-spacing: 0;
		top: 15px;
	}

	.producttop-pickup-item-inner{display: block;width:90%;}

	.producttop-pickup-item-image{
		width: 100%;
		padding: 0;
		margin-bottom: 22px;
		margin: 35px auto 10px;
	}

	.producttop-pickup-item-image img{max-height: 150px;}

	.producttop-pickup-item-detail{
		width: 100%;
		padding-right: 0;
	}

	.producttop-pickup-item-title{
		font-size: 21px;
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.producttop-pickup-item-text{
		margin-bottom: 15px;
		font-size: 14px;
	}

	.producttop-pickup-item-button{text-align: center;}

	.producttop-pickup-item-button .btn{padding: 12px 0;}

	.swiper-button-prev,
	.swiper-button-next{
		width: 36px;
		height: 36px;
		top: 41%;
	}
	.swiper-button-prev{left: -18px;}
	.swiper-button-next{right: -18px;}

	.producttop-pickup .swiper-pagination{
		left: 50%;
		width: 200px;
		bottom: -20px;
		transform: translate(-50%,0);
	}
	.producttop-pickup .swiper-pagination span{
		width: 11px;
		height: 11px;
		margin: 0 6px;
	}


	/* top  ---------------------------------------*/

	.producttop-inner{padding-top: 60px;}

	.producttop-list{margin-bottom: 85px;}

	.producttop-list-item-sake{margin-bottom: 90px;}
	.producttop-list-item-shochu{margin-bottom: 90px;}
	.producttop-list-item-wine{margin-bottom: 110px;}
	.producttop-list-item-whiskey{margin-bottom: 110px;}
	.producttop-list-item-beer{margin-bottom: 100px;}
	.producttop-list-item-food{margin-bottom: 100px;}

	.producttop-list-item-inner{display: block;}

	.producttop-list-item-image{
		width: 100%;
		margin-bottom: 40px;
	}
	.producttop-list-item-wine .producttop-list-item-image{margin-bottom: 35px;}
	.producttop-list-item-whiskey .producttop-list-item-image{margin-bottom: 40px;}
	.producttop-list-item-beer .producttop-list-item-image{margin-bottom: 35px;}
	.producttop-list-item-food .producttop-list-item-image{margin-bottom: 40px;}
	.producttop-list-item-nb .producttop-list-item-image{margin-bottom: 32px;}

	.producttop-list-item-image::after {
		width: 363px;
		height: 237px;
	}

	.producttop-list-item-image-left::after{
		bottom: -53px;
		left: -55px;
	}

	.producttop-list-item-image-right::after{
		bottom: -53px;
		left: auto;
		right: -55px;
	}

	.producttop-list-item-detail{
		width: 100%;
		padding-top: 40px;
	}

	.producttop-list-item-title{
		font-size: 24px;
		margin-bottom: 18px;
		padding-bottom: 18px;
	}

	.producttop-list-item-text{
		margin-bottom: 15px;
		line-height: 2.3;
		font-size: 13px;
	}
	.producttop-list-item-shochu .producttop-list-item-text{margin-bottom: 25px;}
	.producttop-list-item-wine .producttop-list-item-text{margin-bottom: 35px;}
	.producttop-list-item-whiskey .producttop-list-item-text{margin-bottom: 25px;}
	.producttop-list-item-beer .producttop-list-item-text{margin-bottom: 35px;}
	.producttop-list-item-food .producttop-list-item-text{margin-bottom: 30px;}
	.producttop-list-item-nb .producttop-list-item-text{margin-bottom: 10px;}

	.producttop-list-item-bgtext-sake{
		font-size: 80px;
		left: -40px;
		top: 3px;
	}
	.producttop-list-item-bgtext-shochu{
		font-size: 80px;
		right: -110px;
		top: 20px;
	}
	.producttop-list-item-bgtext-wine{
		font-size: 80px;
		left: -52px;
		top: 17px;
	}
	.producttop-list-item-bgtext-whiskey{
		font-size: 80px;
		right: -105px;
		top: 30px;
	}
	.producttop-list-item-bgtext-beer{
		font-size: 80px;
		top: 78px;
		letter-spacing: 0;
	}
	.producttop-list-item-bgtext-foods{
		font-size: 80px;
		right: -65px;
		top: 15px;
	}
	.producttop-list-item-bgtext-nb{
		font-size: 80px;
		left: -75px;
		top: 30px;
		line-height: 0.9;
	}


	/* product detail wave  ---------------------------------------*/

	.bgwave-image{
		width: 37%;
		position:absolute;
		background: url(../img/product/bg_wave.png) repeat left top;
		background-size: 200%;
	}

	.bgwave-image.image-01,
	.bgwave-image.image-03{
		right: 0;
		margin-right: 0px;
		top: 170vw;
	}

	.bgwave-image.image-01{height:70vw;}

	.bgwave-image.image-03{
		top: 650vw;
		height: 50vw;
	}

	.bgwave-image.image-02,
	.bgwave-image.image-04{
		left: 0;
		margin-left: 0px;
		top: 420vw;
		height:70vw;
	}

	.bgwave-image.image-04{top: 920vw;}


	/* product detail kv  ---------------------------------------*/

	.productdetailkv{
		display: block;
		margin-bottom: 30px;
	}

	.productdetailkv-image{width: 100%;}

	.productdetailkv-image-bgtext {
		left: 18vw;
		top: 0;
		font-size: 20vw;
		line-height: 1;
		opacity: 0.3;
		transform-origin: left top;
		transform: rotate(90deg);
		color: #F4F4ED;
	}

	.productdetailkv-image-text{
		position:absolute;
		left: 10vw;
		top: 30vw;
	}

	.productdetailkv-bgtext{
		font-size:15vw;
		line-height: 1;
		opacity: 0.7;
		color: #fff;
		margin-bottom: 3vw;
	}

	.productdetailkv-shoulder{
		font-size:3.3vw;
		padding-bottom: 3vw;
		color: #fff;
	}

	.productdetailkv-shoulder::after{width:65%;}

	.productdetailkv-detail{
		width: 100%;
		padding: 50px 40px 0;
	}

	.productdetailkv-title{
		position:relative;
		top: 0;
		left: 0;
		font-size: 17px;
		writing-mode: horizontal-tb;
		transform: translate(0%,0);
		line-height: 1.9;
		letter-spacing:0.1em;
		white-space: normal;
	}

	.productdetailkv-title span{padding-left: 0.1em;}


	/* product detail section  ---------------------------------------*/

	.productdetailsection{padding: 40px 0;}
	.productdetailsection.bg-wall{background: url(../img/common/bg_wall_sp.jpg) repeat center top;}
	.productdetailsection.bg-sp-wall{background: url(../img/common/bg_wall_sp.jpg) repeat center top;}


	/* product detail text  ---------------------------------------*/

	.productdetailsection-lead{
		font-size:14px;
		text-align: left;
		letter-spacing:0.03em;
		padding: 0 50px;
	}

	.productdetailsection-lead-bnr{
		display: block;
		padding: 0 50px;
	}

	.productdetailsection-lead-bnr-item{
		width: 100%;
		margin-top: 10px;
	}


	/* product detail title  ---------------------------------------*/

	.productdetailsection-title-wrapper{position:relative;}

	.productdetailsection-title{
		font-size:24px;
		line-height: 1.7;
		padding: 0 0px 22px;
		margin-bottom: 20px;
	}

	.productdetailsection.with-circletitle{padding-top: 110px;}

	.productdetailsection-circletitle{
		left: auto;
		right: 30px;
		top: -140px;
		width: 120px;
		height: 120px;
	}

	.productdetailsection-circletitle small{
		font-size:16px;
		margin-bottom: 5px;
	}

	.productdetailsection-circletitle b{
		font-size:16px;
		line-height: 1.4;
	}

	.productdetailsection-title-m{
		font-size:19px;
		line-height: 1.9;
		padding: 30px;
	}

	.productdetailsection-title-m::after{
		display:block;
		content:'';
		background:#333;
		width:80px;
		height:1px;
		position:absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%,0);
	}

	.productdetailsection-title-s{
		font-size:18px;
		letter-spacing:0.1em;
	}

	.productdetailsection-title-s::before,
	.productdetailsection-title-s::after{
		display:block;
		content:'';
		background:#333;
		width:80px;
		height:1px;
		position:absolute;
		top:50%;
	}

	.productdetailsection-title-s::before{
		right:100%;
		margin-right: 40px;
	}

	.productdetailsection-title-s::after{
		left:100%;
		margin-left: 40px;
	}


	/* product detail feature  ---------------------------------------*/

	.productdetailfeature{}

	.productdetailfeature-flex{
		display: block;
		padding: 0 28px;
		margin-bottom: 60px;
	}

	.productdetailfeature-item{
		width: 100%;
		margin-bottom: 80px;
	}

	.productdetailfeature-item-2{width:100%;}

	.productdetailfeature-item:last-child{margin-bottom: 0;}

	.productdetailfeature-item:nth-child(2n){margin-top: 0px;}
	.productdetailfeature-item-image{margin-bottom: 20px}

	.productdetailfeature-item.is-lefttop .productdetailfeature-item-image{padding: 20px 20px 0 20px;}
	.productdetailfeature-item.is-righttop .productdetailfeature-item-image{padding: 20px 20px 0 20px;}
	.productdetailfeature-item.is-leftbottom .productdetailfeature-item-image{padding: 0 20px 20px 20px;}
	.productdetailfeature-item.is-rightbottom .productdetailfeature-item-image{padding: 0 20px 20px 20px;}

	.productdetailfeature-item.is-lefttop .productdetailfeature-item-detail{padding: 0 20px 0 20px;}
	.productdetailfeature-item.is-righttop .productdetailfeature-item-detail{padding: 0 20px 0 20px;}
	.productdetailfeature-item.is-leftbottom .productdetailfeature-item-detail{padding: 0 20px 0 20px;}
	.productdetailfeature-item.is-rightbottom .productdetailfeature-item-detail{padding: 0 20px 0 20px;}

	.productdetailfeature-item .productdetailfeature-item-image::before{
		width:40vw;
		height:40vw;
	}

	.productdetailfeature-item-detail-title{
		font-size:20px;
		line-height: 1.5;
		margin-top: 45px;
		margin-bottom: 25px;
	}

	.productdetailfeature-item-detail-title:first-child{
		margin-top: 12px;
	}

	.productdetailfeature-item-detail-title{
		font-size:18px;
		line-height: 1.9;
		margin-bottom: 15px;
	}

	.productdetailfeature-item-detail-text{line-height: 2.2;}

	.productdetailfeature-item-detail-notice{
		font-size:12px;
		line-height: 1.7;
		margin-top: 25px;
	}

	.productdetailfeature-btn-wrapper{padding:0 50px;}
	.productdetailfeature-btn{padding: 0 0px;}


	/* product detail table  ---------------------------------------*/

	.productdetailsection-table{padding:0 28px;}
	.productdetailsection-table-flex{display: block}
	.productdetailsection-table-flex-item{}

	.productdetailsection-table thead th:first-child,
	.productdetailsection-table tbody td:first-child{width:30%;}
	.productdetailsection-table tbody td:last-child{width:25%;}
	.productdetailsection-table td{
		padding: 8px 5px;
		font-size:13px;
	}
	.productdetailsection-table-oneline td{padding: 8px 20px;}

	.productdetailsection-table th{
		padding: 0 10px 15px;
		font-size:12px;
	}

	.productdetailsection-table td .areatitle{
		font-size:13px;
		padding: 3px 0;
		line-height: 1.1
	}

	.solution-itemflex-btn{margin-top: 30px;}

	.solution-itemflex-btn .btn{
		width: calc(100%);
		max-width: calc(100%);
		margin-left: 0px;
	}

	.solution-itemflex-snsbtn{
		margin: 20px 0px 0;
		display: block;
	}

	.solution-itemflex-snsbtn > li{
		width:100%;
		margin-bottom: 10px
	}

	.solution-itemflex-snsbtn .btn{
		padding: 6px 20px;
		font-size:13px;
	}

	/* product detail support  ---------------------------------------*/

	.productdetailsupport{
		background: none;
		padding: 0px 60px;
		position:relative;
	}

	.productdetailsupport.with-circletitle{
		padding-top: 130px;
		position:relative;
	}

	.bg-sp-wall .productdetailsupport.with-circletitle{padding-top: 90px}

	.productdetailsupport.with-circletitle .productdetailsection-circletitle{top: -20px;}
	.bg-sp-wall .productdetailsupport.with-circletitle .productdetailsection-circletitle{top: -60px;}

	.productdetailsupport-bgtext{
		font-size:15vw;
		position:absolute;
		left: -15vw;
		top: 20vw;
	}

	.productdetailsupport-bgtext::after{
		width:100vw;
		right:-100vw;
		top:60%;
	}

	.productdetailsupport-image{
		text-align:center;
		margin-bottom: 40px;
	}

	.productdetailsupport-detail{}

	.productdetailsupport-detail-title{
		font-size:22px;
		line-height: 1.5;
		margin-bottom: 30px;
		letter-spacing:0.1em;
	}

	.productdetailsupport-detail-text{
		font-size:14px;
		line-height: 2.2;
		margin-bottom: 20px;
		letter-spacing:0.1em;
	}

	/* product detail beer  ---------------------------------------*/

	.productdetailfeature-item-2.is-beer{padding:0 10px;}
	.productdetailfeature-item-2.is-beer2{padding:0 10px;}


	/* product detail award  ---------------------------------------*/

	.productdetailaward{
		padding: 30px 20px 30px;
		margin: 0 30px 40px;
	}

	.productdetailaward-title{
		font-size:19px;
		margin-bottom: 20px;
	}

	.productdetailaward-flex{display: block;}
	.productdetailaward-detail{width: 100%;}

	.productdetailaward-image{
		width: 100%;
		text-align:center;
		padding: 60px 0 20px;
	}

	.productdetailaward-image img{width:140px;}

	.productdetailaward-box{
		border-bottom: 2px solid #ddd;
		padding: 15px 20px;
		display: block;
	}

	.productdetailaward-box-title{
		width: 100%;
		margin-bottom: 15px;
	}

	.productdetailaward-box-content{
		width: 100%;
		letter-spacing:0.1em;
		font-size:13px;
	}


	/* product detail wine  ---------------------------------------*/

	.product-wine .productdetailkv-shoulder::after{width:65%;}

	.productdetailfeature-item-textonly{
		width: 100%;
		padding-top: 0px;
	}

	.typicalwine-wrapper-01 .productdetailfeature-item-textonly{padding-right: 0;}
	.typicalwine-wrapper-02 .productdetailfeature-item-textonly{padding-left: 0;}

	.typicalwine{}
	.typicalwine-flex{
		position:relative;
		display: block;
		margin-bottom: 20px;
		padding-left: 20px
	}

	.typicalwine-detail{width: 100%;min-height:200px;}
	.typicalwine-wrapper-02 .typicalwine-detail{width:100%;}

	.typicalwine-detail h3{
		font-size:18px;
		line-height: 1.8;
		margin-bottom: 15px;
		letter-spacing:0.1em;
	}

	.typicalwine-detail p{
		padding-right: 110px;
		font-size:14px;
		line-height: 2.2;
		letter-spacing:0.03em;
	}

	.typicalwine-image{
		width: 95px;
		position:absolute;
		right: 0;
		top: 95px;
	}

	.typicalwine-wrapper-02 .typicalwine-detail p{padding-right: 70px}
	.typicalwine-wrapper-02 .typicalwine-image{width:50px;top:0;}

	.productdetailfeature-item-2{padding:0 10px;}


	/* product detail whiskey  ---------------------------------------*/

	.product-whiskey .productdetailkv-shoulder::after{width:65%;}

	.productdetailfeature-item-image .whiskey-bottle{
		position:absolute;
		right: 0px;
		bottom:auto;
		top: 0;
		width: 80px;
	}

	.productdetailfeature-item-2.is-whiskey{
		padding-left: 30px;
		position:relative;
	}

	.productdetailfeature-item-2.is-whiskey img.whiskey-bottle{
		position:absolute;
		right: 0px;
		top: 20px;
		width: 60px;
	}

	.productdetailfeature-item-2.is-whiskey .productdetailfeature-item-detail-text{padding-right: 70px}

	.whiskey-bottle-flex{
		position:relative;
		padding-right: 100px;
	}

	.whiskey-bottle-flex-text p{
	}

	.whiskey-bottle-flex-image{
		position:absolute;
		right: -10px;
		bottom: 20px;
		width: 95px;
	}

	.crazymondaygin{width: 85%;}

	.whiskey-alcohol{
		padding: 4px 20px;
		font-size:13px;
	}

	.productdetailsupport-image.is-whiskey img{
		max-width: 100%;
	}


	/* product detail food  ---------------------------------------*/

	.product-food .productdetailkv-shoulder::after{width:65%;}

	.productdetailfeature-item-image .rice-package{
		position:absolute;
		right: 0px;
		bottom: 0;
		width: 100%;
	}

	.productdetailfeature-item.is-lefttop .productdetailfeature-item-image.with-rice-package{padding-bottom: 40vw;}

	.productdetailfeature-item-2.is-food{padding:0 30px;}
	.productdetailfeature-item-2.is-food .productdetailfeature-item-detail-text{width:auto;}
	.manukahoney-text{height:auto;}
	.manukahoney-text h4{font-size:16px;}
	.manukahoney-text ul li{margin-bottom: 15px;}
	.productdetailsupport-image.is-food img{max-width: 100%;}


	/* product detail exhibition  ---------------------------------------*/

	.productdetailexhibition{
		padding: 40px 40px 40px 40px;
		position:static;
		margin: 0 28px;
	}

	.productdetailexhibition .productdetailsection-circletitle{top: -130px;}
	.productdetailexhibition-flex{display: block}

	.productdetailexhibition-item{
		width: 100%;
		display: block;
	}

	.productdetailexhibition-item-image{
		width: 100%;
		margin-bottom: 20px
	}

	.productdetailexhibition-item-image img{width:100%;}

	.productdetailexhibition-item-detail{width: 100%;}
	.productdetailexhibition-item-title{margin-bottom: 10px;}


	.productdetailexhibition-item-text{
		font-size:14px;
		line-height: 2.2;
		margin-bottom: 20px
	}


}