@charset "utf-8";


/*************************************************

 pagetitle

*************************************************/
.pagetitle {
	margin-bottom: 45px;
	line-height: 1;
}
.pagetitle strong {
	display: inline-block;
	margin-right: 20px;
	font-size: 35px;
}
.pagetitle small {
	display: inline-block;
	font-size: 15px;
}
@media only screen and (max-width:767px) {
	.pagetitle {
		margin-bottom: 30px;
	}
	.pagetitle strong {
		margin-right: 15px;
		font-size: 26px;
	}
	.pagetitle small {
		font-size: 14px;
		padding-top: 5px;
	}
}



/*************************************************

 header

*************************************************/
@media only screen and (min-width:768px) {
	#header {
		transform: translate(-102%,-50%);
		transition-property: transform,opacity;
		transition-duration: 0.6s;
		opacity: 0;
	}
	.open #header,
	#header.slideIn {
		transform: translate(0,-50%);
		opacity: 1;
	}
}




/*************************************************

 mainVisual

*************************************************/
#mainVisual {
	position: relative;
	padding-left: 280px;
	/* padding: 60px 60px 0 280px; */
}
@media only screen and (max-width:767px) {
	#mainVisual {
		padding: 0;
	}
}

.typed{
	text-align: center;
	margin: -390px auto 390px auto;
	user-select: none;
	position: absolute;
	left: 10%;
	right: 0;
}
.typed span{
	font-size: 55px;
	font-weight: bold;
}
.ityped-cursor {
	font-size: 55px;
	opacity: 1;
	-webkit-animation: blink 0.3s infinite;
	-moz-animation: blink 0.3s infinite;
	animation: blink 0.3s infinite;
	animation-direction: alternate;
}

.ityped-cursor{
	display: none;
}

@media only screen and (max-width:600px) {
	.typed{
		margin: -440px auto 440px auto;
	}
}
@media only screen and (max-width:500px) {
	.typed{
		margin: -390px auto 390px auto;
	}
}
@media only screen and (max-width:420px) {
	.typed{
		margin: -360px auto 360px auto;
	}
}
@media only screen and (max-width:380px) {
	.typed{
		margin: -180px auto 1880px auto;
		left: 0;
	}
	.typed span{
		font-size: 22px;
	}
	.ityped-cursor {
		font-size: 22px;
	}
}
@media only screen and (max-width:360px) {
	.typed{
		margin: -320px auto 320px auto;
	}
	.typed span{
		font-size: 20px;
	}
	.ityped-cursor {
		font-size: 20px;
	}
}
@media only screen and (max-width:330px) {
	.typed{
		margin: -276px auto 276px auto;
	}
	.typed span{
		font-size: 20px;
	}
	.ityped-cursor {
		font-size: 20px;
	}
}
@keyframes blink {
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes blink {
	100% {
		opacity: 0;
	}
}
@-moz-keyframes blink {
	100% {
		opacity: 0;
	}
}



/* leftArea
--------------------------------------*/
#mainVisual .leftArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
}

#mainVisual .leftArea .topNavs{
	height: 100%;
	display: flex;
	flex-direction: column;
}

#mainVisual .leftArea .logo {
    margin-bottom: 30px;
    padding-top: 40px;
    text-align: center;
    line-height: 0;
}

#mainVisual .leftArea .mainNavis {
	display: table;
    margin: 0 auto;
    width: 85%;
    padding: 1.5rem 1.35rem;
    background-color: #000;
	flex-grow: 1;
}
#mainVisual .leftArea .mainNavis {
	text-align: left;
}
#mainVisual .leftArea .mainNavis a {
	color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
#mainVisual .leftArea .mainNavis a.e-none {
	pointer-events: none;
}
#mainVisual .leftArea .mainNavis > li + li {
	margin-top: 10px;
}
#mainVisual .leftArea .mainNavis > li ul {
	margin-bottom: 25px;
}
#mainVisual .leftArea .mainNavis > li ul li {
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
}
#mainVisual .leftArea .mainNavis > li ul li:before {
	position: absolute;
	top: 11px;
	left: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
}
@media only screen and (max-width:767px) {
	#mainVisual .leftArea {
		display: none;
	}
}




/* slideArea
--------------------------------------*/
#mainVisual .slideArea {
	width: 100%;
	position: relative;
}
#mainVisual .slideArea * {
	outline: none;
}
#mainVisual .slideArea [class^="item"] {
	overflow: hidden;
	position: relative;
	height: 680px;
}
#mainVisual .slideArea [class^="item"] .pos {
	position: relative;
	height: 100%;
	width: 100%;
}
#mainVisual .slideArea [class^="item"] .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center / cover;
	transition-property: transform;
	transition-duration: 10s;
	transform: scale(1);
	background-position: bottom;
}

#mainVisual .slideArea .item01 .bg {background-image: url('../images/top/slide_01.jpg');}
#mainVisual .slideArea .item02 .bg {background-image: url('../images/top/slide_02.jpg');}
#mainVisual .slideArea .item03 .bg {background-image: url('../images/top/slide_03.jpg');}
#mainVisual .slideArea .item04 .bg {background-image: url('../images/top/slide_04.jpg');}

#mainVisual .slideArea .slide .link{
	display: block;
	width: 100%;
	height: 100%;
	color: rgba(77, 77, 77, .6);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#mainVisual .slideArea .slide .item04 .link{
	justify-content: left;
}

#mainVisual .slideArea .slide .link > span{
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	line-height: 0.8;
	display: inline-block;
}

#mainVisual .slideArea .slide .item04 .link > span{
	line-height: 1.5;
	font-size: 48px;
	margin-left: 3vw;
	text-align: left;
	transform: translateY(-25%);
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.86);
}

#mainVisual .slideArea .slide .link > span > span{
	font-size: 21px;
	font-weight: 300;
	display: inline-block;
}

#mainVisual .slideArea .slide .item04 .link > span > span{
	font-weight: 500;
	margin-top: calc((20 / 1600) * 100vw);
}

#mainVisual .slideArea .slide .link span .line{
	line-height: 1.6;
    display: block;
    margin-top: 23px;
}
/* ボタン */
.top_btn{
	position: absolute;
	width: auto;
	bottom: 25%;
	left: 50%;
	font-size: 17px;
	transform: translate(-50%);
	text-shadow: none;
	color: rgba(77, 77, 77, 1);
}

#mainVisual .slideArea .slide .item04 .top_btn{
	left: 3vw;
	transform: translateX(0);
	color: #000000;
	background-color: #ffffff;
}

.top_btn-inner{
	position: relative;
	width: 200px;
	max-width: 200px;
	height: 100%;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
}

#mainVisual .slideArea .slide .item04 .top_btn-inner{
	border-color: #fff;
}

.top_btn-inner::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	top: 0;
	left: 0;
	transform: translateX(-160%) skew(-60deg, 0deg);
    transition: .6s ease;
	z-index: -1;
}

.top_btn-inner > div{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 64.22px;
	line-height: 1.4;
}

.item04 .top_btn-inner{
	width: auto;
	max-width: none;
}

.item04 .top_btn-inner > div{
	flex-direction: row;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	padding: 0 3.055em;
}

.top_btn-inner > div::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #000;
	top: 60%;
	right: 15px;
	transform: translateY(-50%);
	transition: .4s ease;
}

.top_btn-inner > div::after{
	content: "";
	position: absolute;
	background-color: #000;
	width: 9px;
	height: 1px;
	top: 60%;
	right: 15px;
	transform: translateY(-50%) rotate(37deg);
	transform-origin: right;
	transition: .4s ease;
}

.top_btn-inner .size--sm{
	font-size: 0.823em;
}

#mainVisual .slideArea .slide .link:hover .top_btn{
	color: #fff;
	transition: .4s ease;
}

#mainVisual .slideArea .slide .link:hover .top_btn-inner::before{
	background-color: #000;
	transition: .4s ease;
	transform: translateX(0) skew(0deg);
}

#mainVisual .slideArea .slide .link:hover .top_btn-inner > div::before,
#mainVisual .slideArea .slide .link:hover .top_btn-inner > div::after{
	background-color: #fff;
	transition: .4s ease;
}

#mainVisual .slideArea .slide .item01 .link,
#mainVisual .slideArea .slide .item03 .link{
	color: rgba(0,0,0);
}

#mainVisual .slideArea .slide .item02 .link,
#mainVisual .slideArea .slide .item04 .link{
	color: rgba(255,255,255);
}

@media only screen and (max-width:767px) {
	#mainVisual .slideArea [class^="item"] {
		height: auto;
	}
	#mainVisual .slideArea [class^="item"] .pos {
		height: 0;
		padding-bottom: 90.7907%;
	}
	#mainVisual .slideArea .item01 .bg {background-image: url('../images/top/slide_01_sp.jpg');}
	#mainVisual .slideArea .item02 .bg {background-image: url('../images/top/slide_02_sp.jpg');}
	#mainVisual .slideArea .item03 .bg {background-image: url('../images/top/slide_03_sp.jpg');}
	#mainVisual .slideArea .item04 .bg {background-image: url('../images/top/slide_04_sp.jpg');}

	#mainVisual .slideArea .slide .item04 .link {
		justify-content: center;
		align-items: center;
	}

	#mainVisual .slideArea .slide .link > span{
		font-size: 30px;
		line-height: 1.1;
	}

	#mainVisual .slideArea .slide .item04 .link > span{
		font-size: 23px;
		margin: 0;
		text-align: center;
		transform: translateY(-50%);
	}

	#mainVisual .slideArea .slide .link > span > span{
		font-size: 15px;
		line-height: 1.5em;
		padding-top: 5px;
	}

	.top_btn{
		bottom: 18%;
		font-size: 15px;
	}

	.top_btn-inner{
		width: 160px;
	}

	.top_btn-inner > div{
		height: 46.9px;
	}

	.top_btn-inner > div::before{
		width: 20px;
	}

	.top_btn-inner > div::after{
		width: 7px;
	}

	#mainVisual .slideArea .slide .link span .line{
		margin-top: 8px;
	}

	#mainVisual .slideArea .slide .item04 .top_btn{
		bottom: 10%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: max-content;
	}

	.item04 .top_btn-inner > div {
		font-size: 16px;
	}
}


/*************************************************

 AlcoholicBeverages

*************************************************/
.AlcoholicBeveragesSection{
	padding: 90px 0 45px 0;
}

.AlcoholicBeveragesSection2{
	padding: 0 0 90px 0;
}

.AlcoholicBeveragesSection_inner{
	max-width: 780px;
	margin: auto;
}

.AlcoholicBeveragesSection_txt{
	font-weight: 700;
	line-height: 3.05;
	text-align: center;
	margin: 3em 0;
}

.AlcoholicBeveragesSection_txt .word{
	display: inline-block;
}

@media (max-width:767px){
	.AlcoholicBeveragesSection{
		padding: 50px 0;
	}
	
	.AlcoholicBeveragesSection_txt{
		line-height: 2.56;
		padding: 0 1em;
	}
}


/*************************************************

 about

*************************************************/
#about {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
#about .texts p + p {
	margin-top: 1.7em;
}
@media only screen and (max-width:767px) {
	#about {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#about .texts p + p {
		margin-top: 1em;
	}
}



/*************************************************

 news

*************************************************/
#news {
	margin-top: 90px;
}
#news .commonwrap {
	position: relative;
}
#news .secTalble {
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding-right: 230px;
	table-layout: fixed;
}
#news .secTalble > * {
	display: table-cell;
	vertical-align: top;
}
#news .secTalble .pagetitle {
	width: 150px;
}
#news .secTalble .list {
	padding-left: 50px;
	border-left: #000 solid 1px;
}
#news .secTalble .list li + li {
	border-top: #d6d6d6 solid 1px;
}
#news .secTalble .list li > * {
	display: table;
	width: 100%;
	padding: 20px 0;
	color: #000;
	text-decoration: none;
	table-layout: fixed;
}
#news .secTalble .list li > * > * {
	display: table-cell;
	vertical-align: top;
}
#news .secTalble .list li .date {
	width: 115px;
	font-weight: 500;
}
#news .btn {
	position: absolute;
	top: 0;
	right: 20px;
	width: 180px;
}


@media only screen and (min-width:768px) {
	#news .secTalble .pagetitle > * {
		display: block;
	}
	#news .secTalble .pagetitle small {
		margin-top: 10px;
	}
}

@media only screen and (max-width:991px) {
	#news .secTalble {
		padding-right: 0;
	}
	#news .btn {
		position: static;
		margin: 60px 0 0 auto;
	}
}


@media only screen and (max-width:767px) {
	#news {
		margin-top: 50px;
	}
	#news .secTalble,
	#news .secTalble > * {
		display: block;
	}
	#news .secTalble .pagetitle {
		width: auto;
	}
	#news .secTalble .list {
		padding-left: 0;
		border-left: none;
	}
	#news .secTalble .list li {
		border-bottom: #d6d6d6 solid 1px;
	}
	#news .secTalble .list li + li {
		border-top: none;
	}
	#news .secTalble .list li > * {
		padding: 12px 0;
	}
	#news .secTalble .list li .date {
		width: 85px;
	}
	#news .btn {
		width: 165px;
		margin-top: 30px;
	}
}


.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}