﻿@charset "utf-8";

/* article */
article { margin: 0 auto; width: 100%; max-width: 1164px; }
article section.title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -webkit-align-items: center; -webkit-flex-wrap: nowrap; display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: nowrap; position: relative; width: 100%; height: 150px; background-color: rgb(63, 32, 33); background-position: center; background-repeat: no-repeat; background-size: cover; }
article section.title:before { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background-color: rgba(0, 0, 0, 0.2); }
article section.title h2 { position: relative; width: 100%; text-align: center; z-index: 1; }
article section.title h2 img { width: 100%; }
article section.title p { position: relative; margin-top: 10px; width: 100%; text-align: center; font-family: "Viga", sans-serif; font-size: 110%; color: rgb(255, 255, 255); z-index: 1; }
@media screen and (max-width: 640px) {
	article section.title { height: 280px; }
	article section.title p { margin-top: 15px; font-size: 95%; }
}

/* loader */
article.loader { display: -webkit-box; -webkit-box-pack: center; -webkit-box-orient: vertical; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: center; -webkit-flex-wrap: nowrap; display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: nowrap; position: relative; margin-bottom: 30px; width: 100%; height: 654px; }
article.loader h1 { margin: -50px auto 0 auto; width: 160px; height: 160px; font-size: 0; text-indent: -9999px; background: url("../images/common/malibu_logo.png") center no-repeat; background-size: 100%; }
article.loader p.indicator { margin: 10px auto 0 auto; width: 20px; height: 20px; background: url("../images/common/indicator.gif") center no-repeat; background-size: 100%; }
@media screen and (max-width: 640px) {
	article.loader { height: 85vh; }
	article.loader h1 { width: 120px; height: 120px; }
	article.loader p.indicator { width: 14px; height: 14px; }
}

/* event */
article.event section.title.pc { background-image: url("../images/event/title_bg_pc.jpg"); }
article.event section.title.sp { background-image: url("../images/event/title_bg_sp.jpg"); }
article.event section.title:before { background-color: rgba(0, 0, 0, 0.1); }
article.event section.title h2 img { max-width: 171px; }
article.event section.contents { display: -webkit-box; -webkit-box-pack: start; -webkit-justify-content: flex-start; -webkit-align-items: stretch; -webkit-flex-wrap: wrap; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; margin: 50px auto 0 auto; width: 94%; max-width: 900px; }
article.event section.contents dl { margin: 5px 0.5%; padding: 20px; width: 49%; min-height: 100px; line-height: 1.5; background-color: rgb(255, 255, 255); border: 1px solid rgb(63, 32, 33); box-sizing: border-box; }
article.event section.contents dl.enter { background-color: rgb(63, 32, 33); transition: all 0.3s ease-in-out; }
article.event section.contents dl.leave { background-color: rgb(255, 255, 255); transition: all 0.3s ease-in-out; }
article.event section.contents dl dt { font-weight: bold;  }
article.event section.contents dl dt a { display: block; width: 100%; font-weight: bold; color: rgb(245, 145, 25); text-decoration: none; }
article.event section.contents dl dt a:link { color: rgb(245, 145, 25); }
article.event section.contents dl dt a:visited { color: rgb(245, 145, 25); }
article.event section.contents dl dt a:hover { color: rgb(245, 145, 25); text-decoration: none; }
article.event section.contents dl dt a:active { color: rgb(245, 145, 25); text-decoration: none; }
article.event section.contents dl dd { margin-top: 12px; font-size: 80%; color: rgb(63, 32, 33); }
article.event section.contents dl dd.enter { color: rgb(255, 255, 255); }
article.event section.contents dl dd.leave { color: rgb(63, 32, 33); }
article.event section.contents dl dd p.meta { display: -webkit-box; -webkit-box-pack: start; -webkit-justify-content: flex-start; -webkit-align-items: flex-start; -webkit-flex-wrap: nowrap; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: nowrap; }
article.event section.contents dl dd p.meta span { display: block; position: relative; margin-left: 1.5em; }
article.event section.contents dl dd p.meta span.date { padding-left: 16px; }
article.event section.contents dl dd p.meta span.place { padding-left: 15px; }
article.event section.contents dl dd p.meta span:nth-child(1) { margin-left: 0; }
article.event section.contents dl dd p.meta span.date:before { display: block; position: absolute; top: 0; left: 0; content: url("../images/event/icon_date_bk.svg"); width: 10px; height: 10.5px; }
article.event section.contents dl dd.enter p.meta span.date:before { content: url("../images/event/icon_date_wh.svg"); }
article.event section.contents dl dd.leave p.meta span.date:before { content: url("../images/event/icon_date_bk.svg"); }
article.event section.contents dl dd p.meta span.place:before { display: block; position: absolute; top: 0.1em; left: 0; content: url("../images/event/icon_place_bk.svg"); width: 10px; height: 13px; }
article.event section.contents dl dd.enter p.meta span.place:before { content: url("../images/event/icon_place_wh.svg"); }
article.event section.contents dl dd.leave p.meta span.place:before { content: url("../images/event/icon_place_bk.svg"); }
article.event section.contents dl dd p.comment { position: relative; margin-top: 6px; padding-left: 16px; }
article.event section.contents dl dd p.comment:before { display: block; position: absolute; top: 0.1em; left: -1px; content: url("../images/event/icon_comment_bk.svg"); width: 12px; height: 12px; }
article.event section.contents dl dd.enter p.comment:before { content: url("../images/event/icon_comment_wh.svg"); }
article.event section.contents dl dd.leave p.comment:before { content: url("../images/event/icon_comment_bk.svg"); }
article.event section.extension { margin: 30px auto 100px auto; width: 320px; }

/* イベントフルサイズ仕様 ここから */
article.event section.contents .full {
	display: block;
	position: relative;
	margin: 5px 0.5%;
	padding: 20px;
	width: 99%;
	min-height: 100px;
	line-height: 1.5;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(63, 32, 33);
	box-sizing: border-box;
}
article.event section.contents .full .title {
	color: rgb(245, 145, 25);
	font-weight: bold;
}
article.event section.contents .full .box {
	margin-top: 12px;
	font-size: 80%;
	color: rgb(63, 32, 33);
}
article.event section.contents .full .box p.video a { display: block; position: relative; margin: 10px; background-color: rgb(0, 0, 0); overflow: hidden; }
article.event section.contents .full .box p.video a:before { display: block; position: absolute; top: 50%; left: 50%; margin-left: -24px; margin-top: -24px; width: 48px; height: 48px; content: ""; background-color: rgba(0, 0, 0, 0.4); border: 2px solid rgb(245, 145, 25); border-radius: 50%; z-index: 1; }
article.event section.contents .full .box p.video a.enter:before { transform: scale(1.15); transition: all 0.4s ease-in-out; }
article.event section.contents .full .box p.video a.leave:before { transform: scale(1); transition: all 0.3s ease-in-out; }
article.event section.contents .full .box p.video a:after { display: block; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -6px; width: 0; height: 0; content: ""; border-style: solid; border-width: 8px 0 8px 12px; border-color: transparent transparent transparent rgb(245, 145, 25); z-index: 2; }
article.event section.contents .full .box p.video a img { display: block; width: 100%; height: auto; opacity: 0.5; }
article.event section.contents .full .box p.video a.enter img { opacity: 0.9; transform: scale(1.1); transition: all 0.3s ease-in-out; }
article.event section.contents .full .box p.video a.leave img { opacity: 0.5; transform: scale(1); transition: all 0.3s ease-in-out; }
article.event section.contents .full .box .block_link_out {
	width: 84.5%;
	margin: 30px auto 0;
}
article.event section.contents .full .box .box_link_out {
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: flex;
	justify-content: center;
}
article.event section.contents .full .box .box_link_out li {
	width: 48%;
}
article.event section.contents .full .box .box_link_out li:first-child {
	margin-right: 3%;
}
article.event section.contents .full .box .box_link_out li .link_out {
	display: block;
	position: relative;
	width: 100%;
	height: 54px;
	text-align: center;
	font-family: "Viga",
	sans-serif;
	font-size: 125%;
	color: rgb(255, 255, 255);
	text-decoration: none;
	line-height: 54px;
	background-color: rgb(245, 145, 25);
	transition: all 0.3s ease-in-out;
}
article.event section.contents .full .box .box_link_out li a.link_out:hover {
	background-color: rgb(63, 32, 33);
	transition: all 0.3s ease-in-out;
}
article.event section.contents .full .box .box_link_out li a.link_out:after {
	content: url(../images/event/icon_out_link.png);
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -26px;
}
article.event section.contents .full .box .box_link_out li .bartender {
  width: 30%;
  position: absolute;
  left: -20px;
  bottom: 0;
}
article.event section.contents .full .box .box_link_out li .center {
	margin-top: 5px;
	text-align: center;
}
article.event section.contents .full .meta {
	display: -webkit-box;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-webkit-align-items: flex-start;
	-webkit-flex-wrap: nowrap;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
article.event section.contents .full .meta span {
	display: block;
	position: relative;
}
article.event section.contents .full .meta span.date {
	padding-left: 16px;
}
article.event section.contents .full .meta span.place {
	padding-left: 15px;
	margin-left: 1.5em;
}
article.event section.contents .full .meta span.date:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: url(../images/event/icon_date_bk.svg);
	width: 10px;
	height: 10.5px;
}
article.event section.contents .full .meta span.place:before {
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	content: url(../images/event/icon_place_bk.svg);
	width: 10px;
	height: 13px;
}
article.event section.contents .full .img_box {
	margin-top: 10px;
	text-align: center;
}
article.event section.contents .full .img_box img {
	width: 100%;
}
article.event section.contents .full .comment {
	position: relative;
	margin-top: 6px;
  margin-left: 15%;
	padding-left: 16px;
}
article.event section.contents .full .comment:before {
	display: block;
	position: absolute;
	top: 0.1em;
	left: -1px;
	content: url(../images/event/icon_comment_bk.svg);
	width: 12px;
	height: 12px;
}
article.event section.contents .full .comment .bold {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	article.event section.contents .full {
		overflow: hidden;
		margin: 0;
		width: 100%;
		border: 0;
		border-top: 1px solid rgb(63, 32, 33);
	}

	article.event section.contents .full .box {
		font-size: 70%;
	}

	article.event section.contents .full .box .block_link_out {
		width: 100%;
		margin: 20px auto 0;
	}

	article.event section.contents .full .box .box_link_out{
    flex-flow: column;
  }

	article.event section.contents .full .box .box_link_out li {
		width: 100%;
    margin-bottom: 20px;
	}
  
  article.event section.contents .full .box .box_link_out li .bartender {
    width: 20%;
    left: -10px;
  }

  article.event section.contents .full .comment {
    margin-left: 10%;
  }
}
/* イベントブルサイズ仕様 ここまで */
@media screen and (max-width: 640px) {
	article.event section.contents dl:last-child { border-bottom: 1px solid rgb(63, 32, 33); }
	article.event section.contents dl dt a { text-decoration: underline; }
	article.event section.contents dl dt a:hover { text-decoration: underline; }
	article.event section.contents dl dt a:active { text-decoration: underline; }
	article.event section.contents dl dt { font-size: 95%; }
	article.event section.contents dl dd { font-size: 70%; }
	article.event section.extension { margin: 30px auto 60px auto; width: 94%; }

	/* exception */
	article.event section.contents { display: table; margin: 0 auto 50px auto; width: 100%; }
	article.event section.contents:before,
	article.event section.contents:after { display: table; content: ""; }
	article.event section.contents:after { clear: both; }
	article.event section.contents dl { float: left; margin: 0; padding: 20px 5% 15px 5%; width: 100%; background-color: transparent; border: 0; border-top: 1px solid rgb(63, 32, 33); }
}

/* landscape */
@media only screen and (max-device-width: 640px) and (orientation: landscape) {
	article.event section.contents { display: table; margin: 0 auto 50px auto; width: 100%; }
	article.event section.contents:before,
	article.event section.contents:after { display: table; content: ""; }
	article.event section.contents:after { clear: both; }
	article.event section.contents dl { float: left; margin: 0; padding: 20px 5% 15px 5%; width: 100%; background-color: transparent; border: 0; border-top: 1px solid rgb(63, 32, 33); }
}

/* product */
article.product section.title.pc { background-image: url("../images/product/title_bg_pc.jpg"); }
article.product section.title.sp { background-image: url("../images/product/title_bg_sp.jpg"); }
article.product section.title:before { background-color: rgba(0, 0, 0, 0.1); }
article.product section.title h2 img { max-width: 171px; }
article.product section.contents { display: -webkit-box; -webkit-box-pack: center; -webkit-justify-content: center; -webkit-align-items: center; -webkit-flex-wrap: nowrap; display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; margin: 70px auto 0 auto; width: 94%; max-width: 900px; }
article.product section.contents section.visual { margin-left: 19%; margin-right: 2%; width: 25%; }
article.product section.contents section.visual p img { width: 100%; }
article.product section.contents section.words { margin-top: -20px; width: 54%; }
article.product section.contents section.words p { margin-top: 20px; font-size: 125%; color: rgb(63, 32,33); line-height: 1.4; }
article.product section.contents section.words p:first-child { margin-top: 0; }
article.product section.contents section.words p.spec { margin-top: 30px; font-size: 90%; text-align: left;}
#div-gpt-ad-1469518796001-0-1 { margin: 30px 0; width: 130px; min-width:130px; min-height: 36px; }
article.product section.extension { margin: 30px auto 100px auto; width: 320px; }
@media screen and (max-width: 720px) {
	article.product section.contents { display: -webkit-box; -webkit-box-pack: center; -webkit-box-orient: vertical; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: center; -webkit-flex-wrap: nowrap; display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: nowrap; margin-top: 50px; width: 94%; }
	article.product section.contents section.visual { margin-left: 19%; margin-right: 2%; width: 55%; }
	article.product section.contents section.words { margin-top: 10px; width: 100%; }
	article.product section.contents section.words p { margin-top: 20px; font-size: 110%; line-height: 1.5; text-align: center; }
	article.product section.contents section.words p.spec { text-align: left; }
	article.product section.extension { margin: 30px auto 60px auto; width: 94%; }
	#div-gpt-ad-1469518796001-0-1 { margin: 30px auto 0 auto; padding-left: 20px; width: 130px; min-width:130px; min-height: 36px; text-align: center; }
}
@media screen and (max-width: 640px) {
	article.product section.title p { text-indent: -0.5em; }
}
@media screen and (max-width: 400px) {
	article.product section.contents section.words { width: 96%; }
	article.product section.contents section.visual { width: 65%; }
}
@media screen and (max-width: 320px) {
	article.product section.contents section.words p { font-size: 100%; }
}

/* cocktails */
article.cocktails section.title.pc { background-image: url("../images/cocktails/title_bg_pc.jpg"); }
article.cocktails section.title.sp { background-image: url("../images/cocktails/title_bg_sp.jpg"); }
article.cocktails section.title:before { background-color: rgba(0, 0, 0, 0.15); }
article.cocktails section.title h2 img { max-width: 284px; }
article.cocktails section.futured { margin: 60px auto 0 auto; width: 100%; max-width: 1164px; }
article.cocktails section.futured ul { display: -webkit-box; -webkit-box-pack: center; -webkit-justify-content: center; -webkit-align-items: stretch; -webkit-flex-wrap: nowrap; display: flex; justify-content: center; align-items: stretch; flex-wrap: nowrap; margin: 0 auto; width: 100%; height: 100%; }
article.cocktails section.futured ul li { width: 33.3%; background-color: rgb(255, 255, 255); border: 1px solid rgb(63, 32, 33); box-sizing: border-box; }
article.cocktails section.futured ul li:nth-child(2) { margin: 0 20px; }
article.cocktails section.futured ul li section.video { position: relative; width: 100%; height: auto; line-height: 0; background-color: rgb(0, 0, 0); }
article.cocktails section.futured ul li section.video a { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; }
article.cocktails section.futured ul li section.video a:before { display: block; position: absolute; top: 50%; left: 50%; margin-left: -24px; margin-top: -38px; width: 48px; height: 48px; content: ""; background-color: rgba(0, 0, 0, 0.4); border: 2px solid rgb(245, 145, 25); border-radius: 50%; z-index: 2; }
article.cocktails section.futured ul li section.video a.enter:before { transform: scale(1.15); transition: all 0.4s ease-in-out; }
article.cocktails section.futured ul li section.video a.leave:before { transform: scale(1); transition: all 0.3s ease-in-out; }
article.cocktails section.futured ul li section.video a:after { display: block; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -20px; width: 0; height: 0; content: ""; border-style: solid; border-width: 8px 0 8px 12px; border-color: transparent transparent transparent rgb(245, 145, 25); z-index: 3; }
article.cocktails section.futured ul li section.video a img { display: block; width: 100%; height: auto; opacity: 0.5; }
article.cocktails section.futured ul li section.video a.enter img { opacity: 0.9; transform: scale(1.1); transition: all 0.3s ease-in-out; }
article.cocktails section.futured ul li section.video a.leave img { opacity: 0.5; transform: scale(1); transition: all 0.3s ease-in-out; }
article.cocktails section.futured ul li section.video a span.notice { display: block; position: absolute; bottom: 0; padding: 8px 1px 5px 8px; font-size: 60%; color: rgba(255, 255, 255, 0.9); line-height: 1.4; background-color: rgba(0, 0, 0, 0.3); -webkit-font-smoothing: antialiased; }
article.cocktails section.futured ul li section.video a { color: rgba(255, 255, 255, 0.9); text-decoration: none; }
article.cocktails section.futured ul li section.video a:link { color: rgba(255, 255, 255, 0.9); }
article.cocktails section.futured ul li section.video a:visited { color: rgba(255, 255, 255, 0.9); }
article.cocktails section.futured ul li section.video a:hover { color: rgba(255, 255, 255, 0.9); text-decoration: none; }
article.cocktails section.futured ul li section.video a:active { color: rgba(255, 255, 255, 0.9); text-decoration: none; }
article.cocktails section.futured ul li section.item { display: -webkit-box; -webkit-box-pack: start; -webkit-justify-content: flex-start; -webkit-align-items: center; -webkit-flex-wrap: nowrap; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; margin: 30px auto; width: 94%; }
article.cocktails section.futured ul li section.item section.photo { width: 40%; text-align: center; }
article.cocktails section.futured ul li section.item section.photo img { width: 90%; }
article.cocktails section.futured ul li section.item section.words { margin-left: 4%; width: 56%; }
article.cocktails section.futured ul li section.item section.words p { color: rgb(63, 32, 33); line-height: 1.2; }
article.cocktails section.futured ul li section.item section.words p:nth-child(1) { margin-top: 20px; font-family: "Viga", sans-serif; font-size: 100%; }
article.cocktails section.futured ul li section.item section.words p:nth-child(2) { margin-top: 4px; font-size: 90%; font-weight: bold; }
article.cocktails section.futured ul li section.item section.words p:nth-child(3) { margin-top: 10px; font-size: 80%; line-height: 1.5; }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) { margin-top: 15px; }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) a { display: inline-block; position: relative; font-family: "Viga", sans-serif; font-size: 85%; color: rgb(245, 145, 25); text-decoration: none; }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:link { color: rgb(245, 145, 25); }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:visited { color: rgb(245, 145, 25); }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:hover { color: rgb(226, 84, 21); text-decoration: underline; }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:active { color: rgb(226, 84, 21); text-decoration: underline; }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:after { display: block; position: absolute; top: 50%; right: -10px; margin-top: -4px; content: ""; width: 5px; height: 5px; border-top: 2px solid rgb(245, 145, 25); border-right: 2px solid rgb(245, 145, 25); -webkit-transform: rotate(45deg); transform: rotate(45deg) scale(1); }
article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:hover:after { display: block; position: absolute; top: 50%; right: -10px; margin-top: -4px; content: ""; width: 5px; height: 5px; border-top: 2px solid rgb(226, 84, 21); border-right: 2px solid rgb(226, 84, 21); -webkit-transform: rotate(45deg); transform: rotate(45deg) scale(1.4); transition: all 0.2s ease-in-out; }
article.cocktails section.others { margin: 20px auto 100px auto; width: 100%; max-width: 1164px; background-color: rgb(255, 255, 255); border: 1px solid rgb(63, 32, 33); box-sizing: border-box; }
article.cocktails section.others ul { display: -webkit-box; -webkit-box-pack: justify; -webkit-justify-content: space-between; -webkit-align-items: stretch; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin: 30px auto 50px auto; width: 91%; }
article.cocktails section.others ul li { margin: 15px 0; width: 16%; }
article.cocktails section.others ul li section.photo { margin: 0 auto; width: 60%; text-align: center; }
article.cocktails section.others ul li section.photo img { margin: 0 auto; width: 100%; text-align: center; }
article.cocktails section.others ul li section.words { margin: 6px auto 0 auto; width: 100%; }
article.cocktails section.others ul li section.words p { text-align: center; line-height: 1.3; color: rgb(63, 32, 33); }
article.cocktails section.others ul li section.words p:nth-child(1) { font-family: "Viga", sans-serif; font-size: 80%; }
article.cocktails section.others ul li section.words p:nth-child(2) { margin-top: 4px; font-size: 70%; }
article.cocktails section.others ul li section.words p.more { margin-top: 10px; font-size: 90%; }
article.cocktails section.others ul li section.words p.more a { display: inline-block; position: relative; font-family: "Viga", sans-serif; color: rgb(245, 145, 25); text-decoration: none; }
article.cocktails section.others ul li section.words p.more a:link { color: rgb(245, 145, 25); }
article.cocktails section.others ul li section.words p.more a:visited { color: rgb(245, 145, 25); }
article.cocktails section.others ul li section.words p.more a:hover { color: rgb(226, 84, 21); text-decoration: underline; }
article.cocktails section.others ul li section.words p.more a:active { color: rgb(226, 84, 21); text-decoration: underline; }
article.cocktails section.others ul li section.words p.more a:after { display: block; position: absolute; top: 50%; right: -9px; margin-top: -3px; content: ""; width: 4px; height: 4px; border-top: 2px solid rgb(245, 145, 25); border-right: 2px solid rgb(245, 145, 25); -webkit-transform: rotate(45deg); transform: rotate(45deg) scale(1); }
article.cocktails section.others ul li section.words p.more a:hover:after { display: block; position: absolute; top: 50%; right: -9px; margin-top: -3px; content: ""; width: 4px; height: 4px; border-top: 2px solid rgb(226, 84, 21); border-right: 2px solid rgb(226, 84, 21); -webkit-transform: rotate(45deg); transform: rotate(45deg) scale(1.4); transition: all 0.2s ease-in-out; }
@media screen and (max-width: 640px) {
	article.cocktails section.futured { margin-top: 1px; }
	article.cocktails section.futured ul { display: block; }
	article.cocktails section.futured ul li { width: 100%; background-color: transparent; border: 0; }
	article.cocktails section.futured ul li:nth-child(2) { margin: 0; }
	article.cocktails section.futured ul li section.video a span.notice { padding: 8px 15px; line-height: 1.6; }
	article.cocktails section.futured ul li section.item { margin: 20px auto; width: 90%; }
	article.cocktails section.futured ul li section.item section.photo img { width: 80%; }
	article.cocktails section.others { margin-bottom: 60px; width: 100%; background-color: transparent; border: 0; border-top: 1px solid rgb(63, 32, 33); }
	article.cocktails section.others ul li section.photo { width: 50%; }
	article.cocktails section.others ul li section.words p:nth-child(1) { font-size: 75%; }
	article.cocktails section.others ul li section.words p:nth-child(2) { font-size: 65%; }
	article.cocktails section.futured ul li section.item section.words p:nth-child(1) { margin-top: 0; font-size: 95%; }
	article.cocktails section.futured ul li section.item section.words p:nth-child(2) { font-size: 80%; }
	article.cocktails section.futured ul li section.item section.words p:nth-child(3) { font-size: 75%; }
	article.cocktails section.futured ul li section.item section.words p:nth-child(4) a { margin-top: 5px; padding: 5px 16px 4px 16px; font-size: 75%; color: rgb(255, 255, 255); text-decoration: none;  background-color: rgb(245, 145, 25); }
	article.cocktails section.others ul li section.words p.more a { margin-top: 5px; padding: 5px 16px 4px 16px; font-size: 100%; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(245, 145, 25); }
	article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:link,
	article.cocktails section.others ul li section.words p.more a:link { color: rgb(255, 255, 255); }
	article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:visited,
	article.cocktails section.others ul li section.words p.more a:visited { color: rgb(255, 255, 255); }
	article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:hover,
	article.cocktails section.others ul li section.words p.more a:hover { color: rgb(255, 255, 255); text-decoration: none; }
	article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:active,
	article.cocktails section.others ul li section.words p.more a:active{ color: rgb(255, 255, 255); text-decoration: none; }
	article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:after,
	article.cocktails section.others ul li section.words p.more a:after { display: none; }
	article.cocktails section.futured ul li section.item section.words p:nth-child(4) a:hover:after,
	article.cocktails section.others ul li section.words p.more a:hover:after { display: none; }

	/* exception */
	article.cocktails section.others ul { display: block; margin: 30px auto 50px auto; width: 96%; vertical-align: top; }
	article.cocktails section.others ul:before,
	article.cocktails section.others ul:after { display: table; content: ""; }
	article.cocktails section.others ul:after { clear: both; }
	article.cocktails section.others ul li { display: inline-block; margin: 20px auto; width: 48%; vertical-align: top; }
}

/* landscape */
@media only screen and (max-device-width: 640px) and (orientation: landscape) {
	article.cocktails section.others ul { display: block; margin: 30px auto 50px auto; width: 96%; vertical-align: top; }
	article.cocktails section.others ul:before,
	article.cocktails section.others ul:after { display: table; content: ""; }
	article.cocktails section.others ul:after { clear: both; }
	article.cocktails section.others ul li { display: inline-block; margin: 20px auto; width: 19.2%; vertical-align: top; }
}

/* movies */
article.movies section.title.pc { background-image: url("../images/movies/title_bg_pc.jpg"); }
article.movies section.title.sp { background-image: url("../images/movies/title_bg_sp.jpg"); }
article.movies section.title:before { background-color: rgba(0, 0, 0, 0.2); }
article.movies section.title h2 { margin-top: -20px; }
article.movies section.title h2 img { max-width: 194px; }
article.movies section.title p { z-index: 0; position: absolute; margin: 40px auto 0 auto; width: 50%; max-width: 100px; }
@media all and (-ms-high-contrast: none) {
article.movies section.title p { z-index: 0; position: absolute; margin: -60px 0 0 -40px; width: 50%; max-width: 100px; }
}
article.movies section.title p img { width: 100%; }
article.movies section.contents { margin: 50px auto 20px; width: 94%; max-width: 910px; }
article.movies section.contents ul { display: -webkit-box; -webkit-box-pack: start; -webkit-justify-content: flex-start; -webkit-align-items: flex-start; -webkit-flex-wrap: wrap; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin: 0 auto; width: 100%; line-height: 0; }
article.movies section.contents ul li { position: relative; width: 50%; }
article.movies section.contents ul li a { display: block; position: relative; margin: 10px; background-color: rgb(0, 0, 0); overflow: hidden; }
article.movies section.contents ul li a:before { display: block; position: absolute; top: 50%; left: 50%; margin-left: -24px; margin-top: -24px; width: 48px; height: 48px; content: ""; background-color: rgba(0, 0, 0, 0.4); border: 2px solid rgb(245, 145, 25); border-radius: 50%; z-index: 1; }
article.movies section.contents ul li a.enter:before { transform: scale(1.15); transition: all 0.4s ease-in-out; }
article.movies section.contents ul li a.leave:before { transform: scale(1); transition: all 0.3s ease-in-out; }
article.movies section.contents ul li a:after { display: block; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -6px; width: 0; height: 0; content: ""; border-style: solid; border-width: 8px 0 8px 12px; border-color: transparent transparent transparent rgb(245, 145, 25); z-index: 2; }
article.movies section.contents ul li a img { display: block; width: 100%; height: auto; opacity: 0.5; }
article.movies section.contents ul li a.enter img { opacity: 0.9; transform: scale(1.1); transition: all 0.3s ease-in-out; }
article.movies section.contents ul li a.leave img { opacity: 0.5; transform: scale(1); transition: all 0.3s ease-in-out; }
article.movies section.contents ul li.coming span { display: block; position: relative; margin: 10px; background-color: rgb(0, 0, 0); overflow: hidden; }
article.movies section.contents ul li.coming span img { display: block; width: 100%; height: auto; opacity: 0.5; }
article.movies section.contents ul li.coming span:after { display: block; position: absolute; top: 50%; width: 100%; content: "COMING SOON ...."; text-align: center; font-family: "Viga", sans-serif; font-size: 130%; color: rgb(255, 255, 255); z-index: 1; }
article.movies section.contents ul li.main_movie { width: 100%; text-align: center; }
article.movies section.contents ul.movie_2col { display: flex; justify-content: center; }

/* notification */
article.notification { margin: 1px auto 50px; width: 94%; max-width: 910px; }
article.notification ul { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; margin: 0 auto; width: 100%; line-height: 0; text-align: center; }
article.notification ul li { position: relative; margin: 10px; background-color: rgb(0, 0, 0); overflow: hidden;}
article.notification ul li a { display: block; width: 100%; height: 100%; cursor: pointer; text-decoration: none; color: #fff; }
article.notification ul li a.leave img { opacity: 0.5; transform: scale(1); transition: all 0.3s ease-in-out; }
article.notification ul li a.enter img { opacity: 0.9; transform: scale(1.1); transition: all 0.3s ease-in-out; }
article.notification ul li a img { width: 100%; opacity: .5; }
article.notification ul li a p { position: absolute; top: 36%; bottom: 0; left: 0; right: 0; display: block; text-align: center; color: #fff; font-size: 125%; font-weight: bold; line-height: 1.5; }
article.notification ul li a p span { display: block; font-size: 72%; line-height: 2.5 }
@media screen and (max-width: 640px) {
	article.notification { width: 100%; }
	article.notification ul { display: block; }
	article.notification ul li { width: 100%; min-height: auto; margin: 1px 0 0 0;}
	article.notification ul li a p { top: 40%; font-size: 20px;}
	article.notification ul li a p span { font-size: 14px; }
}
@media screen and (max-width: 330px) {
	article.notification ul li a p { top: 42%; font-size: 18px;}
	article.notification ul li a p span { font-size: 16px; line-height: 2.2}
}
/* notification */

@media screen and (max-width: 640px) {
	article.movies section.contents { margin: 1px auto 0 auto; }
	article.movies section.contents { width: 100%; }
	article.movies section.contents ul { display: block; }
	article.movies section.contents ul li { width: 100%; }
	article.movies section.contents ul li a { margin: 1px 0 0 0; }
	article.movies section.contents ul li.coming span { margin: 1px 0 0 0; }
}

/* landscape */
@media only screen and (max-device-width: 640px) and (orientation: landscape) {
	article.movies section.title h2 { margin-top: 40px; }
	article.movies section.contents ul { display: block; width: 100%; }
	article.movies section.contents ul:before,
	article.movies section.contents ul:after { display: table; content: ""; }
	article.movies section.contents ul:after { clear: both; }
	article.movies section.contents ul li { float: left; margin: 0 1%; width: 47%; }
}

/* news */
article.news section.title.pc { background-image: url("../images/news/title_bg_pc.jpg"); }
article.news section.title.sp { background-image: url("../images/news/title_bg_sp.jpg"); }
article.news section.title:before { background-color: rgba(0, 0, 0, 0.1); }
article.news section.title h2 img { max-width: 356px; }
article.news section.contents { margin: 50px auto 100px auto; width: 94%; max-width: 660px; }
article.news section.contents dl { display: -webkit-box; -webkit-box-pack: start; -webkit-justify-content: flex-start; -webkit-align-items: flex-start; -webkit-flex-wrap: nowrap; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: nowrap; margin: 0 auto; padding: 19px 0 16px 0; width: 100%; line-height: 1.5; border-top: 1px solid rgba(63, 32, 33, 0.6); }
article.news section.contents dl:last-child { border-bottom: 1px solid rgba(63, 32, 33, 0.6); }
article.news section.contents dl dt { width: 13%; font-family: "Viga", sans-serif; font-size: 75%; color: rgb(63, 32, 33); }
article.news section.contents dl dd { padding-left: 2%; width: 85%; }
article.news section.contents dl dd { font-size: 95%; font-weight: bold; color: rgb(245, 145, 25); }
article.news section.contents dl dd a { color: rgb(245, 145, 25); text-decoration: none; }
article.news section.contents dl dd a:link { color: rgb(245, 145, 25); }
article.news section.contents dl dd a:visited { color: rgb(245, 145, 25); }
article.news section.contents dl dd a:hover { color: rgb(226, 84, 21); text-decoration: underline; }
article.news section.contents dl dd a:active { color: rgb(226, 84, 21); text-decoration: underline; }
article.news section.contents dl dd ul { margin-left: 1em; }
article.news section.contents dl dd ul li { margin-top: 10px; font-weight: bold; }
article.news section.contents dl dd ul li:first-child { margin-top: 0; }
article.news section.contents dl dd ul li:before { margin-left: -1em; content: "・"; }
@media screen and (max-width: 640px) {
	article.news section.contents { margin: 0 auto; }
	article.news section.contents { width: 100%; }
	article.news section.contents dl { display: block; width: 100%; }
	article.news section.contents dl dt { margin: 0 auto; width: 90%; font-size: 65%; }
	article.news section.contents dl dd { margin: 10px auto 0 auto; padding-left: 0; width: 90%; font-size: 85%; }
	article.news section.contents dl dd a { text-decoration: underline; }
	article.news section.contents dl dd a:hover { color: rgb(245, 145, 25); text-decoration: underline; }
	article.news section.contents dl dd a:active { color: rgb(245, 145, 25); text-decoration: underline; }
}
@media screen and (max-width: 480px) {
	article.news section.title h2 img { max-width: 300px; }
}

/* to_sub */
a.to_sub { display: block; position: relative; width: 100%; height: 54px; text-align: center; font-family: "Viga", sans-serif; font-size: 125%; color: rgb(255, 255, 255); text-decoration: none; line-height: 54px; background-color: rgb(245, 145, 25); }
a.to_sub:after { display: block; position: absolute; top: 50%; right: 15px; margin-top: -3px; content: ""; width: 6px; height: 6px; border-top: 2px solid rgb(255, 255, 255); border-right: 2px solid rgb(255, 255, 255); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
a.to_sub.enter { color: rgb(255, 255, 255); background-color: rgb(63, 32, 33); transition: all 0.3s ease-in-out; }
a.to_sub.leave { color: rgb(255, 255, 255); background-color: rgb(245, 145, 25); transition: all 0.3s ease-in-out; }
a.to_sub.enter:after { border-top: 2px solid rgb(255, 255, 255); border-right: 2px solid rgb(255, 255, 255); transition: all 0.3s ease-in-out; }
a.to_sub.leave:after { border-top: 2px solid rgb(255, 255, 255); border-right: 2px solid rgb(255, 255, 255); transition: all 0.3s ease-in-out; }

/*notes*/
.bold{font-weight: bold;}
.notes {max-width: 1164px;margin: 0 auto;padding: 25px 25px;}
.notes-box {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 8px 22px;background: #fff;border: 1px solid #D30000;border-radius: 3px;-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);}
.notes-box__ttl {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-sizing: border-box;box-sizing: border-box;width: 25%;min-height: 34px;color: #000;font-size: 16px;font-weight: bold;line-height: 1.2;padding-right: 17px;margin-right: 2%;border-right: 1px solid #D30000;}
.notes-box__cont {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center; -ms-flex-align: center;align-items: center;width: 65%;}
.notes-list {padding: 7px 0;}.notes-list__item {font-size: 14px;line-height: 1.5;padding-bottom: 6px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);margin-bottom: 8px;}
.notes-list__item:last-of-type {padding-bottom: 0;border: none;margin-bottom: 0;}
.notes-list__item a{color:#000;text-decoration: none;}
.notes-list__item a:hover {text-decoration: underline;}


@media screen and (max-width: 768px) {
.notes {padding: calc(20*100vw/768);}
.notes-box {-ms-flex-wrap: wrap;flex-wrap: wrap;padding: calc(20*100vw/768) calc(20*100vw/768) calc(11*100vw/768);-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);}
.notes-box__ttl {display: block;width: 100%;height: auto;min-height: auto;font-size: 1.2rem;text-align: center;padding: 0;border: none;margin: 0 0 calc(12*100vw/768);}
.notes-box__cont {width: 100%;font-size: 1.2rem;}
.notes-list {padding: 0; margin: 0 auto;}
.notes-list__item {padding-bottom: calc(10*100vw/768);margin-bottom: calc(20*100vw/768);}
.notes-list__item a{text-decoration: underline;}
}