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

/*------------------------
	共通要素
------------------------*/
.header_area {
    display: none;
}
#contents {
    padding-top: 20px;
}
.other-V{
	display: none;
}
.top-V{
	display: block;
}

/*------------------------
	ヘッダ
------------------------*/
div#header {
    height: 800px;
    background-image: url('https://www.estore-test88.com/pic-labo/top-fv.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-bottom: none;
    margin-bottom: 30px;
    position: relative;
}
div#header .fixd-area, div#header .flex-area {
    background-color: transparent;
}
div#header .fixd-area.is-scrolled {
	background-color: #fff; 
}
div#header .h-logo p, div#header ul.h-navi li a {
	color: #fff;
}
div#header .fixd-area.is-scrolled .h-navi a,
div#header .fixd-area.is-scrolled .h-logo p {
    color: #333; 
}
div#header .fixd-area.is-scrolled .h-logo img.top-V,
div#header .fixd-area.is-scrolled ul.h-navi li img.top-V {
    display: none;
}
div#header .fixd-area.is-scrolled .h-logo img.other-V,
div#header .fixd-area.is-scrolled ul.h-navi li img.other-V {
    display: block;
}
#header-inner div#header h1 {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
    margin: 0;
}

@media (max-width:1200px){
div#header {
    height: 600px;
}
#header-inner div#header h1 {
    font-size: 23px;
}	
}

@media (max-width:768px){
div#header {
	height: 80vh;
	background-position: top left 15%;
}
#header-inner div#header h1 {
	font-size: 20px;
}		
}

@media (max-width:580px){
div#header {
	background-position: top left 20%;
	margin-bottom: 20px;
}
#header-inner div#header h1 {
	font-size: 18px;
}	
}

@media (max-width:480px){
div#header {
	background-position: top left 25%;
}	
#header-inner div#header h1 {
	font-size: 16px;
}
}

@media (max-width:414px){
div#header {
	background-position: top left 28%;
}	
}

/*------------------------
	ドロワーメニュー
------------------------*/
@media (max-width:768px){	
/*ハンバーガーアイコン*/	
#header-nav-drawer span,
#header-nav-drawer span::before,
#header-nav-drawer span::after {
	background: #fff;
}
ul.smp-V.is-scrolled #header-nav-drawer span,
ul.smp-V.is-scrolled #header-nav-drawer span::before,
ul.smp-V.is-scrolled #header-nav-drawer span::after {
	background: #333;
}		
}

/*------------------------
	バナー一覧
 （センター用フリーエリア1）
------------------------*/
.top-bnr-list {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.top-bnr-list .t-bnr-box.w100 {
	width: 100%;
    margin-bottom: 30px;
}
.top-bnr-list .t-bnr-box.w50 {
	width: 48.5%;
    margin-bottom: 20px;
}
.top-bnr-list .t-bnr-box img {
	width: 100%;
	vertical-align: bottom;
}

@media(max-width:580px){
.top-bnr-list .t-bnr-box.w100 {
    margin-bottom: 15px;
}	
.top-bnr-list .t-bnr-box.w50 {
	width: 100%;
    margin-bottom: 15px;
}	
}

/*------------------------
	見出し
------------------------*/
#main-column h2 {
    font-size: 13px;
    font-weight: normal;
    border-top: none;
    letter-spacing: 0.05em;
    padding: 0 0 15px 2%;
    margin: 0 0 20px;
    box-sizing: border-box;
    background-image: repeating-linear-gradient(90deg, #bababa, #bababa 10px, transparent 10px, transparent 15px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
}
#main-column h2::before {
    font-size: 24px !important;
	font-weight: 500;
	letter-spacing: 0.1rem;
    margin-right: 20px;
    margin-bottom: 0 !important;
}
#main-column .news h2::before {
    content: "NEWS";
    display: inline-block;
}
#main-column .newItem h2::before {
    content: "NEW ITEM";
    display: inline-block;
}
#main-column .pickup h2::before {
    content: "PICK UP";
    display: inline-block;
}
#main-column .ranking h2::before {
    content: "LIMITED BREW";
    display: inline-block;
}

@media (max-width:1200px){
#main-column h2 {
    font-size: 11px;
}
#main-column h2::before {
    font-size: 22px !important;
	margin-right: 15px;
}
}

/*------------------------
	お知らせ
------------------------*/
.news {
    padding-bottom: 20px;
    margin-bottom: 50px;
}
dl.news-box {
    display: flex;
    color: #333;
    font-size: 15px;
	letter-spacing: 0.1rem;
    padding: 0 0 15px;
    border-bottom: none;
}
dl.news-box:first-child {
    border-top: 0;
}
.news-box dd {
    line-height: 1.6;
    width: 15%;
}
.news-box dd:empty {
	display: none;
}
.news-box dt {
    line-height: 1.6;
    width: 85%;
}

@media (max-width:1200px){
dl.news-box {
    font-size: 14px;
}
}

@media (max-width:580px){
.news {
    margin-bottom: 30px;
}	
dl.news-box {
	flex-wrap: wrap;
}	
.news-box dd, .news-box dt {
    width: 100%;
	margin-bottom: 10px;
}
}