@charset "utf-8";

.pc {
	display: none !important;
}


#menu-button {
	position: fixed;
	width: 50px;
	height: 40px;
	left: 15px;
	top: 10px;
	z-index: 10010;
}
#menu-button a {
	position: absolute;
	display: block;
	height: 40px;
	cursor: pointer;
}
#menu-button a i {
	position: absolute;
	display: block;
	width: 40px;
	height: 2px;
	left: 5px;
	background: #211815;
}
#menu-button a i:nth-child(1) {
	top: calc(50% - 5px);
}
#menu-button a i:nth-child(2) {
	top: calc(50% + 2px);
}





#menu-button a i {
	transition: all 300ms ease-out;
}
body.opened-menu #menu-button a i:nth-child(1) {
	transform: translateY(3px) rotate(15deg);
}
body.opened-menu #menu-button a i:nth-child(2) {
	transform: translateY(-4px) rotate(-15deg);
}





#menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}
#menu .inner {
	box-sizing: border-box;
	width: 100vw;
	padding: 60px 25px 40px;
	text-align: center;
	background: rgba(255,255,255,0.75);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
#menu .main li:nth-child(1) img {
	width: 120px;
}
#menu .main li:nth-child(2) img {
	width: 190px;
}
#menu .main li:nth-child(3) img {
	width: 240px;
}
#menu .main li a {
	font-size: 18px;
	font-weight: 500;
}
#menu .main li + li {
	margin-top: 25px;
}


#menu .sub {
	width: 240px;
	margin: 50px auto 0
}
#menu .sub li {
}
#menu .sub li + li {
	margin-top: 15px;
}
#menu .sub li a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding-bottom: 1px;
	font-size: 14px;
	transition: all 400ms ease-out;
}
#menu .sub li.locator a {
	color: #fff;
	background: #211815;
}
#menu .sub li.forsalon a {
	border: 1px solid #211815;
}
#menu .sub li.locator a:active {
	background-color: #555;
}
#menu .sub li.forsalon a:active {
	background-color: rgba(255,255,255,0.3);
}



#menu li a {
	transition: all 300ms ease-out;
}
#menu li a:active {
	opacity: 0.5;
}


#menu {
	visibility: hidden;
	opacity: 0;
	filter: blur(20px);
	transition: all 400ms ease-out;
}

body.opened-menu #menu {
	visibility: visible;
	opacity: 1;
	filter: blur(0px);
}





#wrap > header {
	display: none;
}


#wrap > footer {
	margin: 50px 0 15px;
	text-align: center;
}
#wrap > footer .copyright {
	font-size: 10px;
	font-weight: 500;
}









#top-intro {
	padding: 70px 0 0;
}
#top-intro h1 {
	display: flex;
	justify-content: flex-end;
	width: 308px;
	margin: 0 auto;
}
#top-intro h1 span {
	display: block;
	width: 240px;
}
#top-intro h1 img {
	width: 100%;
	height: auto;
}
#top-intro .lead {
	margin: 50px 0 0;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.05em;
	background: #efefef;
}


#top-entry-list {
	box-sizing: border-box;
	width: 100%;
	margin: 50px auto 120px;
	padding: 0 40px;
}
#top-entry-list ul {
}
#top-entry-list li {
	text-align: center;
}
#top-entry-list li:nth-child(n + 2) {
	margin-top: 60px;
}
#top-entry-list li img {
	width: 100%;
	height: auto;
	transition: all 300ms ease-out;
}

#top-entry-list li .vol {
	margin: 15px 0 0;
	font-size: 12px;
}
#top-entry-list .vol img {
	width: auto;
	height: 11px;
}
#top-entry-list .vol .label {
	margin-right: 3px;
}
#top-entry-list .vol .num + .num {
	margin-left: 2px;
}

#top-entry-list li .title {
	position: relative;
	display: inline-block;
	margin: 8px 0 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
#top-entry-list li .title::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -7px;
	background: #000;
	transform: scaleX(0);
	transition: all 300ms ease-out;
}

#top-entry-list li a:active img {
	opacity: 0.8;
}
#top-entry-list li a:active .title::after {
	transform: scaleX(1);
}







#mini-logo {
	width: 120px;
	margin: 60px auto 0;
}
#mini-logo a {
	display: block;
}
#mini-logo img {
	width: 100%;
	height: auto;
}



#entry {
	margin: 25px 30px 100px;
}
#entry .visual img {
	width: 100%;
	height: auto;
}

.entry-header {
	margin: 70px 0 0;
	text-align: center;
}
.entry-header .vol {
	padding: 0 0 6px;
	font-size: 14px;
	border-bottom: 3px solid #000;
}
.entry-header .vol img {
	width: auto;
	height: 14px;
}
.entry-header .vol .bhn {
	margin-right: 12px;
}
.entry-header .vol .label {
	margin-right: 2px;
}
.entry-header .vol .num + .num {
	margin-left: 2px;
}

.entry-header h1 {
	margin: 15px -20px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.entry-header .lead {
	margin: 20px -20px 0;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.9;
}
@media screen and (min-width:403px) {
	.entry-header .lead {
		font-size: 12px;
	}
}


#entry .content {
	margin: 100px 0 0;
}
#entry .content .column + .column {
	margin-top: 100px;
}

#entry .content h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.10em;
	text-align: center;
}
#entry .content h2.nocolor {
	color: #000 !important;
}
#entry .content .box,
#entry .content .box p {
	font-size: 13px;
	line-height: 1.8;
}


#entry .content .box * + p,
#entry .content .box * + dl
{
	margin-top: 1.25em;
}
#entry .content .box p img {
	max-width: 100%;
	height: auto;
}

#entry .content .note {
	margin: 30px 0 0;
}
#entry .content .note,
#entry .content .note p {
	font-size: 11px;
	line-height: 1.8;
}
#entry .content .note a:hover {
	text-decoration: underline;
}


#entry .content .box h3 {
	margin: 0 0 15px;
	padding: 4px 2px 5px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

#entry .content .box dl.multi {
	display: flex;
	flex-direction: column-reverse;
}
#entry .content .box dl.multi + dl.multi {
	margin-top: 50px;
}
#entry .content .box dl.multi dt {
	margin-top: 1.0em;
}
#entry .content .box dl.multi dt img {
	width: 100%;
	height: auto;
}
#entry .content .box dl.multi dd {
}



#entry .content .box dl.multi ol {
	margin: 12px 0 0;
	padding: 0;
	font-weight: 600;
}
#entry .content .box dl.multi ol li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.7;
	list-style: none;
}
#entry .content .box dl.multi ol li + li {
	margin-top: 8px;
}
#entry .content .box dl.multi ol li::before {
	display: inline-block;
	width: 1.3em;
	text-indent: 0;
}

#entry .content .box > h3 + p {
	margin-top: 0.20em;
}
#entry .content .box > p + h3 {
	margin-top: 1.5em;
}












#entry .content-foot {
	margin: 150px 0 0;
}
#entry .content-foot img {
	width: 100%;
	height: auto;
}
#entry .content-foot h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
#entry .content-foot .text {
	margin: 20px 0 0;
}
#entry .content-foot .text,
#entry .content-foot .text p {
	font-size: 13px;
	line-height: 1.9;
	/*
	text-align: center;
	*/
}
#entry .content-foot .text p em {
	font-size: 9px;
	font-style: normal;
	vertical-align: super;
}
#entry .content-foot .text br {
	display: none;
}

#entry .content-foot .note {
	margin: 40px 0 0;
}
#entry .content-foot .note,
#entry .content-foot .note p {
	font-size: 11px;
	line-height: 1.8;
}























