@charset "utf-8";

body {
	font-size: 2.7vw;
}

main {
	width: 100%;
	margin: auto;
}

section {
	width: 100%;
	padding: 0px 40px;
}

/* Title Divide Line Controls */
.pc-only {
	display: none;
}

.mobile-only {
	display: inherit;
}

/* ------------------------------------------- */
/* Menu and Language */
/* ------------------------------------------- */
#menu-icon {
    /* transform: scale(0.8); */
	right: 10px;
	top: 20px;
}

#language {
    /* transform: scale(0.8); */
	right: 10px;
	top: 45px;
}

/* Navigation */
#nav-contents {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: -100%;
	padding: 100px 0px;
    transition: all 0.3s ease-in-out;
}

#nav-contents.active {
	top: 0px;
}

#nav-contents > li {
	display: block;
	width: 100%;
	margin: auto;
	cursor: pointer;
    transition: all 0.1s ease-in-out;
}

#nav-contents > li > span {
	display: block;
	width: 70%;
	margin: auto auto;
	padding: 20px 0px;
	text-align: left;
	border-bottom: 1px solid rgb(80,80,80);
    transition: all 0.1s ease-in-out;
}

#nav-ticket {
	width: 100%;
	font-size: 1.3em;
	padding: 0px;
}

#nav-ticket a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	/* border: 1px solid red; */
}

/* ------------------------------------------- */
/* Title */
/* ------------------------------------------- */
header {
	padding: 20px;
}
header h1 {
	display: inline-block;
	width: 47vw;
	height: 10vw;
	vertical-align: text-top;
}
header h2 {
	display: inline-block;
	height: 10vw;
	vertical-align: text-top;
}
header h1 img,
header h2 img {
	display: inline-block;
	height: 100%;
}

/* ------------------------------------------- */
/* Catalogue */
/* ------------------------------------------- */
main > section {
	padding: 0px 40px;
	margin-bottom: 150px;
}

/* Catalogue Image */
#catalogue_cover {
	width: 100%;
	height: auto;
	text-align: center;
}
#catalogue_cover img {
	width: 100%;
	object-fit: contain;
	vertical-align: bottom;
}
#catalogue_cover figcaption {
	font-size: 0.6em;
	line-height: 2.0em;
}

/* Catalogue Info */
#catalogue_info {
	flex-wrap: wrap;
	margin-top: 20px;
}
#catalogue_info > h2 {
	width: 100%;
	font-size: 0.7em;
	line-height: 2em;
}
#catalogue_info > div {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

/* Catalogue Description */
#catalogue_description {
	flex-wrap: wrap;
	margin-top: 20px;
}
#catalogue_description > div {
	display: inline-block;
	width: 100%;
}
#catalogue_description > div:nth-of-type(2) {
	font-size: 0.75em;
	line-height: 1.75em;
	margin-top: 60px;
}

/* Catalogue Images  */
#catalogue_images {
	flex-wrap: wrap;
	margin-top: 20px;
}
#catalogue_images img {
	width: 100%;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
}

/* ------------------------------------------- */
/* Goods */
/* ------------------------------------------- */
#goods {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#goods > h2 {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 40px;
}
#goods > h2 > hr {
	width: 100%;
	margin-bottom: 10px;
}

#goods > div {
	width: 100%;
}
#goods figure:nth-of-type(1) img,
#goods figure:nth-of-type(2) img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align:bottom;
}

#goods figure figcaption {
	flex-wrap: wrap;
}
#goods figure figcaption > div:nth-of-type(1) {
	width: 100%;
	margin-bottom: 4px;
}

/* ------------------------------------------- */
/* Footer */
/* ------------------------------------------- */
footer {
	padding: 0px;
	margin: 0px;
	border-top: 0;
	min-height: 100px;
	padding-bottom: 150px;
}

footer div {
	width: 100%;
}

/* shop */
footer #shop {
	padding: 0px;
	margin: 0px;
	width: 100%;
	flex-wrap: wrap;
}
footer #shop > div {
	width: 100%;
	padding-bottom: 40px;
}

footer #shop > div:nth-child(2) > p {
	width: 100%;
	font-size: 0.85em;
	padding: 0px 40px;
	margin: 0px;
	margin-bottom: 40px;
}

footer #shop > div:nth-child(2) > p > a {
	text-decoration:underline;
}

footer #artizone {
	padding: 20px 40px;
}

footer #artizone img {
	width: 180px;
}

footer #sns {
	display: flex;
	justify-content: center;
	align-items: center;
	position: inherit;
	left: inherit;
	bottom: inherit;
	margin: auto;
	width: calc(100% - 80px);
	border-top: 0.5px solid gray;
	border-bottom: 0.5px solid gray;
	padding: 20px 40px;
}

footer #sns img {
	height: 30px;
	margin: 0px 10px;
	transition: opacity 0.3s;
}