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

#top #g_navi_wrap .logo svg #logo .cls-1 {
	fill:#FFFFFF;
	-webkit-transition: all .6s;
    transition: all .6s;
}

#top #g_navi_wrap .logo.c_change svg #logo .cls-1 {
	fill:#000000;
}

#top header #g_navi_wrap {
	margin-top: -20rem;
}
#top header #g_navi_wrap.is_show {
	margin-top: 0;
}

#top header #g_navi_wrap .navi_wrap {
    display: none;
}

#top header .drawer-hamburger {
	margin-top: -20rem;
	-webkit-transition: all .6s;
    transition: all .6s;
}
#top.is_show header .drawer-hamburger {
	margin-top: 0;
}
#top.drawer-open header .drawer-hamburger {
	margin-top: 0;
}

.drawer.is_show .drawer-hamburger-icon:before {
    background-color: #FFFFFF;
}

.drawer.is_show .drawer-hamburger-icon:after {
    background-color: #FFFFFF;
}

.drawer.drawer-open .drawer-hamburger-icon:before {
    background-color: #FFFFFF;
}
.drawer.drawer-open .drawer-hamburger-icon:after {
    background-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
#top header #g_navi_wrap {
    margin-top: 0;
}
#top header .drawer-hamburger {
	margin-top: 0;
}
.drawer .drawer-hamburger-icon:before {
    background-color: #FFFFFF;
}
.drawer .drawer-hamburger-icon:after {
    background-color: #FFFFFF;
}
}


/* #topmain
----------------------------------------- */
#topmain {
	height: 100vh;
	z-index: 2;
	position: relative;
}

#topmain li.slick-slide {
    width : 100%;
    height : 100vh;
}

#topmain li.slick-slide .slide_wrap {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#topmain .ttl_wrap {
    position: absolute;
    bottom: 8rem;
    right: 5rem;
	transform: translate(0,0);
	/*-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;*/
    z-index: 2;
}
#topmain .ttl_wrap h1 {
	font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
	font-weight: 500;
	white-space: nowrap;
	color: #FFFFFF;
}
#topmain .ttl_wrap h1 span {
    font-size: 2.6rem;
    letter-spacing: 0.3em;
}


#topmain .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	/*-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;*/
    z-index: 2;
}
#topmain .txt_wrap h2 {
	font-size: 2.6rem;
    letter-spacing: 0.3em;
    line-height: 1.75;
	font-weight: 500;
	white-space: nowrap;
	color: #FFFFFF;
}
#topmain li.slick-slide:nth-child(2) .txt_wrap {
    position: absolute;
    top: 40%;
    left: 80%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(3) .txt_wrap {
    position: absolute;
    top: 50%;
    left: 35%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(4) .txt_wrap {
    position: absolute;
    top: 40%;
    left: 30%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(5) .txt_wrap {
    position: absolute;
    top: 40%;
    left: 80%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(6) .txt_wrap {
    position: absolute;
    top: 45%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 2;
}


#topmain #g_navi_wrap {
    width: 100%;
    position: absolute;
    top: auto;
	bottom: 2rem;
    left: 0;
    z-index: 102;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#topmain #g_navi_wrap .inner {
    width: 100%;
	position: relative;
}
#topmain #g_navi_wrap a {
    color: #FFFFFF;
}
#topmain #g_navi_wrap .navigation > li:not(:last-child)::after {
    background-color: #FFFFFF;
}
#topmain #g_navi_wrap .navigation select {
    color: #FFFFFF;
}
#topmain #g_navi_wrap .navigation .language_wrap::before {
    background: url(../images/lang_arrow_w.svg) no-repeat center center;
    background-size: contain;
}
#topmain #g_navi_wrap .navigation > li.current a::after {
    opacity: 0;
}
#topmain #g_navi_wrap .navigation > li.current a:hover::after {
    opacity: 1;
}
#topmain #g_navi_wrap .logo {
    top: auto;
	bottom: 0.5rem;
    left: 3.5rem;
}

#topmain #g_navi_wrap .drawer-hamburger {
    position: absolute;
	right: 3rem;
}
#topmain #g_navi_wrap .drawer-hamburger-icon::before {
    background-color: #FFFFFF;
}
#topmain #g_navi_wrap .drawer-hamburger-icon::after {
    background-color: #FFFFFF;
}
.drawer.drawer-open #topmain #g_navi_wrap .drawer-hamburger-icon::before {
    background-color: transparent;
}
.drawer.drawer-open #topmain #g_navi_wrap .drawer-hamburger-icon::after {
    background-color: transparent;
}


.slide-animation .slide_wrap {
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}



@media only screen and (max-width: 768px) {
#topmain {
    height : 100vh ;
    height : calc(var(--vh, 1vh) * 100);
}
	
#topmain li.slick-slide {
    height : 100vh ;
    height : calc(var(--vh, 1vh) * 100);
}
	
#topmain #g_navi_wrap .logo {
	display: none;
}
#topmain #g_navi_wrap .drawer-hamburger {
    display: none;
}
	
#topmain .ttl_wrap {
    bottom: 3rem;
    right: 2rem;
}
#topmain .ttl_wrap h1 {
    font-size: 2.2rem;
}
#topmain .ttl_wrap h1 span {
    font-size: 1.8rem;
}

#topmain .txt_wrap h2 {
    font-size: 2.2rem;
}
	
#topmain li.slick-slide:nth-child(2) .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(3) .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(4) .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(5) .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
#topmain li.slick-slide:nth-child(6) .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 2;
}
}



/* #concept
----------------------------------------- */
#concept {
	width: 100%;
}

#concept .inner {
	width: 100%;
	background: url(../images/aged_bg.jpg) no-repeat center center;
	background-size: cover;
}
#concept .con_layout {
    padding: 28rem 0 20rem;
	color: #FFFFFF;
	flex-wrap: nowrap;
}
#concept .con_layout > li.con a.btn {
}

#concept .con_layout > li.con a.btn.pamf {
	margin-top: 2rem;
}

#concept > .img_wrap {
	width: 100%;
	height: 61rem;
	background: url(../images/aged_img.jpg) no-repeat center center;
	background-size: cover;
	margin-top: -0.2rem;
}


.modal_content {
width:80%;
height: auto;
margin:0;
padding:0;
position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
display:none;
z-index:999999;
}

.modal_content.is-show { display: block; }

.modal_content .modal_inner {
position:relative;
}

.modal_content .modal_inner {
position:relative;
width:100%;
padding-top:56.25%;
}

.modal_content .modal_inner .player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay {
z-index:9999;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
background-color:rgba( 0,0,0, 0.75 );
}

.l-modal { 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index:9999;
}
.movie_close {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0%;
  right: -50px;
  transform: translate(-50%, -60px);
}
.movie_close:before, .movie_close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  z-index: 3;
  left: 20px;
  top: 30px;
}
.movie_close:before {
  transform: rotate(-45deg);
}
.movie_close:after {
  transform: rotate(45deg);
}

#top .modal-video-body {
    max-width: 140rem;
}


@media only screen and (max-width: 768px) {
#concept {
}
#concept .con_layout {
	width: 33rem;
    padding: 8rem 0 5rem;
	flex-wrap: wrap;
}
#concept > .img_wrap {
    height: 28rem;
}
}


/* #product
----------------------------------------- */
#product {
	padding-bottom: 23rem;
}
#product .inner {
	width: -webkit-calc(1330 / 1400 * 100%);
    width: calc(1330 / 1400 * 100%);
}

#product .con_layout {
    padding: 15rem 0 20rem;
	flex-flow: nowrap;
}

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

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

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


#product .product_list > li .link_wrap {
    width: 100%;
	margin-top: 2rem;
	justify-content: space-between;
}
#product .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;
}
#product .product_list > li .link_wrap a:hover {
    background-color: #000000;
}


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


@media only screen and (max-width: 768px) {
#product {
	padding-bottom: 2rem;
}
#product .inner {
    width: 100%;
}
#product .con_layout {
	width: 33rem;
    padding: 7rem 0 6rem;
	flex-flow: wrap;
}
	
#product .product_list > li {
    width: 100%;
	margin-bottom: 3rem;
}
	
#product .product_list > li .txt_wrap {
    width: 33rem;
	margin: auto;
    margin-top: 1.5rem;
}
#product .product_list > li .link_wrap {
    width: 33rem;
	margin: auto;
    margin-top: 1.5rem;
}
	
#product .product_list > li .txt_wrap .ttl {
    font-size: 0.8rem;
    margin-right: 1.5rem;
}
#product .product_list > li .txt_wrap h2 {
    font-size: 1.6rem;
}
#product .product_list > li .txt_wrap .age {
    font-size: 1.2rem;
    margin-right: 3rem;
}
#product .product_list > li .txt_wrap .brewery {
    font-size: 1.2rem;
}
}



/* #about
----------------------------------------- */
#about {
	width : 100%;
	padding-top: 30rem;
	padding-bottom: 16rem;
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}
#about .inner {
	max-width: 84rem;
}

#about h1 {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
	color: #FFFFFF;
}
#about h1 span {
    display: block;
    font-size: 1.7rem;
    text-align: center;
    margin-top: 2rem;
}

#about .story_navi_list {
	border-right: 1px solid #FFFFFF;
	margin-top: 10rem;
}
#about .story_navi_list > li {
	width: 20%;
	box-sizing: border-box;
	border-left: 1px solid #FFFFFF;
}
#about .story_navi_list > li a {
	width: 100%;
	height: 42rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
#about .story_navi_list > li a::after {
	content: "";
	display: block;
	width: 1.2rem;
	height: 2.2rem;
	background: url(../images/page_arrow_w.svg) no-repeat center center;
	background-size: auto;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translate(-50%,0);
}
#about .story_navi_list > li a h2 {
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
	font-size: 2.3rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
	font-weight: 500;
	color: #FFFFFF;
	padding-bottom: 1em;
}
#about .story_navi_list > li a h2 span {
	display: block;
    font-size: 1.2rem;
	letter-spacing: 0.3em;
    line-height: 1;
	color: #FFFFFF;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
#about {
	width : 100%;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}
#about .inner {
	width: 100%;
}
#about .ttl_wrap {
	width: 100%;
	height: 33.8rem;
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about h1 {
    font-size: 2.2rem;
}
#about h1 span {
    font-size: 1.2rem;
    margin-top: 2rem;
}
	
#about .story_navi_list {
    border-right: none;
	width: 32rem;
	margin: auto;
    margin-top: 3rem;
}
#about .story_navi_list > li {
    width: 100%;
    border-left: none;
	border-bottom: 1px solid #000000;
}
#about .story_navi_list > li a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
	padding: 2rem 0;
}
#about .story_navi_list > li a h2 {
    -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    font-size: 2rem;
	padding-bottom: 0;
	padding-right: 1em;
    color: #000000;
}
#about .story_navi_list > li a h2 span {
	color: #000000;
    font-size: 0.8rem;
    margin-top: 0;
    margin-left: 0;
	margin-bottom: 1rem;
}
#about .story_navi_list > li a::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 2.2rem;
    background: url(../images/page_arrow.svg) no-repeat center center;
    background-size: auto;
    position: absolute;
    bottom: 50%;
    left: auto;
	right: 0;
    transform: translate(0,50%);
}
}




/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
	padding-bottom: 8rem;
}
#post_list_wrap .inner {
	width: -webkit-calc(1200 / 1400 * 100%);
    width: calc(1200 / 1400 * 100%);
    max-width: none;
}

#post_list_wrap .con_layout > li.con {
    width: 100%;
    max-width: 72rem;
}


@media screen and (max-width: 768px) {
#post_list_wrap {
	width : 100%;
	z-index: 2;
	padding-bottom: 6rem;
}
}

