@charset "UTF-8";

/*リセットここから*/
html,body,
h1,h2,h3,h4,h5,h6,p,
dl,dt,dd,ol,ul,li,
table,tr,th,td,
article,aside,footer,header,menu,section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 100%;
}
img {
	border: none;
}
/*リセットここまで*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
ul,li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #3F4039;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 140%;
}

body {
	background: url(../images/back-main.gif) center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 15px;
	color: #333333;
}


/* ボイス再生 */

.playing img { animation: playing 1s infinite;; }
@keyframes playing {
  to { transform: scale(1.1,1.1); }
}

/* ボイス再生 ここまで */


/* ヘッダー */

header {
	position: relative;
	background: url(../images/back-header.jpg) center top no-repeat;
	height: 500px;
	margin: 0px 0px 100px 0px;
}
header h1 {
	position: absolute;
	top: 225px;
	left: 50%;
	margin-left: -210px;
}

/* ヘッダー ここまで */


/* メニュー */

#menu-box {
	position: fixed;
	top: 13px;
	left: 20px;
	z-index: 10;
	background-color:rgba(255,255,255,0.8);
}
#menu-box-inner {
	padding: 10px 10px 0px 10px;
}
#menu-box nav li {
	margin-bottom: 10px;
}
#menu-box nav li a:hover {
	opacity: 0.7;
}
#menu-box #menu-sns {
	margin-bottom: 20px;
}
#menu-box #menu-sns li {
	display: inline-block;
	margin: 0px 3px;
}
#link-pagetop {
	background: #ffffff;
}
#link-pagetop img {
	display: block;
	margin: 0px auto;
}
#link-pagetop a:hover img {
	opacity: 0.7;
}

#menu-box-sp {
	display: none;
}

#menu-home {
	margin-bottom: 10px;
}
#menu-home a:hover img {
	opacity: 0.7;
}
/* メニュー ここまで */


/* かむろみプロジェクトとは */

#whats-box {
	position: relative;
	width: 1000px;
	margin: 60px auto 100px auto;
	padding: -60px 0px 0px 0px;
}
#whats-box h2 {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -210px;
}
#whats-box h3 {
	background-image: url(../images/back-whats-top.png),url(../images/back-whats-bottom.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat,no-repeat;
	background-color:rgba(0,0,0,0.1);
	padding: 50px 145px;
	font-size: 16px;
	line-height: 180%;
	text-align: left;
}
#whats-cloud1 {
	position: absolute;
	top: 12px;
	left: -56px;
}
#whats-cloud2 {
	position: absolute;
	bottom: 12px;
	right: -56px;
}

/* かむろみプロジェクトとは ここまで */


/* キャラクター */

#chara-box {
	background-image: url(../images/back-chara-top.png),url(../images/back-chara-bottom.png),url(../images/back-chara.gif);
	background-position: top center,bottom center,top center;
	background-repeat: repeat-x,repeat-x,repeat;
	margin: 0px 0px 100px 0px;
	padding: 50px 0px;
}
#chara-box #chara-inner {
	width: 1000px;
	background-image: url(../images/back-touta.png),url(../images/back-miyu.png),url(../images/back-otoha.png),url(../images/back-tenten.png);
	background-position: 64px 58px,281px 269px,511px 257px,719px 93px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	margin: 0px auto;
}

#chara-box h2 {
	margin: 0px 0px 40px 0px;
}

#chara-box #chara-list {
	margin: 0px 0px 40px 0px;
}
#chara-box #chara-list li {
	display: inline-block;
	margin: 0px 15px;
}
#chara-box #chara-list a:hover {
	opacity: 0.7;
}


	/* キャラクタースライダー */

#chara-box .slider-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 445px;
	height: 480px;
}
#chara-box .bx-wrapper .bx-viewport {
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	left: 0px;
	background: none;
}
#chara-box .slider-pager {
	position: absolute;
	top: 115px;
	right: 5px;
	width: 108px;
	text-align: left;
}
#chara-box .slider-pager a {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: #ffffff;
	border: 3px solid #F2F2F2;
	border-radius: 30px;
	margin: 0px 0px 5px 0px;
}
#chara-box .slider-pager a.active,
#chara-box .slider-pager a:hover {
	border: 3px solid #C9DCDA;
}
#chara-box .slider-pager a img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}
#chara-box .slider-pager ul {
	float: right;
}
#chara-box .bx-wrapper .bx-controls-direction a {
	display: none;
}
	/* キャラクタースライダー ここまで */


#chara-box .chara-comment {
	position: absolute;
	top: 0px;
	left: -30px;
	z-index: 1;
}
#chara-box .chara-info-box {
	padding: 112px 15px 10px 450px;
}
#chara-box .chara-info-box h3 {
	float: left;
}
#chara-box .chara-info-box h3 span {
	display: none;
}
#chara-box .chara-info-box .chara-info {
	float: right;
	width: 420px;
	text-align: left;
}

#chara-box .chara-info-box .chara-cv {
	margin: 0px 0px 10px 0px;
	text-align: left;
}
#chara-box .chara-info-box .chara-cv li {
	display: inline-block;
	vertical-align: middle;
}
#chara-box .chara-info-box .chara-cv li.chara-cv-name {
	background: url(../images/chara-cv.png) left center no-repeat;
	padding: 10px 10px 10px 40px;
	font-size: 20px;
	color: #666666;
}
#chara-box .chara-info-box .chara-cv li a:hover img {
	opacity: 0.8;
}

#chara-box .chara-info-box .chara-sns {
	margin: 0px 0px 20px 0px;
	text-align: right;
}
#chara-box .chara-info-box .chara-sns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}
#chara-box .chara-info-box .chara-sns li a:hover img {
	opacity: 0.8;
}

#chara-box .chara-info-box .chara-text p {
	margin: 0px 0px 15px 0px;
	line-height: 170%;
}
#chara-box .chara-info-box .chara-text p span {
	display: block;
}
#chara-box .chara-info-box .chara-text dt,
#chara-box .chara-info-box .chara-text dd {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
#chara-box .chara-info-box .chara-text dt {
	width: 45px;
	border: 2px solid #7B97C7;
	border-radius: 5px;
	font-weight: bold;
	color: #7B97C7;
	text-align: center;
}
#chara-box .chara-info-box .chara-text dd {
	margin: -24px 0px 15px 57px;
}


	/* 俵 藤太 */

#touta-box {
	position: relative;
	background: url(../images/back-touta-box.png) 0px 90px no-repeat;
	margin-bottom: 40px;
}
#chara-box #touta-box .chara-info-box .chara-text dt {
	border: 2px solid #8ED2CB;
	color: #8ED2CB;
}
#chara-box #touta-box .slider-pager ul {
	float: left;
}
#chara-box #touta-box .slider-pager ul:last-child {
	float: right;
}

#banner-touta {
	width: 550px;
	margin: 0px auto 100px auto;
}
#banner-touta img {
	width: 100%;
	height: auto;
}
#banner-touta a:hover {
	opacity: 0.8;
}

	/* 俵 藤太 ここまで */


	/* 美湯 */

#miyu-box {
	position: relative;
	background: url(../images/back-miyu-box.png) 0px 90px no-repeat;
	margin-bottom: 100px;
}
#chara-box #miyu-box .chara-info-box .chara-text dt {
	border: 2px solid #9AA2D1;
	color: #9AA2D1;
}
#chara-box #miyu-box .slider-pager a.active,
#chara-box #miyu-box .slider-pager a:hover {
	border: 3px solid #9AA2D1;
}

	/* 美湯 ここまで */


	/* 音羽 */

#otoha-box {
	position: relative;
	background: url(../images/back-otoha-box.png) 0px 90px no-repeat;
	margin-bottom: 100px;
}
#chara-box #otoha-box .chara-info-box .chara-text dt {
	border: 2px solid #ED8680;
	color: #ED8680;
}
#chara-box #otoha-box .slider-pager a.active,
#chara-box #otoha-box .slider-pager a:hover {
	border: 3px solid #ED8680;
}

	/* 音羽 ここまで */


	/* 天天 */

#tenten-box {
	position: relative;
	background: url(../images/back-tenten-box.png) 0px 90px no-repeat;
}
#chara-box #tenten-box .chara-info-box .chara-text dt {
	border: 2px solid #A0CA99;
	color: #A0CA99;
}
#chara-box #tenten-box .slider-pager a.active,
#chara-box #tenten-box .slider-pager a:hover {
	border: 3px solid #A0CA99;
}

	/* 天天 ここまで */


/* キャラクター ここまで */



footer {
	background: #516075;
	padding: 20px 0px;
}
footer #copyright {
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 1px;
	color: #ffffff;
}
#footer-inner {
	width: 760px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px auto 20px auto;
	padding: 20px 20px 10px 20px;
	color: #ffffff;
	text-align: left;
}
#footer-link ul {
	margin: 0px 0px 10px 0px;
}
#footer-link li {
	display: inline-block;
	margin-right: 30px;
	letter-spacing: 1px;
	line-height: 150%;
}
#footer-link li a {
	color: #ffffff;
}
#footer-link li a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 480px) {

/* ヘッダー */

	header {
		height: auto;
		background: url(../images/back-header-sp.jpg) center top no-repeat;
		background-size: 100% auto;
		margin-bottom: 0px;
	}
	header h1 {
		position: static;
		margin-left: 0px;
		padding: 44% 0px;
	}
	header h1 img {
		width: 80%;
		height: auto;
	}

/* ヘッダー ここまで */


/* メニュー */

	#menu-box {
		display: none;
	}

	#menu-box-sp {
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 10;
		background-color:rgba(255,255,255,0.8);
	}
	#menu-box-sp-inner {
		padding: 5px;
	}
	#menu-box-sp #menu-sp {
		margin-bottom: 10px;
		text-align: left;
	}
	#menu-box-sp #menu-sp li {
		display: inline-block;
		width: 19%;
	}
	#menu-box-sp #menu-sp li img {
		width: 100%;
		height: auto;
	}
	#menu-box-sp #menu-sp li a:hover {
		opacity: 0.7;
	}

	#menu-box-sp #menu-sns-sp {
		text-align: left;
	}
	#menu-box-sp #menu-sns-sp li {
		display: inline-block;
		margin: 0px 15px 0px 0px;
	}
	#link-pagetop-sp {
		position: absolute;
		right: 5px;
		bottom: 5px;
		width: 50px;
		background: #ffffff;
		border: 1px solid #cccccc;
	}

	#menu-home {
		width: 80%;
		margin: 0px auto 0px auto;
	}
	#menu-home img {
		width: 100%;
		height: auto;
	}

/* メニュー ここまで */


/* かむろみプロジェクトとは */

	#whats-box {
		width: 100%;
	}
	#whats-box h2 {
		position: static;
		margin-left: 0px;
	}
	#whats-box h2 img {
		width: 75%;
		height: auto;
		margin-bottom: 5px;
	}
	#whats-box h3 {
		padding: 50px 10px;
	}
	#whats-cloud1 img,
	#whats-cloud2 img {
		width: 100%;
		height: auto;
	}
	#whats-cloud1 {
		width: 20%;
		top: 50px;
		left: 0px;
	}
	#whats-cloud2 {
		width: 20%;
		bottom: -10px;
		right: 0px;
	}

/* かむろみプロジェクトとは ここまで */


/* キャラクター */

	#chara-box #chara-inner {
		width: 100%;
		background: none;
	}

	#chara-box h2 img {
		width: 40%;
		height: auto;
	}

	#chara-box #chara-list li {
		width: 21%;
		margin: 0px 5px;
	}
	#chara-box #chara-list li img {
		width: 100%;
		height: auto;
	}


	/* キャラクタースライダー */

	#chara-box .slider-box {
		position: static;
		width: 100%;
		height: auto;
	}
	#chara-box .bx-wrapper {
		margin: 0px;
	}
	#chara-box .bx-wrapper img {
		width: 100%;
		height: auto;
	}

	/* キャラクタースライダー ここまで */


	#chara-box .chara-comment {
		left: 0px;
		text-align: left;
	}
	#chara-box .chara-comment img {
		width: 75%;
		height: auto;
	}

	#chara-box .chara-info-box {
		background: #ffffff;
		margin-top: -10px;
		padding: 30px 0px 10px 0px;
	}
	#chara-box .chara-info-box h3 {
		float: none;
	}
	#chara-box .chara-info-box h3 img {
		display: none;
	}
	#chara-box .chara-info-box h3 span {
		display: block;
		margin-bottom: 40px;
		line-height: 300%;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
	}
	#chara-box .chara-info-box h3 b {
		font-size: 30px;
	}
	[data-ruby] {
		position: relative;
	}
	[data-ruby]::before {
		content: attr(data-ruby);
		position: absolute;
		top: -2.2em;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 0.5em;
		white-space: nowrap
	}
	[data-ruby2] {
		position: relative;
	}
	[data-ruby2]::before {
		content: attr(data-ruby2);
		position: absolute;
		top: -2.2em;
		left: -13px;
		right: 0;
		margin: auto;
		font-size: 0.5em;
		white-space: nowrap;
		letter-spacing: -1.5px;
	}



	#chara-box .chara-info-box .chara-info {
		float: none;
		width: 90%;
		margin: 0px auto;
	}


	/* 俵 藤太 */

	#touta-box {
		background: url(../images/back-touta-box.png) center 90px no-repeat;
	}
	#chara-box #touta-box .chara-info-box h3 span {
		border-top: 1px solid #C9DCDA;
		border-bottom: 1px solid #C9DCDA;
	}

	#touta-box {
		margin-bottom: 30px;
	}
	#banner-touta {
		width: 90%;
	}

	/* 俵 藤太 ここまで */


	/* 美湯 */

	#miyu-box {
		background: url(../images/back-miyu-box.png) center 90px no-repeat;
	}
	#chara-box #miyu-box .chara-info-box h3 span {
		border-top: 1px solid #9AA2D1;
		border-bottom: 1px solid #9AA2D1;
	}

	/* 美湯 ここまで */


	/* 音羽 */

	#otoha-box {
		background: url(../images/back-otoha-box.png) center 90px no-repeat;
	}
	#chara-box #otoha-box .chara-info-box h3 span {
		border-top: 1px solid #ED8681;
		border-bottom: 1px solid #ED8681;
	}

	/* 音羽 ここまで */


	/* 天天 */

	#tenten-box {
		position: relative;
		background: url(../images/back-tenten-box.png) center 90px no-repeat;
	}
	#chara-box #tenten-box .chara-info-box h3 span {
		border-top: 1px solid #A0CA9A;
		border-bottom: 1px solid #A0CA9A;
	}

	/* 天天 ここまで */


/* キャラクター ここまで */

	#footer-inner {
		width: 90%;
		padding: 20px 0px 10px 0px;
	}
	#footer-link ul {
		margin: 0px 0px 0px 0px;
	}
	#footer-link li {
		display: block;
		margin: 0px 0px 10px 0px;
		letter-spacing: 1px;
	}

}