@charset "UTF-8";

/* spcontent
------------------------------------------ */
.spcontent-area {}
.spcontent-area.d-area {
	margin-bottom: 120px;
}
.spcontent-area .d-box-title { background-image: url(../images/common/d-box-title-spcontent.png); }
.spcontent-inner {
	font-size: 1.8rem;
	line-height: 1.75;
}
.spcontent-inner .d-box-body {
	margin: 55px auto 75px;
	padding-top: 20px;
}
.spcontent-box {
	padding: 0 80px;
}
.spcontent-box:not(:last-of-type) {
	border-bottom: 1px solid #c1c1c1
}
.spcontent-box strong {
	font-weight: bold;
}



/* spcontent-xxx - common
------------------------------------------ */
.spcontent-title {
	margin-bottom: 15px;
	font-size: 3.5rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W5", "Hiragino Mincho ProN W5", HiraMinProN-W5, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", 'FOT-テロップ明朝 Pro D', "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
}
.spcontent-title:first-letter {
	color: #e02020;
}

.spcontent-img {
	max-width: 840px;
	margin: 20px auto;
	padding: 0 20px;
}
.spcontent-img.img-vertical {
	max-width: 560px;
}

.spcontent-movie {
	width: 100%;
	max-width: 840px;
	margin: 20px auto;
	position: relative;
}
.spcontent-movie-data {
	padding-top: 55.715%;
	position: relative;
}
.spcontent-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.spcontent-text {}
.spcontent-text + .spcontent-text { margin-top: 15px; }
.spcontent-text.fin {
	margin: 30px auto;
	padding: 15px;
	border: 1px solid #c1c1c1;
}



/* spcontent-link - common
------------------------------------------ */
.spcontent-link-area {
	margin: 70px auto 50px;
	padding: 0 50px;
}
.spcontent-link-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.spcontent-link-list {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	margin: 0 auto;
}
.spcontent-link-item {
	width: 45%;
}

.spcontent-link-item a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 0;
	padding-top: calc(94 /405 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.spcontent-link-item a.art { background-image: url(../images/spcontent/spcontent-link-art.png); }
.spcontent-link-item a.paraderu { background-image: url(../images/spcontent/spcontent-link-paraderu.png); }



/* spcontent-tab - common
------------------------------------------ */
.spcontent-tab {
	display: none;
	margin: 20px auto 0;
	padding: 0;
}

.spcontent-tab-num { /* preload for Webfont */
	display: none;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.spcontent-tab-list {
	display: -webkit-box;
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	padding: 0;
	counter-reset: num;
	position: relative;
}

.spcontent-tab-item {
	display: -webkit-box;
	display: flex;
	width: 9%;
}
.spcontent-tab-item:not(:last-child) {
	margin-right: calc(10% / 9);
}

.spcontent-tab-item a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px 0 6px;
	background-color: #222;
	border: 2px solid #222;
	border-radius: 7px;
	color: #fff !important;
	font-size: 1.1rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
	vertical-align: baseline;
	text-align: center;
	position: relative;
}
.spcontent-tab-item a span {
	position: relative;
}
.spcontent-tab-item a span:before {
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	margin: 0 5px;
	font-size: 2rem;
	font-weight: normal;
	position: relative;
	bottom: 2px;
}

.spcontent-tab-item.is-active {}
.spcontent-tab-item.is-active a {
	background-color: #d10106;
	border: 2px solid #d10106;
	color: #fff !important;
	pointer-events: none;
}

.spcontent-tab-content {
	margin: 20px auto;
	padding: 30px 20px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
}

.spcontent-tab-content-item {
	display: none;
}



/* spcontent-guide
------------------------------------------ */
.spcontent-guide {
	margin-top: 50px;
	padding: 0 10px;
	text-align: center;
}
.spcontent-guide p {
	margin-bottom: 20px;
}



/* spcontent-profile
------------------------------------------ */
.spcontent-profile {
	margin-top: 50px;
}
.spcontent-profile:after { content: ''; display: block; clear: both; }

.spcontent-profile-title {
	width: calc(100% - 29.168% - 30px);
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #000;
}
.spcontent-profile-title:first-letter {
	color: #d10106;
}
.spcontent-profile-title span {
	display: inline-block;
}

.spcontent-profile-img {
	width: 29.168%;
	max-width: 245px;
	margin:0 0 10px 30px;
	float: right;
}

.spcontent-profile-text {}
.spcontent-profile-text p {
	margin-bottom: 20px;
}



/* spcontent-work
------------------------------------------ */
.spcontent-work {
	margin-top: 60px;
}
.spcontent-work-img {
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
	justify-content: space-between;
	align-content: stretch;
}
.spcontent-work-img img {
	width: 30% !important;
	max-width: 245px;
}


/* backnumber
------------------------------------------ */
.backnumber-area {
	padding-bottom: 50px;
	background-image: url(../images/spcontent/backnumber-bg.png), url(../images/common/bg-dot-01.png);
	background-repeat: no-repeat, repeat;
	background-position: left top, center;
	background-color: transparent;
	background-size: 40% auto, 4px auto;
	box-shadow: 0 16px 45px -6px rgba(0, 0, 0, 0.5) inset;
}

.backnumber-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.backnumber-title {
	width: 100%;
	height: 0;
	padding-top: calc(140 / 1000 * 100%);
	background-image: url(../images/spcontent/backnumber-title.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.backnumber-body {
	margin: 0 auto;
	background-color: transparent;
}

.backnumber-num { /* preload for Webfont */
	display: none;
	font-family: "ヒラギノ明朝 ProN W5", "Hiragino Mincho ProN W5", HiraMinProN-W5, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", 'FOT-テロップ明朝 Pro D', "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.backnumber-list {
	font-size: 0;
	counter-reset: num;
}
.backnumber-list-item {
	display: inline-block;
	width: 23.4%;
	margin: 0 0.8%;
	margin-bottom: 2%;
	position: relative;
}
.backnumber-list-item.is-current {}

.backnumber-list-item a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 68.5%;
	background: url(../images/spcontent/backnumber-item-bg.png) no-repeat center transparent;
	background-size: cover;
	color: #fff;
}
.backnumber-list-item.is-current a {
	pointer-events: none;
}
.backnumber-list-item.is-current a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 4px solid #e02020;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.backnumber-list-item-num {
	font-size: 2.5rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W5", "Hiragino Mincho ProN W5", HiraMinProN-W5, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", 'FOT-テロップ明朝 Pro D', "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
	text-align: center;
	vertical-align: baseline;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
}
.backnumber-list-item-num span {
	display: inline-block;
	position: relative;
}
.backnumber-list-item-num span:before {
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	margin: 0 10px;
	font-size: 3.8rem;
	line-height: 1;
	vertical-align: baseline;
}


@media only screen and (min-width: 601px) and (max-width: 992px) {
	/* utility - none
	------------------------------ */
	.d-main .pc-none { display: block; }
	.d-main .sp-none { display: none; }

	/* spcontent
	------------------------------------------ */
	.spcontent-area .d-box-title {
		width: 100%;
		height: 0;
		padding-top: calc(215 / 1000 * 100%);
		background-size: contain;
	}
	.spcontent-box { padding: 0 60px; }

	/* spcontent-guide
	------------------------------------------ */
	.spcontent-guide {
		margin-top: 50px;
		padding: 0 50px;
	}

	/* backnumber
	------------------------------------------ */
	.backnumber-area {}
	.backnumber-body { padding: 0 30px; }
	.backnumber-title { width: auto; margin: 0 30px;}
	.backnumber-list-item-num { font-size: 2rem; }
	.backnumber-list-item-num span:before { font-size: 3.2rem; }
}




/* ---------------------------------
	SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	/* spcontent
	------------------------------------------ */
	.spcontent-area {}
	.spcontent-area.d-area { margin-bottom: 15% !important; }
	.spcontent-area .d-box-title { padding-top: calc(138 / 640 * 100%); }
	.spcontent-inner { font-size: 1.4rem; line-height: 1.8; }
	.spcontent-inner .d-box-body { margin: 6% auto 15%; padding-top: 6%; }
	.spcontent-box { margin: 0 3%; padding: 0; }

	/* spcontent-xxx - common
	------------------------------------------ */
	.spcontent-title { margin-bottom: 3%; font-size: 1.9rem; }
	.spcontent-img { margin: 3% auto; padding: 0 3%; }
	.spcontent-movie { width: 94%; margin: 3% auto; }
	.spcontent-movie-data {}
	.spcontent-movie-data iframe {}
	.spcontent-text { padding: 0 3%; }
	.spcontent-text + .spcontent-text { margin-top: 3%; }
	.spcontent-text.fin { margin: 6% auto; padding: 3%; }

	/* spcontent-link - common
	------------------------------------------ */
	.spcontent-link-area { margin: 6% auto 3%; padding: 0 3%; }
	.spcontent-link-item { width: 48.5%; }

	/* spcontent-guide
	------------------------------------------ */
	.spcontent-guide { margin: 6% auto 9%; padding: 0 6%; }
	.spcontent-guide p { margin-bottom: 6%; }

	/* spcontent-profile
	------------------------------------------ */
	.spcontent-profile { margin-top: 12%; padding: 0 3%; }
	.spcontent-profile-title {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-size: 1.8rem;
	}
	.spcontent-profile-img {
		width: 50%;
		max-width: 180px;
		margin: 0 auto;
		float: none;
	}
	.spcontent-profile-text { margin-top: 3%; padding: 0; }
	.spcontent-profile-text p { margin-bottom: 6%; }

	/* spcontent-work
	------------------------------------------ */
	.spcontent-work {  margin-top: 6%; }
	.spcontent-work-img {}
	.spcontent-work-img img { width: 31% !important;}

	/* backnumber
	------------------------------------------ */
	.backnumber-area {
		padding-bottom: 6%;
		background-repeat: no-repeat, repeat;
		background-position: left top, center;
		background-color: transparent;
		background-size: 70% auto, 2px auto;
		box-shadow: 0 16px 20px -10px rgba(0, 0, 0, 0.5) inset;
	}
	.backnumber-title {
		padding-top: calc(160 / 640 * 100%);
		background-size: auto 85%;
		background-position: -36% center;
	}
	.backnumber-body {
		margin: 0 auto;
	}
	.backnumber-list {
		padding: 0 3%;
	}
	.backnumber-list-item {
		display: inline-block;
		width: 48.5%;
		margin: 0;
		margin-bottom: 4%;
	}
	.backnumber-list-item:nth-child(even) {
		margin-left: 3%;
	}
	.backnumber-list-item a {}
	.backnumber-list-item-num { font-size: 1.6rem; }
	.backnumber-list-item-num span:before { margin: 0 7px; font-size: 2.4rem; }
	.backnumber-list-item-text {}
	.backnumber-list-item.is-current a:before { border: 3px solid #e02020; }
}



/* ---------------------------------
	SP 〜 tablet（〜992px）
--------------------------------- */
@media screen and (max-width: 992px) {
	/* spcontent-tab - common
	------------------------------------------ */
	.spcontent-tab { margin: 3% auto 0; }
	.spcontent-tab-list { display: block; width: 100%; font-size: 0; }
	.spcontent-tab-item { display: inline-block; width: 18.4%; }
	.spcontent-tab-item:not(:last-child) { margin-right: 2%; }
	.spcontent-tab-item:nth-child(5n) { margin-right: 0; }
	.spcontent-tab-item:nth-child(n+6) { margin-top: 2%; }
	.spcontent-tab-item a { font-size: 1rem; }
	.spcontent-tab-item a span:before { margin: 0 3px; font-size: 1.8rem; }
	.spcontent-tab-content { margin: 6% auto; padding: 6% 0; }
}



/* ---------------------------------
	PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}



/* ---------------------------------
	tablet FONT用
--------------------------------- */
@media screen and (min-width: 601px){
}
