@charset "UTF-8";

/* intro
========================================== */
.intro-area {}
.intro-area a { display: block; }
.intro-inner {}

/* intro
========================================== */
.d-box-title{
font-size: 0;
background: url(../images/intro/title-intro-pc.png) no-repeat;
padding-top: calc(60 / 860 * 100%);
max-width: 820px;
margin: 45px auto;
background-size: contain;
}
.d-box{
	margin-bottom:50px;
}

/* background-image
========================================== */
.d-contentsBox{
	background: url(../images/common/bg-green.png);
}
.d-contentsBox-inner {
width: calc(100% - 250px);
margin: 0 auto;
}


.intro-article {
	position: relative;
}

/* pin_img
========================================== */
.pin_right_top {
	background: url(../images/common/pin.png) no-repeat repeat center / contain;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 17px;
	height: 17px;
	float: left;
}

.pin_left_top {
	background: url(../images/common/pin.png) no-repeat repeat center / contain;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 17px;
	height: 17px;
}

.pin_left_bottom {
	background: url(../images/common/pin.png) no-repeat repeat center / contain;
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 17px;
	height: 17px;
}

.pin_right_bottom {
	background: url(../images/common/pin.png) no-repeat repeat center / contain;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 17px;
	height: 17px;
	float: left;
}

/* intro-article
------------------------------------------ */
.intro-article-body {
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
	padding: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    text-align: center;
}

.intro-article-mainImg {
	background: url(../images/intro/intro-pc.png) no-repeat;
	width: 100%;
    max-width: 960px;
    height: 0;
    margin: 0 auto;
    padding-top: calc(807 / 757 * 100%);
    background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}
.intro-article-mainImg .d-icon-chara {
	width: 9%;
	height: 12%;
	top: 40%;
	right: 7%;
	opacity: 0;
}
.intro-article-mainImg .d-icon-chara.is-animated {
	animation: popIn 1s .5s both;
	transform-origin: 50% 60%;
}

@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 1
  }

  20% {
    opacity: 1
  }

  40% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  80% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
  }
}

.intro-article-contents {}
.intro-article-contents p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.12em;
}
.intro-article-contents figure {
	width: 100%;
	max-width: 840px;
	height: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}

.intro-article-contents figure.fig-l {
	float: left;
	width: 50%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 2em 1em 0;
}

.intro-article-contents figure.fig-r {
	float: right;
	width: 50%;
	padding-top: calc(667 / 1000 * 50%);
	margin: 0 0 1em 2em;
}

.intro-article-contents figure.fig-col2 {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.intro-article-contents figure.fig-col2:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}

.intro-article-contents br.cb {
	clear: both;
}

.intro-article-title {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: space-between;
	align-content: stretch;
	margin: 40px auto 15px;
	padding: 0;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
}
.intro-article-title span.number {
	font-size: 6.3rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.intro-article-title span.date {
	margin-left: 0.8rem;
	color: #969696;
	font-size: 1.6rem;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {}

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

	/* intro
========================================== */
.d-box-title{
	font-size: 0;
	background: url(../images/intro/title-intro-sp.png) no-repeat;
	padding-top: calc(60 / 860 * 100%);
	margin: 25px auto;
	background-size: cover;
	}
	.d-box{
		margin-bottom:50px;
	}


	.intro-article-body {
		margin: 0 3%;
		padding: 0;
		background-color: #fff;
		overflow: hidden;
		margin: 0 auto;
		display: block;

	}

	.intro-article-mainImg {
		width: 90%;
		height: 0;
		margin: 0 auto;
		background-repeat:no-repeat;
		background-position: center;
		background-size: contain;
		padding-top: calc(671 / 550 * 100%);
	}

	.intro-article-contents {
		padding: 0 3%;
	}
	.intro-article-contents p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.intro-article-contents figure.fig-l {
		float: none;
		width: 100%;
		padding-top: calc(667 / 1000 * 100%);
		margin: 0 auto 1.5em;
	}
	.intro-article-contents figure.fig-r {
		float: none;
		width: 100%;
		padding-top: calc(667 / 1000 * 100%);
		margin: 0 auto 1.5em;
	}
	.intro-article-contents br.cb {
		display: none;
	}

	.intro-article-title {
		margin: 20px auto 10px;
		padding: 0;
	}
	.intro-article-title span.number {
		font-size: 4rem;
		letter-spacing: 0;
		margin-left: 0;
	}
	.intro-article-title span.date {
		font-size: 1.3rem;
	}
	/* pin
========================================== */
.pin_right_top {
	top: 15px;
	left: 5px;
	width: 10px;
	height: 10px;
	/* left: calc(100% - 50px); */
	left: calc(100% - 15px);
}

.pin_left_top {
	top: 15px;
	/* right: 5px; */
	left: 5px;
	width: 10px;
	height: 10px;
}

.pin_left_bottom {
	bottom: 15px;
	left: 5px;
	width: 10px;
	height: 10px;
	left: 5px;
    width: 17px;
}

.pin_right_bottom {
	bottom: 15px;
	right: 5px;
	width: 10px;
	height: 10px;
	left: calc(100% - 15px);
}
}

/* character
========================================== */
.intro-character{
	background: url(../images/common/icon-chara.png) no-repeat center / contain;
	padding-top: calc(76 / 100 * 100%);
	position: absolute;
	top: 780px;
    right: 68px;

}

/* background-image
========================================== */
.d-contentsBox-inner {
width: calc(100% - 40px);
margin: 0 auto;
}

/* intro-share
------------------------------------------ */
.intro-share {
	display: table;
	width: 100%;
	max-width: 960px;
	margin: 30px auto 40px;
	border-radius: 2px;
	overflow: hidden;
}

.intro-share-title,
.intro-share-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #efefef;
	padding: 20px 0;
}

.intro-share-title {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	width: 170px;
}
.intro-share-title br { display: none; }

.intro-share-body {
	border-left: 1px solid #fff;
}

.intro-share-body > ul:after {
	content: "";
	display: block;
	clear: both;
}
.intro-share-body > ul > li {
	vertical-align: middle;
	display: inline-block;
	padding: 0 5px;
}
.intro-share-body > ul > li > a {
	display: block;
	width: 123px;
	text-align: center;
	padding: 7px 0;
	border-radius: 2px;
	color: #fff;
}
.intro-share-body > ul > li > a.facebook { background-color: #3b5998; }
.intro-share-body > ul > li > a.twitter { background-color: #55acee; }
.intro-share-body > ul > li > a.line { background-color: #00b900; }

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.intro-share {
		max-width: 100%;
	}
	.intro-share-body > ul > li {
		margin: 5px 0;
	}
	.intro-share-body > ul > li > a {
		width: 100px !important;
	}
}

@media only screen and (max-width: 600px) {
	.intro-share {
		max-width: 94%;
		margin: 6% auto;
	}
	.intro-share-title,
	.intro-share-body {
		padding: 15px 0;
	}
	.intro-share-title {
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.1;
		width: 85px;
	}
	.intro-share-title br { display: block; }
	.intro-share-body > ul > li {
		padding: 0 10px;
	}
	.intro-share-body > ul > li > a {
		display: block;
		text-indent: -9999px;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0;
		width: 30px;
		height: 30px;
		background-color: transparent !important;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.intro-share-body > ul > li > a.facebook { background-image: url("../images/sns/sns-facebook-square.png") !important; }
	.intro-share-body > ul > li > a.twitter { background-image: url("../images/sns/sns-twitter-square.png") !important; }
	.intro-share-body > ul > li > a.line { background-image: url("../images/sns/sns-line-square.png") !important; }
}


/* intro-channel
------------------------------------------ */
.intro-channel-area {}
.intro-channel-inner {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.intro-channel-title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.intro-channel-list {
	width: 100%;
	font-size: 0;
	text-align: center;
}
.intro-channel-item {
	display: inline-block;
	width: 48.45%;
	vertical-align: top;
}
.intro-channel-item:not(:first-child) { margin-left: 3.1%; }
.intro-channel-item a {
	width: 100%;
	padding: 13px 10px;
	border-radius: 3px;
}
.intro-channel-item a span {
	display: block;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.intro-channel-item.tada a { background-color: #ff005a; }
.intro-channel-item.tada a span { background-image: url("../images/intro/intro-channel-tada-pc.png"); }
.intro-channel-item.hulu a { background-color: #67ae3e; }
.intro-channel-item.hulu a span { background-image: url("../images/intro/intro-channel-hulu-pc.png"); }

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.intro-channel-inner {
		max-width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.intro-channel-inner {
		max-width: 100%;
		margin: 0 3%;
	}
	.intro-channel-title {
		margin-bottom: 10px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	.intro-channel-list { width: 100%; font-size: 0; }
	.intro-channel-item { width: 47%; }
	.intro-channel-item:not(:first-child) { margin-left: 6%; }
	.intro-channel-item a { padding: 13px 10px; }
	.intro-channel-item a span { height: 43px; }
	.intro-channel-item.tada a span { background-image: url("../images/intro/intro-channel-tada-sp.png"); }
	.intro-channel-item.hulu a span { background-image: url("../images/intro/intro-channel-hulu-sp.png"); }
}


/* backnumber
========================================== */
.backnumber-area {
	margin-bottom: 20px;
}

.backnumber-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.6px;
	color: #333;
	padding: 9px 9px;
	position: relative;
	font-weight: bold;
	line-height: 1.0;
}

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

.backnumber-num { /* preload for Webfont */
	display: none;
	font-family: "";
}

.backnumber-list {
	width: 100%;
	counter-reset: num;
}
.backnumber-list:after { content: ''; display: block; clear: both; }

.backnumber-list-item {
	width: 24%;
	margin-left: 1.333%;
	margin-top: 0.8%;
	margin-bottom: 0.8%;
	position: relative;
	float: left;
}
.backnumber-list-item:nth-child(4n+1) {
	margin-left: 0;
}
.backnumber-list-item:before {
	counter-increment: num;
	content: "#" counter(num);
	position: absolute;
	display: inline-block;
	width: 4rem;
	height: 4rem;
	background-color: #000;
	border-radius: 100%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: 1px;
	text-align: center;
	left: -5px;
	top: -10px;
	z-index: 10;
}
.backnumber-list-item.is-current:before {
	background-color: #999;
}

.backnumber-list-item a {
	display: block;
}
.backnumber-list-item.is-current a {
	pointer-events: none;
}

.backnumber-list-item-img {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	.backnumber-area {
		margin: 35px auto 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.backnumber-area {
		margin: 3%;
	}
	.backnumber-title {}
	.backnumber-body {
		margin: 0 auto;
		padding: 0 0 3%;
	}
	.backnumber-list {
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 0;
		-webkit-overflow-scrolling: touch;
		padding: 3% 3% 0;
	}
	.backnumber-list-item {
		display: inline-block;
		width: 43.8%;
		position: relative;
		vertical-align: bottom;
		float: none;
	}
	.backnumber-list-item:not(:first-child) {
		margin-left: 3%;
	}
	.backnumber-list-item:before {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.2rem;
		line-height: 2.2;
		letter-spacing: 1px;
		left: -5px;
		top: -10px;
	}
	.backnumber-list-item-img {
		width: 100%;
		padding-top: 56.25%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}


