html {
	font-family: "Helvetica", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.7;
	color: #111;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	html {
		font-size: 16px;
	}
}
@media screen and (min-width: 1100px) {
	html {
		font-size: 18px;
	}
}
body {
	margin: 0;
}
h1, h2, h3 {
	margin: 0;
	font: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
}
@font-face {
	font-family: "goblin-one";
	src: url("../font/goblin-one.woff") format("woff2");
}
@font-face {
	font-family: "lust-display";
	src: url("../font/lust-display.woff") format("woff2");
}
.font-lust-display {
	font-family: "lust-display";
}
.font-goblin-one {
	font-family: "goblin-one";
}
.hidden {
	display: none;
}
.placeholder {
	background-color: #e9e6dc;
}
.positioning {
	position: relative;
}


header {
	color: #fff;
}
header a {
	display: block;
}
header a:hover {
	opacity: 0.75;
}
@media screen and (max-width: 767px) {
	header {
		display: none;
		position: fixed;
		z-index: 3;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding-top: 3em;
		background-color: rgb(82, 40, 0);
		text-align: center;
		font-size: 150%;
		line-height: 2.5;
	}
	header.sm-visible {
		display: block;
	}
	header .brand img {
		height: 8rem;
	}
	.nav-icon {
		position: fixed;
		z-index: 4;
		top: 1rem;
		right: 1rem;
		display: inline-block;
		padding: 0.6rem 0.9rem;
		font-size: 230%;
		color: #fff;
		transition: background-color 0.4s ease-in;
	}
	.nav-icon.bg {
		background-color: rgba(82, 40, 0, 0.7);
	}
}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {
	header > .container > * {
		display: inline-block;
		vertical-align: middle;
	}
	header .brand {
		margin-right: 5rem;
	}
}
@media screen and (min-width: 768px) {
	header {
		position: fixed;
		z-index: 3;
		top: 0;
		left: 0;
		right: 0;
		background-color: rgba(82, 40, 0, 0.9);
		font-size: 90%;
		transition: transform 0.4s ease-in;
		transform: translateY(-100%);
	}
	header.md-visible {
		transform: translateY(0);
	}
	header > .container {
		overflow: hidden;
	}
	header .brand {
		float: left;
	}
	header .brand > a {
		padding: 0.6rem;
	}
	header .brand img {
		display: block;
		height: 3.3rem;
	}
	header ul {
		float: right;
		overflow: hidden;
	}
	header li {
		float: left;
	}
	header li > a {
		padding: 0.8rem;
		line-height: 3.3;
	}
	.nav-icon {
		display: none;
	}
}


.main-visual > .logo {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.main-visual > .logo > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 60%;
}
.main-visual > .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.8s ease-in-out;
	opacity: 0;
}
.main-visual > .cover.visible {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.main-visual {
		height: 250px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.main-visual {
		height: 450px;
	}
}
@media screen and (min-width: 1100px) {
	.main-visual {
		height: 650px;
	}
}


.fb-container {
	margin: 1em;
	text-align: center;
}
/* #news ul {
	margin: 3rem 0;
}
#news li {
	overflow: hidden;
}
#news a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s ease-in;
}
#news a[href] {
	opacity: 1;
}
#news a.no-transition {
	transition: none;
}
#news a[href]:hover{
	opacity: 0.75;
}
#news .message {
	position: absolute;
	padding: 0.9em 1.2em 1.2em 1.2em;
	font-size: 90%;
	line-height: 1.5;
	color: #fff;
}
#news .message:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 79%;
}
#news .message > .date {
	display: block;
	margin-bottom: 0.4em;
}
#news .picture {
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	#news li {
		position: relative;
		height: 140px;
	}
	#news li + li {
		margin-top: 1rem;
	}
	#news li:nth-child(1) .message {
		left: 50%;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgb(215,79,53);
	}
	#news li:nth-child(1) .message:after {
		background-image: linear-gradient(180deg, rgba(215,79,53,0) 0%, rgba(215,79,53,1) 80%);
	}
	#news li:nth-child(1) .picture {
		left: 0;
		top: 0;
		right: 50%;
		bottom: 0;
	}
	#news li:nth-child(2) .message {
		left: 0;
		top: 0;
		right: 50%;
		bottom: 0;
		background-color: rgb(248,167,94);
	}
	#news li:nth-child(2) .message:after {
		background-image: linear-gradient(180deg, rgba(248,167,94,0) 0%, rgba(248,167,94,1) 80%);
	}
	#news li:nth-child(2) .picture {
		left: 50%;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#news li:nth-child(3) .message {
		left: 50%;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgb(139,176,54);
	}
	#news li:nth-child(3) .message:after {
		background-image: linear-gradient(180deg, rgba(139,176,54,0) 0%, rgba(139,176,54,1) 80%);
	}
	#news li:nth-child(3) .picture {
		left: 0;
		top: 0;
		right: 50%;
		bottom: 0;
	}
	#news li:nth-child(n+4) {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#news li {
		position: absolute;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	#news ul {
		height: 500px;
	}
	#news li:nth-child(1) {
		left: 0;
		top: 0;
		width: 346px;
		height: 331px;
	}
	#news li:nth-child(1) .message {
		left: 0;
		top: 50%;
		right: 0;
		bottom: 0;
		background-color: rgb(215,79,53);
	}
	#news li:nth-child(1) .message:after {
		background-image: linear-gradient(180deg, rgba(215,79,53,0) 0%, rgba(215,79,53,1) 80%);
	}
	#news li:nth-child(1) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 50%;
	}
	#news li:nth-child(2) {
		left: 354px;
		top: 0;
		width: 346px;
		height: 162px;
	}
	#news li:nth-child(2) .message {
		left: 0;
		top: 0;
		right: 50%;
		bottom: 0;
		background-color: rgb(248,167,94);
	}
	#news li:nth-child(2) .message:after {
		background-image: linear-gradient(180deg, rgba(248,167,94,0) 0%, rgba(248,167,94,1) 80%);
	}
	#news li:nth-child(2) .picture {
		left: 50%;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#news li:nth-child(3) {
		left: 0;
		top: 339px;
		width: 169px;
		height: 161px;
	}
	#news li:nth-child(3) .message {
		display: none;
	}
	#news li:nth-child(3) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#news li:nth-child(4) {
		left: 177px;
		top: 339px;
		width: 169px;
		height: 161px;
	}
	#news li:nth-child(4) .message {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgb(248,167,94);
	}
	#news li:nth-child(4) .message:after {
		background-image: linear-gradient(180deg, rgba(248,167,94,0) 0%, rgba(248,167,94,1) 80%);
	}
	#news li:nth-child(4) .picture {
		display: none;
	}
	#news li:nth-child(5) {
		left: 354px;
		top: 170px;
		width: 169px;
		height: 330px;
	}
	#news li:nth-child(5) .message {
		left: 0;
		top: 50%;
		right: 0;
		bottom: 0;
		background-color: rgb(139,176,54);
	}
	#news li:nth-child(5) .message:after {
		background-image: linear-gradient(180deg, rgba(139,176,54,0) 0%, rgba(139,176,54,1) 80%);
	}
	#news li:nth-child(5) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 50%;
	}
	#news li:nth-child(6) {
		left: 531px;
		top: 170px;
		width: 169px;
		height: 330px;
	}
	#news li:nth-child(6) .message {
		left: 0;
		top: 50%;
		right: 0;
		bottom: 0;
		background-color: rgb(215,79,53);
	}
	#news li:nth-child(6) .message:after {
		background-image: linear-gradient(180deg, rgba(215,79,53,0) 0%, rgba(215,79,53,1) 80%);
	}
	#news li:nth-child(6) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 50%;
	}
	#news li:nth-child(n+7) {
		display: none;
	}
}
@media screen and (min-width: 1100px) {
	#news ul {
		height: 650px;
	}
	#news li:nth-child(1) {
		left: 0;
		top: 0;
		width: 660px;
		height: 320px;
	}
	#news li:nth-child(1) .message {
		left: 60%;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgb(215,79,53);
	}
	#news li:nth-child(1) .message:after {
		background-image: linear-gradient(180deg, rgba(215,79,53,0) 0%, rgba(215,79,53,1) 80%);
	}
	#news li:nth-child(1) .picture {
		left: 0;
		top: 0;
		right: 40%;
		bottom: 0;
	}
	#news li:nth-child(2) {
		left: 0;
		top: 331px;
		width: 220px;
		height: 319px;
	}
	#news li:nth-child(2) .message {
		left: 0;
		top: 60%;
		right: 0;
		bottom: 0;
		background-color: rgb(248,167,94);
	}
	#news li:nth-child(2) .message:after {
		background-image: linear-gradient(180deg, rgba(248,167,94,0) 0%, rgba(248,167,94,1) 80%);
	}
	#news li:nth-child(2) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 40%;
	}
	#news li:nth-child(3) {
		left: 231px;
		top: 331px;
		width: 429px;
		height: 319px;
	}
	#news li:nth-child(3) .message {
		left: 0;
		top: 60%;
		right: 0;
		bottom: 0;
		background-color: rgb(139,176,54);
	}
	#news li:nth-child(3) .message:after {
		background-image: linear-gradient(180deg, rgba(139,176,54,0) 0%, rgba(139,176,54,1) 80%);
	}
	#news li:nth-child(3) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 40%;
	}
	#news li:nth-child(4) {
		left: 671px;
		top: 0;
		width: 329px;
		height: 155px;
	}
	#news li:nth-child(4) .message {
		left: 0;
		top: 0;
		right: 50%;
		bottom: 0;
		background-color: rgb(248,167,94);
	}
	#news li:nth-child(2) .message:after,
	#news li:nth-child(4) .message:after {
		background-image: linear-gradient(180deg, rgba(248,167,94,0) 0%, rgba(248,167,94,1) 80%);
	}
	#news li:nth-child(4) .picture {
		left: 50%;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#news li:nth-child(5) {
		left: 671px;
		top: 166px;
		width: 159px;
		height: 154px;
	}
	#news li:nth-child(5) .message {
		display: none;
	}
	#news li:nth-child(5) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#news li:nth-child(6) {
		left: 671px;
		top: 331px;
		width: 159px;
		height: 154px;
	}
	#news li:nth-child(6) .message {
		display: none;
	}
	#news li:nth-child(6) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#news li:nth-child(7) {
		left: 671px;
		top: 496px;
		width: 159px;
		height: 154px;
	}
	#news li:nth-child(7) .message {
		display: none;
	}
	#news li:nth-child(7) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#news li:nth-child(8) {
		left: 841px;
		top: 166px;
		width: 159px;
		height: 319px;
	}
	#news li:nth-child(8) .message {
		left: 0;
		top: 50%;
		right: 0;
		bottom: 0;
		background-color: rgb(51,51,51);
	}
	#news li:nth-child(8) .message:after {
		background-image: linear-gradient(180deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 80%);
	}
	#news li:nth-child(8) .picture {
		left: 0;
		top: 0;
		right: 0;
		bottom: 50%;
	}
	#news li:nth-child(9) {
		left: 841px;
		top: 496px;
		width: 159px;
		height: 154px;
	}
	#news li:nth-child(9) .message {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgb(139,176,54);
	}
	#news li:nth-child(9) .message:after {
		background-image: linear-gradient(180deg, rgba(139,176,54,0) 0%, rgba(139,176,54,1) 80%);
	}
	#news li:nth-child(9) .picture {
		display: none;
	}
} */


.key-section {
	margin-bottom: 6rem;
}
.key-section > .title {
	margin-bottom: 3rem;
}
.key-section h2 {
	background-color: #522800;
	color: #fff;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
	background-size: 100% 100%, cover;
	background-position: left top, center;
	background-repeat: no-repeat, repeat-y;
}
.key-section h2:after {
	content: "";
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.key-section:nth-of-type(odd) h2:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cG9seWdvbiBwb2ludHM9IjAsMTAgMTAsMTAgMTAsOCIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.key-section:nth-of-type(even) h2:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cG9seWdvbiBwb2ludHM9IjAsOCAwLDEwIDEwLDEwIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}
#menu h2 {
	background-image: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.7) 100%),
		url("../img/section-bg-1.jpg");
}
#party h2 {
	background-image: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.7) 100%),
		url("../img/section-bg-2.jpg");
}
#contact h2 {
	background-image: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0.7) 100%),
		url("../img/section-bg-3.jpg");
}
@media screen and (max-width: 767px) {
	.key-section h2 {
		font-size: 200%;
	}
}
@media screen and (min-width: 768px) {
	.key-section h2 {
		background-attachment: scroll, fixed;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.key-section h2 {
		font-size: 220%;
	}
}
@media screen and (min-width: 1100px) {
	.key-section h2 {
		font-size: 250%;
	}
}


@media screen and (max-width: 767px) {
	.container {
		padding: 0 1rem;
	}
}
@media screen and (min-width: 768px) {
	.container {
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.container {
		width: 700px;
	}
}
@media screen and (min-width: 1100px) {
	.container {
		width: 1000px;
	}
}


#menu .sections {
	margin-bottom: 1rem;
	overflow: hidden;
	text-align: center;
}
#menu .sections > * {
	float: left;
	margin-bottom: 2rem;
}
#menu .sections h3 {
	margin-bottom: 0.2rem;
	display: none;
}
#menu .sections a {
	display: inline-block;
}
#menu .sections a > img {
	display: block;
	height: 282px;
}
#menu .sections a:hover > img {
	opacity: 0.75;
}
@media screen and (max-width: 767px) {
	#menu .sections > * {
		width: 100%;
	}
	#menu .sections h3 {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px)  {
	#menu .container {
		text-align: center;
	}
	#menu .sections {
		display: inline-block;
	}
	#menu .sections a > img {
		height: 197px;
	}
}
#menu .member-card {
	display: block;
	margin: 0 auto;
	width: 13em;
	text-align: center;
	font-size: 120%;
	line-height: 3;
	background-color: #487fd1;
	color: #fff;
}
#menu .member-card:hover {
	background-color: #3c6cb4;
}


#party h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 1099px) {
	#party section + section {
		margin-top: 2rem;
	}
}
@media screen and (min-width: 1100px) {
	#party .container {
		overflow: hidden;
	}
	#party section {
		float: left;
		width: 32%;
	}
	#party section + section {
		margin-left: 2%;
	}
	#party h3 {
		line-height: 1.2;
		height: 2.4em;
	}
	#party .nb-lg {
		display: none;
	}
}


#contact > .container {
	text-align: center;
	font-size: 120%;
}
#contact > .container > * {
	margin-bottom: 1rem;
}
#contact .hours > span {
	display: inline-block;
}
#contact .fa {
	font-size: 190%;
}
#contact .social {
	margin: 3rem 0;
}
#contact .social > a {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	width: 4.5rem;
}
#contact .social > a:hover {
	position: relative;
	top: -2px;
}
#contact .social > a + a {
	margin-left: 1.5rem;
}
#contact .social > a > img {
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px) {
	#contact .address span {
		display: block;
	}
}
#contact .map-and-panorama > a {
	display: block;
	width: 14em;
	border: 3px solid #811625;
	color: #720b0b;
	font-weight: bold;
	line-height: 3;
	text-align: center;
}
#contact .map-and-panorama > a:hover {
	background-color: #811625;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#contact .map {
		height: 350px;
	}
	#contact .panorama {
		display: none;
	}
	#contact .map-and-panorama > a {
		margin: 2rem auto 0 auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	#contact .map {
		height: 450px;
	}
	#contact .panorama {
		height: 450px;
	}
	#contact .map-and-panorama > a {
		margin: 3rem auto;
	}
}
@media screen and (min-width: 1100px) {
	#contact .map-and-panorama {
		position: relative;
		overflow: hidden;
		padding-bottom: 6rem;
	}
	#contact .map-and-panorama > div {
		height: 540px;
		float: left;
	}
	#contact .map {
		width: 30%;
	}
	#contact .panorama {
		width: 70%;
	}
	#contact .map-and-panorama > a {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -7em;
	}
}


footer {
	margin-bottom: 4rem;
	text-align: center;
}
footer .logo {
	margin-bottom: 1rem;
}
footer .logo img {
	width: 7rem;
}
footer .catch {
	margin-bottom: 1rem;
}
footer .produced {
	font-size: 80%;
}
footer a {
	text-decoration: underline;
}