@charset "utf-8";
/* CSS Document */


/* #post_catlist_wrap
----------------------------------------- */
#post_catlist_wrap {
	padding-top: 3rem;
    padding-bottom: 8rem;
}

#post_catlist_wrap .post_catlist {
    justify-content: flex-start;
	position: relative;
	padding-left: 16rem;
}
#post_catlist_wrap .post_catlist.liquors {
    margin-top: 1rem;
}

#post_catlist_wrap .post_catlist > li {
    margin-right: 2.5rem;
    margin-bottom: 1.0rem;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#post_catlist_wrap .post_catlist > li.ttl {
    font-size: 2.1rem;
	margin-right: 0;
	/*padding-right: 3.5rem;
	min-width: 13rem;*/
	position: absolute;
	top: 0;
	left: 0;
}

#post_catlist_wrap .post_catlist > li:last-child {
	margin-right: 0;
}

#post_catlist_wrap .post_catlist > li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
	font-size: 1.8rem;
}

#post_catlist_wrap .post_catlist > li a::before{
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/cat_square_bk.svg") no-repeat center center;
    background-size: cover;
    margin-right: 1rem;
}

#post_catlist_wrap .post_catlist > li.current a::before{
    background: url("../images/cat_square_bk_check.svg") no-repeat center center;
    background-size: cover;
}

#post_catlist_wrap .post_catlist > li a:hover,
#post_catlist_wrap .post_catlist > li.current a::after,
#post_catlist_wrap .post_catlist > li a:hover::after {
	opacity: 1;
}


@media screen and (max-width: 768px) {
#post_catlist_wrap {
	padding-top: 2rem;
    padding-bottom: 5rem;
}

#post_catlist_wrap .post_catlist {
    justify-content: flex-start;
	position: relative;
	padding-left: 7rem;
}
#post_catlist_wrap .post_catlist.liquors {
    margin-top: 1rem;
}

#post_catlist_wrap .post_catlist > li {
    margin-right: 0;
    margin-bottom: 1.5rem;
	padding-right: 1.5rem;
	min-width: 33.33%;
}

#post_catlist_wrap .post_catlist > li.ttl {
    font-size: 1.5rem;
    line-height: 1;
    min-width: inherit;
    margin-right: 0;
    padding-bottom: 1.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

#post_catlist_wrap .post_catlist > li a {
	font-size: 1.25rem;
}

#post_catlist_wrap .post_catlist > li a::before{
    width: 1.0rem;
    height: 1.0rem;
    margin-right: 0.6rem;
}
}




/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
	padding-top: 10rem;
	padding-bottom: 18rem;
}
#post_list_wrap .inner {
	width: -webkit-calc(1330 / 1400 * 100%);
    width: calc(1330 / 1400 * 100%);
}

#post_list_wrap .product_list {
    width: 100%;
}
#post_list_wrap .product_list > li {
    width: -webkit-calc(430 / 1330 * 100%);
    width: calc(430 / 1330 * 100%);
	margin-bottom: 5rem;
}
#post_list_wrap .product_list::after{
  content:"";
  display: block;
  width: 30%;
}

#post_list_wrap .product_list > li a {
    display: block;
}
#post_list_wrap .product_list > li .img_wrap {
    width: 100%;
    padding-top: 87.2307%;
	background-position: center center;
	background-size: cover;
}

#post_list_wrap .product_list > li .txt_wrap {
    width: 100%;
	margin-top: 2.5rem;
	justify-content: flex-start;
}
#post_list_wrap .product_list > li .txt_wrap h2 {
    width: 100%;
	font-size: 2.4rem;
    letter-spacing: 0.3em;
	margin-bottom: 1.0rem;
}
#post_list_wrap .product_list > li .txt_wrap .ttl {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    line-height: 1;
	margin-right: 2.5rem;
}
#post_list_wrap .product_list > li .txt_wrap .age {
    width: auto;
	font-size: 1.6rem;
    letter-spacing: 0.3em;
	margin-right: 4.5rem;
}
#post_list_wrap .product_list > li .txt_wrap .brewery {
    width: auto;
	font-size: 1.6rem;
    letter-spacing: 0.3em;
}


#post_list_wrap .product_list > li .link_wrap {
    width: 100%;
	margin-top: 2rem;
	justify-content: space-between;
}
#post_list_wrap .product_list > li .link_wrap a {
    width: -webkit-calc(320 / 650 * 100%);
    width: calc(320 / 650 * 100%);
	height: 4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #b2b2b2;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	
	-webkit-transition: all .6s;
    transition: all .6s;
}
#post_list_wrap .product_list > li .link_wrap a:hover {
    background-color: #000000;
}


@media only screen and (max-width: 1400px) {
#post_list_wrap .product_list > li {
    width: -webkit-calc(650 / 1330 * 100%);
    width: calc(650 / 1330 * 100%);
}
}


@media only screen and (max-width: 768px) {
#post_list_wrap {
	padding-top: 6rem;
	padding-bottom: 5rem;
}

#post_list_wrap .product_list > li {
    width: 100%;
	margin-bottom: 3rem;
}
	
#post_list_wrap .product_list > li .txt_wrap {
    width: 33rem;
	margin: auto;
    margin-top: 1.5rem;
}
#post_list_wrap .product_list > li .link_wrap {
    width: 33rem;
	margin: auto;
    margin-top: 1.5rem;
}
	
#post_list_wrap .product_list > li .txt_wrap .ttl {
    font-size: 0.8rem;
    margin-right: 1.5rem;
}
#post_list_wrap .product_list > li .txt_wrap h2 {
    font-size: 1.6rem;
}
#post_list_wrap .product_list > li .txt_wrap .age {
    font-size: 1.2rem;
    margin-right: 3rem;
}
#post_list_wrap .product_list > li .txt_wrap .brewery {
    font-size: 1.2rem;
}
}




/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
    padding-top: 21rem;
}

#post_single_wrap .inner {
	width: 100%;
	max-width: none;
}

#post_single_wrap .post_ttl_wrap {
}
#post_single_wrap .post_ttl_wrap h1 {
	font-size: 3.2rem;
	letter-spacing: 0.3em;
	text-align: center;
}
#post_single_wrap .post_ttl_wrap h1 span.en {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
	text-align: center;
	margin-top: 4.0rem;
}


#post_single_wrap .product_slider_wrap {
    width: -webkit-calc(1200 / 1400 * 100%);
    width: calc(1200 / 1400 * 100%);
    margin: auto;
	margin-top: 9rem;
}
#post_single_wrap .product_slider {
}
#post_single_wrap .product_slider .slick-slide {
    width: 100%;
    height: auto;
	display: flex;
    justify-content: center;
    align-products: center;
}

#post_single_wrap .product_slider .slick-slide .img {
	width: 100%;
}
#post_single_wrap .product_slider .slick-slide .img img {
	width: 100%;
    height: auto;
}


#post_single_wrap .product_txt {
	width: 100%;
	max-width: 80rem;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 2.1;
	text-align: left;
	margin: auto;
    margin-top: 9rem;
	margin-bottom: 12rem;
}



#post_single_wrap .tasete_wrap {
	width: 100%;
    padding-top: 14rem;
	padding-bottom: 14rem;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(207,207,207,1) 0%, rgba(207,207,207,1) 62%, rgba(173,173,173,1) 82%);
	/*background: url(../images/tasete_bg.jpg) no-repeat center center;
    background-size: cover;*/
}
#post_single_wrap .tasete_wrap .ttl_wrap {
}
#post_single_wrap .tasete_wrap .ttl_wrap h2 {
	font-size: 3.2rem;
	letter-spacing: 0.18em;
	text-align: center;
}
#post_single_wrap .tasete_wrap .ttl_wrap h2 span {
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 2.5rem;
}


#post_single_wrap .tasete_wrap .tasete_layout {
	width: 100%;
	max-width: 93rem;
	margin: auto;
	margin-top: 10rem;
}
#post_single_wrap .tasete_wrap .tasete_layout > li.img {
	width: -webkit-calc(300 / 930 * 100%);
    width: calc(300 / 930 * 100%);
}
#post_single_wrap .tasete_wrap .tasete_layout > li.con {
	width: -webkit-calc(520 / 930 * 100%);
    width: calc(520 / 930 * 100%);
}
#post_single_wrap .tasete_wrap .point_list > li {
	width: 100%;
}
#post_single_wrap .tasete_wrap .point_list > li:not(:last-child) {
	margin-bottom: 4rem;
}
#post_single_wrap .tasete_wrap .point_list > li h3 {
	font-size: 1.8rem;
	letter-spacing: 0;
}
#post_single_wrap .tasete_wrap .point_list > li h3::after {
	content: "";
	display: block;
	width: 1.7rem;
	height: 0.1rem;
	background-color: #000000;
	margin: 2rem 0;
}
#post_single_wrap .tasete_wrap .point_list > li .txt_wrap {
	letter-spacing: 0;
}

#post_single_wrap .tasete_wrap .buy_btn {
	width: 100%;
	height: 8rem;
	margin-top: 8rem;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.9rem;
	letter-spacing: 0;
	color: #FFFFFF;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#post_single_wrap .tasete_wrap .buy_btn:hover {
	color: #000000;
	background-color: #FFFFFF;
	opacity: 1;
}

#post_single_wrap .tasete_wrap .txt_wrap.only {
	margin-top: 2rem;
}


#post_single_wrap .brewery_info_wrap {
	width: 100%;
    padding-top: 16rem;
}

#post_single_wrap .brewery_info_wrap .brewery_info_layout {
	width: 100%;
	max-width: 116.5rem;
	margin: auto;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl {
	width: -webkit-calc(460 / 1165 * 100%);
    width: calc(460 / 1165 * 100%);
}

#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl h2 {
	font-size: 3.2rem;
	letter-spacing: 0.3em;
	text-align: left;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl h2 span.en {
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	text-align: left;
	margin-top: 2.5rem;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl h2 span.sub_ttl {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
	margin-bottom: 2.0rem;
}

#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con {
	width: -webkit-calc(700 / 1165 * 100%);
    width: calc(700 / 1165 * 100%);
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con .txt_wrap {
	font-size: 1.8rem;
	line-height: 2.1;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con .img_wrap {
	width: 100%;
	margin-top: 4rem;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con a {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	margin-top: 3.5rem;
}


#post_single_wrap .pagenavi {
    margin-top: 8rem;
    display: flex;
    align-items: center;
}

#post_single_wrap .pagenavi li.all {
    display: flex;
    align-items: center;
    justify-content: center;
}

#post_single_wrap .pagenavi li.next,
#post_single_wrap .pagenavi li.next a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
}
#post_single_wrap .pagenavi li.next a span {
	display: flex;
	align-items: center;
}
#post_single_wrap .pagenavi li.next a span::after {
	content: "";
    display: block;
    width: 1.4rem;
    height: 2.7rem;
    background: url(../images/post_arrow.svg) no-repeat center center;
    background-size: contain;
	margin-left: 2rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#post_single_wrap .pagenavi li.next a:hover span::after {
	margin-left: 3rem;
	margin-right: -1rem;
}

#post_single_wrap .pagenavi li.all a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
}

#post_single_wrap .pagenavi li.prev,
#post_single_wrap .pagenavi li.prev a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
}

#post_single_wrap .pagenavi li.prev a span {
	display: flex;
	align-items: center;
}
#post_single_wrap .pagenavi li.prev a span::before {
	content: "";
    display: block;
    -webkit-transform: scale(-1, 1);;
    transform: scale(-1, 1);;
    width: 1.4rem;
    height: 2.7rem;
    background: url(../images/post_arrow.svg) no-repeat center center;
    background-size: contain;
	margin-right: 2rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#post_single_wrap .pagenavi li.prev a:hover span::before {
	margin-right: 3rem;
	margin-left: -1rem;
}


@media screen and (max-width: 768px) {
#post_single_wrap {
    padding-top: 18rem;
}

#post_single_wrap .post_ttl_wrap h1 {
	font-size: 2.2rem;
}
#post_single_wrap .post_ttl_wrap h1 span.en {
	font-size: 1.2rem;
	margin-top: 2.0rem;
}

#post_single_wrap .product_slider_wrap {
    width: 100%;
    margin: auto;
	margin-top: 3.5rem;
}

#post_single_wrap .product_txt {
	width: 32rem;
	font-size: 1.2rem;
    margin-top: 2.5rem;
	margin-bottom: 3rem;
}

#post_single_wrap .tasete_wrap {
	width: 100%;
    padding-top: 8rem;
	padding-bottom: 3rem;
}
#post_single_wrap .tasete_wrap .ttl_wrap {
}
#post_single_wrap .tasete_wrap .ttl_wrap h2 {
	font-size: 2.2rem;
}
#post_single_wrap .tasete_wrap .ttl_wrap h2 span {
	font-size: 1.2rem;
	margin-top: 1.5rem;
}

#post_single_wrap .tasete_wrap .tasete_layout {
	width: 32rem;
	margin: auto;
	margin-top: 4rem;
}
#post_single_wrap .tasete_wrap .tasete_layout > li.img {
	width: 100%;
}
#post_single_wrap .tasete_wrap .tasete_layout > li.img .img_wrap {
	height: 42rem;
	text-align: center;
}
#post_single_wrap .tasete_wrap .tasete_layout > li.img .img_wrap img {
	max-height: 100%;
}
#post_single_wrap .tasete_wrap .tasete_layout > li.con {
	width: 100%;
    margin-top: 2rem;
}
#post_single_wrap .tasete_wrap .point_list > li {
	width: 100%;
}
#post_single_wrap .tasete_wrap .point_list > li:not(:last-child) {
	margin-bottom: 2rem;
}
#post_single_wrap .tasete_wrap .point_list > li h3 {
	font-size: 1.2rem;
	letter-spacing: 0;
}
#post_single_wrap .tasete_wrap .point_list > li h3::after {
	content: "";
	display: block;
	width: 1.1rem;
	height: 0.2rem;
	background-color: #000000;
	margin: 1rem 0;
}
#post_single_wrap .tasete_wrap .point_list > li .txt_wrap {
	letter-spacing: 0;
	font-size: 1.0rem;
}

#post_single_wrap .tasete_wrap .buy_btn {
	width: 100%;
	height: 6rem;
	margin-top: 3rem;
	font-size: 2rem;
}


#post_single_wrap .brewery_info_wrap {
	width: 100%;
    padding-top: 4rem;
}

#post_single_wrap .brewery_info_wrap .brewery_info_layout {
	width: 100%;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl {
	width: 100%;
}

#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl h2 {
	font-size: 2.2rem;
	text-align: center;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl h2 span.en {
	font-size: 1.2rem;
	margin-top: 2rem;
	text-align: center;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.ttl h2 span.sub_ttl {
	font-size: 1.0rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con {
	width: 100%;
	margin-top: 5rem;
	display: flex;
    flex-wrap: wrap;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con .txt_wrap {
	font-size: 1.2rem;
	width: 32rem;
	margin: auto;
	margin-top: 3rem;
	order: 2;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con .img_wrap {
	width: 100%;
	margin-top: 0;
	order: 1;
}
#post_single_wrap .brewery_info_wrap .brewery_info_layout > li.con a {
	font-size: 1.2rem;
	width: 32rem;
	margin: auto;
	margin-top: 3.5rem;
	order: 3;
}
}



/* pagenation
----------------------------------------- */
#pagenation{
	text-align: center;
    margin: 4rem auto 0;
}
#pagenation #pagenation-list{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
    margin-right: 1rem;
	display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#pagenation #pagenation-list li:last-child {
	margin-right: 0;
}

#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
	font-size: 1.4rem;
	line-height: 1;
	padding-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#pagenation #pagenation-list a.num {
    box-sizing: border-box;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}


#pagenation #pagenation-list .current{
	color: #ffffff;
    background: #000000;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

#pagenation #pagenation-list .omit{
	padding: 0 2px;
	color: #CCCCCC;
    width: 3rem;
    height: 3rem;
}

#pagenation #pagenation-list a.num:hover{
	color: #ffffff;
    background: #000000;
	opacity: 1;
}

#pagenation #pagenation-list a.next:hover,
#pagenation #pagenation-list a.prev:hover {
    background-color: transparent;
	opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
}

#pagenation #pagenation-list li:hover .current,
#pagenation #pagenation-list li .prev,
#pagenation #pagenation-list li .next {
	border: none;
}


@media screen and (max-width: 768px) {
#pagenation {
    margin: 4rem auto 0;
}
    
#pagenation #pagenation-list li{
    margin-right: 2rem;
}
    
#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
    font-size: 1.4rem;
}
    
#pagenation #pagenation-list a.num {
    width: 3rem;
    height: 3rem;
}
#pagenation #pagenation-list .current{
	width: 3rem;
    height: 3rem;
}

#pagenation #pagenation-list .omit{
	width: 3rem;
    height: 3rem;
}
}



/* other_list_wrap
----------------------------------------- */
#other_list_wrap {
	padding-top: 16rem;
	padding-bottom: 20rem;
}

#other_list_wrap .other_list {
	justify-content: center;
}
#other_list_wrap .other_list > li {
	text-align: center;
}
#other_list_wrap .other_list > li:not(:last-child) {
	margin-right: 3.5rem;
}
#other_list_wrap .other_list > li > a {
	display: block;
}
#other_list_wrap .other_list > li.current > a {
}
#other_list_wrap .other_list > li.current > a .txt_wrap {
	opacity: .3;
}
#other_list_wrap .other_list .img_wrap {
	width: 100%;
	max-width: 16.2rem;
	height: 36rem;
    margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#other_list_wrap .other_list h2 {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	line-height: 1;
	margin-top: 1.5rem;
}
#other_list_wrap .other_list h2 span {
	display: none;
}
#other_list_wrap .other_list .brewery {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.3em;
	margin-top: 1.5rem;
}
#other_list_wrap .other_list .more {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.14em;
	margin-top: 2rem;
}
#other_list_wrap .other_list .more::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.1rem;
	background-color: #000000;
	margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
#other_list_wrap {
	padding-top: 6rem;
	padding-bottom: 3rem;
}

#other_list_wrap .other_list {
	justify-content: center;
}
#other_list_wrap .other_list > li {
	text-align: center;
	margin-bottom: 3rem;
	margin-left: 1rem;
	margin-right: 1rem;
}
#other_list_wrap .other_list > li:not(:last-child) {
	margin-left: 1rem;
	margin-right: 1rem;
}
#other_list_wrap .other_list > li > a {
	display: block;
}
#other_list_wrap .other_list .img_wrap {
	width: 100%;
	max-width: 5rem;
	height: 12rem;
    margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#other_list_wrap .other_list h2 {
	font-size: 1.2rem;
	margin-top: 1.0rem;
}
#other_list_wrap .other_list .brewery {
	font-size: 0.8rem;
	margin-top: 1.0rem;
}
#other_list_wrap .other_list .more {
	font-size: 0.8rem;
	margin-top: 1rem;
}
#other_list_wrap .other_list .more::after {
	margin-top: 0.3rem;
}
    
}






