@charset "utf-8";

/* ==============================
Tablet Layout
Site Name: Honmaru Kito Official Website;
Date: 2015.06.01;
================================= */

/* body
--------------------------------- */
body {
	background: white;
	color: black;
	font-family: "Times New Roman", Roboto, "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	line-height: 2.0;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

/* a
--------------------------------- */
a {
	color: #2d7280;
	text-decoration: none;
	transition: all .5s ease-in-out;
	-webkit-tap-highlight-color:;
}
a:hover,
a:active {
	text-decoration: none;
	opacity: .3;
}

/* clear, inner
--------------------------------- */
.clear {
	clear: both;
}
/* inner */
.inner {
	clear: both;
}
.inner--100 {
	clear: both;
	overflow: hidden;
	width: 100%;
}

/* title, strong
--------------------------------- */
h1 {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
}
.title {
	text-align: center;
}
/* strong */
strong {
	font-weight: bold;
}
em {
	color: #43abc0;
	font-weight: normal;
	font-style: normal;
}

/* main
--------------------------------- */
section {
}
/* text */
p.txt {
	padding-bottom: 24px;
	max-height: 100%;
}
div.txt {
	margin-bottom: 24px;
	max-height: 100%;
}
div.txt p {
	padding-bottom: 24px;
	max-height: 100%;
}
/* br */
.br--sp {
	display: none;
}
/* btn */
.btn {
	background: url(../img/ico_arrow_r.svg) right 20px top 50% no-repeat;
	background-size: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	margin: 0 auto;
	max-width: 320px;
}
.btn a {
	border: 1px solid #2d7280;
	color: #2d7280;
	display: block;
	line-height: 48px;
	opacity: 1;
	text-align: center;
	height: 48px;
}
.btn a:hover {
	background: #2d7280;
	color: white;
}

/* header
--------------------------------- */
header {
	background: url(../img/photo_keyvisual.jpg) left top no-repeat white;
	background-size: 100%;
	width: 100%;
}
/* logo */
header .logo01 {
	margin-left: auto;
	padding-top: 64px;
	padding-right: 7%;
	width: 60%;
	min-width: 60%;
}
header .logo02 {
	margin-left: auto;
	padding-top: 56px;
	padding-right: 7%;
	width: 32%;
}
header .logo03 {
	margin-left: auto;
	padding-top: 56px;
	padding-right: 7%;
	width: 32%;
}
header .btn--next {
	position: absolute;
	bottom: 7%;
	left: 50%;
	margin-left: -50px;
}
/* share */
.list--share {
	position: absolute;
	top: 32px;
	left: 32px;
}
.list--share li {
	list-style: none;
}
.list--share li a {
	display: block;
	width: 44px;
	height: 44px;
}

/* intro
--------------------------------- */
#intro .inner--100 {
	background: url(../img/bg_intro.png) 0 0 repeat-x;
	background-size: 10px 30%;
}
#intro .title {
	padding-top: 90px;
	padding-bottom: 56px;
}
#intro .title img {
	width: 4%;
	max-width: 36px;
	min-width: 20px;
}
.photo {
	text-align: center;
}
#intro .photo img {
	width: 100%;
	max-width: 980px;
}

/* songs
--------------------------------- */
#songs {
	margin: 0 auto;
	width: 500px;
}
.audiojs {
	margin-top: 56px;
	width: 500px;
}
.audiojs .scrubber {
	width: 320px;
}
.list--songs {
	color: black;
	list-style: decimal-leading-zero inside;
	margin: 0 auto 128px;
	width: 500px;
}
.list--songs li {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	list-style: none;
	position: relative;
	padding: 9px 0 10px;
}
.list--songs a {
	color: black;
	display: block;
}
.playing {
	color: #43abc0;
}
.playing a {
	color: #43abc0;
}
.playing:after {
	color: #43abc0;
	content: '♬';
	position: absolute;
	right: 0;
	top: 10px;
}

/* instagram
--------------------------------- */
#instafeed li {
	background: url(../img/title_instagram.svg) center center no-repeat;
	background-size: 123px 76px;
	float: left;
	list-style: none;
	width: 33.333%;
}
#instafeed a {
	display: block;
}

/* feed
--------------------------------- */
.tl {
	clear: both;
	overflow: hidden;
	width: 100%;
}
.tl section {
	box-sizing: border-box;
	text-align: left;
	padding: 60px 40px;
}
.tl .title {
	margin-bottom: 30px;
}
.tl .title i {
	display: block;
	padding-bottom: 16px;
}
.feed {
	margin-bottom: 40px;
	height: 210px;
}
.feed dt {
	color: #2d7280;
	font-size: 14px;
	letter-spacing: .1em;
}
.feed dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}
.feed dd a {
	color: black;
}
#blog {
	background: url(../img/bg_tl01.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}
#facebook {
	background: url(../img/bg_tl02.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}
#twitter {
	background: url(../img/bg_tl03.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}
#feed--twitter {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
#feed--twitter iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* profile
--------------------------------- */
#profile {
	clear: both;
	overflow: hidden;
	position: relative;
	height: 1082px;
}
#profile h2 img {
	max-width: 400px;
}
#profile .txt {
	text-align: right;
	line-height: 40px;
	position: absolute;
	top: 144px;
	right: 6.5%;
	z-index: 10;
}
#profile .photo {
	background: url(../img/photo_profile.jpg) 0 0 no-repeat;
	position: absolute;
	top: 144px;
	left: 50%;
	margin-left: -500px;
	width: 600px;
	height: 938px;
}
#profile h2 {
	margin-left: auto;
	margin-bottom: 40px;
	width: 320px;
}
#profile h2 img {
	width: 100%;
}
#profile h3 {
	margin-left: auto;
	margin-bottom: 50px;
	width: 214px;
}
#profile h3 img {
	width: 100%;
}

/* message
--------------------------------- */
#message {
	-webkit-animation: bg-color 12s infinite;
	animation: bg-color 12s infinite;
	height: 464px;
	position: relative;
}
@-webkit-keyframes bg-color {
	0% { background-color: white; }
	70% { background-color: #43abc0; }
	90% { background-color: black; }
	100% { background-color: white; }
}
@keyframes bg-color {
	0% { background-color: white; }
	70% { background-color: #43abc0; }
	90% { background-color: black; }
	100% { background-color: white; }
}
#message .title {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -39px;
	margin-left: -261px;
}
#message .title img {
	max-width: 90%;
}
/* youtube
--------------------------------- */
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#youtube .title {
	margin-top: 64px;
}
#youtube .btn {
	margin: 36px auto 0;
	width: 50%;
	max-width: 640px;
}

/* pagetop
--------------------------------- */
.pagetop {
	text-align: center;
	margin-top: 160px;
	margin-bottom: 64px;
}

/* footer
--------------------------------- */
footer {
	text-align: center;
}
footer .inner--100 {
	background: url(../img/bg_footer.jpg) center top no-repeat #c5e1e8;
	height: 464px;
}
footer .email {
	padding-top: 170px;
}
footer .email img {
	max-width: 80%;
}
footer .title {
	margin-top: 22px;
}
.list--sns {
	display: table;
	margin: 32px auto 0;
}
.list--sns li {
	float: left;
	list-style: none;
}
.list--sns li a {
	display: block;
	margin: 0 5px;
	width: 50px;
	height: 50px;
}
#copyright {
	background: #2d3233;
	color: white;
	font-size: 12px;
	letter-spacing: .3em;
	line-height: 96px;
	height: 96px;
}