@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    position: relative;
    width: 100%;
    margin: 0 auto 120px;
    color: #000000;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    overflow: hidden;
    line-height: 1.875;
	font-size: 16px;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 0.7;
	text-decoration: none;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

/* ====================
breadcrumb-wrap
==================== */
.breadcrumb-wrap {
    padding-top: 37px;
}

/* ====================
keyv-area
==================== */
.sc-container .series-title {
    margin-top: 28px;
    text-align: center;
    opacity: 0;
}
.sc-container .series-title__image {
    width: 240px;
    height: auto;
}
.sc-container .keyv-area {
    margin: 50px auto 0;
    width: 800px;
    opacity: 0;
}
.sc-container .keyv-catch {
    display: flex;
    height: 22px;
    line-height: 22px;
}
.sc-container .keyv-catch-number {
	width: 46px;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	text-align: center;
}
.sc-container .keyv-catch-name {
    border: solid 1px #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 0 10px 0 8px;
}
.sc-container .keyv-title {
    margin: 11px 0 0px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.39;
}
.sc-container .keyv-image {
	margin: 41px 0 0;
}
.sc-container .keyv-text {
	margin: 32px 0 0;
}

/* ====================
column-contents
==================== */
.sc-container .column-contents {
    width: 800px;
    margin: 126px auto 0;
}
.sc-container .column-block ~ .column-block {
	margin: 128px 0 0;
}
.sc-container .column-catch {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin: 0 0 5px;
}
.sc-container .column-catch::before {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: -40px;
    width: 30px;
    height: 1px;
    background: #000000;
    content: "";
}
.sc-container .column-title {
	margin: 5px 0 0;
    font-size: 24px;
    line-height: 1.41;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.sc-container .column-image {
	margin: 63px 0 0;
}
.sc-container .column-image + .column-image {
    margin: 40px 0 0;
}
.sc-container .column-text {
    margin: 22px 0 0;
}
.sc-container .column-text .text {
    display: block;
}
.sc-container .column-text .text + .text {
    margin: 22px 0 0;
}
.sc-container .column-image+.column-text {
	margin: 30px 0 0;
}
.sc-container .column-credit {
    font-size: 14px;
    line-height: 1.54;
    text-align: right;
    margin: 15px 0 0
}
/* profile */
.sc-container .profile {
	margin: 113px 0 0;
    padding: 32px 48px 46px;
    border: solid 2px #ececec;
}
.sc-container .profile-title {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
}
.sc-container .profile-title::before {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: -92px;
    width: 70px;
    height: 1px;
    background: #000000;
    content: "";
}
.sc-container .profile-image {
    margin: 11px 0 0;
}
.sc-container .profile-desc {
    margin: 23px 0 0;
}
.sc-container .profile-desc-title {
	font-size: 14px;
}
.sc-container .profile-desc-text {
    margin: -2px 0 0;
    font-size: 14px;
    line-height: 1.57;
}
.sc-container .profile-desc-text a {
	font-size: 14px;
	text-decoration: underline;
}
.sc-container .profile-desc-text a:hover {
    margin: 2px 0 0;
	font-size: 14px;
    line-height: 1.57;
}
.sc-container .profile-credit-wrapper {
    margin: 34px 0 0;
}
.sc-container .profile-credit {
    font-size: 14px;
    line-height: 1.57;
    text-align: right;
}

/* ====================
link-list
==================== */
.sc-container #other-no04 {
    display: none;
}

/* ====================
スクロール
==================== */
/* 下からふわっと */
.fadein {opacity:0;transform:translateY(20px)}
.fadein.scrollin {opacity:1;transition:.5s ease;transform:none}