@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

body {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 100%;
	background: #fff;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#proContents {
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
	line-height: 1.4;
	color: #000;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	min-width: 980px;
}

#proContents h1,h2,h3,h4,h5 {
	text-align: center;
}

#proContents ul,
#proContents li {
	list-style: none;
	list-style-position: outside;
}

#proContents a { transition: all .3s; outline: none; }
#proContents a:focus{ outline: none; }
#proContents a:active{ outline: none; }

#proContents a:hover img,
#proContents a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
}
#wrapper {
	margin: auto;
	max-width: 1280px;
	background: url(../images/bg.png) repeat-y center top / 100%;
}

#wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#proContents table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-----------------------------
    contents
------------------------------*/
.inner {
	max-width: 980px;
	margin: 0 auto;
}
.bnr ul {
	padding: 50px 0 80px;
	display: flex;
	justify-content: center;
}
.bnr li {
	margin: 0 -5px; 
}
.series h2 {
	padding-bottom: 50px;
}
.detail .design {
	padding: 50px 0 70px;
	background: #fff url(../images/bg_design.png) repeat-y top right / auto 100%;
}
.detail ul {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.soon p {
	padding: 100px 0;
}
/* #pagetop a {
	position: fixed;
	bottom: 125px;
	right: 20px;
	text-decoration: none;
	width: 82px;
	height: 82px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	text-align: center;
	display: block;
	background: url(../images/pagetop.png) no-repeat center/cover;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
} */

/*-----------------------------
    footer
------------------------------*/

footer {
	margin: 0 auto;
	position: relative;
	padding: 24px 0;
	background: #fff;
}

/*-----------------------------
    固定ボタン
------------------------------*/
.fixed-btn {
	width: 100%;
	background: #000;
	position: fixed;
	bottom: 0;
	z-index: 10;
	padding: 20px 0;
}

.fixed-btn .inner {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.fixed-btn .inner a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	height: 80px;
	color: #fff;
	background: #005952;
	width: calc(100% / 4 - 15px);
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: 800;
	border-radius: 5px;
	padding-right: 10px;
}

.fixed-btn .inner a:hover {
	opacity: 0.7;
}

.fixed-btn .inner a::after {
	content: "";
	position: absolute;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
	top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
}