@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);

body {
	background-color: #dee0d7;
	color: #5f5039;
	font-size: 87.5%;
	line-height: 1.5;
}

header,
nav,
#breadcrumb,
#contents,
footer {
	margin: 0 auto 0 auto;
	width: 840px;
}

header h1 {
	margin: 0 0 26px 0;
	padding-top: 28px;
	text-align: center;
}

nav ul {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

nav ul li {
	float: left;
	width: 210px;
}

nav ul li a {
	overflow: hidden;
	display: block;
	padding-top: 44px;
	height: 0;
}

nav ul li#nav_home a {
	background-image: url(../images/nav1.png);
}

nav ul li#nav_discography a {
	background-image: url(../images/nav2.png);
}

nav ul li#nav_diary a {
	background-image: url(../images/nav3.png);
}

nav ul li#nav_contact a {
	background-image: url(../images/nav4.png);
}

#contents {
	overflow: hidden;
}

.clearfix::after {
	content: " ";
	display: block;
	clear: both;
	font-size: 0;
}

#main {
	float: left;
	width: 570px;
}

#sub {
	float: right;
	width: 230px;
}

footer {
	clear: both;
}

#main h1 {
	margin: 0;
	padding: 19px 0 32px 101px;
	font-size: 170%;
	background-image: url(../images/bg_h1_head.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Rubik Dirt", system-ui;
	font-weight: 400;
	font-style: normal;
}

.bnr_inner a p img:hover {
	opacity: 0.7;
}

.bnr_inner img:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}

#home #nav_home a,
#discography #nav_discography a,
#diary #nav_diary a,
#contact #nav_contact a,
nav ul li a:hover {
	background-position: 0 -45px;
}

.sns-btn {
	margin: 30px;
	padding: 0px;
	text-align: center;
}

.sns-btn li {
	display: inline-block;
	list-style-type: none;
	margin: 20px 20px 0 20px;

}

.sns-btn ul {
	padding: 20px 0 10px 0;
}

.sns-btn li:hover {
	opacity: 0.7;
}

.sns-btn li:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}

#title {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    filter: blur(10px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out, filter 0.8s ease-out;
}

#title.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
#news ul {
	list-style-type: none;
	padding-left: 0;
}

#news ul li {
	padding: 20px 0 20px 175px;
	border-bottom: 1px dotted #6c5f45;
	color: #342300;
	text-indent: -175px;
}

#news ul li time {
	display: inline-block;
	width: 175px;
	font-weight: bold;
	color: #6c5f45;
	text-indent: 0;
}

/* トップページ ここまで↑ */

/* 「discography」ページ ここから↓ */
.gallery_box {
	overflow: hidden;
}

.gallery_box figure {
	margin: 0 0 15px 15px;
	width: 180px;
	float: left;
}

.gallery_box figure:first-child {
	margin-left: 0;
}

.gallery_box:first-of-type {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* 「discography」ページ ここまで↑ */

/* 「diary」ページ ここから↓ */
.concept_box {
	overflow: hidden;
	margin-bottom: 30px;
}

.image_right {
	float: right;
	margin-left: 25px;
}

.image_left {
	float: left;
	margin-right: 25px;
}

.diary_box:last-child,
.diary_box p:last-child {
	margin-bottom: 0;
}

.diary_box h2 time {
	display: inline-block;
	width: 220px;
	font-weight: bold;
	color: #6c5f45;
	text-indent: 0;
}

/* 「diary」ページ ここまで↑ */

/* 「お問い合わせ」ページ ここから↓ */
form p {
	margin-top: 0;
	margin-bottom: 30px;
}

form p:nth-last-child(2) {
	margin-bottom: 7px;
}

form p:last-child {
	margin-bottom: 0;
}

input[type="text"] {
	width: 200px;
}

input[type="email"] {
	width: 300px;
}

textarea {
	width: 420px;
	height: 115px;
	overflow-y: scroll;
}

/* 「お問い合わせ」ページ ここまで↑ */